@charset "UTF-8";

/*! * Bootstrap v4.6.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter,Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root {
	--blue: #007bff;
	--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: rgba(21,74, 151, 0.7);
	--secondary: #e6a65d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--white: #fff;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-mxl: 1380px;
	--breakpoint-xxl: 1600px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bbc-ratio-w: 100;
	--bbc-ratio-h: 100;
	--bbc-row-gutter: 30px
}

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

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

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

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

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: rgba(21,74, 151, 0.7);
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #002f34;
	text-decoration: underline
}

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

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

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

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

figure {
	margin: 0 0 1rem
}

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

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

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

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

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role="button"] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

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

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 400;
	line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
	content: "— "
}

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

.img-cover {
	object-fit: cover
}

.img-contain {
	object-fit: contain
}

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

.figure {
	display: inline-block
}

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

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

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

a>code {
	color: inherit
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem
}

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

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

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-mxl,
.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1380px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-mxl {
		max-width: 1320px
	}
}

@media (min-width:1600px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-mxl,
	.container-xxl {
		max-width: 1440px
	}
}

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

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

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

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

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

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1380px) {
	.col-mxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-mxl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-mxl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-mxl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-mxl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-mxl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-mxl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-mxl-first {
		order: -1
	}

	.order-mxl-last {
		order: 13
	}

	.order-mxl-0 {
		order: 0
	}

	.order-mxl-1 {
		order: 1
	}

	.order-mxl-2 {
		order: 2
	}

	.order-mxl-3 {
		order: 3
	}

	.order-mxl-4 {
		order: 4
	}

	.order-mxl-5 {
		order: 5
	}

	.order-mxl-6 {
		order: 6
	}

	.order-mxl-7 {
		order: 7
	}

	.order-mxl-8 {
		order: 8
	}

	.order-mxl-9 {
		order: 9
	}

	.order-mxl-10 {
		order: 10
	}

	.order-mxl-11 {
		order: 11
	}

	.order-mxl-12 {
		order: 12
	}

	.offset-mxl-0 {
		margin-left: 0
	}

	.offset-mxl-1 {
		margin-left: 8.33333333%
	}

	.offset-mxl-2 {
		margin-left: 16.66666667%
	}

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

	.offset-mxl-4 {
		margin-left: 33.33333333%
	}

	.offset-mxl-5 {
		margin-left: 41.66666667%
	}

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

	.offset-mxl-7 {
		margin-left: 58.33333333%
	}

	.offset-mxl-8 {
		margin-left: 66.66666667%
	}

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

	.offset-mxl-10 {
		margin-left: 83.33333333%
	}

	.offset-mxl-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-xxl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xxl-first {
		order: -1
	}

	.order-xxl-last {
		order: 13
	}

	.order-xxl-0 {
		order: 0
	}

	.order-xxl-1 {
		order: 1
	}

	.order-xxl-2 {
		order: 2
	}

	.order-xxl-3 {
		order: 3
	}

	.order-xxl-4 {
		order: 4
	}

	.order-xxl-5 {
		order: 5
	}

	.order-xxl-6 {
		order: 6
	}

	.order-xxl-7 {
		order: 7
	}

	.order-xxl-8 {
		order: 8
	}

	.order-xxl-9 {
		order: 9
	}

	.order-xxl-10 {
		order: 10
	}

	.order-xxl-11 {
		order: 11
	}

	.order-xxl-12 {
		order: 12
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

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

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

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

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

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

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
}

.row-gutter,
.row-grid {
	margin-left: calc(0px - var(--bbc-row-gutter) / 2);
	margin-right: calc(0px - var(--bbc-row-gutter) / 2)
}

.row-gutter>*,
.row-grid>* {
	padding-left: calc(var(--bbc-row-gutter) / 2);
	padding-right: calc(var(--bbc-row-gutter) / 2)
}

.row-grid {
	margin-bottom: calc(0px - var(--bbc-row-gutter))
}

.row-grid>* {
	margin-bottom: var(--bbc-row-gutter)
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #495057
}

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7ab8bd
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #f2d1ab
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}

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

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

.table-white,
.table-white>th,
.table-white>td {
	background-color: white
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
	border-color: white
}

.table-hover .table-white:hover {
	background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
	background-color: #f2f2f2
}

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}

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

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

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

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

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

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

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

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

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

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

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

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

@media (max-width:1379.98px) {
	.table-responsive-mxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

@media (max-width:1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

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

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

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

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

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

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #00ebff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

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

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	appearance: none
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

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

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

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

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

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

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

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

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

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

textarea.form-control {
	height: auto
}

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

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

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

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

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

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

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

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

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

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

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

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
	left: 5px
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

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

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

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

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745
}

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
	left: 5px
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

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

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

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

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

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.contact-form-row {
	--form-gutter: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(0px - var(--form-gutter))
}

.contact-form-row .form-group {
	-ms-flex: 0 0 calc(100% - var(--form-gutter));
	flex: 0 0 calc(100% - var(--form-gutter));
	max-width: calc(100% - var(--form-gutter));
	width: 100%
}

.contact-form-row [class*="form-col-"] {
	width: calc(100% - var(--form-gutter));
	flex: 0 0 calc(100% - var(--form-gutter));
	margin-right: var(--form-gutter);
	margin-bottom: var(--form-gutter)
}

.contact-form-row .form-col-1-2 {
	width: calc(50% - var(--form-gutter));
	flex: 0 0 calc(50% - var(--form-gutter))
}

@media (min-width:768px) {
	.contact-form-row .form-col-1-3 {
		width: calc(33.33% - var(--form-gutter));
		flex: 0 0 calc(33.33% - var(--form-gutter))
	}

	.contact-form-row .form-col-1-4 {
		width: calc(25% - var(--form-gutter));
		flex: 0 0 calc(25% - var(--form-gutter))
	}
}

@media (max-width:767.98px) {
	.contact-form-row .form-col-1-4 {
		width: calc(50% - var(--form-gutter));
		flex: 0 0 calc(50% - var(--form-gutter))
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #495057;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

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

.btn:hover {
	color: #495057;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

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

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

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

.btn-primary {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-primary:hover {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: rgb(21,74,151)
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: rgb(21,74,151);
	box-shadow: 0 0 0 0.2rem rgba(38, 139, 147, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: #003b40
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 139, 147, 0.5)
}

.btn-secondary {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-secondary:hover {
	color: #212529;
	background-color: #e1943c;
	border-color: #df8e31
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #212529;
	background-color: #e1943c;
	border-color: #df8e31;
	box-shadow: 0 0 0 0.2rem rgba(200, 147, 85, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #df8e31;
	border-color: #dd8826
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(200, 147, 85, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

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

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

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

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
}

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

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
	color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: rgba(21,74, 151, 0.7);
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.btn-outline-secondary {
	color: #e6a65d;
	border-color: #e6a65d
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

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

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

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

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

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

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

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

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

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

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #fff;
	background-color: transparent
}

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

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

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
	font-weight: 400;
	color: rgba(21,74, 151, 0.7);
	text-decoration: none
}

.btn-link:hover {
	color: #002f34;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline
}

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

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

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

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

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

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

.fade {
	transition: opacity 0.15s linear
}

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

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

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

/*! -- Stack Animations -- */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

@keyframes kenBurns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@-webkit-keyframes kenBurns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

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

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

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

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

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

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

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

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

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

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

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

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

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

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

.input-group-text {
	display: flex;
	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;
	border-radius: 0.25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + 0.5rem + 2px)
}

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

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

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

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	color-adjust: exact
}

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

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: rgba(21,74, 151, 0.7);
	background-color: rgba(21,74, 151, 0.7)
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #00ebff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #34efff;
	border-color: #34efff
}

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

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

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

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

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

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: rgba(21,74, 151, 0.7);
	background-color: rgba(21,74, 151, 0.7)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none
}

.custom-select:focus {
	border-color: #00ebff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

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

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

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

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

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

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

.custom-file-input:focus~.custom-file-label {
	border-color: #00ebff;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

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

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

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

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

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

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

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

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

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

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

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

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

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

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

@media (prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.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;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

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

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

.badge-primary {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7)
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: rgb(21,74,151)
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.badge-secondary {
	color: #212529;
	background-color: #e6a65d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #212529;
	background-color: #df8e31
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.badge-white {
	color: #212529;
	background-color: #fff
}

a.badge-white:hover,
a.badge-white:focus {
	color: #212529;
	background-color: #e6e6e6
}

a.badge-white:focus,
a.badge-white.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

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

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #003d43;
	background-color: #cce4e6;
	border-color: #b8d9db
}

.alert-primary hr {
	border-top-color: #a7d0d2
}

.alert-primary .alert-link {
	color: #000f10
}

.alert-secondary {
	color: #785630;
	background-color: #faeddf;
	border-color: #f8e6d2
}

.alert-secondary hr {
	border-top-color: #f5dabc
}

.alert-secondary .alert-link {
	color: #543c21
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-white {
	color: #858585;
	background-color: white;
	border-color: white
}

.alert-white hr {
	border-top-color: #f2f2f2
}

.alert-white .alert-link {
	color: #6c6c6c
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

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

	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(21,74, 151, 0.7);
	transition: width 0.6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	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);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

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

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75
}

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

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

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

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

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

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

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

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

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

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

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

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

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: 0.5
}

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

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

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

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

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
	margin: 0.25rem
}

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

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

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

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

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s
	}
}

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

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

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

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

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

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

.bg-primary {
	background-color: rgba(21,74, 151, 0.7) !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: rgb(21,74,151) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
	border: 0 !important
}

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

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

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

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

.border-primary {
	border-color: rgba(21,74, 151, 0.7) !important
}

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

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

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

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

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

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

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

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

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

.rounded-sm {
	border-radius: 0.2rem !important
}

.rounded {
	border-radius: 0.25rem !important
}

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

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

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

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

.rounded-lg {
	border-radius: 0.3rem !important
}

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

.rounded-pill {
	border-radius: 50rem !important
}

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

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

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

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

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

.d-flex {
	display: flex !important
}

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

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

@media (min-width:1380px) {
	.d-mxl-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

@media (min-width:1600px) {
	.d-xxl-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

@media print {
	.d-print-none {
		display: none !important
	}

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

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

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

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

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

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

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

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

.ratio {
	--bbc-ratio: calc((var(--bbc-ratio-h) / var(--bbc-ratio-w)) * 100%);
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.ratio::before {
	display: block;
	content: "";
	padding-top: var(--bbc-ratio)
}

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

.ratio-21x9 {
	--bbc-ratio: 42.8571428571%
}

.ratio-16x10 {
	--bbc-ratio: 62.5%
}

.ratio-16x9 {
	--bbc-ratio: 56.25%
}

.ratio-4x3 {
	--bbc-ratio: 75%
}

.ratio-3x4 {
	--bbc-ratio: 133.3333333333%
}

.ratio-3x2 {
	--bbc-ratio: 66.6666666667%
}

.ratio-2x1 {
	--bbc-ratio: 50%
}

.ratio-1x2 {
	--bbc-ratio: 200%
}

.ratio-1x1 {
	--bbc-ratio: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1380px) {
	.flex-mxl-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1600px) {
	.flex-xxl-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

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

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

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

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

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

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

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

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

@media (min-width:1380px) {
	.float-mxl-left {
		float: left !important
	}

	.float-mxl-right {
		float: right !important
	}

	.float-mxl-none {
		float: none !important
	}
}

@media (min-width:1600px) {
	.float-xxl-left {
		float: left !important
	}

	.float-xxl-right {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}
}

.user-select-all {
	user-select: all !important
}

.user-select-auto {
	user-select: auto !important
}

.user-select-none {
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static,
.static {
	position: static !important
}

.position-relative,
.relative {
	position: relative !important
}

.position-absolute,
.absolute {
	position: absolute !important
}

.position-fixed,
.fixed {
	position: fixed !important
}

.position-sticky,
.sticky {
	position: sticky !important
}

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

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

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

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

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

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

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

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

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

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

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

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
	margin: 4.5rem !important
}

.mt-6,
.my-6 {
	margin-top: 4.5rem !important
}

.mr-6,
.mx-6 {
	margin-right: 4.5rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 4.5rem !important
}

.ml-6,
.mx-6 {
	margin-left: 4.5rem !important
}

.m-7 {
	margin: 6rem !important
}

.mt-7,
.my-7 {
	margin-top: 6rem !important
}

.mr-7,
.mx-7 {
	margin-right: 6rem !important
}

.mb-7,
.my-7 {
	margin-bottom: 6rem !important
}

.ml-7,
.mx-7 {
	margin-left: 6rem !important
}

.p-0 {
	padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.p-6 {
	padding: 4.5rem !important
}

.pt-6,
.py-6 {
	padding-top: 4.5rem !important
}

.pr-6,
.px-6 {
	padding-right: 4.5rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 4.5rem !important
}

.pl-6,
.px-6 {
	padding-left: 4.5rem !important
}

.p-7 {
	padding: 6rem !important
}

.pt-7,
.py-7 {
	padding-top: 6rem !important
}

.pr-7,
.px-7 {
	padding-right: 6rem !important
}

.pb-7,
.py-7 {
	padding-bottom: 6rem !important
}

.pl-7,
.px-7 {
	padding-left: 6rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-n6 {
	margin: -4.5rem !important
}

.mt-n6,
.my-n6 {
	margin-top: -4.5rem !important
}

.mr-n6,
.mx-n6 {
	margin-right: -4.5rem !important
}

.mb-n6,
.my-n6 {
	margin-bottom: -4.5rem !important
}

.ml-n6,
.mx-n6 {
	margin-left: -4.5rem !important
}

.m-n7 {
	margin: -6rem !important
}

.mt-n7,
.my-n7 {
	margin-top: -6rem !important
}

.mr-n7,
.mx-n7 {
	margin-right: -6rem !important
}

.mb-n7,
.my-n7 {
	margin-bottom: -6rem !important
}

.ml-n7,
.mx-n7 {
	margin-left: -6rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: 0.25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important
	}

	.m-sm-2 {
		margin: 0.5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.m-sm-6 {
		margin: 4.5rem !important
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 4.5rem !important
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 4.5rem !important
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 4.5rem !important
	}

	.m-sm-7 {
		margin: 6rem !important
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 6rem !important
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 6rem !important
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 6rem !important
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 6rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: 0.25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important
	}

	.p-sm-2 {
		padding: 0.5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.p-sm-6 {
		padding: 4.5rem !important
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 4.5rem !important
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 4.5rem !important
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 4.5rem !important
	}

	.p-sm-7 {
		padding: 6rem !important
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 6rem !important
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right: 6rem !important
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 6rem !important
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left: 6rem !important
	}

	.m-sm-n1 {
		margin: -0.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important
	}

	.m-sm-n2 {
		margin: -0.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-n6 {
		margin: -4.5rem !important
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -4.5rem !important
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -4.5rem !important
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -4.5rem !important
	}

	.m-sm-n7 {
		margin: -6rem !important
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -6rem !important
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -6rem !important
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -6rem !important
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -6rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: 0.25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important
	}

	.m-md-2 {
		margin: 0.5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.m-md-6 {
		margin: 4.5rem !important
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 4.5rem !important
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 4.5rem !important
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 4.5rem !important
	}

	.m-md-7 {
		margin: 6rem !important
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 6rem !important
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right: 6rem !important
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 6rem !important
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left: 6rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: 0.25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important
	}

	.p-md-2 {
		padding: 0.5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.p-md-6 {
		padding: 4.5rem !important
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 4.5rem !important
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 4.5rem !important
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 4.5rem !important
	}

	.p-md-7 {
		padding: 6rem !important
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 6rem !important
	}

	.pr-md-7,
	.px-md-7 {
		padding-right: 6rem !important
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 6rem !important
	}

	.pl-md-7,
	.px-md-7 {
		padding-left: 6rem !important
	}

	.m-md-n1 {
		margin: -0.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important
	}

	.m-md-n2 {
		margin: -0.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-n6 {
		margin: -4.5rem !important
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -4.5rem !important
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -4.5rem !important
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -4.5rem !important
	}

	.m-md-n7 {
		margin: -6rem !important
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -6rem !important
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -6rem !important
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -6rem !important
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -6rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: 0.25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important
	}

	.m-lg-2 {
		margin: 0.5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.m-lg-6 {
		margin: 4.5rem !important
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 4.5rem !important
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 4.5rem !important
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 4.5rem !important
	}

	.m-lg-7 {
		margin: 6rem !important
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 6rem !important
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 6rem !important
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 6rem !important
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 6rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: 0.25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important
	}

	.p-lg-2 {
		padding: 0.5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.p-lg-6 {
		padding: 4.5rem !important
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 4.5rem !important
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 4.5rem !important
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 4.5rem !important
	}

	.p-lg-7 {
		padding: 6rem !important
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 6rem !important
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right: 6rem !important
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 6rem !important
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left: 6rem !important
	}

	.m-lg-n1 {
		margin: -0.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important
	}

	.m-lg-n2 {
		margin: -0.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-n6 {
		margin: -4.5rem !important
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -4.5rem !important
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -4.5rem !important
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -4.5rem !important
	}

	.m-lg-n7 {
		margin: -6rem !important
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -6rem !important
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -6rem !important
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -6rem !important
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -6rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: 0.25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important
	}

	.m-xl-2 {
		margin: 0.5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.m-xl-6 {
		margin: 4.5rem !important
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 4.5rem !important
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 4.5rem !important
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 4.5rem !important
	}

	.m-xl-7 {
		margin: 6rem !important
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 6rem !important
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 6rem !important
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 6rem !important
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 6rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: 0.25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important
	}

	.p-xl-2 {
		padding: 0.5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.p-xl-6 {
		padding: 4.5rem !important
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 4.5rem !important
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 4.5rem !important
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 4.5rem !important
	}

	.p-xl-7 {
		padding: 6rem !important
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 6rem !important
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right: 6rem !important
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 6rem !important
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left: 6rem !important
	}

	.m-xl-n1 {
		margin: -0.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important
	}

	.m-xl-n2 {
		margin: -0.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-n6 {
		margin: -4.5rem !important
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -4.5rem !important
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -4.5rem !important
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -4.5rem !important
	}

	.m-xl-n7 {
		margin: -6rem !important
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -6rem !important
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -6rem !important
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -6rem !important
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -6rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

@media (min-width:1380px) {
	.m-mxl-0 {
		margin: 0 !important
	}

	.mt-mxl-0,
	.my-mxl-0 {
		margin-top: 0 !important
	}

	.mr-mxl-0,
	.mx-mxl-0 {
		margin-right: 0 !important
	}

	.mb-mxl-0,
	.my-mxl-0 {
		margin-bottom: 0 !important
	}

	.ml-mxl-0,
	.mx-mxl-0 {
		margin-left: 0 !important
	}

	.m-mxl-1 {
		margin: 0.25rem !important
	}

	.mt-mxl-1,
	.my-mxl-1 {
		margin-top: 0.25rem !important
	}

	.mr-mxl-1,
	.mx-mxl-1 {
		margin-right: 0.25rem !important
	}

	.mb-mxl-1,
	.my-mxl-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-mxl-1,
	.mx-mxl-1 {
		margin-left: 0.25rem !important
	}

	.m-mxl-2 {
		margin: 0.5rem !important
	}

	.mt-mxl-2,
	.my-mxl-2 {
		margin-top: 0.5rem !important
	}

	.mr-mxl-2,
	.mx-mxl-2 {
		margin-right: 0.5rem !important
	}

	.mb-mxl-2,
	.my-mxl-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-mxl-2,
	.mx-mxl-2 {
		margin-left: 0.5rem !important
	}

	.m-mxl-3 {
		margin: 1rem !important
	}

	.mt-mxl-3,
	.my-mxl-3 {
		margin-top: 1rem !important
	}

	.mr-mxl-3,
	.mx-mxl-3 {
		margin-right: 1rem !important
	}

	.mb-mxl-3,
	.my-mxl-3 {
		margin-bottom: 1rem !important
	}

	.ml-mxl-3,
	.mx-mxl-3 {
		margin-left: 1rem !important
	}

	.m-mxl-4 {
		margin: 1.5rem !important
	}

	.mt-mxl-4,
	.my-mxl-4 {
		margin-top: 1.5rem !important
	}

	.mr-mxl-4,
	.mx-mxl-4 {
		margin-right: 1.5rem !important
	}

	.mb-mxl-4,
	.my-mxl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-mxl-4,
	.mx-mxl-4 {
		margin-left: 1.5rem !important
	}

	.m-mxl-5 {
		margin: 3rem !important
	}

	.mt-mxl-5,
	.my-mxl-5 {
		margin-top: 3rem !important
	}

	.mr-mxl-5,
	.mx-mxl-5 {
		margin-right: 3rem !important
	}

	.mb-mxl-5,
	.my-mxl-5 {
		margin-bottom: 3rem !important
	}

	.ml-mxl-5,
	.mx-mxl-5 {
		margin-left: 3rem !important
	}

	.m-mxl-6 {
		margin: 4.5rem !important
	}

	.mt-mxl-6,
	.my-mxl-6 {
		margin-top: 4.5rem !important
	}

	.mr-mxl-6,
	.mx-mxl-6 {
		margin-right: 4.5rem !important
	}

	.mb-mxl-6,
	.my-mxl-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-mxl-6,
	.mx-mxl-6 {
		margin-left: 4.5rem !important
	}

	.m-mxl-7 {
		margin: 6rem !important
	}

	.mt-mxl-7,
	.my-mxl-7 {
		margin-top: 6rem !important
	}

	.mr-mxl-7,
	.mx-mxl-7 {
		margin-right: 6rem !important
	}

	.mb-mxl-7,
	.my-mxl-7 {
		margin-bottom: 6rem !important
	}

	.ml-mxl-7,
	.mx-mxl-7 {
		margin-left: 6rem !important
	}

	.p-mxl-0 {
		padding: 0 !important
	}

	.pt-mxl-0,
	.py-mxl-0 {
		padding-top: 0 !important
	}

	.pr-mxl-0,
	.px-mxl-0 {
		padding-right: 0 !important
	}

	.pb-mxl-0,
	.py-mxl-0 {
		padding-bottom: 0 !important
	}

	.pl-mxl-0,
	.px-mxl-0 {
		padding-left: 0 !important
	}

	.p-mxl-1 {
		padding: 0.25rem !important
	}

	.pt-mxl-1,
	.py-mxl-1 {
		padding-top: 0.25rem !important
	}

	.pr-mxl-1,
	.px-mxl-1 {
		padding-right: 0.25rem !important
	}

	.pb-mxl-1,
	.py-mxl-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-mxl-1,
	.px-mxl-1 {
		padding-left: 0.25rem !important
	}

	.p-mxl-2 {
		padding: 0.5rem !important
	}

	.pt-mxl-2,
	.py-mxl-2 {
		padding-top: 0.5rem !important
	}

	.pr-mxl-2,
	.px-mxl-2 {
		padding-right: 0.5rem !important
	}

	.pb-mxl-2,
	.py-mxl-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-mxl-2,
	.px-mxl-2 {
		padding-left: 0.5rem !important
	}

	.p-mxl-3 {
		padding: 1rem !important
	}

	.pt-mxl-3,
	.py-mxl-3 {
		padding-top: 1rem !important
	}

	.pr-mxl-3,
	.px-mxl-3 {
		padding-right: 1rem !important
	}

	.pb-mxl-3,
	.py-mxl-3 {
		padding-bottom: 1rem !important
	}

	.pl-mxl-3,
	.px-mxl-3 {
		padding-left: 1rem !important
	}

	.p-mxl-4 {
		padding: 1.5rem !important
	}

	.pt-mxl-4,
	.py-mxl-4 {
		padding-top: 1.5rem !important
	}

	.pr-mxl-4,
	.px-mxl-4 {
		padding-right: 1.5rem !important
	}

	.pb-mxl-4,
	.py-mxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-mxl-4,
	.px-mxl-4 {
		padding-left: 1.5rem !important
	}

	.p-mxl-5 {
		padding: 3rem !important
	}

	.pt-mxl-5,
	.py-mxl-5 {
		padding-top: 3rem !important
	}

	.pr-mxl-5,
	.px-mxl-5 {
		padding-right: 3rem !important
	}

	.pb-mxl-5,
	.py-mxl-5 {
		padding-bottom: 3rem !important
	}

	.pl-mxl-5,
	.px-mxl-5 {
		padding-left: 3rem !important
	}

	.p-mxl-6 {
		padding: 4.5rem !important
	}

	.pt-mxl-6,
	.py-mxl-6 {
		padding-top: 4.5rem !important
	}

	.pr-mxl-6,
	.px-mxl-6 {
		padding-right: 4.5rem !important
	}

	.pb-mxl-6,
	.py-mxl-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-mxl-6,
	.px-mxl-6 {
		padding-left: 4.5rem !important
	}

	.p-mxl-7 {
		padding: 6rem !important
	}

	.pt-mxl-7,
	.py-mxl-7 {
		padding-top: 6rem !important
	}

	.pr-mxl-7,
	.px-mxl-7 {
		padding-right: 6rem !important
	}

	.pb-mxl-7,
	.py-mxl-7 {
		padding-bottom: 6rem !important
	}

	.pl-mxl-7,
	.px-mxl-7 {
		padding-left: 6rem !important
	}

	.m-mxl-n1 {
		margin: -0.25rem !important
	}

	.mt-mxl-n1,
	.my-mxl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-mxl-n1,
	.mx-mxl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-mxl-n1,
	.my-mxl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-mxl-n1,
	.mx-mxl-n1 {
		margin-left: -0.25rem !important
	}

	.m-mxl-n2 {
		margin: -0.5rem !important
	}

	.mt-mxl-n2,
	.my-mxl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-mxl-n2,
	.mx-mxl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-mxl-n2,
	.my-mxl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-mxl-n2,
	.mx-mxl-n2 {
		margin-left: -0.5rem !important
	}

	.m-mxl-n3 {
		margin: -1rem !important
	}

	.mt-mxl-n3,
	.my-mxl-n3 {
		margin-top: -1rem !important
	}

	.mr-mxl-n3,
	.mx-mxl-n3 {
		margin-right: -1rem !important
	}

	.mb-mxl-n3,
	.my-mxl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-mxl-n3,
	.mx-mxl-n3 {
		margin-left: -1rem !important
	}

	.m-mxl-n4 {
		margin: -1.5rem !important
	}

	.mt-mxl-n4,
	.my-mxl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-mxl-n4,
	.mx-mxl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-mxl-n4,
	.my-mxl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-mxl-n4,
	.mx-mxl-n4 {
		margin-left: -1.5rem !important
	}

	.m-mxl-n5 {
		margin: -3rem !important
	}

	.mt-mxl-n5,
	.my-mxl-n5 {
		margin-top: -3rem !important
	}

	.mr-mxl-n5,
	.mx-mxl-n5 {
		margin-right: -3rem !important
	}

	.mb-mxl-n5,
	.my-mxl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-mxl-n5,
	.mx-mxl-n5 {
		margin-left: -3rem !important
	}

	.m-mxl-n6 {
		margin: -4.5rem !important
	}

	.mt-mxl-n6,
	.my-mxl-n6 {
		margin-top: -4.5rem !important
	}

	.mr-mxl-n6,
	.mx-mxl-n6 {
		margin-right: -4.5rem !important
	}

	.mb-mxl-n6,
	.my-mxl-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-mxl-n6,
	.mx-mxl-n6 {
		margin-left: -4.5rem !important
	}

	.m-mxl-n7 {
		margin: -6rem !important
	}

	.mt-mxl-n7,
	.my-mxl-n7 {
		margin-top: -6rem !important
	}

	.mr-mxl-n7,
	.mx-mxl-n7 {
		margin-right: -6rem !important
	}

	.mb-mxl-n7,
	.my-mxl-n7 {
		margin-bottom: -6rem !important
	}

	.ml-mxl-n7,
	.mx-mxl-n7 {
		margin-left: -6rem !important
	}

	.m-mxl-auto {
		margin: auto !important
	}

	.mt-mxl-auto,
	.my-mxl-auto {
		margin-top: auto !important
	}

	.mr-mxl-auto,
	.mx-mxl-auto {
		margin-right: auto !important
	}

	.mb-mxl-auto,
	.my-mxl-auto {
		margin-bottom: auto !important
	}

	.ml-mxl-auto,
	.mx-mxl-auto {
		margin-left: auto !important
	}
}

@media (min-width:1600px) {
	.m-xxl-0 {
		margin: 0 !important
	}

	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important
	}

	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important
	}

	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important
	}

	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important
	}

	.m-xxl-1 {
		margin: 0.25rem !important
	}

	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.25rem !important
	}

	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: 0.25rem !important
	}

	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: 0.25rem !important
	}

	.m-xxl-2 {
		margin: 0.5rem !important
	}

	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 0.5rem !important
	}

	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: 0.5rem !important
	}

	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: 0.5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important
	}

	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important
	}

	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important
	}

	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important
	}

	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important
	}

	.m-xxl-6 {
		margin: 4.5rem !important
	}

	.mt-xxl-6,
	.my-xxl-6 {
		margin-top: 4.5rem !important
	}

	.mr-xxl-6,
	.mx-xxl-6 {
		margin-right: 4.5rem !important
	}

	.mb-xxl-6,
	.my-xxl-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-xxl-6,
	.mx-xxl-6 {
		margin-left: 4.5rem !important
	}

	.m-xxl-7 {
		margin: 6rem !important
	}

	.mt-xxl-7,
	.my-xxl-7 {
		margin-top: 6rem !important
	}

	.mr-xxl-7,
	.mx-xxl-7 {
		margin-right: 6rem !important
	}

	.mb-xxl-7,
	.my-xxl-7 {
		margin-bottom: 6rem !important
	}

	.ml-xxl-7,
	.mx-xxl-7 {
		margin-left: 6rem !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important
	}

	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important
	}

	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important
	}

	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important
	}

	.p-xxl-1 {
		padding: 0.25rem !important
	}

	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.25rem !important
	}

	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: 0.25rem !important
	}

	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: 0.25rem !important
	}

	.p-xxl-2 {
		padding: 0.5rem !important
	}

	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 0.5rem !important
	}

	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: 0.5rem !important
	}

	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: 0.5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important
	}

	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important
	}

	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important
	}

	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important
	}

	.p-xxl-6 {
		padding: 4.5rem !important
	}

	.pt-xxl-6,
	.py-xxl-6 {
		padding-top: 4.5rem !important
	}

	.pr-xxl-6,
	.px-xxl-6 {
		padding-right: 4.5rem !important
	}

	.pb-xxl-6,
	.py-xxl-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-xxl-6,
	.px-xxl-6 {
		padding-left: 4.5rem !important
	}

	.p-xxl-7 {
		padding: 6rem !important
	}

	.pt-xxl-7,
	.py-xxl-7 {
		padding-top: 6rem !important
	}

	.pr-xxl-7,
	.px-xxl-7 {
		padding-right: 6rem !important
	}

	.pb-xxl-7,
	.py-xxl-7 {
		padding-bottom: 6rem !important
	}

	.pl-xxl-7,
	.px-xxl-7 {
		padding-left: 6rem !important
	}

	.m-xxl-n1 {
		margin: -0.25rem !important
	}

	.mt-xxl-n1,
	.my-xxl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-xxl-n1,
	.mx-xxl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-xxl-n1,
	.my-xxl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-xxl-n1,
	.mx-xxl-n1 {
		margin-left: -0.25rem !important
	}

	.m-xxl-n2 {
		margin: -0.5rem !important
	}

	.mt-xxl-n2,
	.my-xxl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-xxl-n2,
	.mx-xxl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-xxl-n2,
	.my-xxl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-xxl-n2,
	.mx-xxl-n2 {
		margin-left: -0.5rem !important
	}

	.m-xxl-n3 {
		margin: -1rem !important
	}

	.mt-xxl-n3,
	.my-xxl-n3 {
		margin-top: -1rem !important
	}

	.mr-xxl-n3,
	.mx-xxl-n3 {
		margin-right: -1rem !important
	}

	.mb-xxl-n3,
	.my-xxl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xxl-n3,
	.mx-xxl-n3 {
		margin-left: -1rem !important
	}

	.m-xxl-n4 {
		margin: -1.5rem !important
	}

	.mt-xxl-n4,
	.my-xxl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xxl-n4,
	.mx-xxl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xxl-n4,
	.my-xxl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xxl-n4,
	.mx-xxl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xxl-n5 {
		margin: -3rem !important
	}

	.mt-xxl-n5,
	.my-xxl-n5 {
		margin-top: -3rem !important
	}

	.mr-xxl-n5,
	.mx-xxl-n5 {
		margin-right: -3rem !important
	}

	.mb-xxl-n5,
	.my-xxl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xxl-n5,
	.mx-xxl-n5 {
		margin-left: -3rem !important
	}

	.m-xxl-n6 {
		margin: -4.5rem !important
	}

	.mt-xxl-n6,
	.my-xxl-n6 {
		margin-top: -4.5rem !important
	}

	.mr-xxl-n6,
	.mx-xxl-n6 {
		margin-right: -4.5rem !important
	}

	.mb-xxl-n6,
	.my-xxl-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-xxl-n6,
	.mx-xxl-n6 {
		margin-left: -4.5rem !important
	}

	.m-xxl-n7 {
		margin: -6rem !important
	}

	.mt-xxl-n7,
	.my-xxl-n7 {
		margin-top: -6rem !important
	}

	.mr-xxl-n7,
	.mx-xxl-n7 {
		margin-right: -6rem !important
	}

	.mb-xxl-n7,
	.my-xxl-n7 {
		margin-bottom: -6rem !important
	}

	.ml-xxl-n7,
	.mx-xxl-n7 {
		margin-left: -6rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important
	}

	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important
	}

	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

@media (min-width:1380px) {
	.text-mxl-left {
		text-align: left !important
	}

	.text-mxl-right {
		text-align: right !important
	}

	.text-mxl-center {
		text-align: center !important
	}
}

@media (min-width:1600px) {
	.text-xxl-left {
		text-align: left !important
	}

	.text-xxl-right {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-light {
	font-weight: 300 !important
}

.font-lighter {
	font-weight: lighter !important
}

.font-normal {
	font-weight: 400 !important
}

.font-bold {
	font-weight: 700 !important
}

.font-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: rgba(21,74, 151, 0.7) !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #002f34 !important
}

.text-secondary {
	color: #e6a65d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #d68121 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

.text-white {
	color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
	color: #d9d9d9 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #495057 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.lm-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}

@media (min-width:576px) {
	.lm-sm-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:768px) {
	.lm-md-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:992px) {
	.lm-lg-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:1200px) {
	.lm-xl-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:1380px) {
	.lm-mxl-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-mxl-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-mxl-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-mxl-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:1600px) {
	.lm-xxl-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xxl-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xxl-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xxl-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

.lh-1 {
	line-height: 1
}

.lh-12 {
	line-height: 1.2
}

.lh-15 {
	line-height: 1.5
}

.lh-18 {
	line-height: 1.8
}

.lh-2 {
	line-height: 2
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.video-background>video {
	object-fit: cover
}

.fr-view strong {
	font-weight: 700
}

.fr-view table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	max-width: 100%
}

.fr-view table td,
.fr-view table th {
	border: 1px solid #ddd
}

.fr-view table td:empty,
.fr-view table th:empty {
	height: 20px
}

.fr-view table th {
	background: #e6e6e6
}

.fr-view hr {
	clear: both;
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	page-break-after: always
}

.fr-view .fr-file {
	position: relative
}

.fr-view .fr-file::after {
	position: relative;
	content: "📎";
	font-weight: normal
}

.fr-view pre {
	white-space: pre-wrap;
	word-wrap: break-word
}

.fr-view blockquote {
	border-left: solid 2px #5e35b1;
	margin-left: 0;
	padding-left: 5px;
	color: #5e35b1;
	font-size: inherit
}

.fr-view blockquote blockquote {
	border-color: #00bcd4;
	color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
	border-color: #43a047;
	color: #43a047
}

.fr-view span.fr-emoticon {
	font-weight: normal;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
	display: inline;
	line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
	background-repeat: no-repeat !important;
	font-size: inherit;
	height: 1em;
	width: 1em;
	min-height: 20px;
	min-width: 20px;
	display: inline-block;
	margin: -0.1em 0.1em 0.1em;
	line-height: 1;
	vertical-align: middle
}

.fr-view video,
.fr-view img {
	position: relative;
	max-width: 100%
}

.fr-view video {
	width: 800px
}

.fr-view img.fr-dib {
	margin: 5px auto;
	display: block;
	float: none
}

.fr-view img.fr-dib.fr-fil {
	margin-left: 0
}

.fr-view img.fr-dib.fr-fir {
	margin-right: 0
}

.fr-view img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(90%)
}

.fr-view img.fr-dii.fr-fil {
	float: left;
	margin: 5px 5px 5px 0;
	max-width: calc(95%)
}

.fr-view img.fr-dii.fr-fir {
	float: right;
	margin: 5px 0 5px 5px;
	max-width: calc(95%)
}

.fr-view .fr-video {
	text-align: center;
	position: relative
}

.fr-view .fr-video>* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 100%;
	border: none
}

.fr-view .fr-video.fr-dvb {
	display: block;
	clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
	text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
	text-align: right
}

.fr-view .fr-video.fr-dvi {
	display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
	float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
	float: right
}

:root {
	--primary-dark: #005057;
	--primary-light: #ebf4f5;
	--secondary-dark: #e1933a;
	--secondary-light: #fdf8f2
}

@-moz-document url-prefix() {

	html,
	body {
		scrollbar-width: thin;
		scrollbar-color: rgba(21,74, 151, 0.7) #fff
	}
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	background-color: transparent
}

::-webkit-scrollbar-thumb {
	background-color: rgba(21,74, 151, 0.7);
	border-radius: 100px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #005057
}

a {
	text-decoration: none !important
}

img {
	max-width: 100%
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.bg-cover,
.bg-contain {
	background-position: center;
	background-repeat: no-repeat
}

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

.obj-contain {
	object-fit: contain
}

.obj-cover {
	object-fit: cover
}

.zoom .zoom-item {
	transform: scale(1.001);
	transition: transform 0.35s
}

.zoom:hover .zoom-item {
	transform: scale(1.1)
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	background: rgba(21,74, 151, 0.7);
	height: 3px
}

.bbc-icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: -0.125em
}

[data-rellax] {
	transition: transform 0.15s
}

.bbc-loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.bbc-loader:before,
.bbc-loader:after {
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	width: 20px
}

.bbc-loader:before {
	animation: ball1 1s infinite;
	background-color: #4d9fa6;
	box-shadow: 30px 0 0 #4d9fa6;
	margin-bottom: 10px
}

.bbc-loader:after {
	animation: ball2 1s infinite;
	background-color: rgba(21,74, 151, 0.7);
	box-shadow: 30px 0 0 rgba(21,74, 151, 0.7)
}

ul.nolist {
	padding: 0;
	list-style: none
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8)
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2)
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8)
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 rgba(21,74, 151, 0.7)
	}

	50% {
		box-shadow: 0 0 0 rgba(21,74, 151, 0.7);
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 rgba(21,74, 151, 0.7);
		margin-bottom: 10px
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #4d9fa6
	}

	50% {
		box-shadow: 0 0 0 #4d9fa6;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 #4d9fa6;
		margin-top: 0
	}
}

.bbc-loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
	transition: opacity 0.4s
}

.bbc-loader-overlay.loaded {
	opacity: 0
}

.video-background video {
	object-fit: cover
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.o-0 {
	opacity: 0
}

.o-1 {
	opacity: 0.1
}

.o-2 {
	opacity: 0.2
}

.o-3 {
	opacity: 0.3
}

.o-4 {
	opacity: 0.4
}

.o-5 {
	opacity: 0.5
}

.o-6 {
	opacity: 0.6
}

.o-7 {
	opacity: 0.7
}

.o-8 {
	opacity: 0.8
}

.o-9 {
	opacity: 0.9
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	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
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #495057;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1380px) {
	.dropdown-menu-mxl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-mxl-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1600px) {
	.dropdown-menu-xxl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xxl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	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
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	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
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	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
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.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
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: rgba(21,74, 151, 0.7)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529
}

@media (min-width:1600px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-mxl,
	.container-xxl {
		max-width: 1500px
	}
}

a {
	text-decoration: none !important
}

img {
	max-width: 100%
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

:root {
	--header-height: 100px;
}

@media (max-width:1199.98px) {
	:root {
		--header-height: 80px
	}
}

@media (max-width:991.98px) {
	:root {
		--header-height: 70px
	}
}

@media (max-width:991.98px) {
	:root {
		--header-height: 60px
	}
}

.bar {
	width: 36px;
	height: 36px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bar-line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: rgba(21,74, 151, 0.7);
	stroke-width: 5.5;
	stroke-linecap: round
}

.bar-rotate.active {
	transform: rotate(45deg)
}

.bar-rotate180.active {
	transform: rotate(180deg)
}

.bar1 .bar-top {
	stroke-dasharray: 40 139
}

.bar1 .bar-bottom {
	stroke-dasharray: 40 180
}

.bar1.active .bar-top {
	stroke-dashoffset: -98px
}

.bar1.active .bar-bottom {
	stroke-dashoffset: -138px
}

.header-logo,
.header-nav {
	vertical-align: middle
}

.bbc-header a {
	text-decoration: none
}

.header-hotline>a {
	font-size: 18px
}

.header-right {
	text-align: right;
	white-space: nowrap
}

.header-right>:not(div) {
	margin-left: 10px
}

@media (max-width:767.98px) {
	.header-right>:not(div) {
		margin-left: 5px
	}
}

@media (min-width:768px) {
	.header-right {
		text-align: right
	}
}

.nav-toggle {
	display: inline-block;
	color: rgba(21,74, 151, 0.7)
}

@media (-ms-high-contrast:none) {
	.header-logo {
		vertical-align: top;
		padding-top: 13px
	}

	.text-truncate {
		white-space: normal !important
	}
}

.header-container {
	padding: 0 15px;
	margin: auto
}

ul.nolist {
	padding: 0;
	list-style: none
}

.bbc-header {
	width: 100%;
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	transition: background-color 0.35s, box-shadow 0.35s;
	z-index: 999
}

.bbc-header a:hover {
	text-decoration: none
}

.bbc-header.header-active {
	position: fixed;
	top: 0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #002f34
}

.bbc-header h1 {
	line-height: 1;
	margin: 0 -30px
}

@media (max-width:1379.98px) {
	.bbc-header h1 {
		margin: 0 -20px
	}
}

@media (max-width:1199.98px) {
	.bbc-header h1 {
		margin: 0 -15px
	}
}

.bbc-header .logo {
	padding: 0 30px;
	display: block
}

@media (max-width:1379.98px) {
	.bbc-header .logo {
		padding: 0 20px
	}
}

@media (max-width:1199.98px) {
	.bbc-header .logo {
		padding: 0 15px
	}
}

.bbc-header-hotline,
.bbc-header-search-btn,
.bbc-header-language {
	font-size: 18px;
	width: 2em;
	border-radius: 50rem;
	display: inline-block;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	color: rgba(21,74, 151, 0.7);
	transition: all 0.35s !important
}

.bbc-header-hotline:hover,
.bbc-header-search-btn:hover,
.bbc-header-language:hover {
	background-color: rgba(21,74, 151, 0.7);
	color: #fff
}

.nav-header {
	display: none
}

.header-hotline {
	position: relative
}

.header-hotline:hover .hotline-dropdown {
	opacity: 1;
	visibility: visible
}

a.hotline-item {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	background-color: #fff;
	padding: 8px 10px
}

a.hotline-item small,
a.hotline-item strong {
	line-height: 1.25
}

a.hotline-item strong,
a.hotline-item span,
a.hotline-item small {
	display: block;
	color: #343a40
}

a.hotline-item:hover {
	background-color: rgba(0, 0, 0, 0.05)
}

@media (min-width:992px) {
	a.hotline-item {
		background-color: transparent
	}
}

.hotline-icon {
	font-size: 28px;
	margin-right: 7px
}

.hotline-icon svg {
	color: rgba(21,74, 151, 0.7)
}

.hotline-text {
	font-size: 18px;
	white-space: nowrap;
	text-align: left
}

.hotline-text small {
	font-size: 12px
}

.hotline-dropdown {
	position: absolute;
	right: -8px;
	top: 100%;
	visibility: hidden;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.hotline-hide-title .hotline-icon {
	font-size: 22px
}

@media (min-width:992px) {
	.header-hotline--show-all {
		width: auto;
		height: auto
	}

	.header-hotline--show-all:hover {
		background-color: transparent
	}

	.header-hotline--show-all .hotline-dropdown {
		display: flex;
		align-items: center
	}

	.header-hotline--show-all>a {
		display: none
	}

	.header-hotline--show-all .hotline-item {
		border-radius: 8px
	}

	.header-hotline--show-all .hotline-dropdown {
		position: static;
		visibility: visible;
		opacity: 1;
		box-shadow: none
	}
}

.ss-search-form__results {
	max-height: 300px !important;
	word-break: break-word;
	white-space: normal
}

.ss-search-form__results--visible {
	visibility: visible;
	opacity: 1
}

@media (min-width:992px) {
	.nav-toggle {
		display: none
	}
}

.modal.modal-mobile-nav {
	width: 100%;
	max-width: 240px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto
}

.modal.modal-mobile-nav .nav {
	display: block
}

.modal.modal-mobile-nav .btn-close {
	position: absolute;
	opacity: 0
}

.modal.modal-mobile-nav .header-nav-search {
	position: relative;
	display: inline-block;
	padding-right: 100px;
	white-space: nowrap
}

.modal.modal-mobile-nav .block-search {
	display: block;
	position: relative
}

.search-focus .modal.modal-mobile-nav .block-search {
	width: 100%
}

.modal.modal-mobile-nav .block-search .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	border: 0;
	background-color: transparent;
	color: #444
}

.modal.modal-mobile-nav .input-search {
	border: 0;
	height: 30px;
	border: 1px solid #ddd;
	transition: border 0.35s ease;
	outline: 0;
	width: 100%;
	border-radius: 3px;
	padding: 0 35px 0 10px
}

.modal.modal-mobile-nav .input-search:focus {
	outline: 0
}

.search-focus .modal.modal-mobile-nav .input-search {
	border: 1px solid rgba(21,74, 151, 0.7)
}

.modal.modal-mobile-nav .modal-content {
	background: transparent;
	border: 0;
	border-radius: 0
}

.modal.modal-mobile-nav.fade {
	transition: opacity 0.35s ease
}

.modal.modal-mobile-nav.fade .modal-dialog {
	width: 100%;
	background: #fff;
	margin: 0;
	min-height: 100%;
	transform: translate(100%, 0);
	transition: all 0.35s
}

.modal.modal-mobile-nav.show .modal-dialog {
	transform: translate(0, 0)
}

.modal.modal-mobile-nav.show .nav>li {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.modal.modal-mobile-nav .mobile-search {
	width: 90%;
	margin: 10px auto
}

.modal.modal-mobile-nav .mobile-search .search-form .form-control {
	padding: 7px 15px;
	padding-right: 35px;
	font-size: 12px
}

.modal.modal-mobile-nav .mobile-logo a {
	padding: 5px;
	margin-bottom: 10px
}

.modal.modal-mobile-nav .nav {
	background-color: #fff
}

.modal.modal-mobile-nav .nav ul {
	will-change: height;
	padding: 0;
	list-style: none
}

.modal.modal-mobile-nav .nav li {
	will-change: transform, opacity;
	transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-out
}

.modal.modal-mobile-nav .nav li::after {
	display: block;
	clear: both;
	content: ""
}

.modal.modal-mobile-nav .nav li:nth-child(1) {
	transition-delay: 0.15s
}

.modal.modal-mobile-nav .nav li:nth-child(2) {
	transition-delay: 0.3s
}

.modal.modal-mobile-nav .nav li:nth-child(3) {
	transition-delay: 0.45s
}

.modal.modal-mobile-nav .nav li:nth-child(4) {
	transition-delay: 0.6s
}

.modal.modal-mobile-nav .nav li:nth-child(5) {
	transition-delay: 0.75s
}

.modal.modal-mobile-nav .nav li:nth-child(6) {
	transition-delay: 0.9s
}

.modal.modal-mobile-nav .nav li:nth-child(7) {
	transition-delay: 1.05s
}

.modal.modal-mobile-nav .nav li:nth-child(8) {
	transition-delay: 1.2s
}

.modal.modal-mobile-nav .nav li:nth-child(9) {
	transition-delay: 1.35s
}

.modal.modal-mobile-nav .nav li:nth-child(10) {
	transition-delay: 1.5s
}

.modal.modal-mobile-nav .nav li:nth-child(11) {
	transition-delay: 1.65s
}

.modal.modal-mobile-nav .nav li:nth-child(12) {
	transition-delay: 1.8s
}

.modal.modal-mobile-nav .nav li:nth-child(13) {
	transition-delay: 1.95s
}

.modal.modal-mobile-nav .nav li:nth-child(14) {
	transition-delay: 2.1s
}

.modal.modal-mobile-nav .nav li:nth-child(15) {
	transition-delay: 2.25s
}

.modal.modal-mobile-nav .nav li:nth-child(16) {
	transition-delay: 2.4s
}

.modal.modal-mobile-nav .nav li:nth-child(17) {
	transition-delay: 2.55s
}

.modal.modal-mobile-nav .nav li:nth-child(18) {
	transition-delay: 2.7s
}

.modal.modal-mobile-nav .nav li:nth-child(19) {
	transition-delay: 2.85s
}

.modal.modal-mobile-nav .nav li:nth-child(20) {
	transition-delay: 3s
}

.modal.modal-mobile-nav .nav li a {
	width: 100%;
	margin-bottom: 1px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 46px;
	text-align: left;
	color: #666;
	transition: all 0.35s;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.modal.modal-mobile-nav .nav li a i {
	display: none
}

.modal.modal-mobile-nav .nav .drop.active>a {
	color: rgba(21,74, 151, 0.7)
}

.modal.modal-mobile-nav .nav .drop>a {
	width: calc(100% - 40px)
}

.modal.modal-mobile-nav .nav .drop .btn-drop {
	float: right;
	width: 40px;
	height: 46px;
	padding: 0
}

.modal.modal-mobile-nav .nav .drop .btn-drop.active {
	color: rgba(21,74, 151, 0.7)
}

.modal.modal-mobile-nav .nav .drop .btn-drop.active:after {
	transform: translate(-50%, -50%) rotate(-135deg)
}

.modal.modal-mobile-nav .nav .drop .btn-drop.active~a {
	color: rgba(21,74, 151, 0.7)
}

.modal.modal-mobile-nav .nav .drop .btn-drop:after {
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.35s
}

.modal.modal-mobile-nav .nav .drop-menu {
	width: 100%;
	height: 0;
	margin-top: 1px;
	overflow: hidden;
	transition: all 0.35s;
	position: relative
}

.modal.modal-mobile-nav .nav .drop-menu.active>li {
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-0 li a:not(.btn-drop) {
	padding-left: 25px
}

.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-1 li a:not(.btn-drop) {
	padding-left: 40px
}

.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-2 li a:not(.btn-drop) {
	padding-left: 55px
}

.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-3 li a:not(.btn-drop) {
	padding-left: 70px
}

.modal.modal-mobile-nav .nav .drop-menu.drop-menu-level-4 li a:not(.btn-drop) {
	padding-left: 85px
}

.header-search-btn {
	font-size: 18px
}

.header-logo {
	position: relative;
	width: 200px
}

@media (max-width:1199.98px) {
	.header-logo {
		width: auto
	}
}

.header-logo .logo-img {
	display: block;
	max-height: 100%;
	transition: opacity 0.35s;
	height: auto
}

.header-phone .bbc-icon {
	color: rgba(21,74, 151, 0.7);
	transition: color 0.35s
}

@media (max-width:991.98px) {
	.header-phone .bbc-icon {
		font-size: 20px
	}
}

.header-phone span {
	font-size: 18px;
	line-height: 1.3333333333;
	color: #666;
	transition: color 0.35s
}

@media (max-width:1379.98px) {
	.header-phone span {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.header-phone span {
		font-size: 14px
	}
}

.header-phone span a {
	color: rgba(21,74, 151, 0.7);
	transition: color 0.35s;
	font-weight: bold
}

.header-wrap {
	padding: 0 80px;
	--bbc-row-gutter: 40px
}

@media (max-width:1599.98px) {
	.header-wrap {
		padding: 0 20px;
		--bbc-row-gutter: 30px
	}
}

@media (max-width:1199.98px) {
	.header-wrap {
		--bbc-row-gutter: 20px
	}
}

@media (max-width:767.98px) {
	.header-wrap {
		padding: 0
	}
}

.bbc-header {
	--nav-color: #333;
	--nav-hover-color: rgba(21,74, 151, 0.7);
	--nav-color-rgb: 51, 51, 51;
	--btn-menu-color: rgba(21,74, 151, 0.7);
	--header-bg1-rgb: 0, 0, 0;
	--header-bg2-rgb: 255, 255, 255;
	position: sticky;
	height: var(--header-height);
	isolation: isolate;
	transition: height 0.35s ease 0s, box-shadow 0.35s ease 0s
}

.bbc-header:hover {
	--nav-color: #333 !important;
	--nav-hover-color: rgba(21,74, 151, 0.7) !important;
	background-color: #fff !important
}

.bbc-header.active {
	--nav-color: #333;
	--nav-hover-color: rgba(21,74, 151, 0.7);
	box-shadow: 0 6px 10px rgba(68, 68, 68, 0.06);
	background-color: #fff
}

.bbc-header.active .header-language a.active {
	color: var(--nav-hover-color)
}

.bbc-header.active .header-phone span {
	color: #666
}

.bbc-header.active .header-phone .bbc-icon,
.bbc-header.active .header-phone span a {
	color: rgba(21,74, 151, 0.7)
}

.header--fixed.bbc-header {
	position: fixed !important;
	width: 100%;
	top: 0;
	border-bottom: 0
}

.header--fixed.bbc-header.active {
	--header-height: 100px;
	background-color: #fff
}

@media (max-width:1199.98px) {
	.header--fixed.bbc-header.active {
		--header-height: 90px
	}
}

@media (max-width:991.98px) {
	.header--fixed.bbc-header.active {
		--header-height: 70px
	}
}

.header--light.bbc-header {
	--nav-color: #fff;
	--nav-color-rgb: 255, 255, 255;
	--nav-hover-color: rgba(21,74, 151, 0.7);
	--btn-menu-color: #fff
}

.header--light.bbc-header.active {
	--nav-color: #333;
	--nav-color-rgb: 51, 51, 51;
	--nav-hover-color: rgba(21,74, 151, 0.7);
	--btn-menu-color: rgba(21,74, 151, 0.7);
	background-color: #fff
}

.header--light.bbc-header:hover {
	--btn-menu-color: rgba(21,74, 151, 0.7)
}

.header--light .header-phone .bbc-icon,
.header--light .header-phone span,
.header--light .header-phone span a {
	color: var(--nav-color)
}

.header-right-menu {
	background-color: var(--btn-menu-bg);
	display: flex;
	align-items: center;
	color: var(--btn-menu-color)
}

.header-right-menu:hover {
	color: var(--btn-menu-color);
	background-color: var(--btn-menu-hover-bg)
}

.header-right-menu .bar {
	width: 32px;
	height: 32px
}

@media (max-width:991.98px) {
	.header-right-menu .bar {
		width: 44px;
		height: 44px
	}
}

.header-right-menu .bar-line {
	stroke: var(--btn-menu-color)
}

.header-search-btn {
	display: block;
	width: 1.5em !important;
	height: 1.5em !important;
	line-height: 1.5;
	text-align: center;
	color: var(--btn-menu-color) !important;
	margin-left: auto;
	transition-delay: 0s !important;
	transition-duration: 0.01s !important
}

@media (max-width:1199.98px) {
	.header-search-btn {
		font-size: 16px
	}
}

.header-search-btn.morphing-btn_circle {
	width: calc(1.5em - 1px) !important
}

.header-language {
	font-size: 18px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	font-weight: bold;
	color: var(--btn-menu-color);
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	transition: color 0.35s ease 0s
}

@media (max-width:1199.98px) {
	.header-language {
		font-size: 16px
	}
}

.header-language .hover-block {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease 0s, opacity 0.35s ease 0s, visibility 0.35s ease 0s
}

.header-language .hover-block a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 5px 15px
}

.header-language .hover-block a:hover {
	color: rgba(21,74, 151, 0.7)
}

.header-language:hover .hover-block {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media (min-width:992px) {
	.header-container {
		padding: 0 100px
	}

	.header-center {
		position: static
	}

	.nav-header {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		justify-content: flex-end;
		width: 100%;
		align-items: center;
		position: relative
	}

	.nav-header:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 10px;
		background-color: var(--btn-menu-color);
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		transition: background-color 0.35s ease 0s
	}

	.nav-header>li {
		padding: 0 40px;
		display: flex;
		align-items: center;
		height: 100%
	}

	.nav-header>li.active>a {
		color: var(--nav-hover-color)
	}

	.nav-header>li.active>a span {
		border-bottom-color: rgba(21,74, 151, 0.7)
	}

	.nav-header>li>a {
		font-size: 16px;
		line-height: 1.5;
		color: var(--nav-color);
		text-align: center;
		position: relative;
		white-space: nowrap;
		padding: 15px 0
	}

	.nav-header>li>a span {
		display: inline-block;
		padding: 5px 0;
		transition: border-bottom 0.35s, color 0.35s;
		border-bottom: 2px solid transparent
	}

	.nav-header>li:hover>a {
		color: var(--nav-hover-color)
	}

	.nav-header i {
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%)
	}

	.nav-header .drop-level-0:hover .drop-menu-level-0 {
		opacity: 1;
		visibility: visible
	}

	.drop-menu {
		position: absolute;
		background-color: #fff;
		top: 100%;
		width: 100%;
		text-align: center;
		left: 0;
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
		border-top: 1px solid #E7E7E7;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.drop-menu a {
		color: #666;
		padding: 35px 10px;
		margin-left: 30px;
		margin-right: 30px;
		display: block;
		font-size: 16px;
		font-family: "SHSCN";
		font-weight: 500
	}

	.drop-menu a:hover {
		color: rgba(21,74, 151, 0.7);
		transition: color 0.35s ease-out
	}

	.drop {
		position: relative
	}

	.drop:hover>.drop-menu {
		opacity: 1;
		visibility: visible
	}

	.drop>.drop-menu-right {
		left: initial;
		right: 0
	}

	.drop-menu-level-0 .drop>a {
		position: relative
	}

	.drop-menu-level-0 .drop>a::after {
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translate(0, -50.33%) rotate(-45deg)
	}

	.drop-menu-level-1,
	.drop-menu-level-1 .drop-menu {
		left: 100% !important;
		top: 0
	}

	.nav-header .drop {
		position: static
	}

	.nav-header .drop:hover>.drop-menu {
		opacity: 1;
		visibility: visible;
		transition: opacity 0.35s ease, visibility 0.35s ease
	}

	.nav-header .drop-menu-level-0 .drop>a {
		position: relative
	}

	.nav-header .drop-menu-level-0 .drop>a::after {
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translate(0, -50.33%) rotate(-45deg)
	}

	.nav-header .drop-menu-level-1,
	.nav-header .drop-menu-level-1 .drop-menu {
		left: 100% !important;
		top: 0;
		transform: none
	}
}

@media (min-width:992px) and (max-width:1599.98px) {
	.header-container {
		padding: 0 50px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.header-container {
		padding: 0 30px
	}
}

@media (min-width:992px) and (max-width:1599.98px) {
	.nav-header>li {
		padding: 0 30px
	}
}

@media (min-width:992px) and (max-width:1379.98px) {
	.nav-header>li {
		padding: 0 20px
	}
}

@media (min-width:992px) and (max-width:1379.98px) {
	.nav-header>li>a {
		font-size: 16px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.nav-header>li>a {
		font-size: 14px
	}
}

#search-box {
	padding: 15% 20%;
	background-color: transparent;
	display: none;
	overflow: hidden
}

@media (max-width:991.98px) {
	#search-box {
		padding: 5% 10%;
		width: 100%
	}
}

#search-box .logo {
	width: 210px;
	display: block;
	margin: 0 auto 70px
}

@media (max-width:767.98px) {
	#search-box .logo {
		width: 170px;
		margin-bottom: 30px
	}
}

#search-box .search-block {
	display: flex;
	position: relative;
	width: 850px;
	transition: all 0.35s
}

@media (max-width:1379.98px) {
	#search-box .search-block {
		width: 730px
	}
}

@media (max-width:991.98px) {
	#search-box .search-block {
		width: 100%
	}
}

#search-box .search-block:focus-within {
	margin-bottom: 10px;
	box-shadow: 0 20px 15px -5px rgba(0, 0, 0, 0.5)
}

#search-box .form-control {
	border-radius: 0;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.375;
	height: auto;
	padding: 20px 30px;
	border: 1px solid rgba(21,74, 151, 0.7);
	color: #444
}

@media (max-width:767.98px) {
	#search-box .form-control {
		padding: 10px 20px;
		font-size: 14px
	}
}

#search-box .form-control:focus {
	box-shadow: none
}

#search-box .form-control::placeholder {
	color: #999
}

#search-box .btn-search {
	width: auto;
	height: 100%;
	color: #fff;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1.375;
	margin-top: 0;
	white-space: nowrap;
	border-radius: 0;
	background-color: rgba(21,74, 151, 0.7)
}

@media (max-width:767.98px) {
	#search-box .btn-search {
		padding: 10px 20px;
		font-size: 14px
	}
}

#search-box .btn-search:focus {
	box-shadow: none
}

.bbcbox-container {
	z-index: 2000
}

.morphing-btn-wrap {
	position: relative
}

.morphing-btn-clone_visible {
	background: #fff
}

#search-box .search-block:focus-within {
	box-shadow: none
}

.bbc-header {
	transition: height 0.35s ease 0s, background-color 0.35s ease 0s
}

.mega-menu--dropmenu {
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.122)
}

.mega-menu--container {
	padding: 30px 100px 48px;
	max-width: 100%
}

@media (max-width:1599.98px) {
	.mega-menu--container {
		padding: 30px 40px
	}
}

@media (max-width:1199.98px) {
	.mega-menu--container {
		padding: 30px 20px
	}
}

.mega-menu--container .left-mega-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

@media (max-width:1199.98px) {
	.mega-menu--container .left-mega-1 {
		flex-direction: row
	}
}

.mega-menu--container .left-mega-1 a {
	font-size: 20px;
	color: #333;
	font-family: "Alimama ShuHeiTi";
	font-weight: bold;
	padding: 10px 20px;
	line-height: 2;
	isolation: isolate;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.35s ease 0s, font-size 0.35s ease 0s, font-weight 0.35s ease 0s, color 0.35s ease 0s
}

@media (max-width:1599.98px) {
	.mega-menu--container .left-mega-1 a {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.mega-menu--container .left-mega-1 a {
		font-size: 14px;
		margin-bottom: 16px !important
	}
}

.mega-menu--container .left-mega-1 a:not(:last-child) {
	margin-bottom: 16px
}

@media (max-width:1199.98px) {
	.mega-menu--container .left-mega-1 a:not(:last-child) {
		margin-right: 16px
	}
}

.mega-menu--container .left-mega-1 a.active {
	box-shadow: 9px 9px 30.6px 0px rgba(0, 118, 128, 0.122);
	font-size: 24px;
	font-weight: bold;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1599.98px) {
	.mega-menu--container .left-mega-1 a.active {
		font-size: 18px
	}
}

@media (max-width:1199.98px) {
	.mega-menu--container .left-mega-1 a.active {
		font-size: 16px;
		box-shadow: 4px 4px 20px 0px rgba(0, 118, 128, 0.122)
	}
}

.mega-menu--container .left-mega-1 a.active::before,
.mega-menu--container .left-mega-1 a.active::after {
	opacity: 1
}

.mega-menu--container .left-mega-1 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-image: linear-gradient(180deg, rgba(21,74, 151, 0.7) -30%, rgba(0, 118, 128, 0) 128%);
	opacity: 0;
	transition: opacity 0.35s ease 0s
}

.mega-menu--container .left-mega-1 a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	box-shadow: 0px 26px 33px 0px rgba(0, 118, 128, 0.078) inset;
	transition: box-shadow 0.35s ease 0s, opacity 0.35s ease 0s;
	opacity: 0
}

.mega-menu--container .right-mega-1>div {
	display: none;
	padding: 0 40px;
	--swiper-navigation-size: 25px;
	--swiper-theme-color: rgba(21,74, 151, 0.7)
}

.mega-menu--container .right-mega-1>div.active {
	display: block
}

.mega-menu1>div {
	align-items: center
}

.mega-menu1>div>div:last-child {
	border-left: 1px solid rgba(0, 118, 128, 0.451)
}

@media (max-width:1199.98px) {
	.mega-menu1>div>div:last-child {
		border-left: 0
	}
}

.swiper-mega .item {
	display: flex;
	flex-direction: column;
	align-items: center
}

.swiper-mega .img {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 15px
}

.swiper-mega .txt {
	display: inline-block
}

.swiper-mega .txt h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px
}

@media (max-width:1599.98px) {
	.swiper-mega .txt h4 {
		font-size: 14px
	}
}

.swiper-mega .txt h4 a {
	color: #333
}

.swiper-mega .txt h4 a:hover {
	color: rgba(21,74, 151, 0.7)
}

.swiper-mega .txt .list a {
	display: block;
	font-size: 14px;
	line-height: 2;
	color: #666
}

@media (max-width:1599.98px) {
	.swiper-mega .txt .list a {
		font-size: 12px
	}
}

.swiper-mega .txt .list a:hover {
	color: rgba(21,74, 151, 0.7)
}

.mega-menu2 .item .img {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px
}

@media (max-width:1599.98px) {
	.mega-menu2 .item .img {
		margin-bottom: 10px
	}
}

.mega-menu2 .item .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(180deg, rgba(0, 118, 128, 0) 58.78%, rgba(21,74, 151, 0.7) 100%)
}

.mega-menu2 .item .img p {
	font-size: 18px;
	line-height: 1.3333333333;
	color: #fff;
	padding-bottom: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1
}

@media (max-width:1599.98px) {
	.mega-menu2 .item .img p {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.mega-menu2 .item .img p {
		font-size: 14px;
		padding-bottom: 10px
	}
}

.mega-menu2 .item .list {
	padding: 0 40px;
	display: flex;
	flex-direction: column
}

@media (max-width:1199.98px) {
	.mega-menu2 .item .list {
		padding: 0 12px
	}
}

.mega-menu2 .item .list a {
	font-size: 16px;
	line-height: 2;
	color: #666
}

@media (max-width:1599.98px) {
	.mega-menu2 .item .list a {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.mega-menu2 .item .list a {
		font-size: 12px
	}
}

.mega-menu2 .item .list a:hover {
	color: rgba(21,74, 151, 0.7)
}

@media (min-width:768px) {
	.bbctools-container {
		--bbctools-offset: 15px !important;
		transform: translate(55px, -50%) !important;
		transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
		opacity: 0
	}

	.bbctools-container.active {
		transform: translate(0, -50%) !important;
		opacity: 1
	}

	.bbctools>li>a {
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6
	}

	.bbctools>li>a:hover {
		border-color: var(--bbctools-bg-color-hover) !important
	}

	.bbctools>li:not(:first-child) {
		position: relative;
		isolation: isolate
	}

	.bbctools>li:not(:first-child)::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 14px;
		height: 1px;
		background-color: #d9d9d9;
		z-index: 0;
		transition: background-color 0.35s
	}

	.bbctools>li:not(:first-child):hover:before {
		background-color: transparent
	}

	.bbctools>li:first-child>a {
		border-top: 1px solid #e6e6e6;
		border-top-left-radius: 100px;
		border-top-right-radius: 100px
	}

	.bbctools>li:last-child>a {
		border-bottom: 1px solid #e6e6e6;
		border-bottom-left-radius: 100px;
		border-bottom-right-radius: 100px
	}
}

@media (max-width:767.98px) {
	.bbctools>li>a {
		--bbctools-text-color: #fff !important;
		--bbctools-bg-color: rgba(21,74, 151, 0.7) !important
	}
}

.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: rgb(2,41,97)
}

.copyright span,
.copyright a {
	color: rgba(0, 118, 128, 0.7);
	font-size: 14px;
	line-height: 1.4285714286;
	transition: color 0.35s
}

@media (max-width:991.98px) {

	.copyright span,
	.copyright a {
		font-size: 12px
	}
}

.copyright span {
	margin: 0 3px;
	display: inline-block
}

.copyright a:hover {
	color: rgba(21,74, 151, 0.7)
}

.section-top-ft {
	padding: 80px 0;
	background-color: #DDEDF2;
	position: relative
}

@media (max-width:767.98px) {
	.section-top-ft {
		padding: 50px 0 80px
	}
}

.section-top-ft:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(wave.png), url(wave.png);
	background-position: bottom -60px left -60px, top -60px right -140px;
	background-size: 25%, 40%;
	background-repeat: no-repeat;
	mix-blend-mode: multiply
}

@media (max-width:767.98px) {
	.section-top-ft:before {
		background-image: url(/storage/app/media/wave.png);
		background-position: center center;
		background-size: 200%
	}
}

.section-top-ft .txt {
	color: rgba(21,74, 151, 0.7);
	font-weight: bold;
	font-family: "Alimama ShuHeiTi";
	font-size: 60px;
	line-height: 1
}

@media (max-width:1599.98px) {
	.section-top-ft .txt {
		font-size: 46px
	}
}

@media (max-width:1199.98px) {
	.section-top-ft .txt {
		font-size: 30px
	}
}

@media (max-width:767.98px) {
	.section-top-ft .txt {
		text-align: center;
		margin-bottom: 30px
	}
}

.section-top-ft .txt span {
	color: transparent;
	-webkit-text-stroke: 1px rgba(21,74, 151, 0.7)
}

@media (max-width:767.98px) {
	.section-top-ft .txt span {
		display: block
	}
}

.btn-ft {
	padding: 0.56em 2.78em;
	border: 0;
	isolation: isolate;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 9px 9px 30.6px 0px rgba(0, 118, 128, 0.122);
	color: rgba(21,74, 151, 0.7);
	text-align: center;
	font-size: 18px;
	line-height: 1.8888888889
}

@media (max-width:1379.98px) {
	.btn-ft {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.btn-ft {
		margin: 0 auto
	}
}

.btn-ft:hover::after {
	box-shadow: 0px -20px 20px 0px rgba(0, 118, 128, 0.1) inset
}

.btn-ft:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-image: linear-gradient(180deg, rgba(21,74, 151, 0.7) 0%, rgba(0, 118, 128, 0) 128%)
}

.btn-ft:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	box-shadow: 0px 26px 33px 0px rgba(0, 118, 128, 0.078) inset;
	transition: box-shadow 0.35s ease 0s
}

.container-pad {
	padding: 105px 100px 90px;
}

@media (max-width:1379.98px) {
	.container-pad {
		padding: 90px 50px 50px
	}
}

@media (max-width:767.98px) {
	.container-pad {
		padding: 60px 15px 30px
	}
}

.btn-top {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: transform 0.35s ease 0s
}

.btn-top:hover {
	transform: translate(-50%, -50%) scale(1.1)
}

.btn-top .ic {
	display: block;
	font-size: 20px;
	width: 5.9em;
	height: 5.9em
}

@media (max-width:1379.98px) {
	.btn-top .ic {
		font-size: 16px
	}
}

.btn-top .ic:before {
	content: "";
	background-image: url("circle.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	animation: rotate360 2s linear infinite
}

.btn-top .ic::after {
	content: "";
	background-color: #fff;
	width: 55%;
	height: 55%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.btn-top .ic .bbc-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	color: rgba(21,74, 151, 0.7);
	z-index: 1
}

.footer-custom {
	background-color: rgb(21,74,151);
	position: relative
}

.footer-custom .spe-md-effect {
	height: 100%
}

@media (max-width:991.98px) {
	.footer-custom .spe-md-effect {
		height: auto;
		display: flex;
		margin-bottom: 30px;
		align-items: flex-end
	}

	.footer-custom .spe-md-effect .qr-code {
		margin-left: auto
	}
}

.footer-custom .ft-left {
	margin-right: 140px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between
}

@media (max-width:1599.98px) {
	.footer-custom .ft-left {
		margin-right: 60px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .ft-left {
		margin-right: 40px
	}
}

@media (max-width:991.98px) {
	.footer-custom .ft-left {
		height: auto;
		-ms-flex: 0 0 stretch;
		flex: 0 0 stretch;
		max-width: stretch;
		width: 100%
	}
}

@media (max-width:767.98px) {
	.footer-custom .ft-left {
		margin-right: 0
	}
}

.footer-custom .ft-right {
	display: flex;
	flex-direction: column;
	height: 100px;
	justify-content: space-between
}

.footer-custom .footer-logo {
	margin-bottom: 50px;
}

@media (max-width:1599.98px) {
	.footer-custom .footer-logo {
		margin-bottom: 80px;
		width: 300px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .footer-logo {
		margin-bottom: 60px;
		width: 240px
	}
}

@media (max-width:991.98px) {
	.footer-custom .footer-logo {
		margin-bottom: 40px;
		width: auto
	}
}

@media (max-width:767.98px) {
	.footer-custom .footer-logo {
		width: 220px;
		margin: 0 auto 30px
	}
}

@media (max-width:767.98px) {
	.footer-custom .footer-contact {
		text-align: center
	}
}

.footer-custom .footer-contact .phone {
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 24px
}

@media (max-width:1599.98px) {
	.footer-custom .footer-contact .phone {
		font-size: 24px;
		margin-bottom: 20px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .footer-contact .phone {
		font-size: 20px;
		margin-bottom: 15px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-custom .footer-contact .phone {
		font-size: 30px
	}
}

@media (max-width:767.98px) {
	.footer-custom .footer-contact .phone {
		font-size: 26px;
		margin-bottom: 20px
	}
}

.footer-custom .footer-contact .phone .ic {
	font-size: 20px;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4em;
	height: 2.4em;
	margin-right: 12px;
	border-radius: 100%
}

@media (max-width:1599.98px) {
	.footer-custom .footer-contact .phone .ic {
		font-size: 18px
	}
}

@media (max-width:767.98px) {
	.footer-custom .footer-contact .phone .ic {
		font-size: 16px
	}
}

.footer-custom .footer-contact .info p {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0
}

@media (max-width:1599.98px) {
	.footer-custom .footer-contact .info p {
		font-size: 14px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .footer-contact .info p {
		font-size: 12px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-custom .footer-contact .info p {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.footer-custom .footer-contact .info p {
		font-size: 14px
	}
}

.footer-custom .footer-contact .info p .bbc-icon {
	color: rgba(255, 255, 255, 0.15);
	margin-right: 10px
}

.footer-custom .footer-contact .info p a {
	color: rgba(255, 255, 255, 0.6)
}

.footer-custom .ft-menu {
	margin-bottom: 20px
}

.footer-custom .ft-menu .row>div:first-child {
	margin-right: 130px
}

@media (max-width:1599.98px) {
	.footer-custom .ft-menu .row>div:first-child {
		margin-right: 60px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .ft-menu .row>div:first-child {
		margin-right: 30px
	}
}

@media (max-width:991.98px) {
	.footer-custom .ft-menu .row>div:first-child {
		margin-right: 0
	}
}

.footer-custom .ft-menu .list-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (max-width:1199.98px) {
	.footer-custom .ft-menu .list-menu {
		justify-content: flex-start
	}

	.footer-custom .ft-menu .list-menu>li {
		margin-bottom: 20px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-custom .ft-menu .list-menu {
		justify-content: space-between
	}
}

@media (max-width:767.98px) {
	.footer-custom .ft-menu .list-menu {
		justify-content: center;
		text-align: center
	}
}

.footer-custom .ft-menu .list-menu h4 {
	margin-bottom: 20px
}

@media (max-width:1199.98px) {
	.footer-custom .ft-menu .list-menu h4 {
		margin-bottom: 10px
	}
}

.footer-custom .ft-menu .list-menu h4 a {
	color: #fff;
	font-size: 18px;
	line-height: 1.3333333333;
	display: block
}

@media (max-width:1599.98px) {
	.footer-custom .ft-menu .list-menu h4 a {
		font-size: 16px
	}
}

.footer-custom .ft-menu .menu {
	display: flex;
	flex-direction: column
}

@media (max-width:767.98px) {
	.footer-custom .ft-menu .menu {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center
	}
}

.footer-custom .ft-menu .menu a {
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.6);
	transition: color 0.35s ease 0s
}

@media (max-width:1599.98px) {
	.footer-custom .ft-menu .menu a {
		font-size: 14px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .ft-menu .menu a {
		font-size: 12px
	}
}

@media (max-width:767.98px) {
	.footer-custom .ft-menu .menu a {
		margin: 0 5px
	}
}

.footer-custom .ft-menu .menu a:hover {
	color: #fff
}

.footer-custom .qr-code {
	text-align: center
}

.footer-custom .qr-code img {
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	border-radius: 6px
}

@media (max-width:1599.98px) {
	.footer-custom .qr-code img {
		width: 110px;
		height: 110px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-custom .qr-code img {
		width: 160px;
		height: 160px
	}
}

@media (max-width:767.98px) {
	.footer-custom .qr-code img {
		margin-bottom: 15px
	}
}

.footer-custom .qr-code p {
	color: #fff;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6)
}

@media (max-width:1599.98px) {
	.footer-custom .qr-code p {
		font-size: 14px
	}
}

@media (max-width:1379.98px) {
	.footer-custom .qr-code p {
		font-size: 12px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-custom .qr-code p {
		font-size: 16px
	}
}

.footer-custom .ft-if-bot {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12)
}

.footer-custom .ft-if-bot a {
	margin-right: 26px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.2);
	transition: color 0.35s ease 0s
}

@media (max-width:1599.98px) {
	.footer-custom .ft-if-bot a {
		font-size: 14px
	}
}

.footer-custom .ft-if-bot a:hover {
	color: #fff
}

.button-custom-toolbar {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, visibility 0.35s ease 0s;
	background-color: rgba(21,74, 151, 0.7);
	color: #fff;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 10px
}

.button-custom-toolbar:hover {
	background-color: #00a5b3;
	color: #fff
}

.button-custom-toolbar.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%)
}

.custom-toolbar {
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translate(100%, -50%);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, visibility 0.35s ease 0s
}

@media (max-width:991.98px) {
	.custom-toolbar {
		display: none
	}
}

.custom-toolbar.active {
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible
}

.custom-toolbar.hide {
	transform: translate(100%, -50%);
	opacity: 0;
	visibility: hidden
}

.custom-toolbar .btn-gotop {
	display: block;
	padding: 15px 10px
}

.custom-toolbar .btn-gotop .ic {
	width: 28px;
	height: 28px;
	margin: 0 auto
}

.custom-toolbar .list-item {
	padding: 10px 0;
	position: relative;
	box-shadow: 0px 16px 33px 0px rgba(0, 118, 128, 0.051) inset, 9px 9px 30.6px 0px rgba(0, 118, 128, 0.122)
}

.custom-toolbar .list-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	border-radius: 6px;
	background-image: linear-gradient(180deg, rgba(21,74, 151, 0.7) 0%, rgba(0, 118, 128, 0) 128%)
}

.custom-toolbar .list-item:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	box-shadow: 0px 26px 33px 0px rgba(0, 118, 128, 0.078) inset;
	transition: box-shadow 0.35s ease 0s
}

.custom-toolbar .list-item li {
	text-align: center;
	position: relative;
	padding: 5px 10px
}

.custom-toolbar .list-item li:hover .hover-block {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.custom-toolbar .list-item li a {
	display: block
}

.custom-toolbar .list-item li p {
	color: rgba(21,74, 151, 0.7);
	font-size: 12px
}

.custom-toolbar .list-item .ic {
	width: 28px;
	height: 28px;
	margin: 0 auto 5px
}

.custom-toolbar .list-item .ic img {
	display: block
}

.custom-toolbar .hover-block {
	position: absolute;
	top: 0;
	right: calc(100% + 10px);
	min-width: 120px;
	padding: 5px;
	padding-bottom: 10px;
	box-shadow: 0px 16px 33px 0px rgba(0, 118, 128, 0.051) inset, 9px 9px 30.6px 0px rgba(0, 118, 128, 0.122);
	border-radius: 6px;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s ease 0s, opacity 0.35s ease 0s, visibility 0.35s ease 0s
}

.custom-toolbar .hover-block img {
	margin-bottom: 10px;
	border-radius: 6px
}

.custom-toolbar .hover-block:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	border-radius: 6px;
	background-image: linear-gradient(180deg, rgba(21,74, 151, 0.7) 0%, rgba(0, 118, 128, 0) 128%)
}

.custom-toolbar .hover-block:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 1px;
	left: 1px;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	box-shadow: 0px 26px 33px 0px rgba(0, 118, 128, 0.078) inset;
	transition: box-shadow 0.35s ease 0s
}

.section-contact {
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:991.98px) {
	.section-contact {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.contact-item {
	padding: 25px;
	background-color: #DDEDF2;
	border-radius: 6px;
	display: flex;
	height: 100%
}

@media (min-width:768px) and (max-width:991.98px) {
	.contact-item {
		flex-direction: column
	}
}

@media (max-width:767.98px) {
	.contact-item {
		align-items: stretch;
		padding: 20px 25px
	}
}

.contact-img {
	-ms-flex: 0 0 325px;
	flex: 0 0 325px;
	max-width: 325px;
	width: 100%;
	order: 2;
	--bbc-ratio-w: 325;
	--bbc-ratio-h: 200
}

@media (max-width:1599.98px) {
	.contact-img {
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		max-width: 220px;
		width: 100%
	}
}

@media (max-width:1199.98px) {
	.contact-img {
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
		max-width: 170px;
		width: 100%
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.contact-img {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		order: 0;
		margin-bottom: 20px
	}
}

@media (max-width:767.98px) {
	.contact-img {
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
		width: 100%
	}
}

.contact-img .ratio {
	border-radius: 6px
}

@media (max-width:767.98px) {
	.contact-img .ratio {
		height: 100%
	}
}

.contact-row {
	--bbc-row-gutter: 10px
}

.contact-content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-left: 20px;
	margin-right: 40px
}

@media (max-width:1379.98px) {
	.contact-content {
		margin-left: 10px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.contact-content {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767.98px) {
	.contact-content {
		margin-left: 0;
		margin-right: 20px
	}
}

.contact-content h4 {
	font-size: 24px;
	line-height: 1.3333333333;
	color: rgba(21,74, 151, 0.7);
	margin-bottom: 12px
}

@media (max-width:1199.98px) {
	.contact-content h4 {
		font-size: 18px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.contact-content h4 {
		margin-bottom: 7px
	}
}

@media (max-width:1379.98px) {
	.contact-content .contact-text {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.contact-content .contact-text {
		font-size: 12px
	}
}

.section-job-1 {
	padding-top: 140px;
	padding-bottom: 80px
}

@media (max-width:1379.98px) {
	.section-job-1 {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.section-job-1 .left .desc {
	padding-bottom: 115px;
	padding-top: 35px;
	font-size: 50px;
	line-height: 1.44;
	color: #333;
	position: relative
}

@media (max-width:1379.98px) {
	.section-job-1 .left .desc {
		font-size: 34px;
		padding-bottom: 60px
	}
}

@media (max-width:767.98px) {
	.section-job-1 .left .desc {
		font-size: 30px;
		padding-bottom: 60px;
		padding-top: 0
	}
}

.section-job-1 .left .desc::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
	height: 250px;
	z-index: -1;
	background-image: url("wave-job.png");
	background-repeat: no-repeat;
	background-size: contain
}

.section-job-1 .left>img {
	border-radius: 8px
}

@media (max-width:991.98px) {
	.section-job-1 .left>img {
		margin-bottom: 20px
	}
}

.section-job-1 .right img {
	border-radius: 8px
}

.section-job-2 {
	background-color: #F6FAFF;
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width:1199.98px) {
	.section-job-2 {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:767.98px) {
	.section-job-2 {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.job-navTab {
	border-bottom: 0;
	justify-content: center;
	margin-bottom: 80px
}

@media (max-width:1199.98px) {
	.job-navTab {
		margin-bottom: 50px
	}
}

.job-navTab .nav-item {
	margin: 0 35px
}

@media (max-width:991.98px) {
	.job-navTab .nav-item {
		margin: 0 25px
	}
}

@media (max-width:767.98px) {
	.job-navTab .nav-item {
		margin: 0 15px
	}
}

.job-navTab .nav-link {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	color: #B5C5CA;
	font-size: 60px;
	line-height: 1.3333333333;
	padding: 0
}

@media (max-width:1379.98px) {
	.job-navTab .nav-link {
		font-size: 40px
	}
}

@media (max-width:767.98px) {
	.job-navTab .nav-link {
		font-size: 30px
	}
}

.job-navTab .nav-link.active {
	background-color: transparent;
	color: #333
}

.job-tabContent .list-job li {
	border-radius: 6px;
	border-left: 6px solid transparent;
	background-color: #DDEDF2;
	transition: border-left-color 0.35s ease 0s
}

.job-tabContent .list-job li:not(:last-child) {
	margin-bottom: 6px
}

.job-tabContent .list-job li:hover {
	border-left-color: rgba(21,74, 151, 0.7)
}

.job-tabContent .list-job li:hover .ic {
	color: rgba(21,74, 151, 0.7)
}

.job-tabContent .list-job a {
	font-size: 24px;
	line-height: 1.3333333333;
	color: #333;
	padding: 30px 60px 30px 40px;
	display: flex;
	align-items: center
}

@media (max-width:1379.98px) {
	.job-tabContent .list-job a {
		padding-right: 40px
	}
}

@media (max-width:767.98px) {
	.job-tabContent .list-job a {
		font-size: 16px;
		padding: 20px
	}
}

.job-tabContent .list-job a p {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-bottom: 0
}

.job-tabContent .list-job a .ic {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
	font-size: 30px;
	line-height: 1
}

@media (max-width:767.98px) {
	.job-tabContent .list-job a .ic {
		font-size: 16px
	}
}

.job-tabContent .list-job .ic {
	color: #333;
	transition: color 0.35s ease 0s
}

#modal-job {
	padding: 50px;
	border-radius: 10px;
	width: 1400px
}

@media (max-width:1599.98px) {
	#modal-job {
		width: 1000px;
		padding: 40px
	}
}

@media (max-width:767.98px) {
	#modal-job {
		padding: 20px
	}
}

#modal-job>button {
	background-color: #eee;
	border-radius: 100%;
	top: 30px;
	right: 30px;
	padding: 7px;
	width: 40px;
	height: 40px
}

@media (max-width:767.98px) {
	#modal-job>button {
		top: 15px;
		right: 15px
	}
}

.block-modal-job .block-head,
.block-modal-job .block-content {
	margin-bottom: 60px
}

@media (max-width:1199.98px) {

	.block-modal-job .block-head,
	.block-modal-job .block-content {
		margin-bottom: 40px
	}
}

@media (max-width:767.98px) {

	.block-modal-job .block-head,
	.block-modal-job .block-content {
		margin-bottom: 30px
	}
}

.block-modal-job .heading {
	font-size: 36px;
	line-height: 1.3333333333;
	color: #333;
	margin-bottom: 30px
}

@media (max-width:1199.98px) {
	.block-modal-job .heading {
		margin-bottom: 20px
	}
}

@media (max-width:767.98px) {
	.block-modal-job .heading {
		font-size: 26px;
		padding-right: 50px
	}
}

.block-modal-job .heading .ic {
	font-size: 36px;
	line-height: 1.3333333333;
	display: inline-block;
	margin-right: 10px;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:767.98px) {
	.block-modal-job .heading .ic {
		font-size: 26px
	}
}

.block-modal-job .status span {
	color: #999;
	display: inline-block
}

@media (max-width:767.98px) {
	.block-modal-job .status span {
		font-size: 14px
	}
}

.block-modal-job .status span:not(:last-child) {
	margin-right: 80px
}

@media (max-width:767.98px) {
	.block-modal-job .status span:not(:last-child) {
		margin-right: 20px
	}
}

.block-modal-job .block-content h4 {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(21,74, 151, 0.7)
}

.block-modal-job .block-content h4::after {
	content: "";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-left: 20px;
	width: 100%;
	height: 1px;
	background-color: #eee
}

.block-modal-job .block-content p {
	margin-bottom: 0;
	color: #666;
	line-height: 2;
	font-size: 16px
}

@media (max-width:767.98px) {
	.block-modal-job .block-content p {
		font-size: 14px
	}
}

.block-modal-job .block-footer {
	padding-top: 30px;
	border-top: 1px solid rgba(21,74, 151, 0.7);
	display: flex;
	flex-wrap: wrap
}

.block-modal-job .block-footer>a {
	color: rgba(21,74, 151, 0.7);
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 2
}

@media (max-width:767.98px) {
	.block-modal-job .block-footer>a {
		font-size: 14px;
		width: 100%
	}
}

.block-modal-job .block-footer>a:not(:last-child) {
	margin-right: 105px
}

@media (max-width:1199.98px) {
	.block-modal-job .block-footer>a:not(:last-child) {
		margin-right: 50px
	}
}

@media (max-width:767.98px) {
	.block-modal-job .block-footer>a:not(:last-child) {
		margin-right: 0
	}
}

.block-modal-job .block-footer>a .ic {
	margin-right: 6px
}

.section-ab-1 {
	padding-top: 80px;
	background-image: url(about-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top 100px left;
	overflow: hidden
}

@media (max-width:767.98px) {
	.section-ab-1 {
		padding-top: 40px
	}
}

.section-ab-1 .row {
	justify-content: space-between;
	align-items: center
}

@media (min-width:1200px) {
	.section-ab-1 .row>div:first-child {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%
	}
}

@media (min-width:1380px) {
	.section-ab-1 .row>div:first-child {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		width: 100%;
		min-width: auto
	}
}

.section-ab-1 .about-left {
	padding-left: 210px
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-left {
		padding-left: 100px
	}
}

@media (max-width:1379.98px) {
	.section-ab-1 .about-left {
		padding-left: 0
	}
}

.section-ab-1 .about-left .title {
	margin-bottom: 60px
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-left .title {
		margin-bottom: 40px
	}
}

.section-ab-1 .about-left .desc {
	font-size: 16px;
	line-height: 1.75;
	color: #666
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-left .desc {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.section-ab-1 .about-count {
		display: flex;
		flex-wrap: wrap
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.section-ab-1 .about-count .item {
		margin: 50px auto !important;
		text-align: center;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%
	}
}

@media (max-width:991.98px) {
	.section-ab-1 .about-count .item {
		margin: 25px auto 45px !important;
		text-align: center;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		width: 100%
	}
}

@media (max-width:767.98px) {
	.section-ab-1 .about-count .item {
		margin: 25px auto 45px !important;
		text-align: center;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%
	}
}

.section-ab-1 .about-count .item:not(:last-child) {
	margin-bottom: 80px
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-count .item:not(:last-child) {
		margin-bottom: 60px
	}
}

.section-ab-1 .about-count .count {
	background: linear-gradient(88.67deg, rgba(21,74, 151, 0.7) 11.75%, #239EA9 91.03%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	font-family: "D-DIN-PRO";
	margin-bottom: 7px
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-count .count {
		font-size: 50px
	}
}

@media (max-width:1379.98px) {
	.section-ab-1 .about-count .count {
		font-size: 40px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.section-ab-1 .about-count .count {
		font-size: 60px
	}
}

.section-ab-1 .about-count .count span {
	display: inline-block
}

.section-ab-1 .about-count p {
	color: #333;
	font-size: 16px;
	line-height: 1.3125
}

@media (max-width:1379.98px) {
	.section-ab-1 .about-count p {
		font-size: 14px
	}
}

.section-ab-1 .about-vid {
	width: 600px;
	position: relative
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-vid {
		width: 450px
	}
}

@media (max-width:1379.98px) {
	.section-ab-1 .about-vid {
		width: 360px
	}
}

@media (max-width:1199.98px) {
	.section-ab-1 .about-vid {
		width: 100%
	}
}

.section-ab-1 .about-vid:hover .ic {
	transform: translate(-50%, -50%) scale(1.1)
}

.section-ab-1 .about-vid .img {
	position: relative
}

.section-ab-1 .about-vid .ic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.35s ease 0s
}

.section-ab-1 .about-vid .ic:before {
	content: "";
	background-image: url("circle.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	animation: rotate360 2s linear infinite
}

.section-ab-1 .about-vid .ic::after {
	content: "";
	width: 44px;
	height: 44px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.section-ab-1 .about-vid .ic .bbc-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 1;
	color: #e6a65d
}

.section-ab-1 .about-vid .desc {
	padding: 105px 55px;
	background-color: rgba(21,74, 151, 0.7);
	background-image: url(decor-vid.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 80%;
	text-align: center
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-vid .desc {
		padding: 70px 30px
	}
}

.section-ab-1 .about-vid .desc h4 {
	color: #fff;
	margin-bottom: 14px;
	font-size: 32px
}

.section-ab-1 .about-vid .desc p {
	color: rgba(255, 255, 255, 0.7)
}

@media (max-width:1599.98px) {
	.section-ab-1 .about-vid .desc p {
		font-size: 14px
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.section-ab-2 {
	padding-top: 40px;
	padding-bottom: 40px
}

.section-ab-2 .desc {
	position: relative;
	text-align: center
}

.section-ab-2 .desc>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}

.section-ab-2 .tit {
	text-align: center;
	width: 100%;
	font-size: 60px;
	line-height: 1.4;
	font-weight: bold;
	color: rgba(21,74, 151, 0.7);
	font-family: "Alimama ShuHeiTi";
	padding-top: 240px;
	padding-bottom: 240px
}

@media (max-width:1379.98px) {
	.section-ab-2 .tit {
		padding-top: 150px;
		padding-bottom: 150px;
		font-size: 50px
	}
}

@media (max-width:1199.98px) {
	.section-ab-2 .tit {
		padding-bottom: 100px;
		padding-top: 100px
	}
}

@media (max-width:991.98px) {
	.section-ab-2 .tit {
		padding-bottom: 60px;
		padding-top: 60px;
		font-size: 40px
	}
}

.section-ab-2 .tit span {
	color: #e6a65d
}

.swiper-banner .bg {
	height: 100vh;
	width: 100%
}

@media (max-width:1199.98px) {
	.swiper-banner .bg {
		height: auto
	}
}

.swiper-banner .inner-content {
	position: absolute;
	top: 24%;
	left: 0;
	width: 100%;
	text-align: center
}

@media (max-width:767.98px) {
	.swiper-banner .inner-content {
		padding-left: 50px;
		padding-right: 50px
	}
}

.swiper-banner .inner-content .top {
	font-size: 64px;
	color: #333;
	font-weight: bold;
	font-family: "Alimama ShuHeiTi";
	line-height: 1.25
}

@media (max-width:1199.98px) {
	.swiper-banner .inner-content .top {
		font-size: 40px
	}
}

@media (max-width:767.98px) {
	.swiper-banner .inner-content .top {
		font-size: 18px
	}
}

.swiper-banner .inner-content .top span {
	color: #e6a65d
}

.swiper-banner .inner-content .bottom {
	font-size: 64px;
	line-height: 1.25;
	color: #333;
	font-family: "Alibaba PuHuiTi 2.0";
	font-weight: lighter
}

@media (max-width:1199.98px) {
	.swiper-banner .inner-content .bottom {
		font-size: 40px
	}
}

@media (max-width:767.98px) {
	.swiper-banner .inner-content .bottom {
		font-size: 18px
	}
}

.swiper-banner .swiper-pagination {
	bottom: 20px
}

@media (max-width:767.98px) {
	.swiper-banner .swiper-pagination {
		bottom: 10px
	}
}

.swiper-banner .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	border-top: 2px solid #fff;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-family: "Alimama ShuHeiTi";
	font-weight: bold;
	padding-top: 5px;
	opacity: 0.5;
	transition: opacity 0.35s ease 0s
}

@media (min-width:768px) {
	.swiper-banner .swiper-pagination-bullet {
		min-width: 9em
	}
}

@media (max-width:767.98px) {
	.swiper-banner .swiper-pagination-bullet {
		color: transparent;
		width: 8px;
		height: 8px;
		overflow: hidden;
		background-color: #fff;
		border-top: 0;
		border-radius: 100%;
		padding-right: 0
	}
}

.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-banner .swiper-button-next {
	right: 30px
}

@media (max-width:767.98px) {
	.swiper-banner .swiper-button-next {
		right: 10px
	}
}

.swiper-banner .swiper-button-prev {
	left: 30px
}

@media (max-width:767.98px) {
	.swiper-banner .swiper-button-prev {
		left: 10px
	}
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	background-color: rgba(0, 118, 128, 0.4);
	color: #fff;
	--swiper-navigation-size: 32px;
	width: var(--swiper-navigation-size)
}

.swiper-banner .swiper-button-next:after,
.swiper-banner .swiper-button-prev:after {
	font-size: 18px
}

.index-banner {
	position: relative
}

.index-banner .btn-scroll-down {
	position: absolute;
	bottom: 60px;
	right: 100px;
	width: 118px;
	height: 118px;
	z-index: 1;
	color: #FFF
}

@media (max-width:1199.98px) {
	.index-banner .btn-scroll-down {
		width: 80px;
		height: 80px;
		bottom: 30px;
		right: 30px
	}
}

@media (max-width:767.98px) {
	.index-banner .btn-scroll-down {
		width: 60px;
		height: 60px;
		bottom: 20px;
		right: 20px
	}
}

.index-banner .btn-scroll-down:before {
	content: "";
	background-image: url("circle.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	animation: rotate360 2s linear infinite
}

.index-banner .btn-scroll-down::after {
	content: "";
	border: 1px solid #e6a65d;
	width: 55%;
	height: 55%;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.index-banner .btn-scroll-down img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	animation: jumping 2s linear infinite
}

@media (max-width:767.98px) {
	.index-banner .btn-scroll-down img {
		width: 30%;
		height: 30%
	}
}

.index-banner .btn-scroll-down .bbc-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 20px;
	animation: jumping-right 2s linear infinite
}

@media (max-width:767.98px) {
	.index-banner .btn-scroll-down .bbc-icon {
		width: 30%;
		height: 30%
	}
}

.index-banner .btn-scroll-down span {
	position: absolute;
	top: 50%;
	right: 100%;
	display: block;
	margin-right: 10px;
	transform: translate(0, -50%);
	width: 4.2em
}

@media (max-width:767.98px) {
	.index-banner .btn-scroll-down span {
		font-size: 14px;
		margin-right: 5px
	}
}

@keyframes jumping {

	0%,
	100% {
		transform: translate(-50%, -60%)
	}

	50% {
		transform: translate(-50%, -40%)
	}
}

@keyframes jumping-right {

	0%,
	100% {
		transform: translate(-65%, -50%)
	}

	50% {
		transform: translate(-35%, -50%)
	}
}

.idx-section {
	overflow: hidden
}

.have-shape {
	position: relative;
	isolation: isolate
}

.have-shape .shape-1 {
	position: absolute;
	top: 26px;
	right: -20px;
	mix-blend-mode: multiply;
	z-index: -1
}

.have-shape .shape-2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	mix-blend-mode: multiply;
	z-index: -1
}

.have-shape .shape-3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.idx-title {
	margin-bottom: 40px
}

@media (max-width:767.98px) {
	.idx-title {
		margin-bottom: 20px
	}
}

.idx-title h2 {
	font-size: 46px;
	line-height: 1.1666666667;
	color: #333;
	font-weight: bold;
	font-family: "Alimama ShuHeiTi";
	margin-bottom: 0
}

@media (max-width:1379.98px) {
	.idx-title h2 {
		font-size: 36px
	}
}

@media (max-width:991.98px) {
	.idx-title h2 {
		margin-bottom: 20px
	}
}

@media (max-width:767.98px) {
	.idx-title h2 {
		margin-bottom: 0;
		font-size: 24px
	}
}

.idx-title-menu {
	display: flex;
	border-bottom: 0
}

@media (max-width:991.98px) {
	.idx-title-menu {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		padding: 0 0 25px
	}

	.idx-title-menu::-webkit-scrollbar {
		scrollbar-width: none
	}
}

.idx-title-menu .btn-title-menu {
	color: #333;
	margin-bottom: 0;
	border: 0;
	border-radius: 6px
}

@media (max-width:1379.98px) {
	.idx-title-menu .btn-title-menu {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.idx-title-menu .btn-title-menu {
		padding: 0.56em
	}
}

@media (max-width:991.98px) {
	.idx-title-menu .btn-title-menu {
		padding: 0.56em 0.8em;
		white-space: nowrap
	}
}

.idx-title-menu .btn-title-menu:not(:last-child) {
	margin-right: 20px
}

.idx-title-menu .btn-title-menu:not(.active) {
	box-shadow: none
}

.idx-title-menu .btn-title-menu:not(.active):after {
	box-shadow: none
}

.idx-title-menu .btn-title-menu.active,
.idx-title-menu .btn-title-menu:hover {
	color: rgba(21,74, 151, 0.7)
}

.idx-title-menu .btn-title-menu:focus {
	box-shadow: 9px 9px 30.6px 0px rgba(0, 118, 128, 0.122)
}

.idx-title-menu .btn-title-menu.active {
	background-color: rgba(21,74, 151, 0.7);
	color: #FFF
}

.idx-title-menu .btn-title-menu.active::before {
	background-image: linear-gradient(190deg, #339199 0%, rgba(0, 118, 128, 0) 128%)
}

.idx-title-menu .btn-title-menu.active::after {
	opacity: 0 !important
}

.section-idx1 {
	padding-top: 115px;
	padding-bottom: 100px
}

@media (max-width:1199.98px) {
	.section-idx1 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-idx1 .shape-1,
.section-idx1 .shape-2 {
	width: 50%
}

.section-idx1 .idx-pro-row {
	--bbc-row-gutter: 100px
}

@media (max-width:1379.98px) {
	.section-idx1 .idx-pro-row {
		--bbc-row-gutter: 40px
	}
}

@media (max-width:1199.98px) {
	.section-idx1 .idx-pro-row {
		--bbc-row-gutter: 30px
	}
}

.section-idx1 .idx-pro-row>div {
	margin-bottom: calc(var(--bbc-row-gutter)/2)
}

@media (max-width:1199.98px) {
	.section-idx1 .idx-pro-row>div {
		margin-bottom: var(--bbc-row-gutter)
	}
}

.section-idx1 .more {
	margin-bottom: 40px
}

.section-idx1 .more a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center
}

.section-idx1 .more a .bbc-icon {
	font-size: 12px;
	margin-left: 10px
}

.product-idx-item {
	width: 325px
}

@media (max-width:1199.98px) {
	.product-idx-item {
		width: 290px
	}
}

@media (max-width:991.98px) {
	.product-idx-item {
		width: 100%
	}
}

.product-idx-item .img {
	margin-bottom: 10px
}

.product-idx-item .tit {
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	margin-bottom: 7px
}

@media (max-width:991.98px) {
	.product-idx-item .tit {
		margin-bottom: 10px
	}
}

.product-idx-item .tit span {
	color: rgba(21,74, 151, 0.7);
	font-size: 16px;
	line-height: 1.3125;
	display: inline-block
}

.product-idx-item .desc {
	font-size: 14px;
	line-height: 1.5
}

.section-idx2 {
	background-color: #F6FAFF;
	padding-top: 120px;
	padding-bottom: 110px
}

@media (max-width:1199.98px) {
	.section-idx2 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.swiper-idx-section2 .swiper-slide {
	height: auto
}

.swiper-idx-section2 .swiper-slide .item {
	opacity: 0.2;
	height: 100%;
	transition: opacity 0.35s ease 0s
}

.swiper-idx-section2 .swiper-slide-active .item {
	opacity: 1
}

.swiper-idx-section2 .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .img {
		position: static;
		height: auto
	}
}

.swiper-idx-section2 .ratio {
	--bbc-ratio-w: 1200;
	--bbc-ratio-h: 520;
	height: 100%
}

.swiper-idx-section2 .item {
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.swiper-idx-section2 .side {
	width: 31.7%;
	height: 100%;
	background-color: rgba(0, 118, 128, 0.9);
	padding: 40px 20px;
	display: flex;
	flex-direction: column
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .side {
		width: 100%;
		padding: 25px 40px
	}
}

@media (max-width:767.98px) {
	.swiper-idx-section2 .side {
		width: 100%;
		padding: 15px
	}
}

.swiper-idx-section2 .tit {
	display: flex;
	justify-content: center;
	margin-bottom: 32px
}

.swiper-idx-section2 .tit .ic {
	margin-right: 24px;
	-ms-flex: 0 0 86px;
	flex: 0 0 86px;
	max-width: 86px;
	width: 100%;
	height: 86px;
	border: 1px dashed #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (min-width:1200px) and (max-width:1379.98px) {
	.swiper-idx-section2 .tit .ic {
		-ms-flex: 0 0 70px;
		flex: 0 0 70px;
		max-width: 70px;
		width: 100%;
		height: 70px
	}
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .tit .ic {
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
		width: 100%;
		height: 60px
	}
}

.swiper-idx-section2 .tit .ic img {
	width: 55.814%;
	height: 55.814%
}

.swiper-idx-section2 .tit span {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: calc(100% - 110px);
	width: auto;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	align-self: center
}

.swiper-idx-section2 .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .list {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch
	}
}

.swiper-idx-section2 .list a {
	color: #fff;
	min-width: 190px;
	height: 50px;
	border-radius: 6px;
	background-image: url("bg.png");
	background-size: 100% 100%;
	background-position: center bottom;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 16px;
	line-height: 1.375;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	position: relative;
	padding: 10px;
	text-align: center;
	transition: background-size 0.35s ease 0s, background-color 0.35s ease 0s
}

@media (min-width:1200px) and (max-width:1379.98px) {
	.swiper-idx-section2 .list a {
		height: 40px;
		font-size: 14px;
		margin-bottom: 12px
	}
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .list a {
		min-width: auto;
		flex: 0 0 calc(50% - 7.5px);
		max-width: calc(50% - 7.5px);
		width: 100%;
		height: auto;
		margin-bottom: 15px
	}
}

.swiper-idx-section2 .list a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("bg-outline.png");
	background-size: 100% 100%;
	z-index: 1
}

.swiper-idx-section2 .list a:hover {
	background-size: 150% 150%;
	background-color: transparent
}

.swiper-idx-section2 .more {
	display: flex;
	justify-content: center
}

.swiper-idx-section2 .more a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

@media (max-width:1199.98px) {
	.swiper-idx-section2 .more a {
		margin-top: 10px
	}
}

.swiper-idx-section2 .more a:hover {
	color: #e6a65d
}

.swiper-idx-section2 .more a .bbc-icon {
	font-size: 12px;
	margin-left: 10px
}

.section-idx3 {
	padding-top: 120px;
	padding-bottom: 120px
}

@media (max-width:1199.98px) {
	.section-idx3 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-idx3 .shape-1 {
	width: 50%
}

.section3-idx-item .ratio {
	border-radius: 8px;
	margin-bottom: 30px
}

.section3-idx-item .info {
	padding: 0 22px
}

.section3-idx-item .info .date {
	font-size: 20px;
	line-height: 1.3;
	color: rgba(21,74, 151, 0.7);
	margin-bottom: 12px
}

@media (max-width:1379.98px) {
	.section3-idx-item .info .date {
		font-size: 16px
	}
}

.section3-idx-item .info .txt {
	font-size: 24px;
	line-height: 1.4166666667;
	color: #333
}

@media (max-width:1379.98px) {
	.section3-idx-item .info .txt {
		font-size: 18px
	}
}

.swiper-idx-section3 {
	margin-bottom: 30px
}

.section-idx4 {
	padding-top: 120px;
	padding-bottom: 85px;
	background-color: #F6FAFF
}

@media (max-width:1199.98px) {
	.section-idx4 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

.section-idx4 .shape-1 {
	top: 0;
	right: -5%;
	width: 60%
}

.section-idx4 .shape-2 {
	bottom: -10%;
	left: -6%;
	width: 50%
}

.section-idx4 .tit {
	margin-bottom: 50px;
	font-size: 46px;
	line-height: 1.1666666667;
	color: #333;
	font-weight: bold;
	font-family: "Alimama ShuHeiTi"
}

@media (max-width:1379.98px) {
	.section-idx4 .tit {
		font-size: 36px;
		margin-bottom: 35px
	}
}

@media (max-width:767.98px) {
	.section-idx4 .tit {
		font-size: 24px
	}
}

.section-idx4 .desc {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.875;
	color: #666
}

.section-idx4 .desc>.il-more {
	display: inline-flex;
	align-items: center
}

.section-idx4 .desc>.il-more .bbc-icon {
	margin-left: 7px;
	font-size: 12px
}

@media (max-width:991.98px) {
	.section-idx4 .counter {
		display: flex;
		flex-wrap: wrap
	}
}

.section-idx4 .counter .item {
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee
}

@media (max-width:991.98px) {
	.section-idx4 .counter .item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		width: 100%;
		border-bottom: 0;
		flex-direction: column
	}
}

@media (max-width:767.98px) {
	.section-idx4 .counter .item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%
	}
}

.section-idx4 .counter .count {
	font-size: 60px;
	line-height: 1;
	color: rgba(21,74, 151, 0.7);
	font-weight: bold;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 100%
}

@media (max-width:1379.98px) {
	.section-idx4 .counter .count {
		font-size: 40px
	}
}

@media (max-width:991.98px) {
	.section-idx4 .counter .count {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		text-align: center;
		margin-bottom: 20px
	}
}

.section-idx4 .counter .count span {
	font-family: "D-DIN-PRO"
}

.section-idx4 .counter .txt {
	font-size: 46px;
	line-height: 1.3043478261;
	color: #333;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	width: 100%
}

@media (max-width:1379.98px) {
	.section-idx4 .counter .txt {
		font-size: 30px
	}
}

@media (max-width:991.98px) {
	.section-idx4 .counter .txt {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		text-align: center;
		font-size: 18px
	}
}

@media (max-width:991.98px) {
	.section-idx4-vid {
		margin-bottom: 30px
	}
}

.section-idx4-vid .ic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.35s ease 0s
}

.section-idx4-vid .ic:before {
	content: "";
	background-image: url("circle.png");
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	animation: rotate360 2s linear infinite
}

.section-idx4-vid .ic::after {
	content: "";
	width: 44px;
	height: 44px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.section-idx4-vid .ic .bbc-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	line-height: 1;
	color: #e6a65d
}

.collapse {
	transition: height 0.1s !important
}

@media (min-width:992px) {
	.h-lg-100 {
		height: 100% !important
	}
}

.page-banner__content {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

@media (max-width:767.98px) {
	.page-banner__content {
		top: 46%
	}
}

.page-banner__content h1 {
	margin-bottom: 20px;
	font-size: 54px;
	line-height: 1.4074074074;
	font-weight: bold
}

@media (max-width:1379.98px) {
	.page-banner__content h1 {
		margin-bottom: 16px;
		font-size: 46px
	}
}

@media (max-width:1199.98px) {
	.page-banner__content h1 {
		margin-bottom: 8px;
		font-size: 34px
	}
}

@media (max-width:991.98px) {
	.page-banner__content h1 {
		font-size: 26px
	}
}

@media (max-width:767.98px) {
	.page-banner__content h1 {
		margin-bottom: 4px;
		font-size: 18px
	}
}

.page-banner__content h2 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3
}

@media (max-width:1199.98px) {
	.page-banner__content h2 {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.page-banner__content h2 {
		font-size: 12px
	}
}

.page-banner__tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	display: flex;
	justify-content: center;
	--bbc-row-gutter: 10px;
	z-index: 1
}

.page-banner__tabs .row>div {
	position: relative
}

.page-banner__tabs .row>div:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:991.98px) {
	.page-banner__tabs .row>div:not(:last-child)::after {
		height: 16px
	}
}

.page-banner__tabs .active a::before {
	opacity: 0.4;
	visibility: visible
}

.page-banner__tabs .active a::after {
	opacity: 1;
	visibility: visible
}

.page-banner__tabs a {
	display: block;
	padding: 21px 90px 24px;
	margin-top: -1px;
	font-size: 18px;
	line-height: 1.2222222222;
	font-weight: bold;
	color: #fff;
	position: relative;
	--bg-color: rgba(21,74, 151, 0.7)
}

.page-banner__tabs a.color1 {
	--bg-color: rgba(21,74, 151, 0.7)
}

.page-banner__tabs a.color2 {
	--bg-color: #DC6B19
}

.page-banner__tabs a.color3 {
	--bg-color: #3c3c3c
}

.page-banner__tabs a.color4 {
	--bg-color: #6C0345
}

.page-banner__tabs a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, var(--bg-color) 0%, transparent 100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s;
	z-index: -2
}

.page-banner__tabs a::after {
	content: "";
	width: 100%;
	height: 3px;
	border-top: 3px solid var(--bg-color);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s;
	z-index: -1
}

@media (max-width:1379.98px) {
	.page-banner__tabs a {
		padding: 17px 70px 20px
	}
}

@media (max-width:1199.98px) {
	.page-banner__tabs a {
		padding: 13px 50px 16px;
		font-size: 14px
	}
}

@media (max-width:991.98px) {
	.page-banner__tabs a {
		padding: 9px 34px 12px
	}
}

@media (max-width:767.98px) {
	.page-banner__tabs a {
		padding: 9px 22px 12px;
		font-size: 12px
	}
}

.page-banner__tabs a:hover::before {
	opacity: 0.4;
	visibility: visible
}

.page-banner__tabs a:hover::after {
	opacity: 1;
	visibility: visible
}

.page-banner__search {
	width: 100%;
	position: absolute;
	bottom: 36px;
	left: 0
}

@media (max-width:1379.98px) {
	.page-banner__search {
		bottom: 28px
	}
}

@media (max-width:1199.98px) {
	.page-banner__search {
		bottom: 20px
	}
}

@media (max-width:767.98px) {
	.page-banner__search {
		position: static;
		padding: 20px 0;
		background-color: rgba(0, 0, 0, 0.5)
	}
}

.search-form-grp .row {
	--bbc-row-gutter: 48px
}

@media (max-width:1379.98px) {
	.search-form-grp .row {
		--bbc-row-gutter: 32px
	}
}

@media (max-width:1199.98px) {
	.search-form-grp .row {
		--bbc-row-gutter: 20px
	}
}

.search-form-grp .select-row {
	--bbc-row-gutter: 30px
}

@media (max-width:1379.98px) {
	.search-form-grp .select-row {
		--bbc-row-gutter: 20px
	}
}

@media (max-width:1199.98px) {
	.search-form-grp .select-row {
		--bbc-row-gutter: 10px
	}
}

.search-form-grp .form-group {
	display: flex;
	align-items: center;
	padding: 2px;
	border-radius: 12px;
	background: linear-gradient(107.27deg, #FFF 33.42%, rgba(255, 255, 255, 0) 67.6%);
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 4.14px 5.79px 29.79px 0px rgba(0, 118, 128, 0.141), 0px 11px 39.5px 0px rgba(0, 118, 128, 0.078) inset
}

@media (max-width:1199.98px) {
	.search-form-grp .form-group {
		border-radius: 8px
	}
}

@media (max-width:991.98px) {
	.search-form-grp .form-group {
		border-radius: 4px
	}
}

.search-form-grp .form-group::before {
	content: "";
	border-radius: 12px;
	background-color: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: -1;
	box-shadow: 4.14px 5.79px 29.79px 0px rgba(21,74, 151, 0.7)24, 0px 11px 39.5px 0px rgba(21,74, 151, 0.7)14 inset
}

@media (max-width:1199.98px) {
	.search-form-grp .form-group::before {
		border-radius: 8px
	}
}

@media (max-width:991.98px) {
	.search-form-grp .form-group::before {
		border-radius: 4px
	}
}

.search-form-grp .form-group::after {
	content: "";
	border-top: 5px solid #ccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	z-index: -1
}

@media (max-width:1379.98px) {
	.search-form-grp .form-group::after {
		border-width: 4px;
		border-bottom-width: 0;
		right: 12px
	}
}

.search-form-grp .icon {
	margin-left: 24px
}

@media (max-width:1379.98px) {
	.search-form-grp .icon {
		margin-left: 20px
	}
}

@media (max-width:1199.98px) {
	.search-form-grp .icon {
		display: none;
		margin-left: 0
	}
}

.search-form-grp .form-control {
	height: auto;
	padding: 15px 24px;
	padding-left: 12px;
	font-size: 16px;
	line-height: 1.5;
	background-color: transparent;
	border: none;
	appearance: none;
	position: relative
}

@media (max-width:1379.98px) {
	.search-form-grp .form-control {
		padding: 12px 20px;
		padding-left: 12px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.search-form-grp .form-control {
		padding: 8px 16px
	}
}

.search-form-grp .form-control:focus {
	box-shadow: none
}

.search-form-grp .btn-grp .row {
	--bbc-row-gutter: 10px
}

@media (max-width:1199.98px) {
	.search-form-grp .btn-grp .row {
		--bbc-row-gutter: 6px
	}
}

.search-form-grp .btn {
	padding: 15px 32px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 12px
}

@media (max-width:1379.98px) {
	.search-form-grp .btn {
		padding: 12px 24px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.search-form-grp .btn {
		padding: 8px 16px;
		border-radius: 8px
	}
}

@media (max-width:991.98px) {
	.search-form-grp .btn {
		border-radius: 4px
	}
}

.search-form-grp .btn-custom {
	background-color: #E6A65D;
	color: #fff
}

.search-form-grp .btn-custom:hover {
	background-color: #df8e31
}

.news-page {
	padding-top: 80px;
	padding-bottom: 130px
}

@media (max-width:1379.98px) {
	.news-page {
		padding-bottom: 90px
	}
}

@media (max-width:1199.98px) {
	.news-page {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.news-page {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.news-page {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.news-main {
	background-color: #F6FAFF;
	border-radius: 8px;
	overflow: hidden;
	--bbc-row-gutter: 0
}

@media (max-width:991.98px) {
	.news-main {
		border-radius: 4px
	}
}

.news-main .swiper-txt {
	position: relative
}

.news-main .txt-item {
	padding: 62px 72px
}

@media (max-width:1379.98px) {
	.news-main .txt-item {
		padding: 50px 60px
	}
}

@media (max-width:1199.98px) {
	.news-main .txt-item {
		padding: 30px 40px
	}
}

@media (max-width:767.98px) {
	.news-main .txt-item {
		padding: 30px 24px
	}
}

@media (max-width:991.98px) {
	.news-main .img-item {
		height: 250px
	}
}

@media (max-width:767.98px) {
	.news-main .img-item {
		height: 200px
	}
}

.news-main h3 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 1.3333333333;
	color: #333;
	position: relative
}

@media (max-width:1379.98px) {
	.news-main h3 {
		margin-bottom: 18px;
		padding-bottom: 18px;
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.news-main h3 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 16px
	}
}

.news-main h3::after {
	content: "";
	width: 45px;
	height: 2px;
	background-color: rgba(21,74, 151, 0.7);
	position: absolute;
	left: 0;
	bottom: 0
}

.news-main p {
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 1.875;
	color: #666
}

@media (max-width:1379.98px) {
	.news-main p {
		margin-bottom: 26px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.news-main p {
		margin-bottom: 14px;
		font-size: 12px
	}
}

.news-main .date {
	display: block;
	margin-bottom: 70px;
	font-size: 16px;
	line-height: 1.375;
	color: #999
}

@media (max-width:1379.98px) {
	.news-main .date {
		margin-bottom: 38px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.news-main .date {
		margin-bottom: 22px;
		font-size: 12px
	}
}

.news-main .more {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1379.98px) {
	.news-main .more {
		font-size: 14px
	}
}

.news-main .more:hover {
	color: rgb(21,74,151)
}

.news-main .bbc-icon {
	font-size: 12px;
	margin-left: 14px
}

.news-main .swiper-pagination {
	display: flex;
	width: auto;
	bottom: 70px;
	right: 72px;
	left: auto;
	z-index: 10
}

@media (max-width:1379.98px) {
	.news-main .swiper-pagination {
		bottom: 56px;
		right: 60px
	}
}

@media (max-width:1199.98px) {
	.news-main .swiper-pagination {
		bottom: 38px;
		right: 40px
	}
}

@media (max-width:767.98px) {
	.news-main .swiper-pagination {
		right: 24px
	}
}

.news-main .swiper-pagination-bullet {
	background-color: #ddd;
	opacity: 1
}

.news-main .swiper-pagination-bullet-active {
	background-color: rgba(21,74, 151, 0.7)
}

.news-list {
	margin-top: 50px
}

@media (max-width:1379.98px) {
	.news-list {
		margin-top: 30px
	}
}

@media (max-width:1199.98px) {
	.news-list .row {
		--bbc-row-gutter: 12px
	}
}

.news-list__item {
	margin-bottom: 50px
}

@media (max-width:1379.98px) {
	.news-list__item {
		margin-bottom: 30px
	}
}

@media (max-width:1199.98px) {
	.news-list__item {
		margin-bottom: 24px
	}
}

.news-list__item:hover h3 {
	color: rgba(21,74, 151, 0.7)
}

.news-list__item .ratio {
	border-radius: 8px
}

.news-list__item .item-txt {
	padding: 30px 22px 0
}

@media (max-width:1379.98px) {
	.news-list__item .item-txt {
		padding: 22px 14px 0
	}
}

@media (max-width:1199.98px) {
	.news-list__item .item-txt {
		padding: 14px 10px 0
	}
}

.news-list__item .date {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.3;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1379.98px) {
	.news-list__item .date {
		margin-bottom: 8px;
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.news-list__item .date {
		margin-bottom: 4px;
		font-size: 12px
	}
}

.news-list__item h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.4166666667;
	color: #333;
	transform: color 0.35s ease
}

@media (max-width:1379.98px) {
	.news-list__item h3 {
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.news-list__item h3 {
		font-size: 16px
	}
}

.news-detail-page {
	padding-top: 12px;
	padding-bottom: 100px
}

@media (max-width:1379.98px) {
	.news-detail-page {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.news-detail-page {
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.news-detail-page {
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.news-detail-page {
		padding-bottom: 20px
	}
}

.breadcrumb-grp .bbc-icon {
	font-size: 18px;
	color: #999
}

@media (max-width:1199.98px) {
	.breadcrumb-grp .bbc-icon {
		font-size: 16px
	}
}

.breadcrumb-list {
	margin-left: 14px
}

@media (max-width:767.98px) {
	.breadcrumb-list {
		flex-wrap: wrap
	}
}

.breadcrumb-list li:not(:last-child) {
	padding-right: 20px;
	position: relative
}

.breadcrumb-list li:not(:last-child)::after {
	content: ">";
	color: #999;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.breadcrumb-list a {
	display: block;
	font-size: 16px;
	line-height: 1.375;
	color: #999;
	transition: color 0.35s ease
}

@media (max-width:1199.98px) {
	.breadcrumb-list a {
		font-size: 14px
	}
}

.breadcrumb-list a:hover {
	color: rgba(21,74, 151, 0.7)
}

.detail-main {
	margin-top: 55px;
	--bbc-row-gutter: 80px
}

@media (max-width:1599.98px) {
	.detail-main {
		--bbc-row-gutter: 60px
	}
}

@media (max-width:1199.98px) {
	.detail-main {
		margin-top: 36px;
		--bbc-row-gutter: 40px
	}
}

@media (max-width:1199.98px) {
	.detail-main {
		margin-top: 20px;
		--bbc-row-gutter: 10px
	}
}

.detail-main .detail-header {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}

@media (max-width:1379.98px) {
	.detail-main .detail-header {
		padding-bottom: 22px
	}
}

@media (max-width:1199.98px) {
	.detail-main .detail-header {
		padding-bottom: 18px
	}
}

.detail-main h1 {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 1.3125;
	color: #333
}

@media (max-width:1379.98px) {
	.detail-main h1 {
		margin-bottom: 16px;
		font-size: 24px
	}
}

@media (max-width:1199.98px) {
	.detail-main h1 {
		margin-bottom: 12px;
		font-size: 20px
	}
}

.detail-main .info-item {
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 16px;
	line-height: 1.375;
	color: #666
}

@media (max-width:1379.98px) {
	.detail-main .info-item {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.detail-main .info-item {
		font-size: 12px
	}
}

.detail-main .detail-content {
	padding: 40px 0 80px
}

@media (max-width:1379.98px) {
	.detail-main .detail-content {
		padding: 24px 0 60px
	}
}

@media (max-width:1199.98px) {
	.detail-main .detail-content {
		padding: 20px 0 40px
	}
}

.detail-main .detail-content img {
	margin: 15px 0 30px
}

.detail-main .detail-content p {
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #666
}

@media (max-width:1379.98px) {
	.detail-main .detail-content p {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.detail-main .detail-content p {
		font-size: 12px
	}
}

.detail-main .detail-content p:last-child {
	margin-bottom: 0
}

.share-grp {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee
}

@media (max-width:1379.98px) {
	.share-grp {
		padding-bottom: 22px
	}
}

@media (max-width:1199.98px) {
	.share-grp {
		padding-bottom: 14px
	}
}

.share-grp>h4 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.375;
	color: #666
}

@media (max-width:1379.98px) {
	.share-grp>h4 {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.share-grp>h4 {
		font-size: 12px
	}
}

.share-grp .social-share-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 1;
	border: none;
	background-color: transparent;
	color: #999
}

@media (max-width:1379.98px) {
	.share-grp .social-share-icon {
		font-size: 18px;
		width: 22px;
		height: 22px
	}
}

@media (max-width:1199.98px) {
	.share-grp .social-share-icon {
		font-size: 16px;
		width: 18px;
		height: 18px
	}
}

.share-grp .social-share-icon:hover {
	background-color: transparent;
	color: rgba(21,74, 151, 0.7)
}

.detail-pagination {
	padding-top: 20px
}

@media (max-width:1379.98px) {
	.detail-pagination {
		padding-top: 16px
	}
}

@media (max-width:1199.98px) {
	.detail-pagination {
		padding-top: 12px
	}
}

.detail-pagination a {
	font-size: 16px;
	line-height: 1.375;
	color: #666
}

@media (max-width:1379.98px) {
	.detail-pagination a {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.detail-pagination a {
		font-size: 12px
	}
}

.detail-pagination a:hover {
	color: rgba(21,74, 151, 0.7)
}

.detail-pagination img {
	margin-left: 10px
}

.recommend-grp {
	width: 420px
}

@media (max-width:1379.98px) {
	.recommend-grp {
		width: 340px
	}
}

@media (max-width:1199.98px) {
	.recommend-grp {
		width: 260px
	}
}

.recommend-grp__title {
	margin-bottom: 10px;
	padding-left: 13px;
	font-size: 22px;
	line-height: 1.3636363636;
	color: rgba(21,74, 151, 0.7);
	position: relative
}

@media (max-width:1199.98px) {
	.recommend-grp__title {
		margin-bottom: 6px;
		padding-left: 10px;
		font-size: 18px
	}
}

.recommend-grp__title::before {
	content: "";
	width: 3px;
	height: 60%;
	border-radius: 3px;
	background-color: rgba(21,74, 151, 0.7);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.recommend-item {
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2
}

@media (max-width:1199.98px) {
	.recommend-item {
		padding: 16px 0
	}
}

.recommend-item:hover h3 {
	color: rgba(21,74, 151, 0.7)
}

.recommend-item .row {
	--bbc-row-gutter: 12px
}

.recommend-item .item-img {
	width: 140px
}

@media (max-width:1199.98px) {
	.recommend-item .item-img {
		width: 100px
	}
}

.recommend-item h3 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.375;
	color: #333;
	transition: color 0.35s ease 0s
}

@media (max-width:1199.98px) {
	.recommend-item h3 {
		margin-bottom: 4px;
		font-size: 14px
	}
}

.recommend-item .date {
	display: block;
	font-size: 14px;
	line-height: 1.2857142857;
	color: #999
}

@media (max-width:1199.98px) {
	.recommend-item .date {
		font-size: 12px
	}
}

.toggle-recommend {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	z-index: 10
}

.recommend-modal.fade .modal-dialog {
	transform: translate(-50%, 0)
}

.recommend-modal.show .modal-dialog {
	transform: none
}

.recommend-modal .modal-dialog {
	margin: 0;
	border-radius: 0;
	height: 100%;
	max-width: 45%
}

@media (max-width:767.98px) {
	.recommend-modal .modal-dialog {
		max-width: 65%
	}
}

.recommend-modal .modal-content {
	border-radius: 0;
	border: 0;
	height: 100%
}

.recommend-modal .modal-body {
	padding: 20px;
	background-color: #FFF
}

.category-modal.fade .modal-dialog {
	transform: translate(-50%, 0)
}

.category-modal.show .modal-dialog {
	transform: none
}

.category-modal .modal-dialog {
	margin: 0;
	border-radius: 0;
	height: 100%;
	max-width: 45%
}

@media (max-width:767.98px) {
	.category-modal .modal-dialog {
		max-width: 65%
	}
}

.category-modal .modal-content {
	border-radius: 0;
	border: 0;
	height: 100%
}

.category-modal .modal-body {
	padding: 10px
}

.faq-page {
	padding-top: 80px;
	padding-bottom: 100px
}

@media (max-width:1379.98px) {
	.faq-page {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.faq-page {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.faq-page {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.faq-page {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.faq-page .row {
	--bbc-row-gutter: 54px
}

@media (max-width:1379.98px) {
	.faq-page .row {
		--bbc-row-gutter: 42px
	}
}

@media (max-width:1199.98px) {
	.faq-page .row {
		--bbc-row-gutter: 30px
	}
}

.faq-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	height: 100%
}

@media (max-width:1379.98px) {
	.faq-item {
		padding: 22px 0
	}
}

@media (max-width:1199.98px) {
	.faq-item {
		padding: 18px 0
	}
}

.faq-item .icon {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.faq-item .icon {
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.faq-item .icon {
		font-size: 16px
	}
}

.faq-item .title[aria-expanded="true"] .icon {
	transform: translateY(-50%) rotate(180deg)
}

.faq-item h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	color: #333
}

@media (max-width:1379.98px) {
	.faq-item h3 {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.faq-item h3 {
		font-size: 14px
	}
}

.faq-item h4 {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.5;
	color: rgba(21,74, 151, 0.7);
	padding-right: 1.5em
}

@media (max-width:1379.98px) {
	.faq-item h4 {
		margin-top: 8px;
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.faq-item h4 {
		font-size: 14px
	}
}

.support-idx1 {
	padding: 80px 0;
	overflow: hidden;
	position: relative
}

@media (max-width:1199.98px) {
	.support-idx1 {
		padding: 60px 0
	}
}

@media (max-width:991.98px) {
	.support-idx1 {
		padding: 40px 0
	}
}

@media (max-width:767.98px) {
	.support-idx1 {
		padding: 20px 0
	}
}

.support-idx1 .img-wave {
	position: absolute;
	left: 0;
	bottom: -60px
}

@media (max-width:1379.98px) {
	.support-idx1 .img-wave {
		max-width: 70%
	}
}

.support-idx1 .row {
	--bbc-row-gutter: 140px
}

@media (max-width:1599.98px) {
	.support-idx1 .row {
		--bbc-row-gutter: 60px
	}
}

@media (max-width:1379.98px) {
	.support-idx1 .row {
		--bbc-row-gutter: 40px
	}
}

@media (max-width:1199.98px) {
	.support-idx1 .row {
		--bbc-row-gutter: 20px
	}
}

@media (max-width:1599.98px) {
	.support-idx1 .support-img {
		width: 600px
	}
}

@media (max-width:1379.98px) {
	.support-idx1 .support-img {
		width: 520px
	}
}

@media (max-width:1199.98px) {
	.support-idx1 .support-img {
		width: 420px
	}
}

@media (max-width:991.98px) {
	.support-idx1 .support-img {
		width: 320px
	}
}

@media (max-width:767.98px) {
	.support-idx1 .support-img {
		width: 100%;
		margin-top: 20px
	}
}

.support-idx1 h3 {
	margin-bottom: 100px;
	font-size: 50px;
	line-height: 1.4;
	font-weight: bold;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1599.98px) {
	.support-idx1 h3 {
		margin-bottom: 80px;
		font-size: 34px
	}
}

@media (max-width:1379.98px) {
	.support-idx1 h3 {
		margin-bottom: 60px;
		font-size: 30px
	}
}

@media (max-width:1199.98px) {
	.support-idx1 h3 {
		margin-bottom: 40px;
		font-size: 26px
	}
}

@media (max-width:991.98px) {
	.support-idx1 h3 {
		margin-bottom: 20px;
		font-size: 22px
	}
}

.support-idx1 p {
	margin-bottom: 30px;
	padding-left: 18px;
	font-size: 32px;
	line-height: 1.3125;
	color: #333;
	position: relative
}

@media (max-width:1599.98px) {
	.support-idx1 p {
		margin-bottom: 26px;
		font-size: 24px
	}
}

@media (max-width:1379.98px) {
	.support-idx1 p {
		margin-bottom: 22px;
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.support-idx1 p {
		margin-bottom: 18px;
		font-size: 16px
	}
}

@media (max-width:991.98px) {
	.support-idx1 p {
		margin-bottom: 10px;
		font-size: 14px
	}
}

.support-idx1 p:last-child {
	margin-bottom: 0
}

.support-idx1 p::before {
	content: "";
	width: 4px;
	height: 70%;
	border-radius: 4px;
	background-color: rgba(21,74, 151, 0.7);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.support-idx2 {
	background-color: #F6FAFF;
	padding-top: 80px;
	padding-bottom: 160px;
	position: relative
}

@media (max-width:1599.98px) {
	.support-idx2 {
		padding-bottom: 100px
	}
}

@media (max-width:1379.98px) {
	.support-idx2 {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.support-idx2 {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.support-idx2 {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.support-idx2 {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.support-idx2 .img-wave {
	position: absolute;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply
}

@media (max-width:1379.98px) {
	.support-idx2 .img-wave {
		max-width: 70%
	}
}

.support-idx2 h3 {
	margin-bottom: 60px;
	font-size: 60px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #333
}

@media (max-width:1599.98px) {
	.support-idx2 h3 {
		font-size: 52px
	}
}

@media (max-width:1379.98px) {
	.support-idx2 h3 {
		margin-bottom: 40px;
		font-size: 40px
	}
}

@media (max-width:1199.98px) {
	.support-idx2 h3 {
		font-size: 32px
	}
}

@media (max-width:991.98px) {
	.support-idx2 h3 {
		margin-bottom: 24px;
		font-size: 24px
	}
}

@media (max-width:991.98px) {
	.support-idx2 h3 {
		margin-bottom: 20px;
		font-size: 20px
	}
}

.application-page {
	padding-top: 80px;
	padding-bottom: 100px
}

@media (max-width:1379.98px) {
	.application-page {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.application-page {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.application-page {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.application-page {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.application-list {
	margin-bottom: -30px
}

@media (max-width:1199.98px) {
	.application-list {
		margin-bottom: -22px
	}
}

@media (max-width:991.98px) {
	.application-list {
		margin-bottom: -14px
	}
}

.application-list__item {
	padding: 20px;
	padding-right: 75px;
	margin-bottom: 30px;
	border-radius: 8px;
	position: relative;
	overflow: hidden
}

@media (max-width:1379.98px) {
	.application-list__item {
		padding: 16px;
		padding-right: 35px
	}
}

@media (max-width:1199.98px) {
	.application-list__item {
		margin-bottom: 22px;
		padding: 12px;
		padding-right: 22px
	}
}

@media (max-width:991.98px) {
	.application-list__item {
		margin-bottom: 14px;
		padding: 8px
	}
}

.application-list__item::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.application-list__item .wave-img {
	max-width: 35%;
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: multiply
}

.application-list__item .row {
	--bbc-row-gutter: 44px
}

@media (max-width:1379.98px) {
	.application-list__item .row {
		--bbc-row-gutter: 36px
	}
}

@media (max-width:1199.98px) {
	.application-list__item .row {
		--bbc-row-gutter: 24px
	}
}

@media (max-width:991.98px) {
	.application-list__item .row {
		--bbc-row-gutter: 16px
	}
}

@media (max-width:767.98px) {
	.application-list__item .row {
		--bbc-row-gutter: 12px
	}
}

.application-list__item .item-img {
	width: 382px
}

@media (max-width:1379.98px) {
	.application-list__item .item-img {
		width: 340px
	}
}

@media (max-width:1199.98px) {
	.application-list__item .item-img {
		width: 300px
	}
}

@media (max-width:991.98px) {
	.application-list__item .item-img {
		width: 260px
	}
}

@media (max-width:767.98px) {
	.application-list__item .item-img {
		width: 100%;
		margin-bottom: 20px
	}
}

.application-list__item .ratio {
	border-radius: 6px
}

.application-list__item .title-grp {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E2E6EB
}

@media (max-width:1379.98px) {
	.application-list__item .title-grp {
		padding-bottom: 16px;
		margin-bottom: 16px
	}
}

@media (max-width:1199.98px) {
	.application-list__item .title-grp {
		padding-bottom: 12px;
		margin-bottom: 12px
	}
}

.application-list__item .title {
	flex: 1;
	min-width: 0;
	max-width: 100%
}

.application-list__item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	width: 70px;
	height: 70px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 100%;
	border-radius: 50%;
	border: 2px solid;
	border-image-source: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 8px 8px 28px 0px rgba(0, 118, 128, 0.122)
}

@media (max-width:1379.98px) {
	.application-list__item .icon {
		width: 62px;
		height: 62px;
		-ms-flex: 0 0 62px;
		flex: 0 0 62px;
		max-width: 62px;
		width: 100%
	}
}

@media (max-width:1199.98px) {
	.application-list__item .icon {
		margin-right: 12px;
		width: 54px;
		height: 54px;
		-ms-flex: 0 0 54px;
		flex: 0 0 54px;
		max-width: 54px;
		width: 100%
	}
}

@media (max-width:991.98px) {
	.application-list__item .icon {
		width: 50px;
		height: 50px;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		max-width: 50px;
		width: 100%
	}
}

@media (max-width:767.98px) {
	.application-list__item .icon {
		width: 46px;
		height: 46px;
		-ms-flex: 0 0 46px;
		flex: 0 0 46px;
		max-width: 46px;
		width: 100%
	}
}

.application-list__item .icon img {
	width: 60%
}

.application-list__item h3 {
	margin-bottom: 6px;
	font-size: 22px;
	line-height: 1.3636363636;
	color: #333
}

@media (max-width:1379.98px) {
	.application-list__item h3 {
		font-size: 18px
	}
}

@media (max-width:1199.98px) {
	.application-list__item h3 {
		font-size: 16px
	}
}

.application-list__item h4 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.375;
	color: #888
}

@media (max-width:1379.98px) {
	.application-list__item h4 {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.application-list__item h4 {
		font-size: 12px
	}
}

.application-list__item .desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.75;
	text-align: justify;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

@media (max-width:1379.98px) {
	.application-list__item .desc {
		margin-bottom: 30px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.application-list__item .desc {
		margin-bottom: 18px;
		font-size: 12px
	}
}

.application-list__item .more {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	transition: color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.application-list__item .more {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.application-list__item .more {
		font-size: 12px
	}
}

.application-list__item .bbc-icon {
	margin-left: 16px;
	font-size: 12px;
	line-height: 1
}

.application-detail-page {
	padding-top: calc(var(--header-height) + 12px);
	padding-bottom: 100px
}

@media (max-width:1379.98px) {
	.application-detail-page {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.application-detail-page {
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.application-detail-page {
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.application-detail-page {
		padding-bottom: 20px
	}
}

.application-detail-main {
	margin-top: 80px;
	padding: 30px;
	border-radius: 12px;
	background-color: #fff;
	position: relative;
	overflow: hidden
}

@media (max-width:1379.98px) {
	.application-detail-main {
		padding: 22px
	}
}

@media (max-width:1199.98px) {
	.application-detail-main {
		margin-top: 60px;
		padding: 18px
	}
}

@media (max-width:991.98px) {
	.application-detail-main {
		margin-top: 40px
	}
}

@media (max-width:767.98px) {
	.application-detail-main {
		margin-top: 20px
	}
}

.application-detail-main .wave-img {
	max-width: 35%;
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: multiply
}

.application-detail-main .row {
	--bbc-row-gutter: 50px
}

@media (max-width:1379.98px) {
	.application-detail-main .row {
		--bbc-row-gutter: 30px
	}
}

.application-detail-main .swiper-application {
	width: 550px
}

@media (max-width:1379.98px) {
	.application-detail-main .swiper-application {
		width: 460px
	}
}

@media (max-width:1199.98px) {
	.application-detail-main .swiper-application {
		width: 380px
	}
}

@media (max-width:991.98px) {
	.application-detail-main .swiper-application {
		width: 100%
	}
}

.application-detail-main .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 15px
}

.application-detail-main .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1
}

.application-detail-main .ratio {
	border-radius: 8px
}

.application-detail-main h1 {
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 1.3;
	color: #333
}

@media (max-width:1379.98px) {
	.application-detail-main h1 {
		margin-bottom: 8px;
		font-size: 32px
	}
}

@media (max-width:1199.98px) {
	.application-detail-main h1 {
		font-size: 24px
	}
}

.application-detail-main h2 {
	margin-bottom: 100px;
	font-size: 24px;
	line-height: 1.3333333333;
	color: #888
}

@media (max-width:1379.98px) {
	.application-detail-main h2 {
		margin-bottom: 60px;
		font-size: 20px
	}
}

@media (max-width:1379.98px) {
	.application-detail-main h2 {
		margin-bottom: 40px;
		font-size: 16px
	}
}

.application-detail-main .contact {
	display: inline-flex;
	align-items: center;
	padding: 16px 32px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.5;
	background-color: #E6A65D;
	color: #fff;
	transition: background-color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.application-detail-main .contact {
		border-radius: 4px;
		padding: 12px 28px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.application-detail-main .contact {
		padding: 8px 20px;
		font-size: 12px
	}
}

.application-detail-main .contact:hover {
	background-color: #d68121
}

.application-detail-main .bbc-icon {
	font-size: 18px;
	line-height: 1;
	margin-right: 6px
}

@media (max-width:1379.98px) {
	.application-detail-main .bbc-icon {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.application-detail-main .bbc-icon {
		font-size: 14px
	}
}

.application-detail-group {
	margin-top: 30px
}

.application-detail-group .info-grp {
	background-color: #fff;
	border-radius: 12px
}

.application-detail-group .title {
	display: flex;
	align-items: center;
	padding: 30px 40px 25px;
	border-bottom: 1px solid #eee
}

@media (max-width:1199.98px) {
	.application-detail-group .title {
		padding: 18px 24px 16px
	}
}

.application-detail-group .title .icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1379.98px) {
	.application-detail-group .title .icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}
}

@media (max-width:1199.98px) {
	.application-detail-group .title .icon {
		width: 36px;
		height: 36px;
		margin-right: 8px
	}
}

.application-detail-group .title h3 {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.3571428571;
	font-weight: bold;
	color: #333
}

@media (max-width:1379.98px) {
	.application-detail-group .title h3 {
		font-size: 24px
	}
}

@media (max-width:1199.98px) {
	.application-detail-group .title h3 {
		font-size: 20px
	}
}

.application-detail-group .content {
	padding: 40px;
	padding-bottom: 20px
}

@media (max-width:1379.98px) {
	.application-detail-group .content {
		padding: 32px;
		padding-bottom: 20px
	}
}

@media (max-width:1199.98px) {
	.application-detail-group .content {
		padding: 20px
	}
}

.application-detail-group .content p {
	font-size: 18px;
	line-height: 1.8888888889;
	text-align: justify;
	color: #333
}

@media (max-width:1379.98px) {
	.application-detail-group .content p {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.application-detail-group .content p {
		font-size: 14px
	}
}

.application-detail-group .recommend-grp {
	width: 380px;
	padding: 30px 20px 20px;
	border-radius: 12px;
	background-color: #fff
}

@media (max-width:1379.98px) {
	.application-detail-group .recommend-grp {
		width: 300px
	}
}

@media (max-width:1199.98px) {
	.application-detail-group .recommend-grp {
		width: 260px
	}
}

.product-item {
	padding: 40px 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: border 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.product-item {
		padding: 36px 10px
	}
}

@media (max-width:1199.98px) {
	.product-item {
		padding: 20px 10px
	}
}

.product-item:hover {
	border-color: transparent
}

.product-item:hover .wave-img {
	opacity: 1;
	visibility: visible
}

.product-item:hover::after {
	background-color: #DDEDF2
}

.product-item .wave-img {
	max-width: 230%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: multiply;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s;
	z-index: -1
}

.product-item:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.35s ease 0s;
	z-index: -2
}

.product-item h3 {
	margin-bottom: 4px;
	font-size: 24px;
	line-height: 1.3333333333;
	font-weight: bold;
	text-align: center;
	color: #333
}

@media (max-width:1379.98px) {
	.product-item h3 {
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.product-item h3 {
		font-size: 16px
	}
}

.product-item h4 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5714285714;
	text-align: center;
	color: #888
}

@media (max-width:1199.98px) {
	.product-item h4 {
		font-size: 12px
	}
}

.product-item .ratio {
	display: block;
	margin: 32px auto
}

@media (max-width:1379.98px) {
	.product-item .ratio {
		margin: 28px auto
	}
}

@media (max-width:1199.98px) {
	.product-item .ratio {
		margin: 20px auto
	}
}

.product-item .more {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	transition: color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.product-item .more {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.product-item .more {
		font-size: 12px
	}
}

.product-item .bbc-icon {
	margin-left: 16px;
	font-size: 12px;
	line-height: 1
}

.product-page {
	padding-top: 80px;
	padding-bottom: 200px
}

@media (max-width:1379.98px) {
	.product-page {
		padding-bottom: 100px
	}
}

@media (max-width:1199.98px) {
	.product-page {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.product-page {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.product-page {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.product-page .row {
	--bbc-row-gutter: 80px
}

@media (max-width:1379.98px) {
	.product-page .row {
		--bbc-row-gutter: 40px
	}
}

@media (max-width:1199.98px) {
	.product-page .row {
		--bbc-row-gutter: 30px
	}
}

@media (max-width:991.98px) {
	.product-page .row {
		--bbc-row-gutter: 20px
	}
}

.product-page .category-list-grp {
	width: 360px;
	position: sticky;
	top: 120px;
	left: 0
}

@media (max-width:1379.98px) {
	.product-page .category-list-grp {
		width: 320px
	}
}

@media (max-width:1199.98px) {
	.product-page .category-list-grp {
		width: 280px
	}
}

.product-page .product-title {
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 1.3888888889;
	font-weight: bold;
	color: #333
}

@media (max-width:1379.98px) {
	.product-page .product-title {
		margin-bottom: 30px;
		font-size: 28px
	}
}

@media (max-width:991.98px) {
	.product-page .product-title {
		margin-bottom: 22px;
		font-size: 24px
	}
}

@media (max-width:767.98px) {
	.product-page .product-title {
		margin-bottom: 14px;
		font-size: 20px
	}
}

.product-page .product-title:not(:first-child) {
	margin-top: 50px
}

@media (max-width:1379.98px) {
	.product-page .product-title:not(:first-child) {
		margin-top: 30px
	}
}

@media (max-width:991.98px) {
	.product-page .product-title:not(:first-child) {
		margin-top: 22px
	}
}

@media (max-width:767.98px) {
	.product-page .product-title:not(:first-child) {
		margin-top: 14px
	}
}

.product-page .product-title img {
	width: 36px;
	height: 36px;
	margin-right: 12px
}

@media (max-width:1379.98px) {
	.product-page .product-title img {
		width: 32px;
		height: 32px
	}
}

@media (max-width:991.98px) {
	.product-page .product-title img {
		width: 28px;
		height: 28px
	}
}

@media (max-width:767.98px) {
	.product-page .product-title img {
		width: 24px;
		height: 24px
	}
}

.product-page .product-list .row {
	margin-bottom: -30px
}

.product-page .product-list .row>div {
	margin-bottom: 30px
}

.product-page .product-item {
	height: 100%
}

.category-list .category-grp {
	border-radius: 6px;
	margin-bottom: 3px;
	background-color: #F6FAFF
}

.category-list .category-grp .collapse {
	display: block !important;
	overflow: hidden;
	transition: height 0.6s ease-out
}

.category-list .category-grp:not(.open) .collapse {
	height: 0 !important
}

.category-list .category-grp.open .main-category {
	background-color: rgba(21,74, 151, 0.7);
	color: #fff
}

.category-list .category-grp.open .main-category::before,
.category-list .category-grp.open .main-category::after {
	background-color: #fff
}

.category-list .category-grp.open .main-category::after {
	opacity: 0
}

.category-list .main-category {
	display: block;
	padding: 22px 24px;
	padding-right: 50px;
	font-size: 18px;
	line-height: 1.3333333333;
	position: relative;
	width: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.category-list .main-category {
		padding: 14px 20px;
		padding-right: 40px;
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.category-list .main-category {
		font-size: 14px
	}
}

.category-list .main-category:hover {
	background-color: rgba(21,74, 151, 0.7);
	color: #fff
}

.category-list .main-category:hover::before,
.category-list .main-category:hover::after {
	background-color: #fff
}

.category-list .main-category::before,
.category-list .main-category::after {
	content: "";
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	transition: opacity 0.35s ease 0s, background-color 0.35s ease 0s
}

@media (max-width:1379.98px) {

	.category-list .main-category::before,
	.category-list .main-category::after {
		width: 10px;
		height: 2px;
		right: 20px
	}
}

.category-list .main-category::after {
	transform: translateY(-50%) rotate(90deg)
}

.category-list .sub-category {
	padding: 17px 24px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 1.375;
	color: #666;
	position: relative;
	transition: color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.category-list .sub-category {
		padding: 10px 20px;
		padding-right: 40px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.category-list .sub-category {
		font-size: 12px
	}
}

.category-list .sub-category:hover,
.category-list .sub-category.active {
	color: rgba(21,74, 151, 0.7)
}

.category-list .sub-category .bbc-icon {
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%)
}

@media (max-width:1379.98px) {
	.category-list .sub-category .bbc-icon {
		font-size: 18px;
		right: 20px
	}
}

.search-product {
	padding-top: 80px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1
}

@media (max-width:1199.98px) {
	.search-product {
		padding-top: 60px
	}
}

@media (max-width:991.98px) {
	.search-product {
		padding-top: 40px
	}
}

@media (max-width:767.98px) {
	.search-product {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.search-product .wave1 {
	max-width: 600px;
	position: absolute;
	left: -100px;
	bottom: 60px;
	z-index: -1
}

.search-product .wave2 {
	max-width: 600px;
	position: absolute;
	top: 35px;
	right: 95px;
	z-index: -1
}

.search-product .row {
	--bbc-row-gutter: 56px
}

@media (max-width:1199.98px) {
	.search-product .row {
		--bbc-row-gutter: 36px
	}
}

@media (max-width:991.98px) {
	.search-product .row {
		--bbc-row-gutter: 28px
	}
}

@media (max-width:767.98px) {
	.search-product .row {
		--bbc-row-gutter: 12px
	}
}

.search-product .product-item {
	margin-bottom: 30px
}

@media (max-width:991.98px) {
	.search-product .product-item {
		margin-bottom: 10px
	}
}

.search-title {
	display: flex;
	align-items: center;
	margin-bottom: 40px
}

@media (max-width:1199.98px) {
	.search-title {
		margin-bottom: 32px
	}
}

@media (max-width:991.98px) {
	.search-title {
		margin-bottom: 20px
	}
}

.search-title .icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1199.98px) {
	.search-title .icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}
}

@media (max-width:991.98px) {
	.search-title .icon {
		width: 32px;
		height: 32px;
		margin-right: 8px
	}
}

.search-title h3 {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.3571428571;
	font-weight: bold;
	color: #333
}

@media (max-width:1199.98px) {
	.search-title h3 {
		font-size: 24px
	}
}

@media (max-width:991.98px) {
	.search-title h3 {
		font-size: 20px
	}
}

.other-search {
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #F6FAFF
}

@media (max-width:1379.98px) {
	.other-search {
		padding-bottom: 80px
	}
}

@media (max-width:1199.98px) {
	.other-search {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.other-search {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.other-search {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.other-search .search-title {
	margin-bottom: 60px
}

@media (max-width:1379.98px) {
	.other-search .search-title {
		margin-bottom: 40px
	}
}

@media (max-width:1199.98px) {
	.other-search .search-title {
		margin-bottom: 32px
	}
}

@media (max-width:991.98px) {
	.other-search .search-title {
		margin-bottom: 20px
	}
}

.other-search .cate {
	color: rgba(21,74, 151, 0.7)
}

.search-list a {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 28px;
	line-height: 1.3571428571;
	color: #333
}

.search-list a:hover {
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1379.98px) {
	.search-list a {
		padding-bottom: 22px;
		margin-bottom: 30px;
		font-size: 24px
	}
}

@media (max-width:1199.98px) {
	.search-list a {
		padding-bottom: 14px;
		margin-bottom: 26px;
		font-size: 20px
	}
}

@media (max-width:991.98px) {
	.search-list a {
		margin-bottom: 14px;
		font-size: 16px
	}
}

@media (max-width:991.98px) {
	.search-list a {
		font-size: 12px
	}
}

.search-list a span {
	color: #d63e4c
}

.product-detail-page {
	padding-top: var(--header-height);
	background-color: #DDEDF2
}

.product-detail-more {
	background-color: #fff;
	padding: 80px 0
}

@media (max-width:1199.98px) {
	.product-detail-more {
		padding: 60px 0
	}
}

@media (max-width:991.98px) {
	.product-detail-more {
		padding: 40px 0
	}
}

@media (max-width:767.98px) {
	.product-detail-more {
		padding: 20px 0
	}
}

.product-detail-more .title {
	margin-bottom: 60px;
	font-size: 60px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	color: #333
}

@media (max-width:1379.98px) {
	.product-detail-more .title {
		font-size: 40px
	}
}

@media (max-width:1199.98px) {
	.product-detail-more .title {
		font-size: 32px
	}
}

@media (max-width:991.98px) {
	.product-detail-more .title {
		margin-bottom: 40px;
		font-size: 32px
	}
}

@media (max-width:767.98px) {
	.product-detail-more .title {
		margin-bottom: 20px;
		font-size: 20px
	}
}

.product-detail-more .search-form-grp {
	margin-bottom: 60px
}

.product-detail-more .product-row {
	--bbc-row-gutter: 56px
}

@media (max-width:1379.98px) {
	.product-detail-more .product-row {
		--bbc-row-gutter: 48px
	}
}

@media (max-width:1199.98px) {
	.product-detail-more .product-row {
		--bbc-row-gutter: 36px
	}
}

@media (max-width:991.98px) {
	.product-detail-more .product-row {
		--bbc-row-gutter: 20px
	}
}

@media (max-width:767.98px) {
	.product-detail-more .product-row {
		--bbc-row-gutter: 10px
	}
}

@media (max-width:991.98px) {
	.product-detail-more .product-item {
		margin-bottom: 20px
	}
}

.product-detail-main {
	padding: 12px 0 110px;
	position: relative;
	overflow: hidden
}

@media (max-width:1599.98px) {
	.product-detail-main {
		padding-bottom: 90px
	}
}

@media (max-width:1379.98px) {
	.product-detail-main {
		padding-bottom: 70px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main {
		padding-bottom: 50px
	}
}

@media (max-width:991.98px) {
	.product-detail-main {
		padding-bottom: 30px
	}
}

.product-detail-main .breadcrumb-grp {
	margin-bottom: 75px
}

@media (max-width:1379.98px) {
	.product-detail-main .breadcrumb-grp {
		margin-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .breadcrumb-grp {
		margin-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.product-detail-main .breadcrumb-grp {
		margin-bottom: 20px
	}
}

.product-detail-main .wave1,
.product-detail-main .wave2,
.product-detail-main .wave3 {
	max-width: 55%;
	position: absolute;
	mix-blend-mode: multiply
}

@media (max-width:991.98px) {

	.product-detail-main .wave1,
	.product-detail-main .wave2,
	.product-detail-main .wave3 {
		max-width: 80%
	}
}

.product-detail-main .wave1 {
	right: -50px;
	top: 10%
}

.product-detail-main .wave2 {
	left: 0;
	top: 50%
}

.product-detail-main .wave3 {
	right: -20px;
	bottom: 0
}

.product-detail-main .main-content {
	padding: 5px;
	margin-bottom: 80px
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content {
		margin-bottom: 60px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .main-content {
		margin-bottom: 40px
	}
}

@media (max-width:767.98px) {
	.product-detail-main .main-content {
		margin-bottom: 20px
	}
}

.product-detail-main .main-content .row {
	--bbc-row-gutter: 100px
}

@media (max-width:1599.98px) {
	.product-detail-main .main-content .row {
		--bbc-row-gutter: 80px
	}
}

@media (max-width:1379.98px) {
	.product-detail-main .main-content .row {
		--bbc-row-gutter: 60px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content .row {
		--bbc-row-gutter: 40px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .main-content .row {
		--bbc-row-gutter: 20px
	}
}

.product-detail-main .main-content h1 {
	margin-bottom: 12px;
	font-size: 40px;
	line-height: 1.3;
	color: #333
}

@media (max-width:1599.98px) {
	.product-detail-main .main-content h1 {
		font-size: 36px
	}
}

@media (max-width:1379.98px) {
	.product-detail-main .main-content h1 {
		font-size: 32px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content h1 {
		font-size: 28px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content h1 {
		font-size: 24px
	}
}

.product-detail-main .main-content h2 {
	margin-bottom: 30px;
	padding-bottom: 36px;
	border-bottom: 1px solid #C9D9DE;
	font-size: 24px;
	line-height: 1.3333333333;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1599.98px) {
	.product-detail-main .main-content h2 {
		margin-bottom: 26px;
		padding-bottom: 32px;
		font-size: 20px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content h2 {
		margin-bottom: 18px;
		padding-bottom: 20px;
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content h2 {
		margin-bottom: 14px;
		padding-bottom: 16px;
		font-size: 14px
	}
}

.product-detail-main .main-content h3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.375;
	font-weight: bold;
	color: #333
}

@media (max-width:1599.98px) {
	.product-detail-main .main-content h3 {
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content h3 {
		margin-bottom: 16px;
		font-size: 12px
	}
}

.product-detail-main .main-content .consult {
	display: inline-flex;
	align-items: center;
	margin-top: 58px;
	padding: 16px 32px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.5;
	background-color: #E6A65D;
	color: #fff;
	transition: background-color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.product-detail-main .main-content .consult {
		border-radius: 4px;
		padding: 12px 28px;
		margin-top: 42px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content .consult {
		padding: 8px 20px;
		margin-top: 30px;
		font-size: 12px
	}
}

.product-detail-main .main-content .consult:hover {
	background-color: #d68121
}

.product-detail-main .main-content .consult .bbc-icon {
	font-size: 18px;
	line-height: 1;
	margin-right: 6px
}

@media (max-width:1379.98px) {
	.product-detail-main .main-content .consult .bbc-icon {
		font-size: 16px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .main-content .consult .bbc-icon {
		font-size: 14px
	}
}

.product-detail-main .feature-list {
	display: flex;
	flex-wrap: wrap
}

.product-detail-main .feature-list li {
	margin-bottom: 12px;
	padding-left: 22px;
	font-size: 16px;
	line-height: 1.375;
	color: #666;
	position: relative
}

@media (max-width:1599.98px) {
	.product-detail-main .feature-list li {
		padding-left: 18px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .feature-list li {
		margin-bottom: 8px;
		padding-left: 14px;
		font-size: 12px
	}
}

.product-detail-main .feature-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgba(21,74, 151, 0.7);
	position: absolute;
	top: 11px;
	left: 0;
	transform: translateY(-50%)
}

@media (max-width:1379.98px) {
	.product-detail-main .feature-list li::before {
		top: 10px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .feature-list li::before {
		top: 8px
	}
}

.product-detail-main .showcase-grp {
	width: 700px
}

@media (max-width:1599.98px) {
	.product-detail-main .showcase-grp {
		width: 660px
	}
}

@media (max-width:1379.98px) {
	.product-detail-main .showcase-grp {
		width: 580px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-grp {
		width: 500px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .showcase-grp {
		width: 100%
	}
}

.product-detail-main .showcase-wrap {
	margin-bottom: 25px;
	padding: 40px 56px 20px;
	border-radius: 12px;
	border: 2px solid #fff;
	background-color: transparent;
	position: relative
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-wrap {
		padding: 20px 30px
	}
}

.product-detail-main .swiper-showcase .showcase-item {
	text-align: center
}

.product-detail-main .swiper-showcase .showcase-item .ratio {
	border-radius: 8px
}

.product-detail-main .showcase-prev,
.product-detail-main .showcase-next {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 1;
	color: rgba(21,74, 151, 0.7);
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width:1199.98px) {

	.product-detail-main .showcase-prev,
	.product-detail-main .showcase-next {
		width: 20px;
		height: 20px;
		font-size: 20px
	}
}

.product-detail-main .showcase-prev:focus,
.product-detail-main .showcase-next:focus {
	box-shadow: none
}

.product-detail-main .showcase-prev.swiper-button-disabled,
.product-detail-main .showcase-next.swiper-button-disabled {
	opacity: 0.5
}

.product-detail-main .showcase-prev {
	left: 20px
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-prev {
		left: 5px
	}
}

.product-detail-main .showcase-next {
	right: 20px
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-next {
		right: 5px
	}
}

.product-detail-main .showcase-controls {
	margin-top: 45px
}

@media (max-width:1599.98px) {
	.product-detail-main .showcase-controls {
		margin-top: 25px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-controls {
		margin-top: 20px
	}
}

.product-detail-main .showcase-controls .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
	bottom: 0;
	font-size: 18px;
	line-height: 1.3
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-controls .swiper-pagination {
		font-size: 16px
	}
}

.product-detail-main .showcase-controls .swiper-pagination-current {
	color: rgba(21,74, 151, 0.7)
}

.product-detail-main .showcase-controls .swiper-pagination-total {
	color: #666
}

.product-detail-main .showcase-tabs {
	display: flex;
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px
}

.product-detail-main .showcase-tabs>div {
	padding-left: 4px;
	padding-right: 4px
}

@media (max-width:767.98px) {
	.product-detail-main .showcase-tabs {
		overflow: auto;
		justify-content: flex-start
	}

	.product-detail-main .showcase-tabs::-webkit-scrollbar {
		scrollbar-width: none
	}
}

.product-detail-main .showcase-tabs .tabs-item {
	overflow: hidden
}

@media (max-width:767.98px) {
	.product-detail-main .showcase-tabs .tabs-item {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
		width: auto
	}
}

.product-detail-main .showcase-tabs .tabs-link {
	display: flex;
	align-items: center;
	padding: 6px 18px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 1.375;
	color: #333;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s
}

@media (max-width:1199.98px) {
	.product-detail-main .showcase-tabs .tabs-link {
		padding: 6px 14px;
		font-size: 14px
	}
}

@media (max-width:767.98px) {
	.product-detail-main .showcase-tabs .tabs-link {
		justify-content: center;
		padding: 6px 8px
	}
}

.product-detail-main .showcase-tabs .tabs-link:hover,
.product-detail-main .showcase-tabs .tabs-link.active {
	background-color: rgba(21,74, 151, 0.7);
	color: #fff
}

.product-detail-main .showcase-tabs .bbc-icon {
	font-size: 16px;
	line-height: 1;
	margin-right: 6px
}

.product-detail-main .detail-content {
	padding: 50px 100px 70px;
	background-color: #fff;
	border-top: 50px solid #F6FAFF;
	border-radius: 40px;
	position: relative
}

@media (max-width:1379.98px) {
	.product-detail-main .detail-content {
		padding: 50px 80px;
		border-top-width: 40px;
		border-radius: 20px
	}
}

@media (max-width:1199.98px) {
	.product-detail-main .detail-content {
		padding: 30px 40px;
		border-top-width: 28px;
		border-radius: 12px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .detail-content {
		padding: 22px 28px
	}
}

.product-detail-main .content-icon {
	font-size: 24px;
	line-height: 1;
	color: #999;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, 50%)
}

@media (max-width:1379.98px) {
	.product-detail-main .content-icon {
		font-size: 20px;
		top: -40px
	}
}

@media (max-width:1379.98px) {
	.product-detail-main .content-icon {
		font-size: 16px;
		top: -28px
	}
}

.product-detail-main .content-grp:not(:last-child) {
	margin-bottom: 50px
}

@media (max-width:991.98px) {
	.product-detail-main .content-grp:not(:last-child) {
		margin-bottom: 30px
	}
}

.product-detail-main .content-grp p {
	font-size: 18px;
	line-height: 1.7777777778;
	color: #333
}

@media (max-width:1379.98px) {
	.product-detail-main .content-grp p {
		font-size: 16px
	}
}

@media (max-width:991.98px) {
	.product-detail-main .content-grp p {
		font-size: 14px
	}
}

.product-detail-main .content-grp p:last-child {
	margin-bottom: 0
}

.product-detail-main .application-item {
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
	position: relative
}

@media (max-width:1199.98px) {
	.product-detail-main .application-item {
		margin-bottom: 22px
	}
}

.product-detail-main .application-item::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 118, 128, 0) 58.78%, rgba(21,74, 151, 0.7) 100%);
	position: absolute;
	left: 0;
	top: 0
}

.product-detail-main .application-item h5 {
	margin-bottom: 0;
	padding: 12px;
	width: 100%;
	font-size: 18px;
	line-height: 1.3333333333;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10
}

@media (max-width:1199.98px) {
	.product-detail-main .application-item h5 {
		padding: 8px;
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.product-detail-main .application-item h5 {
		font-size: 14px
	}
}

.spe-swiper-wrap .control-grp-spe {
	--bbc-row-gutter: 18px
}

@media (max-width:1199.98px) {
	.spe-swiper-wrap .control-grp-spe {
		--bbc-row-gutter: 10px
	}
}

.spe-swiper-wrap .more {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1199.98px) {
	.spe-swiper-wrap .more {
		font-size: 14px
	}
}

.spe-swiper-wrap .more .bbc-icon {
	font-size: 14px;
	line-height: 1;
	margin-left: 14px
}

@media (max-width:1199.98px) {
	.spe-swiper-wrap .more .bbc-icon {
		font-size: 12px
	}
}

.spe-swiper-wrap .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 0;
	height: 40px;
	background: transparent;
	overflow: hidden;
	width: 100%
}

.spe-swiper-wrap .swiper-scrollbar::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #BFBFBF;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.spe-swiper-wrap .swiper-scrollbar-drag {
	width: 40px;
	height: 40px;
	background-image: url(scroll-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	background-color: transparent;
	border-radius: 50px;
	cursor: grab;
	position: relative
}

.spe-swiper-wrap .swiper-scrollbar-drag::before {
	content: "";
	background-color: rgba(21,74, 151, 0.7);
	position: absolute;
	top: 50%;
	right: 90%;
	transform: translateY(-50%);
	height: 1px;
	width: 100vw;
	z-index: -1
}

.product-content-title {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee
}

@media (max-width:1199.98px) {
	.product-content-title {
		margin-bottom: 22px
	}
}

@media (max-width:991.98px) {
	.product-content-title {
		margin-bottom: 14px
	}
}

.product-content-title .icon {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	color: rgba(21,74, 151, 0.7)
}

@media (max-width:1199.98px) {
	.product-content-title .icon {
		width: 36px;
		height: 36px;
		margin-right: 12px
	}
}

@media (max-width:991.98px) {
	.product-content-title .icon {
		width: 32px;
		height: 32px;
		margin-right: 8px
	}
}

.product-content-title h3 {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.3571428571;
	font-weight: bold;
	color: #333
}

@media (max-width:1199.98px) {
	.product-content-title h3 {
		font-size: 24px
	}
}

@media (max-width:991.98px) {
	.product-content-title h3 {
		font-size: 20px
	}
}

.download-item {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #EFEFEF
}

@media (max-width:1379.98px) {
	.download-item {
		padding: 22px 0
	}
}

@media (max-width:1199.98px) {
	.download-item {
		padding: 18px 0
	}
}

@media (max-width:991.98px) {
	.download-item {
		padding: 14px 0
	}
}

.download-item:hover h5 {
	color: rgba(21,74, 151, 0.7)
}

.download-item:hover .download .icon {
	background-color: rgba(21,74, 151, 0.7)
}

.download-item h5 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	transition: color 0.35s ease 0s
}

@media (max-width:1379.98px) {
	.download-item h5 {
		font-size: 16px
	}
}

@media (max-width:991.98px) {
	.download-item h5 {
		font-size: 14px
	}
}

@media (max-width:767.98px) {
	.download-item h5 {
		margin-bottom: 8px
	}
}

.download-item h5 img {
	width: 24px;
	height: 24px;
	margin-right: 16px
}

@media (max-width:1379.98px) {
	.download-item h5 img {
		width: 20px;
		height: 20px;
		margin-right: 12px
	}
}

@media (max-width:991.98px) {
	.download-item h5 img {
		width: 16px;
		height: 16px;
		margin-right: 8px
	}
}

.download-item .info-grp {
	display: flex;
	align-items: center
}

@media (max-width:767.98px) {
	.download-item .info-grp {
		justify-content: space-between
	}
}

.download-item .info-item {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.2857142857;
	color: #999
}

@media (max-width:1199.98px) {
	.download-item .info-item {
		font-size: 12px
	}
}

.download-item .info-item:not(:last-child) {
	margin-right: 30px
}

@media (max-width:1199.98px) {
	.download-item .info-item:not(:last-child) {
		margin-right: 18px;
		font-size: 12px
	}
}

@media (max-width:991.98px) {
	.download-item .info-item:not(:last-child) {
		margin-right: 10px
	}
}

.download-item .info-item .bbc-icon {
	margin-right: 10px
}

@media (max-width:1199.98px) {
	.download-item .info-item .bbc-icon {
		margin-right: 6px
	}
}

.download-item .download {
	display: flex;
	align-items: center;
	margin-left: 100px;
	font-size: 16px;
	line-height: 1.375;
	color: #333
}

@media (max-width:1379.98px) {
	.download-item .download {
		margin-left: 60px;
		font-size: 14px
	}
}

@media (max-width:1199.98px) {
	.download-item .download {
		margin-left: 40px
	}
}

@media (max-width:991.98px) {
	.download-item .download {
		margin-left: 20px;
		font-size: 12px
	}
}

.download-item .download .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
	width: 26px;
	height: 26px;
	border-radius: 1px;
	font-size: 14px;
	line-height: 1;
	background-color: #999;
	color: #fff;
	transition: background-color 0.35s ease 0s
}

@media (max-width:991.98px) {
	.download-item .download .icon {
		margin-left: 12px;
		width: 22px;
		height: 22px;
		font-size: 12px
	}
}

.stretched-link::after {
	z-index: 5
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

.main {
	flex: 1
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height)
}

html.no-behavior {
	scroll-behavior: auto
}

.swiper {
	user-select: none
}

[tabindex] {
	outline: 0
}

.ratio-full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.pagination-custom {
	display: flex;
	justify-content: center;
	align-items: center
}

.pagination-custom li {
	margin: 0 5px
}

@media (max-width:767.98px) {
	.pagination-custom li {
		margin: 0 2px
	}
}

.pagination-custom li.next a,
.pagination-custom li.prev a {
	border-color: #ccc;
	color: #fff;
	background-color: #ccc
}

.pagination-custom li.active a,
.pagination-custom li:hover a {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.pagination-custom a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	font-size: 14px;
	line-height: 1;
	color: #888;
	border: 1px solid #ccc;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s
}

@media (max-width:767.98px) {
	.pagination-custom a {
		width: 26px;
		height: 26px;
		font-size: 12px;
		border-radius: 4px
	}
}

.scroller-nav {
	position: absolute !important;
	width: 30px;
	height: 100%;
	top: 0;
	padding: 0;
	background-color: rgba(0, 71, 77, 0.6);
	border: 0;
	color: #FFF;
	opacity: 0;
	visibility: hidden
}

.scroller-nav.left {
	left: 0
}

.scroller-nav.right {
	right: 0
}

.has-scroller-left .left {
	visibility: visible;
	opacity: 1
}

.has-scroller-right .right {
	visibility: visible;
	opacity: 1
}

@media (max-width:767.98px) {
	.has-scroller-wrap {
		overflow: auto
	}

	.has-scroller-wrap::-webkit-scrollbar {
		scrollbar-width: none
	}

	.has-scroller-wrap .row {
		flex-wrap: nowrap
	}
}

.toggle-recommend span {
	width: 2.1em;
	font-size: 12px
}

.swiper-img .zoom {
	position: relative;
	overflow: hidden;
	display: block
}

.swiper-img .zoom-item {
	transform: scale(1.001);
	transition: transform 0.5s
}

.swiper-img .zoom:hover .zoom-item {
	transform: scale(1.1)
}

.swiper-txt h3 {
	transition: all 0.35s
}

.swiper-txt h3:hover {
	color: rgba(21,74, 151, 0.7) !important
}

@media (min-width:768px) {
	.idx-nav-dropdown>button {
		display: none
	}

	.idx-nav-dropdown .dropdown-menu {
		display: flex;
		padding: 0 !important;
		border: 0 !important;
		background-color: 0 !important;
		position: static;
		width: auto
	}
}

@media (max-width:767.98px) {
	.idx-nav-dropdown .btn-ft {
		padding: 0.6em 1em;
		font-size: 13px
	}

	.idx-nav-dropdown .dropdown-menu {
		display: none;
		flex-direction: column;
		min-width: 100%
	}

	.idx-nav-dropdown .dropdown-menu .btn {
		display: block;
		white-space: nowrap;
		width: 100%;
		margin: 0;
		border-radius: 0 !important
	}

	.idx-nav-dropdown .dropdown-menu .btn::before,
	.idx-nav-dropdown .dropdown-menu .btn:after {
		border-radius: 0 !important
	}

	.idx-nav-dropdown .dropdown-menu .btn::before {
		opacity: 0 !important
	}

	.idx-nav-dropdown.open .dropdown-menu {
		display: flex
	}

	.idx-nav-dropdown .idx-title-menu {
		padding-bottom: 0 !important;
		overflow: visible !important;
		border: 1px solid rgba(0, 0, 0, 0.15)
	}
}

@media (max-width:767.98px) {
	.idx-pro-row>div:nth-child(4)~div {
		display: none
	}

	.product-idx-item {
		background-color: rgba(0, 118, 128, 0.1);
		padding: 15px;
		border-radius: 15px
	}
}

@media (max-width:1399px) {
	.section-idx1 .tab-content .product-idx-item .tit {
		font-size: 16px
	}

	.section-idx1 .tab-content .product-idx-item .tit span {
		font-size: 14px
	}
}

@charset "UTF-8";

/*! * Bootstrap v4.6.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter,Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root {
	--blue: #007bff;
	--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: rgba(21,74, 151, 0.7);
	--secondary: #e6a65d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--white: #fff;
	--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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bbc-ratio-w: 100;
	--bbc-ratio-h: 100;
	--bbc-row-gutter: 30px
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: rgba(21,74, 151, 0.7);
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #002f34;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: 0.5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role="button"] {
	cursor: pointer
}

select {
	word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "— "
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-cover {
	object-fit: cover
}

.img-contain {
	object-fit: contain
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: 0.25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7)
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.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
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 0
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

.col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}
}

.row-gutter,
.row-grid {
	margin-left: calc(0px - var(--bbc-row-gutter) / 2);
	margin-right: calc(0px - var(--bbc-row-gutter) / 2)
}

.row-gutter>*,
.row-grid>* {
	padding-left: calc(var(--bbc-row-gutter) / 2);
	padding-right: calc(var(--bbc-row-gutter) / 2)
}

.row-grid {
	margin-bottom: calc(0px - var(--bbc-row-gutter))
}

.row-grid>* {
	margin-bottom: var(--bbc-row-gutter)
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #495057
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: 0.3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #495057;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8d9db
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7ab8bd
}

.table-hover .table-primary:hover {
	background-color: #a7d0d2
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #a7d0d2
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #f8e6d2
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #f2d1ab
}

.table-hover .table-secondary:hover {
	background-color: #f5dabc
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #f5dabc
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-white,
.table-white>th,
.table-white>td {
	background-color: white
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
	border-color: white
}

.table-hover .table-white:hover {
	background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
	background-color: #f2f2f2
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #00ebff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	appearance: none
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: 0.25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
	left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
	left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.contact-form-row {
	--form-gutter: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(0px - var(--form-gutter))
}

.contact-form-row .form-group {
	-ms-flex: 0 0 calc(100% - var(--form-gutter));
	flex: 0 0 calc(100% - var(--form-gutter));
	max-width: calc(100% - var(--form-gutter));
	width: 100%
}

.contact-form-row [class*="form-col-"] {
	width: calc(100% - var(--form-gutter));
	flex: 0 0 calc(100% - var(--form-gutter));
	margin-right: var(--form-gutter);
	margin-bottom: var(--form-gutter)
}

.contact-form-row .form-col-1-2 {
	width: calc(50% - var(--form-gutter));
	flex: 0 0 calc(50% - var(--form-gutter))
}

@media (min-width:768px) {
	.contact-form-row .form-col-1-3 {
		width: calc(33.33% - var(--form-gutter));
		flex: 0 0 calc(33.33% - var(--form-gutter))
	}

	.contact-form-row .form-col-1-4 {
		width: calc(25% - var(--form-gutter));
		flex: 0 0 calc(25% - var(--form-gutter))
	}
}

@media (max-width:767.98px) {
	.contact-form-row .form-col-1-4 {
		width: calc(50% - var(--form-gutter));
		flex: 0 0 calc(50% - var(--form-gutter))
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #495057;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #495057;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-primary:hover {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: rgb(21,74,151)
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: rgb(21,74,151);
	box-shadow: 0 0 0 0.2rem rgba(38, 139, 147, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: rgb(21,74,151);
	border-color: #003b40
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 139, 147, 0.5)
}

.btn-secondary {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-secondary:hover {
	color: #212529;
	background-color: #e1943c;
	border-color: #df8e31
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #212529;
	background-color: #e1943c;
	border-color: #df8e31;
	box-shadow: 0 0 0 0.2rem rgba(200, 147, 85, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #df8e31;
	border-color: #dd8826
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(200, 147, 85, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-white {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
	color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: rgba(21,74, 151, 0.7);
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.btn-outline-secondary {
	color: #e6a65d;
	border-color: #e6a65d
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #e6a65d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #e6a65d;
	border-color: #e6a65d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
	color: #212529;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
	font-weight: 400;
	color: rgba(21,74, 151, 0.7);
	text-decoration: none
}

.btn-link:hover {
	color: #002f34;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 0.5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	transition: opacity 0.15s linear
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

/*! -- Stack Animations -- */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100px, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-font-smoothing: antialiased
	}
}

@keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		transform: scale(2)
	}
}

@keyframes kenBurns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@-webkit-keyframes kenBurns {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
	display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	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;
	border-radius: 0.25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	color-adjust: exact
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: rgba(21,74, 151, 0.7);
	background-color: rgba(21,74, 151, 0.7)
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #00ebff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #34efff;
	border-color: #34efff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: rgba(21,74, 151, 0.7);
	background-color: rgba(21,74, 151, 0.7)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 118, 128, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none
}

.custom-select:focus {
	border-color: #00ebff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #00ebff;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #34efff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #34efff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: rgba(21,74, 151, 0.7);
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #34efff
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: rgba(21,74, 151, 0.7);
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #002f34;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: rgba(21,74, 151, 0.7);
	border-color: rgba(21,74, 151, 0.7)
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem
}

.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;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: rgba(21,74, 151, 0.7)
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: rgb(21,74,151)
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 118, 128, 0.5)
}

.badge-secondary {
	color: #212529;
	background-color: #e6a65d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #212529;
	background-color: #df8e31
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(230, 166, 93, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.badge-white {
	color: #212529;
	background-color: #fff
}

a.badge-white:hover,
a.badge-white:focus {
	color: #212529;
	background-color: #e6e6e6
}

a.badge-white:focus,
a.badge-white.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #003d43;
	background-color: #cce4e6;
	border-color: #b8d9db
}

.alert-primary hr {
	border-top-color: #a7d0d2
}

.alert-primary .alert-link {
	color: #000f10
}

.alert-secondary {
	color: #785630;
	background-color: #faeddf;
	border-color: #f8e6d2
}

.alert-secondary hr {
	border-top-color: #f5dabc
}

.alert-secondary .alert-link {
	color: #543c21
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-white {
	color: #858585;
	background-color: white;
	border-color: white
}

.alert-white hr {
	border-top-color: #f2f2f2
}

.alert-white .alert-link {
	color: #6c6c6c
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(21,74, 151, 0.7);
	transition: width 0.6s ease
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	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);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: 0.5
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px)
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-footer>* {
	margin: 0.25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: 0.75s linear infinite spinner-border
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: 0.75s linear infinite spinner-grow
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {

	.spinner-border,
	.spinner-grow {
		animation-duration: 1.5s
	}
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: rgba(21,74, 151, 0.7) !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: rgb(21,74,151) !important
}

.bg-secondary {
	background-color: #e6a65d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #df8e31 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-white {
	background-color: #fff !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
	background-color: #e6e6e6 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: rgba(21,74, 151, 0.7) !important
}

.border-secondary {
	border-color: #e6a65d !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-white {
	border-color: #fff !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: 0.2rem !important
}

.rounded {
	border-radius: 0.25rem !important
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-lg {
	border-radius: 0.3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.ratio {
	--bbc-ratio: calc((var(--bbc-ratio-h) / var(--bbc-ratio-w)) * 100%);
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.ratio::before {
	display: block;
	content: "";
	padding-top: var(--bbc-ratio)
}

.ratio .ratio-item,
.ratio iframe,
.ratio embed,
.ratio object,
.ratio video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.ratio-21x9 {
	--bbc-ratio: 42.8571428571%
}

.ratio-16x10 {
	--bbc-ratio: 62.5%
}

.ratio-16x9 {
	--bbc-ratio: 56.25%
}

.ratio-4x3 {
	--bbc-ratio: 75%
}

.ratio-3x4 {
	--bbc-ratio: 133.3333333333%
}

.ratio-3x2 {
	--bbc-ratio: 66.6666666667%
}

.ratio-2x1 {
	--bbc-ratio: 50%
}

.ratio-1x2 {
	--bbc-ratio: 200%
}

.ratio-1x1 {
	--bbc-ratio: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.user-select-all {
	user-select: all !important
}

.user-select-auto {
	user-select: auto !important
}

.user-select-none {
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static,
.static {
	position: static !important
}

.position-relative,
.relative {
	position: relative !important
}

.position-absolute,
.absolute {
	position: absolute !important
}

.position-fixed,
.fixed {
	position: fixed !important
}

.position-sticky,
.sticky {
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: 0.25rem !important
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important
}

.m-2 {
	margin: 0.5rem !important
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.m-6 {
	margin: 4.5rem !important
}

.mt-6,
.my-6 {
	margin-top: 4.5rem !important
}

.mr-6,
.mx-6 {
	margin-right: 4.5rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 4.5rem !important
}

.ml-6,
.mx-6 {
	margin-left: 4.5rem !important
}

.m-7 {
	margin: 6rem !important
}

.mt-7,
.my-7 {
	margin-top: 6rem !important
}

.mr-7,
.mx-7 {
	margin-right: 6rem !important
}

.mb-7,
.my-7 {
	margin-bottom: 6rem !important
}

.ml-7,
.mx-7 {
	margin-left: 6rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: 0.25rem !important
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important
}

.p-2 {
	padding: 0.5rem !important
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.p-6 {
	padding: 4.5rem !important
}

.pt-6,
.py-6 {
	padding-top: 4.5rem !important
}

.pr-6,
.px-6 {
	padding-right: 4.5rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 4.5rem !important
}

.pl-6,
.px-6 {
	padding-left: 4.5rem !important
}

.p-7 {
	padding: 6rem !important
}

.pt-7,
.py-7 {
	padding-top: 6rem !important
}

.pr-7,
.px-7 {
	padding-right: 6rem !important
}

.pb-7,
.py-7 {
	padding-bottom: 6rem !important
}

.pl-7,
.px-7 {
	padding-left: 6rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-n6 {
	margin: -4.5rem !important
}

.mt-n6,
.my-n6 {
	margin-top: -4.5rem !important
}

.mr-n6,
.mx-n6 {
	margin-right: -4.5rem !important
}

.mb-n6,
.my-n6 {
	margin-bottom: -4.5rem !important
}

.ml-n6,
.mx-n6 {
	margin-left: -4.5rem !important
}

.m-n7 {
	margin: -6rem !important
}

.mt-n7,
.my-n7 {
	margin-top: -6rem !important
}

.mr-n7,
.mx-n7 {
	margin-right: -6rem !important
}

.mb-n7,
.my-n7 {
	margin-bottom: -6rem !important
}

.ml-n7,
.mx-n7 {
	margin-left: -6rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: 0.25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important
	}

	.m-sm-2 {
		margin: 0.5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.m-sm-6 {
		margin: 4.5rem !important
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 4.5rem !important
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 4.5rem !important
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 4.5rem !important
	}

	.m-sm-7 {
		margin: 6rem !important
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 6rem !important
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 6rem !important
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 6rem !important
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 6rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: 0.25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important
	}

	.p-sm-2 {
		padding: 0.5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.p-sm-6 {
		padding: 4.5rem !important
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 4.5rem !important
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 4.5rem !important
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 4.5rem !important
	}

	.p-sm-7 {
		padding: 6rem !important
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 6rem !important
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right: 6rem !important
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 6rem !important
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left: 6rem !important
	}

	.m-sm-n1 {
		margin: -0.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important
	}

	.m-sm-n2 {
		margin: -0.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-n6 {
		margin: -4.5rem !important
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -4.5rem !important
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -4.5rem !important
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -4.5rem !important
	}

	.m-sm-n7 {
		margin: -6rem !important
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -6rem !important
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -6rem !important
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -6rem !important
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -6rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: 0.25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important
	}

	.m-md-2 {
		margin: 0.5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.m-md-6 {
		margin: 4.5rem !important
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 4.5rem !important
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 4.5rem !important
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 4.5rem !important
	}

	.m-md-7 {
		margin: 6rem !important
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 6rem !important
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right: 6rem !important
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 6rem !important
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left: 6rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: 0.25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important
	}

	.p-md-2 {
		padding: 0.5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.p-md-6 {
		padding: 4.5rem !important
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 4.5rem !important
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 4.5rem !important
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 4.5rem !important
	}

	.p-md-7 {
		padding: 6rem !important
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 6rem !important
	}

	.pr-md-7,
	.px-md-7 {
		padding-right: 6rem !important
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 6rem !important
	}

	.pl-md-7,
	.px-md-7 {
		padding-left: 6rem !important
	}

	.m-md-n1 {
		margin: -0.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important
	}

	.m-md-n2 {
		margin: -0.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-n6 {
		margin: -4.5rem !important
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -4.5rem !important
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -4.5rem !important
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -4.5rem !important
	}

	.m-md-n7 {
		margin: -6rem !important
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -6rem !important
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -6rem !important
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -6rem !important
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -6rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: 0.25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important
	}

	.m-lg-2 {
		margin: 0.5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.m-lg-6 {
		margin: 4.5rem !important
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 4.5rem !important
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 4.5rem !important
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 4.5rem !important
	}

	.m-lg-7 {
		margin: 6rem !important
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 6rem !important
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 6rem !important
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 6rem !important
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 6rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: 0.25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important
	}

	.p-lg-2 {
		padding: 0.5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.p-lg-6 {
		padding: 4.5rem !important
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 4.5rem !important
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 4.5rem !important
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 4.5rem !important
	}

	.p-lg-7 {
		padding: 6rem !important
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 6rem !important
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right: 6rem !important
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 6rem !important
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left: 6rem !important
	}

	.m-lg-n1 {
		margin: -0.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important
	}

	.m-lg-n2 {
		margin: -0.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-n6 {
		margin: -4.5rem !important
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -4.5rem !important
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -4.5rem !important
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -4.5rem !important
	}

	.m-lg-n7 {
		margin: -6rem !important
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -6rem !important
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -6rem !important
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -6rem !important
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -6rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: 0.25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important
	}

	.m-xl-2 {
		margin: 0.5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.m-xl-6 {
		margin: 4.5rem !important
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 4.5rem !important
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 4.5rem !important
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 4.5rem !important
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 4.5rem !important
	}

	.m-xl-7 {
		margin: 6rem !important
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 6rem !important
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 6rem !important
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 6rem !important
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 6rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: 0.25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important
	}

	.p-xl-2 {
		padding: 0.5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.p-xl-6 {
		padding: 4.5rem !important
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 4.5rem !important
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 4.5rem !important
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 4.5rem !important
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 4.5rem !important
	}

	.p-xl-7 {
		padding: 6rem !important
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 6rem !important
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right: 6rem !important
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 6rem !important
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left: 6rem !important
	}

	.m-xl-n1 {
		margin: -0.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important
	}

	.m-xl-n2 {
		margin: -0.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-n6 {
		margin: -4.5rem !important
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -4.5rem !important
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -4.5rem !important
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -4.5rem !important
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -4.5rem !important
	}

	.m-xl-n7 {
		margin: -6rem !important
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -6rem !important
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -6rem !important
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -6rem !important
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -6rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-light {
	font-weight: 300 !important
}

.font-lighter {
	font-weight: lighter !important
}

.font-normal {
	font-weight: 400 !important
}

.font-bold {
	font-weight: 700 !important
}

.font-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: rgba(21,74, 151, 0.7) !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #002f34 !important
}

.text-secondary {
	color: #e6a65d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #d68121 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

.text-white {
	color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
	color: #d9d9d9 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #495057 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.lm-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.lm-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}

@media (min-width:576px) {
	.lm-sm-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-sm-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:768px) {
	.lm-md-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-md-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:992px) {
	.lm-lg-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-lg-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

@media (min-width:1200px) {
	.lm-xl-2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-4 {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.lm-xl-5 {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden
	}
}

.lh-1 {
	line-height: 1
}

.lh-12 {
	line-height: 1.2
}

.lh-15 {
	line-height: 1.5
}

.lh-18 {
	line-height: 1.8
}

.lh-2 {
	line-height: 2
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

:root {
	--primary-dark: #005057;
	--primary-light: #ebf4f5;
	--secondary-dark: #e1933a;
	--secondary-light: #fdf8f2
}

@-moz-document url-prefix() {

	html,
	body {
		scrollbar-width: thin;
		scrollbar-color: rgba(21,74, 151, 0.7) #fff
	}
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	background-color: transparent
}

::-webkit-scrollbar-thumb {
	background-color: rgba(21,74, 151, 0.7);
	border-radius: 100px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #005057
}

a {
	text-decoration: none !important
}

img {
	max-width: 100%
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.bg-cover,
.bg-contain {
	background-position: center;
	background-repeat: no-repeat
}

.bg-cover {
	background-size: cover
}

.bg-contain {
	background-size: contain
}

.obj-contain {
	object-fit: contain
}

.obj-cover {
	object-fit: cover
}

.zoom .zoom-item {
	transform: scale(1.001);
	transition: transform 0.35s
}

.zoom:hover .zoom-item {
	transform: scale(1.1)
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	background: rgba(21,74, 151, 0.7);
	height: 3px
}

.bbc-icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: -0.125em
}

[data-rellax] {
	transition: transform 0.15s
}

.bbc-loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.bbc-loader:before,
.bbc-loader:after {
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	width: 20px
}

.bbc-loader:before {
	animation: ball1 1s infinite;
	background-color: #4d9fa6;
	box-shadow: 30px 0 0 #4d9fa6;
	margin-bottom: 10px
}

.bbc-loader:after {
	animation: ball2 1s infinite;
	background-color: rgba(21,74, 151, 0.7);
	box-shadow: 30px 0 0 rgba(21,74, 151, 0.7)
}

ul.nolist {
	padding: 0;
	list-style: none
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8)
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2)
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8)
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 rgba(21,74, 151, 0.7)
	}

	50% {
		box-shadow: 0 0 0 rgba(21,74, 151, 0.7);
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 rgba(21,74, 151, 0.7);
		margin-bottom: 10px
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #4d9fa6
	}

	50% {
		box-shadow: 0 0 0 #4d9fa6;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 #4d9fa6;
		margin-top: 0
	}
}

.bbc-loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
	transition: opacity 0.4s
}

.bbc-loader-overlay.loaded {
	opacity: 0
}

.video-background video {
	object-fit: cover
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.o-0 {
	opacity: 0
}

.o-1 {
	opacity: 0.1
}

.o-2 {
	opacity: 0.2
}

.o-3 {
	opacity: 0.3
}

.o-4 {
	opacity: 0.4
}

.o-5 {
	opacity: 0.5
}

.o-6 {
	opacity: 0.6
}

.o-7 {
	opacity: 0.7
}

.o-8 {
	opacity: 0.8
}

.o-9 {
	opacity: 0.9
}

[data-request-validate] [data-validate-error]:not(.oc-visible),
[data-request-validate] [data-validate-for]:not(.oc-visible) {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.bbcbox-active {
	height: auto
}

.bbcbox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.bbcbox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 1010
}

.bbcbox-container * {
	box-sizing: border-box
}

.bbcbox-outer,
.bbcbox-inner,
.bbcbox-bg,
.bbcbox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.bbcbox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.bbcbox-bg {
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.bbcbox-is-open .bbcbox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.bbcbox-infobar,
.bbcbox-toolbar,
.bbcbox-caption,
.bbcbox-navigation .bbcbox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 997
}

.bbcbox-show-infobar .bbcbox-infobar,
.bbcbox-show-toolbar .bbcbox-toolbar,
.bbcbox-show-caption .bbcbox-caption,
.bbcbox-show-nav .bbcbox-navigation .bbcbox-button {
	opacity: 1;
	transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.bbcbox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bbcbox-toolbar {
	right: 0;
	top: 0
}

.bbcbox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 994
}

.bbcbox-is-open .bbcbox-stage {
	overflow: hidden
}

.bbcbox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 994
}

.bbcbox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.bbcbox-is-sliding .bbcbox-slide,
.bbcbox-slide--previous,
.bbcbox-slide--current,
.bbcbox-slide--next {
	display: block
}

.bbcbox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.bbcbox-slide--image::before {
	display: none
}

.bbcbox-slide--html {
	padding: 6px
}

.bbcbox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.bbcbox-slide--image .bbcbox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 995
}

.bbcbox-can-zoomOut .bbcbox-content {
	cursor: zoom-out
}

.bbcbox-can-zoomIn .bbcbox-content {
	cursor: zoom-in
}

.bbcbox-can-swipe .bbcbox-content,
.bbcbox-can-pan .bbcbox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.bbcbox-is-grabbing .bbcbox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.bbcbox-container [data-selectable="true"] {
	cursor: text
}

.bbcbox-image {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.bbcbox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 1
}

.bbcbox-slide--video .bbcbox-content,
.bbcbox-slide--map .bbcbox-content,
.bbcbox-slide--pdf .bbcbox-content,
.bbcbox-slide--iframe .bbcbox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.bbcbox-slide--video .bbcbox-content {
	background: #000
}

.bbcbox-slide--map .bbcbox-content {
	background: #e5e3df
}

.bbcbox-slide--iframe .bbcbox-content {
	background: #fff
}

.bbcbox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.bbcbox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0
}

.bbcbox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.bbcbox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.bbcbox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	color: #ccc
}

.bbcbox-button:visited,
.bbcbox-button:link {
	color: #ccc
}

.bbcbox-button:hover {
	color: #fff
}

.bbcbox-button:focus {
	outline: none
}

.bbcbox-button.bbcbox-focus {
	outline: 1px dotted
}

.bbcbox-button[disabled] {
	color: #888;
	cursor: default;
	outline: none
}

.bbcbox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.bbcbox-button div {
	height: 100%
}

.bbcbox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.bbcbox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.bbcbox-button--play svg:nth-child(2),
.bbcbox-button--fsenter svg:nth-child(2),
.bbcbox-button--pause svg:nth-child(1),
.bbcbox-button--fsexit svg:nth-child(1) {
	display: none
}

.bbcbox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 998
}

.bbcbox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.bbcbox-close-small:hover {
	color: #fff;
	opacity: 1
}

.bbcbox-slide--html .bbcbox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.bbcbox-slide--image.bbcbox-is-scaling .bbcbox-content {
	overflow: hidden
}

.bbcbox-is-scaling .bbcbox-close-small,
.bbcbox-is-zoomable.bbcbox-can-pan .bbcbox-close-small {
	display: none
}

.bbcbox-navigation .bbcbox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.bbcbox-navigation .bbcbox-button div {
	padding: 7px
}

.bbcbox-navigation .bbcbox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.bbcbox-navigation .bbcbox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.bbcbox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 996
}

.bbcbox-caption--separate {
	margin-top: -50px
}

.bbcbox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.bbcbox-caption a {
	color: #ccc;
	text-decoration: none
}

.bbcbox-caption a:link,
.bbcbox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.bbcbox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.bbcbox-loading {
	animation: bbcbox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 999
}

@keyframes bbcbox-rotate {
	100% {
		transform: rotate(360deg)
	}
}

.bbcbox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.bbcbox-fx-slide.bbcbox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.bbcbox-fx-slide.bbcbox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.bbcbox-fx-slide.bbcbox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.bbcbox-fx-fade.bbcbox-slide--previous,
.bbcbox-fx-fade.bbcbox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.bbcbox-fx-fade.bbcbox-slide--current {
	opacity: 1
}

.bbcbox-fx-zoom-in-out.bbcbox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.bbcbox-fx-zoom-in-out.bbcbox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5)
}

.bbcbox-fx-zoom-in-out.bbcbox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}

.bbcbox-fx-rotate.bbcbox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.bbcbox-fx-rotate.bbcbox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.bbcbox-fx-rotate.bbcbox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.bbcbox-fx-circular.bbcbox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.bbcbox-fx-circular.bbcbox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.bbcbox-fx-circular.bbcbox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.bbcbox-fx-tube.bbcbox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.bbcbox-fx-tube.bbcbox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.bbcbox-fx-tube.bbcbox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}

@media (max-height:576px) {
	.bbcbox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.bbcbox-slide--image {
		padding: 6px 0
	}

	.bbcbox-close-small {
		right: -6px
	}

	.bbcbox-slide--image .bbcbox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.bbcbox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.bbcbox-caption {
			padding-left: 12px;
			padding-right: 12px
		}
	}
}

.bbcbox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.bbcbox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0
}

.bbcbox-share p {
	margin: 0;
	padding: 0
}

.bbcbox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.bbcbox-share__button:visited,
.bbcbox-share__button:link {
	color: #fff
}

.bbcbox-share__button:hover {
	text-decoration: none
}

.bbcbox-share__button--fb {
	background: #3b5998
}

.bbcbox-share__button--fb:hover {
	background: #344e86
}

.bbcbox-share__button--pt {
	background: #bd081d
}

.bbcbox-share__button--pt:hover {
	background: #aa0719
}

.bbcbox-share__button--tw {
	background: #1da1f2
}

.bbcbox-share__button--tw:hover {
	background: #0d95e8
}

.bbcbox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.bbcbox-share__button svg path {
	fill: #fff
}

.bbcbox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.bbcbox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 995
}

.bbcbox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.bbcbox-show-thumbs .bbcbox-thumbs {
	display: block
}

.bbcbox-show-thumbs .bbcbox-inner {
	right: 212px
}

.bbcbox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.bbcbox-thumbs-x .bbcbox-thumbs__list {
	overflow: hidden
}

.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.bbcbox-thumbs-y .bbcbox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.bbcbox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.bbcbox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 991
}

.bbcbox-thumbs__list a:focus::before {
	opacity: 0.5
}

.bbcbox-thumbs__list a.bbcbox-thumbs-active::before {
	opacity: 1
}

@media (max-width:576px) {
	.bbcbox-thumbs {
		width: 110px
	}

	.bbcbox-show-thumbs .bbcbox-inner {
		right: 110px
	}

	.bbcbox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.morphing-btn-wrap {
	display: inline-block;
	position: relative;
	text-align: center
}

.morphing-btn {
	box-sizing: border-box;
	-webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	-o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
	transition: color 0.3s 0.2s, width 0.2s 0s;
	white-space: nowrap
}

.morphing-btn_circle {
	padding-left: 0;
	padding-right: 0;
	transition: color 0.2s 0s, width 0.3s 0.2s;
	width: 32px !important
}

.morphing-btn-clone {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(0, 118, 128, 0);
	border-radius: 50%;
	position: fixed;
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
	-moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
	-o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 3
}

.morphing-btn-clone_visible {
	background: rgba(0, 118, 128, 0.85);
	display: block;
	-webkit-transform: scale(1.2) !important;
	-moz-transform: scale(1.2) !important;
	-ms-transform: scale(1.2) !important;
	-o-transform: scale(1.2) !important;
	transform: scale(1.2) !important
}

.bbcbox-morphing .bbcbox-bg {
	background: rgba(0, 118, 128, 0);
	opacity: 1
}

.bbcbox-morphing .bbcbox-toolbar {
	right: 40px;
	top: 20px
}

@media (max-width:767.98px) {
	.bbcbox-morphing .bbcbox-toolbar {
		right: 10px;
		top: 10px
	}
}

.bbcbox-morphing .bbcbox-button--close {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #fff
}

.bbcbox-morphing .bbcbox-button--close:hover {
	background: rgba(0, 0, 0, 0.25)
}

:root {
	--megamenu-dropmenu-bg: #FFF
}

.mega-menu--dropmenu {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: var(--megamenu-dropmenu-bg);
	border-top: 1px solid #eee
}

.mega-menu--dropmenu--container {
	position: relative;
	min-width: 100%
}

.mega-menu--sub-nav a {
	display: block;
	padding: 7px 0;
	font-size: 18px;
	color: #666
}

.mega-menu--sub-nav a:hover {
	color: rgba(21,74, 151, 0.7)
}

.mega-menu--sub-nav-2 li {
	display: inline-block;
	min-width: 160px
}

.mega-menu--news .h5 {
	transition: color 0.35s
}

.mega-menu--news:hover .h5 {
	color: rgba(21,74, 151, 0.7)
}

.mega-menu--news .h6 {
	color: #888
}

.mega-menu--sidebar {
	position: relative
}

.mega-menu--sidebar:before {
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1))
}

.header .js-mega-menu>.drop-menu {
	display: none !important
}

.mega-menu--inited .js-mega-menu:hover .mega-menu--dropmenu,
.mega-menu--inited .mega-menu--dropmenu.mega-menu--open {
	transition: all 0.35s;
	opacity: 1;
	visibility: visible
}

.mega-menu--fixed .mega-menu--dropmenu {
	width: 650px;
	max-width: 100vw
}

@font-face {
	font-family: "socialshare";
	src: url("iconfont.eot");
	src: url("iconfont.eot") format("embedded-opentype"), url("iconfont.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("iconfont.svg#iconfont") format("svg")
}

.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.social-share * {
	font-family: "socialshare" !important
}

.social-share .icon-tencent:before {
	content: "\f07a"
}

.social-share .icon-qq:before {
	content: "\f11a"
}

.social-share .icon-weibo:before {
	content: "\f12a"
}

.social-share .icon-wechat:before {
	content: "\f09a"
}

.social-share .icon-douban:before {
	content: "\f10a"
}

.social-share .icon-heart:before {
	content: "\f20a"
}

.social-share .icon-like:before {
	content: "\f00a"
}

.social-share .icon-qzone:before {
	content: "\f08a"
}

.social-share .icon-linkedin:before {
	content: "\f01a"
}

.social-share .icon-diandian:before {
	content: "\f05a"
}

.social-share .icon-facebook:before {
	content: "\f03a"
}

.social-share .icon-google:before {
	content: "\f04a"
}

.social-share .icon-twitter:before {
	content: "\f06a"
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	border-radius: 4px;
	line-height: 23px;
	border: 1px solid #666;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	transition: all 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
	background: #666;
	color: #fff;
	opacity: 1
}

.social-share .icon-weibo {
	background: #db4437;
	border-color: #db4437
}

.social-share .icon-weibo:hover {
	background: #db4437
}

.social-share .icon-qq {
	background: #56b6e7;
	border-color: #56b6e7
}

.social-share .icon-qq:hover {
	background: #56b6e7
}

.social-share .icon-qzone {
	background: #FDBE3D;
	border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
	background: #FDBE3D
}

.social-share .icon-douban {
	background: #33b045;
	border-color: #33b045
}

.social-share .icon-douban:hover {
	background: #33b045
}

.social-share .icon-linkedin {
	background: #0077B5;
	border-color: #0077B5
}

.social-share .icon-linkedin:hover {
	background: #0077B5
}

.social-share .icon-facebook {
	background: #44619D;
	border-color: #44619D
}

.social-share .icon-facebook:hover {
	background: #44619D
}

.social-share .icon-google {
	background: #db4437;
	border-color: #db4437
}

.social-share .icon-google:hover {
	background: #db4437
}

.social-share .icon-twitter {
	background: #55acee;
	border-color: #55acee
}

.social-share .icon-twitter:hover {
	background: #55acee
}

.social-share .icon-wechat {
	position: relative;
	background: #7bc549;
	border-color: #7bc549
}

.social-share .icon-wechat:hover {
	background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

@font-face {
	font-family: swiper-icons;
	src: url('764e6a85402f4d1e92cdc6387a5061ce.woff');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.ss-search-form {
	position: relative;
	display: inline-block
}

.ss-search-form__results {
	position: absolute;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	top: 100%;
	width: 100%;
	visibility: hidden;
	text-align: left;
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	z-index: 2;
	background-color: #FFF;
	max-height: 200px;
	overflow: auto
}

.ss-search-form__results.open {
	opacity: 1;
	visibility: visible
}

.ss-autocomplete-result hr {
	margin: 10px 0
}

.ss-autocomplete-result__title {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333
}

.ss-autocomplete-result__badge {
	background-color: #eee;
	color: #666;
	font-size: 12px;
	padding: 0 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 18px;
	display: inline-block;
	float: left;
	margin-right: 10px
}

.fr-view p {
	line-height: 1.75
}

.fr-view table {
	border-collapse: collapse
}

.fr-view table td,
.fr-view table th {
	padding: 8px;
	border: 1px solid #ddd
}

.fr-view .bbc-table-striped tr:nth-of-type(odd)>* {
	background-color: #eee
}

.fr-view .bbc-table-nobordered td,
.fr-view .bbc-table-nobordered th {
	border: 0 !important
}

.fr-view .bbc-table-lr-nobordered td,
.fr-view .bbc-table-lr-nobordered th {
	border-left: 0 !important;
	border-right: 0 !important
}

.fr-view img {
	height: auto !important;
	max-width: 100%
}

.fr-view img.bbc-img-rounded {
	border-radius: 10px
}

.fr-view .bbc-text-indent {
	text-indent: 2em
}

.fr-view .bbc-text-dropcap::first-letter {
	font-size: 3em;
	line-height: 1.125
}

.fr-view .bbc-text-dropcap-3::first-letter {
	font-size: 4.5em;
	line-height: 1.125
}

.fr-view .bbc-text-dropcap-3::first-letter,
.fr-view .bbc-text-dropcap::first-letter {
	float: left;
	margin-right: 0.125em
}

.fr-view .bbc-link-red {
	background-color: #fae6e6;
	color: #d90f0f !important
}

.fr-view .bbc-link-green {
	background-color: #dff6d6;
	color: #0fc139 !important
}

.d-block img {
	width: 240px !important;
}