@charset 'UTF-8';
.button {
	display: inline-block;
	height: 60px;
	line-height: 52px;
	min-width: 250px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	/* font-family: "Albert-Medium"; */
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #205b61;
	border: 2px solid #205b61;
	transition: background-color 0.35s ease-in, color 0.25s ease-in-out;
}
.button:hover {
	background-color: transparent;
	color: #205b61;
}
.button.white {
	background-color: #fff;
	border-color: #fff;
	color: #2e2f37;
}
.button.white:hover {
	background-color: transparent;
	color: #fff;
}
.button.yellow {
	background-color: #e7b04f;
	border-color: #e7b04f;
	color: #fff;
}
.button.yellow:hover {
	background-color: transparent;
	color: #fff;
}
.button.yellow.outline:hover {
	background-color: #e7b04f;
	color: #fff !important;
}
.button.red {
	background-color: #eb6f6c;
	border-color: #eb6f6c;
	color: #fff;
}
.button.red:hover {
	background-color: transparent;
	color: #eb6f6c;
}
.button.red.outline:hover {
	background-color: #eb6f6c;
	color: #fff !important;
}
.button.green {
	background-color: #50bb97;
	border-color: #50bb97;
	color: #fff;
}
.button.green:hover {
	background-color: transparent;
	color: #fff;
}
.button.green.outline:hover {
	background-color: #50bb97;
	color: #fff !important;
}
.button.dark-green.outline:hover {
	background-color: #205b61;
	color: #fff;
}
.button.outline {
	background-color: transparent;
}
.button.dark-font {
	color: #2e2f37;
}
.button.smaller {
	height: 40px;
	line-height: 35px;
	min-width: 185px;
	font-size: 14px;
}

.cta {
	padding-top: calc(200px + 7.8125vw);
	padding-bottom: calc(50px + 2.60416667vw);
	position: relative;
}
.cta .container1370 {
	position: relative;
	z-index: 2;
}
.cta .container1370 .col-12 {
	text-align: center;
}
.cta .container1370 .col-12 h2 {
	/* font-family: "Albert-Regular"; */
}
@media only screen and (max-width: 1199px) {
	.cta {
		padding-top: 150px;
	}
	.cta-decor {
		bottom: 0 !important;
	}
}
.main-hero {
	position: relative;
	min-height: 100vh;
}
.main-hero .container1370 {
	position: relative;
	z-index: 3;
	color: #fff;
}
.main-hero .container1370 .row {
	min-height: 90vh;
	-ms-flex-align: end;
	align-items: flex-end;
}
.main-hero .container1370 .f20 {
	color: #e7b04f;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.main-hero .container1370 h1 {
	font-size: calc(30px + 0.83333333vw);
	line-height: calc(36px + 1.04166667vw);
	letter-spacing: -2px;
	margin-bottom: 20px;
	/* font-family: "Albert-Semi"; */
}
.main-hero .container1370 h1 .italic {
	font-style: italic;
}
.main-hero .container1370 p {
	margin-bottom: 10px;
}
.main-hero .container1370 .hero-content {
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s ease-in, visability 0.25s ease-in;
}
.main-hero .container1370 .hero-content.hide {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.main-hero .bg-box {
	background-position: center;
	background-size: cover;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.main-hero .bg-box .overlay {
	z-index: 1;
}
.main-hero .bg-box .canvas-container {
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main-hero canvas {
	z-index: 2;
}
.main-hero .bg-box .canvas-container .underwater-text {
	position: absolute;
	color: white;
	font-size: 14px;
}
@media only screen and (max-width: 1400px) {
	.main-hero .bg-box {
		height: 100%;
	}
	.main-hero .test {
		height: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	.main-hero .container1370 .col-12 {
		max-width: 75%;
	}
}
@media only screen and (max-width: 991px) {
	.main-hero .container1370 .col-12 {
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.main-hero .container1370 .row {
		min-height: 90vh;
	}
	.main-hero .container1370 h1 {
		font-size: 40px;
		line-height: 45px;
	}
}
header {
	position: fixed;
	z-index: 5;
	width: 100%;
	top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	transition: all 0.25s linear;
}
header .container-fluid {
	position: relative;
	z-index: 6;
}
header .container-fluid .row {
	-ms-flex-align: center;
	align-items: center;
}
header .container-fluid .row .logo-col .logo {
	display: block;
	max-width: 230px;
}
header .container-fluid .row .nav-col {
	text-align: right;
}
header .container-fluid .row .nav-col ul {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
header .container-fluid .row .nav-col ul li {
	list-style: none;
	padding-right: 25px;
	padding-left: 0;
}
header .container-fluid .row .nav-col ul li:last-of-type {
	padding-right: 0;
}
header .container-fluid .row .nav-col ul li::before {
	display: none;
}
header .container-fluid .row .nav-col ul li a {
	color: #f2f2f2;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.25s linear;
}
header .container-fluid .row .nav-col ul li a:hover {
	color: #e7b04f;
}
header .container-fluid .row .nav-col ul li .menu-trigger {
	cursor: pointer;
}
header .menu-box {
	background-color: #2e2f37;
	max-width: 800px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 150px 130px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	transform: translateX(100%);
	transition: transform 0.25s linear;
}
header .menu-box.opened {
	transform: translateX(0);
}
header .menu-box ul {
	text-align: right;
}
header .menu-box ul li {
	display: block;
	margin-bottom: 15px;
}
header .menu-box ul li a {
	font-size: calc(30px + 0.83333333vw);
	line-height: calc(36px + 1.04166667vw);
	color: #f2f2f2;
	text-decoration: none;
	transition: color 0.25s linear;
}
header .menu-box ul li a:hover {
	color: #e7b04f;
}
header .menu-box ul li a.active {
	color: #e7b04f;
}
header .menu-box ul li::before {
	display: none;
}
header .menu-box .social-list {
	position: absolute;
	bottom: 80px;
	right: 130px;
}
header .menu-box .social-list ul {
	margin-bottom: 0;
}
header .menu-box .social-list ul li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 15px;
	padding-left: 0;
}
header .menu-box .social-list ul li::before {
	display: none;
}
header .menu-box .social-list ul li a svg {
	width: 20px;
}
header .menu-box .social-list ul li a svg path {
	fill: #f2f2f2;
	transition: fill 0.25s linear;
}
header .menu-box .social-list ul li a:hover svg path {
	fill: #e7b04f;
}
header.scroll {
	background-color: #205b61;
	top: 0;
}
header.dark-header {
	background-color: #205b61;
	top: 0;
}
header.landing-header .container-fluid a {
	display: block;
	position: relative;
	width: 230px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
header.landing-header .container-fluid a::before {
	content: "";
	background-image: url(../images/logo_green.svg);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
}
header.landing-header.scroll .container-fluid a::before {
	background-image: url(../images/logo_white.svg);
}
@media only screen and (max-width: 1400px) {
	header {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 991px) {
	header {
		top: 15px;
	}
	header .container-fluid .row .logo-col .logo {
		max-width: 175px;
	}
	header .container-fluid .row .nav-col ul li:first-of-type {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	header .menu-box {
		padding: 100px 60px;
	}
	header .menu-box .social-list {
		bottom: 50px;
		right: 60px;
	}
}
@media only screen and (max-width: 568px) {
	header .container-fluid .row .nav-col ul li:first-of-type {
		display: none;
	}
	header .container-fluid .row .nav-col ul li:nth-of-type(2) {
		margin-top: -10px;
		padding-right: 15px;
	}
	header .container-fluid .row .nav-col ul li:nth-of-type(2) a {
		font-size: 12px;
	}
}
footer {
	padding-top: 20px;
	padding-bottom: 65px;
}
footer .container1650 {
	position: relative;
	z-index: 2;
}
footer .container1650 .upside-row {
	padding-bottom: calc(200px + 7.8125vw);
}
footer .container1650 .upside-row .logo-col img {
	max-width: 230px;
	width: 100%;
}
footer .container1650 .upside-row .nav-col ul {
	-moz-columns: 3;
	columns: 3;
	max-width: 90%;
	margin-left: auto;
}
footer .container1650 .upside-row .nav-col ul li {
	list-style: none;
	text-align: right;
}
footer .container1650 .upside-row .nav-col ul li::before {
	display: none;
}
footer .container1650 .upside-row .nav-col ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	/* font-family: "Albert-Medium"; */
	transition: color 0.25s ease;
}
footer .container1650 .upside-row .nav-col ul li a:hover {
	color: #205b61;
}
footer .container1650 .downside-row [class^="col"]:last-of-type {
	text-align: right;
}
footer .container1650 .downside-row ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}
footer .container1650 .downside-row ul li::before {
	display: none;
}
footer .container1650 .downside-row ul li a,
footer .container1650 .downside-row ul li p {
	margin-bottom: 0;
	text-decoration: none;
	font-size: 14px;
	/* font-family: "Albert-Medium"; */
}
footer .container1650 .downside-row ul li a {
	transition: color 0.25s ease;
}
footer .container1650 .downside-row ul li a:hover {
	color: #205b61;
}
footer .container1650 .downside-row ul li a:hover svg path {
	fill: #205b61;
}
footer .container1650 .downside-row ul li .id-logo {
	margin-bottom: 0;
	text-decoration: none;
	font-size: 14px;
	/* font-family: "Albert-Medium"; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
footer .container1650 .downside-row ul li .id-logo a {
	display: inline-block;
	line-height: 1;
}
footer .container1650 .downside-row ul li .id-logo a:hover {
	color: #205b61;
}
footer .container1650 .downside-row ul li .id-logo svg {
	width: 20px;
	margin-left: 5px;
}
footer .container1650 .downside-row ul li .id-logo svg path {
	transition: fill 0.25s ease;
}
footer .container1650 .downside-row ul.social-list li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}
footer .container1650 .downside-row ul.social-list li:last-of-type {
	padding-right: 0;
}
footer .container1650 .downside-row ul.social-list li a img {
	height: 18px;
	transition: opacity 0.25s linear;
}
footer .container1650 .downside-row ul.social-list li a:hover img {
	opacity: 0.4;
}
@media only screen and (max-width: 1550px) {
	footer .container1650 .upside-row .nav-col ul {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	footer .container1650 .upside-row {
		padding-bottom: 100px;
	}
	footer .container1650 .upside-row .logo-col {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	footer .container1650 .upside-row .nav-col {
		width: 100%;
		margin: 0 auto;
	}
	footer .container1650 .upside-row .nav-col ul li {
		text-align: center;
	}
	footer .container1650 .downside-row ul {
		text-align: center;
	}
}
@media only screen and (max-width: 568px) {
	footer .container1650 .upside-row .nav-col ul {
		-moz-columns: 1;
		columns: 1;
	}
}
.f-mainGreen {
	color: #205b61;
}
.f-yellow {
	color: #e7b04f;
}
.f-orange {
	color: #ea7a2f;
}
.f-red {
	color: #eb6f6c;
}
.f-violet {
	color: #9fa9d6;
}
.f-blue {
	color: #2f87ac;
}
.f-green {
	color: #50bb97;
}
.f-darkBlue {
	color: #2a68ae;
}
.f-lightGreen {
	color: #6bc9b0;
}
.f-navy {
	color: #000948;
}
.f-white {
	color: #fff;
}
.bg-mainGreen {
	background-color: #205b61;
}
.bg-yellow {
	background-color: #e7b04f;
}
.bg-orange {
	background-color: #ea7a2f;
}
.bg-red {
	background-color: #eb6f6c;
}
.bg-violet {
	background-color: #9fa9d6;
}
.bg-blue {
	background-color: #2f87ac;
}
.bg-green {
	background-color: #50bb97;
}
.bg-darkBlue {
	background-color: #2a68ae;
}
.bg-lightGreen {
	background-color: #6bc9b0;
}
.bg-navy {
	background-color: #000948;
}
* {
	outline: 0 !important;
	-webkit-font-smoothing: antialiased;
}
html {
	overflow-x: hidden;
}
body {
	position: relative;
}
body.loaded .menu-box {
	transition: none !important;
}
img {
	max-width: 100%;
}
html {
	overflow-x: hidden;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.container1370 {
	max-width: 1400px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container1100 {
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container800 {
	max-width: 860px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container1650 {
	max-width: 1680px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.pt350 {
	padding-top: calc(200px + 7.8125vw);
}
.pb350 {
	padding-bottom: calc(200px + 7.8125vw);
}
.pt300 {
	padding-top: calc(150px + 7.8125vw);
}
.pb300 {
	padding-bottom: calc(150px + 7.8125vw);
}
.pt200 {
	padding-top: calc(100px + 5.20833333vw);
}
.pb200 {
	padding-bottom: calc(100px + 5.20833333vw);
}
.pt170 {
	padding-top: calc(80px + 4.6875vw);
}
.pb170 {
	padding-bottom: calc(80px + 4.6875vw);
}
.pt100 {
	padding-top: calc(50px + 2.60416667vw);
}
.pb100 {
	padding-bottom: calc(50px + 2.60416667vw);
}
.pt70 {
	padding-top: calc(40px + 1.5625vw);
}
.pb70 {
	padding-bottom: calc(40px + 1.5625vw);
}
@media only screen and (max-width: 1700px) {
	.decor.left {
		left: 15px;
	}
	.decor.right {
		right: 15px;
	}
}
@media only screen and (max-width: 1550px) {
	.decor {
		display: none;
	}
}
.no-skew .bg-box {
	transform: skewY(0) !important;
	top: 0;
}
:root {
	scrollbar-color: #205b61 #f0f0f0;
	scrollbar-width: thin;
}
.upper {
	text-transform: uppercase;
}
.margin-auto {
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
	z-index: 1;
}
.img-responsive {
	width: 100%;
}
.padding-0-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.h-100vw {
	min-height: 100vh;
}
@media only screen and (min-height: 1000px) {
	.h-100vw {
		min-height: 1000px;
	}
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
@font-face {
	font-family: "Albert";
	src: url("../fonts/AlbertSans-VariableFont_wght.eot");
	src: url("../fonts/AlbertSans-VariableFont_wght.woff");
	src: url("../fonts/AlbertSans-VariableFont_wght.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-VariableFont_wght.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Albert-Light";
	src: url("../fonts/AlbertSans-Light.eot");
	src: url("../fonts/AlbertSans-Light.woff");
	src: url("../fonts/AlbertSans-Light.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-Light.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Albert-Regular";
	src: url("../fonts/AlbertSans-Regular.eot");
	src: url("../fonts/AlbertSans-Regular.woff");
	src: url("../fonts/AlbertSans-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-Regular.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Albert-Medium";
	src: url("../fonts/AlbertSans-Medium.eot");
	src: url("../fonts/AlbertSans-Medium.woff");
	src: url("../fonts/AlbertSans-Medium.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-Medium.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Albert-Semi";
	src: url("../fonts/AlbertSans-SemiBold.eot");
	src: url("../fonts/AlbertSans-SemiBold.woff");
	src: url("../fonts/AlbertSans-SemiBold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-SemiBold.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: "Albert-Bold";
	src: url("../fonts/AlbertSans-Bold.eot");
	src: url("../fonts/AlbertSans-Bold.woff");
	src: url("../fonts/AlbertSans-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/AlbertSans-Bold.ttf") format("truetype");
	-webkit-font-smoothing: antialiased;
}
.light {
	/* font-family: "Albert-Light"; */
}
.regural {
	/* font-family: "Albert-Regular"; */
}
.medium {
	/* font-family: "Albert-Medium"; */
}
.semi {
	/* font-family: "Albert-Semi"; */
}
.bold {
	/* font-family: "Albert-Bold"; */
}
body {
	color: #2a2c34;
	/* font-family: "Albert-Regular"; */
	font-size: 20px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 18px;
	}
}
p {
	margin-bottom: calc(20px + 1.04166667vw);
	margin-top: 0;
}
p.mb80 {
	margin-bottom: calc(30px + 2.60416667vw);
}
a {
	color: inherit;
	text-decoration: none;
}
p a,
li a {
	text-decoration: underline;
}
ul {
	padding-left: 0;
}
ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
}
ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #205b61;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: unset;
	margin-top: 0;
}
h1 {
	font-size: calc(45px + 1.82291667vw);
	line-height: calc(45px + 1.82291667vw);
	/* font-family: "Albert-Bold"; */
}
h2 {
	font-size: calc(40px + 1.04166667vw);
	line-height: calc(40px + 1.04166667vw);
	/* font-family: "Albert-Semi"; */
	margin-bottom: 30px;
}
h3 {
	font-size: calc(30px + 0.83333333vw);
	line-height: calc(36px + 1.04166667vw);
	/* font-family: "Albert-Semi"; */
	margin-bottom: 25px;
}
h4 {
	font-size: calc(28px + 0.625vw);
	line-height: calc(28px + 0.625vw);
	/* font-family: "Albert-Regular"; */
}
h5 {
	font-size: calc(25px + 0.57291667vw);
	line-height: calc(30px + 0.83333333vw);
	/* font-family: "Albert-Semi"; */
}
h6 {
	font-size: 24px;
	line-height: 30px;
	/* font-family: "Albert-Regular"; */
}
.f100 {
	font-size: calc(50px + 2.60416667vw);
	line-height: calc(50px + 2.60416667vw);
}
.f80 {
	font-size: calc(45px + 1.82291667vw);
	line-height: calc(45px + 1.82291667vw);
}
.f66 {
	font-size: calc(40px + 1.35416667vw);
	line-height: calc(46px + 1.5625vw);
}
.f60 {
	font-size: calc(40px + 1.04166667vw);
	line-height: calc(40px + 1.04166667vw);
}
.f50 {
	font-size: calc(30px + 1.04166667vw);
	line-height: calc(32px + 1.25vw);
}
.f46 {
	font-size: calc(30px + 0.83333333vw);
	line-height: calc(36px + 1.04166667vw);
}
.f40 {
	font-size: calc(28px + 0.625vw);
	line-height: calc(28px + 0.625vw);
}
.f36 {
	font-size: calc(25px + 0.57291667vw);
	line-height: calc(30px + 0.83333333vw);
}
.f30 {
	font-size: calc(22px + 0.41666667vw);
	line-height: calc(30px + 0.52083333vw);
}
.f28 {
	font-size: calc(22px + 0.3125vw);
	line-height: calc(25px + 0.52083333vw);
}
.f26 {
	font-size: 26px;
	line-height: 34px;
}
.f24 {
	font-size: 24px;
	line-height: 32px;
}
.f22 {
	font-size: 22px;
	line-height: 30px;
}
.f20 {
	font-size: 20px;
	line-height: 30px;
	/* font-family: "Albert-Regular"; */
}
.f18 {
	font-size: 18px;
	line-height: 26px;
}
.f16 {
	font-size: 16px;
	line-height: 22px;
} /*!
 * Bootstrap Reboot v5.1.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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}
*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}
hr:not([size]) {
	height: 1px;
}
abbr[data-bs-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
dl,
ol,
ul {
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}
figure {
	margin: 0 0 1rem;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
	cursor: pointer;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
} /*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)

 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1200px;
	}
}
.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.col {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}
.row-cols-auto > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}
.row-cols-4 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-8 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-9 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-11 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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 {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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 {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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 {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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: 1400px) {
	.col-xxl {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xxl-4 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.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%;
	}
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-grid {
	display: grid !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
.d-none {
	display: none !important;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.justify-content-evenly {
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
.order-first {
	-ms-flex-order: -1 !important;
	order: -1 !important;
}
.order-0 {
	-ms-flex-order: 0 !important;
	order: 0 !important;
}
.order-1 {
	-ms-flex-order: 1 !important;
	order: 1 !important;
}
.order-2 {
	-ms-flex-order: 2 !important;
	order: 2 !important;
}
.order-3 {
	-ms-flex-order: 3 !important;
	order: 3 !important;
}
.order-4 {
	-ms-flex-order: 4 !important;
	order: 4 !important;
}
.order-5 {
	-ms-flex-order: 5 !important;
	order: 5 !important;
}
.order-last {
	-ms-flex-order: 6 !important;
	order: 6 !important;
}
@media (min-width: 576px) {
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-sm-first {
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-sm-0 {
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-sm-1 {
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-sm-2 {
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-sm-3 {
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-sm-4 {
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-sm-5 {
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-sm-last {
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
}
@media (min-width: 768px) {
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-md-first {
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-md-0 {
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-md-1 {
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-md-2 {
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-md-3 {
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-md-4 {
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-md-5 {
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-md-last {
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-lg-first {
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-lg-0 {
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-lg-1 {
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-lg-2 {
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-lg-3 {
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-lg-4 {
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-lg-5 {
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-lg-last {
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-xl-first {
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-xl-0 {
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-xl-1 {
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-xl-2 {
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-xl-3 {
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-xl-4 {
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-xl-5 {
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
}
@media (min-width: 1400px) {
	.flex-xxl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
