@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Audiowide);

body {
	font-family: 'Roboto', sans-serif;
}

.display-1 {
	font-size: 4rem;
	font-display: swap;
}
.display-1 > .mbr-iconfont {
	font-size: 6.8rem;
}
.display-2 {
	font-size: 1.75rem;
	font-display: swap;
	padding: 5px;
}
.display-3 {
	font-size: 1em;
	font-display: swap;
}
.display-4 {
	font-size: 1rem;
	font-display: swap;
}
.display-4 > .mbr-iconfont {
	font-size: 1.6rem;
}
.display-5 {
	font-size: 1.5rem;
	font-display: swap;
}
.display-5 > .mbr-iconfont {
	font-size: 2.4rem;
}
.display-6 {
	font-size: 3rem;
}
.display-7 {
	font-size: 1rem;
	font-display: swap;
}
.display-7 > .mbr-iconfont {
	font-size: 1.6rem;
}
.display-8 {
	color:rgb(75, 75, 75) !important;
	font-size: 1em;
	line-height: 160%;
}
.display-9 {
	font-size: 2.25rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
	.display-1 {
		font-size: 3.4rem;
		font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-2 {
		font-size: 1.6rem;
		font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-4 {
		font-size: 0.8rem;
		font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-5 {
		font-size: 1.2rem;
		font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
	}
}
/* Buttons */
.btn {
	padding: 1rem 3rem;
	border-radius: 3px;
}
.btn-sm {
	padding: 0.6rem 1.5rem;
	border-radius: 3px;
}
.btn-md {
	padding: 0.75rem 2.5rem;
	border-radius: 3px;
}
.btn-lg {
	padding: 1.2rem 3.2rem;
	border-radius: 3px;
}
.bg-primary {
	background-color: #149dcc !important;
}
.bg-success {
	background-color: #ffcc00 !important;
}
.bg-info {
	background-color: #7d0000 !important;
}
.bg-warning {
	background-color: #9b7d00 !important;
}
.bg-danger {
	background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
	background-color: #149dcc !important;
	border-color: #149dcc !important;
	color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
	color: #ffffff !important;
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff !important;
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
	background-color: #cc0000 !important;
	border-color: #cc0000 !important;
	color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
	color: #ffffff !important;
	background-color: #800000 !important;
	border-color: #800000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #800000 !important;
	border-color: #800000 !important;
}
.btn-info,
.btn-info:active {
	background-color: #7d0000 !important;
	border-color: #7d0000 !important;
	color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
	color: #ffffff !important;
	background-color: #310000 !important;
	border-color: #310000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
	color: #ffffff !important;
	background-color: #310000 !important;
	border-color: #310000 !important;
}
.btn-success,
.btn-success:active {
	background-color: #ffcc00 !important;
	border-color: #ffcc00 !important;
	color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
	color: #000000 !important;
	background-color: #b38f00 !important;
	border-color: #b38f00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
	color: #000000 !important;
	background-color: #b38f00 !important;
	border-color: #b38f00 !important;
}
.btn-warning,
.btn-warning:active {
	background-color: #9b7d00 !important;
	border-color: #9b7d00 !important;
	color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
	color: #ffffff !important;
	background-color: #4e3f00 !important;
	border-color: #4e3f00 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff !important;
	background-color: #4e3f00 !important;
	border-color: #4e3f00 !important;
}
.btn-danger,
.btn-danger:active {
	background-color: #232323 !important;
	border-color: #232323 !important;
	color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #ffffff !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}
.btn-white {
	color: #000000 !important;
}
.btn-white,
.btn-white:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
	color: #000000 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
	background-color: #232323 !important;
	border-color: #232323 !important;
	color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
	background: none;
	border-color: #149dcc;
	color: #149dcc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
	color: #ffffff;
	background-color: #149dcc;
	border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
	color: #ffffff !important;
	background-color: #149dcc !important;
	border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
	background: none;
	border-color: #660000;
	color: #660000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
	color: #ffffff;
	background-color: #cc0000;
	border-color: #cc0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #cc0000 !important;
	border-color: #cc0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
	background: none;
	border-color: #170000;
	color: #170000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
	color: #ffffff;
	background-color: #7d0000;
	border-color: #7d0000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
	color: #ffffff !important;
	background-color: #7d0000 !important;
	border-color: #7d0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
	background: none;
	border-color: #ffcc00;
	color: #ffcc00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
	color: #000000;
	background-color: #ffcc00;
	border-color: #ffcc00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
	color: #000000 !important;
	background-color: #ffcc00 !important;
	border-color: #ffcc00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
	background: none;
	border-color: #352b00;
	color: #352b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
	color: #ffffff;
	background-color: #9b7d00;
	border-color: #9b7d00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
	color: #ffffff !important;
	background-color: #9b7d00 !important;
	border-color: #9b7d00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
	color: #ffffff;
	background-color: #232323;
	border-color: #232323;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
	color: #ffffff !important;
	background-color: #232323 !important;
	border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
	color: #ffffff !important;
	background-color: #333333 !important;
	border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
	color: #333333;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-custom-1-outline,
.btn-custom-1-outline:active {
	background: none;
	border-color: #cc0000;
	color: #cc0000;
}
.btn-custom-1-outline:hover,
.btn-custom-1-outline:focus,
.btn-custom-1-outline.focus,
.btn-custom-1-outline.active {
	color: #ffffff;
	background-color: #cc0000;
	border-color: #cc0000;
}
.btn-custom-1-outline.disabled,
.btn-custom-1-outline:disabled {
	color: #ffffff !important;
	background-color: #cc0000 !important;
	border-color: #cc0000 !important;
}

.btn-custom-2-outline,
.btn-custom-2-outline:active {
	background: none;
	border-color: #ffcc00;
	color: #ffcc00;
}
.btn-custom-2-outline:hover,
.btn-custom-2-outline:focus,
.btn-custom-2-outline.focus,
.btn-custom-2-outline.active {
	color: #000000;
	background-color: #ffcc00;
	border-color: #ffcc00;
}
.btn-custom-2-outline.disabled,
.btn-custom-2-outline:disabled {
	color: #000000 !important;
	background-color: #ffcc00 !important;
	border-color: #ffcc00 !important;
}

.text-primary {
	color: #149dcc !important;
}
.text-secondary {
	color: #cc0000 !important;
}
.text-success {
	color: #ffcc00 !important;
}
.text-info {
	color: #7d0000 !important;
}
.text-warning {
	color: #9b7d00 !important;
}
.text-danger {
	color: #232323 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #660000 !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #997a00 !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #170000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #352b00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
	color: #4d4d4d !important;
}
.alert-success {
	background-color: #70c770;
}
.alert-info {
	background-color: #7d0000;
}
.alert-warning {
	background-color: #9b7d00;
}
.alert-danger {
	background-color: #232323;
}
.mbr-section-btn a.btn:not(.btn-form) {
	border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
	box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
	border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
	background-color: #149dcc;
	border-color: #149dcc;
	color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
	box-shadow: none;
}
.nav-tabs .nav-link {
	border-radius: 100px !important;
}
a,
a:hover {
	color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
	color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
	color: #fff5cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
	color: #fd0000;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
	color: #ffd31c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
	color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
	display: none;
}
.form-control {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-display: swap;
}
.form-control > .mbr-iconfont {
	font-size: 1.6rem;
}
blockquote {
	border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
	margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
	border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
	padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
	border-radius: 100px !important;
}
@media (max-width: 349px) {
	.form2 input[type="email"] {
		border-radius: 100px !important;
	}
	.form2 .input-group-btn a.btn {
		border-radius: 100px !important;
	}
	.form2 .input-group-btn button[type="submit"] {
		border-radius: 100px !important;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: .75rem !important;
	}
	.btn .mbr-iconfont {
		font-size: 1rem !important;
	}
}
/* Footer */

/* Headers*/
.header1 {
	color: #ffffff;
	padding-bottom: 30px;
	background-color: #232323;
}
.header1 img {
	height: 15em;
	width: auto;
	margin: auto;
}
.header2 {
	color: #232323;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.notice {
	font-weight: bolder;
	color: #cc0000;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.card-wrapper {
		flex: auto !important;
	}
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
	background-color: #149dcc;
	color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
	transition: 0.4s;
	border-top-color: currentColor;
	border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
	border-top-color: #149dcc;
	border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	color: #ffffff !important;
	background-color: #149dcc !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #ffffff !important;
	background: #cc0000 !important;
	box-shadow: none !important;
}
.lazy-bg {
	background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: transparent no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
	opacity: 0.3;
}
.cid-s5iP9NFkM5 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url("../../../assets/images/mad-summer-camp-2019-1920x1280.jpeg");
}

.cid-s5iP9NFkM5 P {
	color: #767676;
}
.cid-s5iP9NFkM5 .text,
.cid-s5iP9NFkM5 .mbr-section-btn {
	color: #232323;
}
.cid-s5iP9NFkM5 H1 {
	color: #232323;
}

.cid-s5iMpRKhqX {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-s5iMpRKhqX .section-subtitle,
.cid-s5iMpRKhqX .text {
	color: #767676;
}
.cid-s5iMpRKhqX {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-s5iMpRKhqX .section-subtitle,
.cid-s5iMpRKhqX .text {
	color: #767676;
}

.cid-s5iMpRKhqX .card {
	display: -webkit-flex;
	position: relative;
	justify-content: center;
	-webkit-justify-content: center;
}
.cid-s5iMpRKhqX .card-wrapper {
	height: 100%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s5iMpRKhqX .card-wrapper .card-img {
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.cid-s5iMpRKhqX .card-wrapper .card-img .mbr-overlay {
	background-color: #232323;
	display: none;
	transition: opacity .3s;
}
.cid-s5iMpRKhqX .card-wrapper .card-img .mbr-section-btn {
	position: absolute;
	transition: opacity .3s;
	width: 100%;
	left: 0;
	top: 50%;
	height: auto;
	transform: translateY(-50%);
}
.cid-s5iMpRKhqX .card-wrapper .card-img img {
	width: 100%;
}
.cid-s5iMpRKhqX .card-wrapper .card-box {
	background-color: #232323;
	padding: 0 2rem 2rem 2rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.cid-s5iMpRKhqX .card-wrapper .card-box h4 {
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 2rem;
}
.cid-s5iMpRKhqX .card-wrapper .card-box p {
	margin-bottom: 0;
	padding-top: 1.5rem;
}
.cid-s5iMpRKhqX .card-wrapper:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s5iMpRKhqX .card-img .mbr-overlay {
	display: block !important;
	opacity: 0;
}
.cid-s5iMpRKhqX .card-img .mbr-section-btn {
	opacity: 0;
}
.cid-s5iMpRKhqX .card-img:hover .mbr-overlay {
	opacity: .5;
}
.cid-s5iMpRKhqX .card-img:hover .mbr-section-btn {
	opacity: 1;
}
.cid-s5iMpRKhqX .section-subtitle {
	color: #232323;
}
.cid-s5iMpRKhqX .section-title {
	color: #232323;
}
.cid-s5iMpRKhqX .card-title {
	color: #ffffff;
	text-align: center;
}
.cid-s5iMpRKhqX .text {
	color: #ffffff;
	text-align: center;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBTaZ1MKZ {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTaZ1MKZ .content {
		text-align: center;
	}
	.cid-saBTaZ1MKZ .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTaZ1MKZ .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTaZ1MKZ .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTaZ1MKZ .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTaZ1MKZ .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTaZ1MKZ .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTaZ1MKZ .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTaZ1MKZ .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTaZ1MKZ .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTaZ1MKZ .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTaZ1MKZ .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTaZ1MKZ .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUeLUzjX {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUeLUzjX .content {
		text-align: center;
	}
	.cid-saBUeLUzjX .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUeLUzjX .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUeLUzjX .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUeLUzjX .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUeLUzjX .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUeLUzjX .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUeLUzjX .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUeLUzjX .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUeLUzjX .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUeLUzjX .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUeLUzjX .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUeLUzjX .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9uyKYyi6Y {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9uyKYyi6Y P {
	color: #767676;
}
.cid-s9uyKYyi6Y H1 {
	color: #ffffff;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saqPrAlJxh {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-saqPrAlJxh .section-subtitle {
	color: #767676;
}
.cid-saBTIORxNw {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTIORxNw .content {
		text-align: center;
	}
	.cid-saBTIORxNw .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTIORxNw .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTIORxNw .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTIORxNw .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTIORxNw .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTIORxNw .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTIORxNw .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTIORxNw .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTIORxNw .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTIORxNw .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTIORxNw .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTIORxNw .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9yKDwJRxK {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9yKDwJRxK P {
	color: #767676;
}
.cid-s9yKDwJRxK H1 {
	color: #ffffff;
}
.cid-s9yKDwJRxK .text,
.cid-s9yKDwJRxK .mbr-section-btn {
	color: #ffffff;
}
.cid-s9yKDwJRxK H3 {
	color: #ffffff;
}
.cid-s9yL5PwA8o {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9yL5PwA8o .text,
.cid-s9yL5PwA8o blockquote {
	color: #767676;
}
.cid-s9yL5PwA8o .text {
	color: #232323;
}
.cid-s9yL5PwA8o .text P {
	text-align: center;
}
.cid-saB2gKomUM {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saB2gKomUM .section-subtitle {
	color: #767676;
}
.cid-s9yLDEIZd6 {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}
.cid-s9yLDEIZd6 .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9yLDEIZd6 .section-text {
	padding: 2rem 0;
}
.cid-s9yLDEIZd6 .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9yLDEIZd6 .inner-container {
		width: 100% !important;
	}
}
.cid-s9yLA54QIU {
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-s9yLA54QIU .text,
.cid-s9yLA54QIU blockquote {
	color: #767676;
}
.cid-s9yLA54QIU .text {
	color: #232323;
}
.cid-s9yLA54QIU .text P {
	text-align: center;
}
.cid-saBTKt2Q1e {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTKt2Q1e .content {
		text-align: center;
	}
	.cid-saBTKt2Q1e .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTKt2Q1e .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTKt2Q1e .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTKt2Q1e .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTKt2Q1e .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTKt2Q1e .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTKt2Q1e .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTKt2Q1e .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTKt2Q1e .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTKt2Q1e .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTKt2Q1e .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTKt2Q1e .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9yIjDig5q {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9yIjDig5q P {
	color: #767676;
}
.cid-s9yIjDig5q H1 {
	color: #ffffff;
}
.cid-s9yIjDig5q .text,
.cid-s9yIjDig5q .mbr-section-btn {
	color: #ffffff;
}
.cid-s9yIjDig5q H3 {
	color: #ffffff;
}
.cid-s9yIstIPti {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-s9yIstIPti .section-subtitle {
	color: #767676;
}
.cid-saBTlGAdB1 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTlGAdB1 .content {
		text-align: center;
	}
	.cid-saBTlGAdB1 .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTlGAdB1 .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTlGAdB1 .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTlGAdB1 .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTlGAdB1 .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTlGAdB1 .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTlGAdB1 .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTlGAdB1 .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTlGAdB1 .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTlGAdB1 .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTlGAdB1 .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTlGAdB1 .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-sa1a2G6ZGz {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-sa1a2G6ZGz P {
	color: #767676;
}
.cid-sa1a2G6ZGz H1 {
	color: #ffffff;
}
.cid-sa1a2G6ZGz .text,
.cid-sa1a2G6ZGz .mbr-section-btn {
	color: #ffffff;
}
.cid-sa1a2G6ZGz H3 {
	color: #ffffff;
}
.cid-saqPz70jLI {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-saqPz70jLI .section-subtitle {
	color: #767676;
}
.cid-saBTzmMEx0 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTzmMEx0 .content {
		text-align: center;
	}
	.cid-saBTzmMEx0 .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTzmMEx0 .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTzmMEx0 .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTzmMEx0 .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTzmMEx0 .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTzmMEx0 .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTzmMEx0 .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTzmMEx0 .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTzmMEx0 .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTzmMEx0 .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTzmMEx0 .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTzmMEx0 .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9yIYqSyco {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9yIYqSyco P {
	color: #767676;
}
.cid-s9yIYqSyco H1 {
	color: #ffffff;
}
.cid-s9yIYqSyco .text,
.cid-s9yIYqSyco .mbr-section-btn {
	color: #ffffff;
}
.cid-s9yIYqSyco H3 {
	color: #ffffff;
}
.contact-us-card .main_wrapper {
	position: relative;
	height: 60rem;
	width: 100%;
	background-color: #c0c0c0;
}
.contact-us-card .main_wrapper .b_wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.contact-us-card .main_wrapper .b_wrapper .block {
	height: 300px;
	background-color: #ffffff;
	pointer-events: fill;
}
.contact-us-card .main_wrapper .b_wrapper .block .block_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.contact-us-card .google-map {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.contact-us-card .google-map iframe {
	height: 100%;
	width: 100%;
}
.contact-us-card .google-map [data-state-details] {
	color: #6b6763;
	font-family: Montserrat;
	height: 1.5em;
	margin-top: -0.75em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.contact-us-card .google-map[data-state] {
	background: #e9e5dc;
}
.contact-us-card .google-map[data-state="loading"] [data-state-details] {
	display: none;
}
@media (max-width: 767px) {
	.contact-us-card .main_wrapper .b_wrapper {
		display: block;
		height: unset;
	}
	.contact-us-card .google-map {
		position: relative;
	}
	.contact-us-card .container {
		max-width: 100%;
		padding: 0;
	}
}
.cid-saBTP1GPjO {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTP1GPjO .content {
		text-align: center;
	}
	.cid-saBTP1GPjO .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTP1GPjO .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTP1GPjO .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTP1GPjO .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTP1GPjO .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTP1GPjO .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTP1GPjO .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTP1GPjO .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTP1GPjO .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTP1GPjO .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTP1GPjO .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTP1GPjO .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9ujN7YgO5 {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9ujN7YgO5 P {
	color: #767676;
}
.cid-s9ujN7YgO5 H1 {
	color: #ffffff;
}
.cid-s9ujN7YgO5 .text,
.cid-s9ujN7YgO5 .mbr-section-btn {
	color: #ffffff;
}
.cid-s9ujN7YgO5 H3 {
	color: #ffffff;
}
.cid-saB49J5tDk {
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-saB49J5tDk .section-subtitle {
	color: #767676;
}
.cid-s4V6PXNUGS {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s4V6PXNUGS .section-subtitle,
.cid-s4V6PXNUGS .text {
	color: #767676;
}
.cid-s4V6PXNUGS .card {
	display: -webkit-flex;
	position: relative;
	justify-content: center;
	-webkit-justify-content: center;
}
.cid-s4V6PXNUGS .card-wrapper {
	height: 100%;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s4V6PXNUGS .card-wrapper .card-img {
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.cid-s4V6PXNUGS .card-wrapper .card-img .mbr-overlay {
	background-color: #232323;
	display: none;
	transition: opacity .3s;
}
.cid-s4V6PXNUGS .card-wrapper .card-img .mbr-section-btn {
	position: absolute;
	transition: opacity .3s;
	width: 100%;
	left: 0;
	top: 50%;
	height: auto;
	transform: translateY(-50%);
}
.cid-s4V6PXNUGS .card-wrapper .card-img img {
	width: 100%;
}
.cid-s4V6PXNUGS .card-wrapper .card-box {
	background-color: #232323;
	padding: 0 2rem 2rem 2rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.cid-s4V6PXNUGS .card-wrapper .card-box h4 {
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 2rem;
}
.cid-s4V6PXNUGS .card-wrapper .card-box p {
	margin-bottom: 0;
	padding-top: 1.5rem;
}
.cid-s4V6PXNUGS .card-wrapper:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s4V6PXNUGS .card-img .mbr-overlay {
	display: block !important;
	opacity: 0;
}
.cid-s4V6PXNUGS .card-img .mbr-section-btn {
	opacity: 0;
}
.cid-s4V6PXNUGS .card-img:hover .mbr-overlay {
	opacity: .5;
}
.cid-s4V6PXNUGS .card-img:hover .mbr-section-btn {
	opacity: 1;
}
.cid-s4V6PXNUGS .section-subtitle {
	color: #ffffff;
}
.cid-s4V6PXNUGS .section-title {
	color: #ffffff;
}
.cid-s4V6PXNUGS .card-title {
	color: #ffffff;
}
.cid-s4V6PXNUGS .text {
	color: #ffffff;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBTnyxlUG {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTnyxlUG .content {
		text-align: center;
	}
	.cid-saBTnyxlUG .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTnyxlUG .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTnyxlUG .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTnyxlUG .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTnyxlUG .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTnyxlUG .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTnyxlUG .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTnyxlUG .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTnyxlUG .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTnyxlUG .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTnyxlUG .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTnyxlUG .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8xG2N1Uzi {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8xG2N1Uzi .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xG2N1Uzi .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8xG2N1Uzi .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8xG2N1Uzi .text,
.cid-s8xG2N1Uzi .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8xG2NAAcb {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8xG2NAAcb .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xG2NAAcb .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8xG2NAAcb .text {
		text-align: center;
	}
}
.cid-s8xG2NAAcb H1 {
	text-align: center;
	color: #232323;
}
.cid-s8xG2NAAcb .text,
.cid-s8xG2NAAcb .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUgroUMP {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUgroUMP .content {
		text-align: center;
	}
	.cid-saBUgroUMP .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUgroUMP .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUgroUMP .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUgroUMP .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUgroUMP .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUgroUMP .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUgroUMP .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUgroUMP .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUgroUMP .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUgroUMP .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUgroUMP .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUgroUMP .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8xHCDsLFW {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8xHCDsLFW P {
	color: #767676;
}
.cid-s8xHCDsLFW H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8xHCDsLFW H3 {
	color: #ffffff;
}
.cid-s8xHCE6cP0 {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8xHCE6cP0 .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xHCE6cP0 .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8xHCE6cP0 .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8xHCE6cP0 .text,
.cid-s8xHCE6cP0 .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8xHCEzC0l {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8xHCEzC0l .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xHCEzC0l .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8xHCEzC0l .text {
		text-align: center;
	}
}
.cid-s8xHCEzC0l H1 {
	text-align: center;
	color: #232323;
}
.cid-s8xHCEzC0l .text,
.cid-s8xHCEzC0l .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUhFr01U {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUhFr01U .content {
		text-align: center;
	}
	.cid-saBUhFr01U .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUhFr01U .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUhFr01U .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUhFr01U .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUhFr01U .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUhFr01U .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUhFr01U .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUhFr01U .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUhFr01U .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUhFr01U .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUhFr01U .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUhFr01U .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8xIloOAdQ {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8xIloOAdQ P {
	color: #767676;
}
.cid-s8xIloOAdQ H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8xIloOAdQ H3 {
	color: #ffffff;
}
.cid-s8xIloOAdQ .text,
.cid-s8xIloOAdQ .mbr-section-btn {
	color: #ffffff;
}
.cid-s8xIlpAYlS {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8xIlpAYlS .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xIlpAYlS .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8xIlpAYlS .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8xIlpAYlS .text,
.cid-s8xIlpAYlS .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8xIlq9fYu {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8xIlq9fYu .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xIlq9fYu .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8xIlq9fYu .text {
		text-align: center;
	}
}
.cid-s8xIlq9fYu H1 {
	text-align: center;
	color: #232323;
}
.cid-s8xIlq9fYu .text,
.cid-s8xIlq9fYu .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUiQFRAT {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUiQFRAT .content {
		text-align: center;
	}
	.cid-saBUiQFRAT .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUiQFRAT .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUiQFRAT .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUiQFRAT .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUiQFRAT .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUiQFRAT .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUiQFRAT .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUiQFRAT .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUiQFRAT .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUiQFRAT .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUiQFRAT .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUiQFRAT .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8xJhVAM1C {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8xJhVAM1C P {
	color: #767676;
}
.cid-s8xJhVAM1C H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8xJhVAM1C H3 {
	color: #ffffff;
}
.cid-s8xJhVAM1C .text,
.cid-s8xJhVAM1C .mbr-section-btn {
	color: #ffffff;
}
.cid-s8xJhWtmNS {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8xJhWtmNS .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xJhWtmNS .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8xJhWtmNS .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8xJhWtmNS .text,
.cid-s8xJhWtmNS .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8xJhX7AXk {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8xJhX7AXk .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8xJhX7AXk .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8xJhX7AXk .text {
		text-align: center;
	}
}
.cid-s8xJhX7AXk H1 {
	text-align: center;
	color: #232323;
}
.cid-s8xJhX7AXk .text,
.cid-s8xJhX7AXk .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUk1IydE {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUk1IydE .content {
		text-align: center;
	}
	.cid-saBUk1IydE .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUk1IydE .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUk1IydE .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUk1IydE .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUk1IydE .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUk1IydE .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUk1IydE .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUk1IydE .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUk1IydE .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUk1IydE .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUk1IydE .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUk1IydE .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8Dpxi63ke {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8Dpxi63ke P {
	color: #767676;
}
.cid-s8Dpxi63ke H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8Dpxi63ke H3 {
	color: #ffffff;
}
.cid-s8Dpxi63ke .text,
.cid-s8Dpxi63ke .mbr-section-btn {
	color: #ffffff;
}
.cid-s8DpxivYC9 {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8DpxivYC9 .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DpxivYC9 .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8DpxivYC9 .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8DpxivYC9 .text,
.cid-s8DpxivYC9 .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DpxiUsHn {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DpxiUsHn .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DpxiUsHn .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DpxiUsHn .text {
		text-align: center;
	}
}
.cid-s8DpxiUsHn H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DpxiUsHn .text,
.cid-s8DpxiUsHn .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUleNbsC {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUleNbsC .content {
		text-align: center;
	}
	.cid-saBUleNbsC .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUleNbsC .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUleNbsC .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUleNbsC .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUleNbsC .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUleNbsC .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUleNbsC .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUleNbsC .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUleNbsC .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUleNbsC .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUleNbsC .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUleNbsC .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8DpWpFzWt {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8DpWpFzWt P {
	color: #767676;
}
.cid-s8DpWpFzWt H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8DpWpFzWt H3 {
	color: #ffffff;
}
.cid-s8DpWpFzWt .text,
.cid-s8DpWpFzWt .mbr-section-btn {
	color: #ffffff;
}
.cid-s8DpWqlrQM {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8DpWqlrQM .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DpWqlrQM .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8DpWqlrQM .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8DpWqlrQM .text,
.cid-s8DpWqlrQM .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DpWqPIH8 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DpWqPIH8 .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DpWqPIH8 .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DpWqPIH8 .text {
		text-align: center;
	}
}
.cid-s8DpWqPIH8 H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DpWqPIH8 .text,
.cid-s8DpWqPIH8 .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUmkWvjM {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUmkWvjM .content {
		text-align: center;
	}
	.cid-saBUmkWvjM .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUmkWvjM .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUmkWvjM .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUmkWvjM .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUmkWvjM .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUmkWvjM .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUmkWvjM .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUmkWvjM .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUmkWvjM .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUmkWvjM .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUmkWvjM .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUmkWvjM .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8DqkvHzMk {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8DqkvHzMk P {
	color: #767676;
}
.cid-s8DqkvHzMk H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8DqkvHzMk H3 {
	color: #ffffff;
}
.cid-s8DqkvHzMk .text,
.cid-s8DqkvHzMk .mbr-section-btn {
	color: #ffffff;
}
.cid-s8Dqkwqljk {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8Dqkwqljk .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8Dqkwqljk .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8Dqkwqljk .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8Dqkwqljk .text,
.cid-s8Dqkwqljk .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DqkwVRIz {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DqkwVRIz .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DqkwVRIz .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DqkwVRIz .text {
		text-align: center;
	}
}
.cid-s8DqkwVRIz H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DqkwVRIz .text,
.cid-s8DqkwVRIz .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUxUMhRR {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUxUMhRR .content {
		text-align: center;
	}
	.cid-saBUxUMhRR .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUxUMhRR .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUxUMhRR .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUxUMhRR .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUxUMhRR .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUxUMhRR .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUxUMhRR .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUxUMhRR .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUxUMhRR .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUxUMhRR .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUxUMhRR .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUxUMhRR .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8DrFHvTUm {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8DrFHvTUm P {
	color: #767676;
}
.cid-s8DrFHvTUm H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8DrFHvTUm H3 {
	color: #ffffff;
}
.cid-s8DrFHvTUm .text,
.cid-s8DrFHvTUm .mbr-section-btn {
	color: #ffffff;
}
.cid-s8DrFIgReF {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8DrFIgReF .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DrFIgReF .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8DrFIgReF .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8DrFIgReF .text,
.cid-s8DrFIgReF .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DrFIMGuG {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DrFIMGuG .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DrFIMGuG .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DrFIMGuG .text {
		text-align: center;
	}
}
.cid-s8DrFIMGuG H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DrFIMGuG .text,
.cid-s8DrFIMGuG .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-saBUSeQY8E {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUSeQY8E .content {
		text-align: center;
	}
	.cid-saBUSeQY8E .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUSeQY8E .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUSeQY8E .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUSeQY8E .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUSeQY8E .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUSeQY8E .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUSeQY8E .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUSeQY8E .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUSeQY8E .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUSeQY8E .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUSeQY8E .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUSeQY8E .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s8DsmTLhWs {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8DsmTLhWs P {
	color: #767676;
}
.cid-s8DsmTLhWs H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8DsmTLhWs H3 {
	color: #ffffff;
}
.cid-s8DsmTLhWs .text,
.cid-s8DsmTLhWs .mbr-section-btn {
	color: #ffffff;
}
.cid-s8DsmUvLDD {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8DsmUvLDD .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DsmUvLDD .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8DsmUvLDD .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8DsmUvLDD .text,
.cid-s8DsmUvLDD .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DsmV6CiE {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DsmV6CiE .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DsmV6CiE .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DsmV6CiE .text {
		text-align: center;
	}
}
.cid-s8DsmV6CiE H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DsmV6CiE .text,
.cid-s8DsmV6CiE .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUTTx23V {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUTTx23V .content {
		text-align: center;
	}
	.cid-saBUTTx23V .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUTTx23V .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUTTx23V .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUTTx23V .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUTTx23V .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUTTx23V .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUTTx23V .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUTTx23V .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUTTx23V .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUTTx23V .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUTTx23V .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUTTx23V .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8DthNbCri {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s8DthNbCri P {
	color: #767676;
}
.cid-s8DthNbCri H1 {
	color: #ffffff;
	text-align: center;
}
.cid-s8DthNbCri H3 {
	color: #ffffff;
}
.cid-s8DthNbCri .text,
.cid-s8DthNbCri .mbr-section-btn {
	color: #ffffff;
}
.cid-s8DthNQUok {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
	.cid-s8DthNQUok .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DthNQUok .mbr-figure {
		padding-top: 3rem;
	}
}
.cid-s8DthNQUok .section-title {
	text-align: center;
	color: #232323;
}
.cid-s8DthNQUok .text,
.cid-s8DthNQUok .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s8DthOlHuw {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DthOlHuw .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DthOlHuw .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DthOlHuw .text {
		text-align: center;
	}
}
.cid-s8DthOlHuw H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DthOlHuw .text,
.cid-s8DthOlHuw .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBV1wqN7f {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBV1wqN7f .content {
		text-align: center;
	}
	.cid-saBV1wqN7f .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBV1wqN7f .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBV1wqN7f .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBV1wqN7f .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBV1wqN7f .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBV1wqN7f .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBV1wqN7f .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBV1wqN7f .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBV1wqN7f .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBV1wqN7f .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBV1wqN7f .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBV1wqN7f .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s8DvcgIyZ2 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s8DvcgIyZ2 .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s8DvcgIyZ2 .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s8DvcgIyZ2 .text {
		text-align: center;
	}
}
.cid-s8DvcgIyZ2 H1 {
	text-align: center;
	color: #232323;
}
.cid-s8DvcgIyZ2 .text,
.cid-s8DvcgIyZ2 .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBUdf9gKH {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBUdf9gKH .content {
		text-align: center;
	}
	.cid-saBUdf9gKH .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBUdf9gKH .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBUdf9gKH .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBUdf9gKH .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBUdf9gKH .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBUdf9gKH .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBUdf9gKH .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBUdf9gKH .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBUdf9gKH .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBUdf9gKH .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBUdf9gKH .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBUdf9gKH .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9tMlcxssp {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9tMlcxssp .section-subtitle {
	color: #232323;
}
.cid-s9tMlcxssp H2 {
	color: #232323;
}
.cid-s9tNZLcyYK {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-s9tNZLcyYK .text,
.cid-s9tNZLcyYK blockquote {
	color: #767676;
}
.cid-s9tNZLcyYK .text {
	color: #232323;
}
.cid-s9tNZLcyYK .text P {
	text-align: center;
}
.cid-s9KIdrA8YO {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}
.cid-s9KIdrA8YO .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9KIdrA8YO .section-text {
	padding: 2rem 0;
}
.cid-s9KIdrA8YO .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9KIdrA8YO .inner-container {
		width: 100% !important;
	}
}
.cid-s9KAKlmaN0 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9KAKlmaN0 h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-s9KAKlmaN0 p {
	color: #767676;
	margin: 0;
}
.cid-s9KAKlmaN0 .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-s9KAKlmaN0 .mbr-section-btn {
	padding-top: 1rem;
}
.cid-s9KAKlmaN0 .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s9KAKlmaN0 .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-s9KAKlmaN0 .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-s9KAKlmaN0 .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-s9KAKlmaN0 .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-s9KAKlmaN0 .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-s9KAKlmaN0 .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-s9KAKlmaN0 .col-left h4 {
		padding-top: 1rem;
	}
	.cid-s9KAKlmaN0 p.col-right {
		padding-top: 1rem;
	}
}
.cid-s9KAKlmaN0 .col-right {
	color: #232323;
}
.cid-s9KAKlmaN0 P {
	color: #232323;
	text-align: left;
}
.cid-s9KAKlmaN0 .card-title {
	text-align: left;
	color: #232323;
}
.cid-s9KJuwaBLB {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9KJuwaBLB h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-s9KJuwaBLB p {
	color: #767676;
	margin: 0;
}
.cid-s9KJuwaBLB .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-s9KJuwaBLB .mbr-section-btn {
	padding-top: 1rem;
}
.cid-s9KJuwaBLB .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s9KJuwaBLB .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-s9KJuwaBLB .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-s9KJuwaBLB .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-s9KJuwaBLB .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-s9KJuwaBLB .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-s9KJuwaBLB .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-s9KJuwaBLB .col-left h4 {
		padding-top: 1rem;
	}
	.cid-s9KJuwaBLB p.col-right {
		padding-top: 1rem;
	}
}
.cid-s9KJuwaBLB .col-right {
	color: #232323;
}
.cid-s9KJuwaBLB P {
	color: #232323;
	text-align: left;
}
.cid-s9KJuwaBLB .card-title {
	text-align: left;
}
.cid-s9KLAB9Wbb {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9KLAB9Wbb h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-s9KLAB9Wbb p {
	color: #767676;
	margin: 0;
}
.cid-s9KLAB9Wbb .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-s9KLAB9Wbb .mbr-section-btn {
	padding-top: 1rem;
}
.cid-s9KLAB9Wbb .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s9KLAB9Wbb .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-s9KLAB9Wbb .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-s9KLAB9Wbb .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-s9KLAB9Wbb .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-s9KLAB9Wbb .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-s9KLAB9Wbb .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-s9KLAB9Wbb .col-left h4 {
		padding-top: 1rem;
	}
	.cid-s9KLAB9Wbb p.col-right {
		padding-top: 1rem;
	}
}
.cid-s9KLAB9Wbb .col-right {
	color: #232323;
}
.cid-s9KLAB9Wbb P {
	color: #232323;
	text-align: left;
}
.cid-s9KLAB9Wbb .card-title {
	text-align: left;
}
.cid-s9KWp0i4Lj {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9KWp0i4Lj h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-s9KWp0i4Lj p {
	color: #767676;
	margin: 0;
}
.cid-s9KWp0i4Lj .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-s9KWp0i4Lj .mbr-section-btn {
	padding-top: 1rem;
}
.cid-s9KWp0i4Lj .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-s9KWp0i4Lj .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-s9KWp0i4Lj .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-s9KWp0i4Lj .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-s9KWp0i4Lj .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-s9KWp0i4Lj .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-s9KWp0i4Lj .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-s9KWp0i4Lj .col-left h4 {
		padding-top: 1rem;
	}
	.cid-s9KWp0i4Lj p.col-right {
		padding-top: 1rem;
	}
}
.cid-s9KWp0i4Lj .col-right {
	color: #232323;
}
.cid-s9KWp0i4Lj P {
	color: #232323;
	text-align: left;
}
.cid-s9KWp0i4Lj .card-title {
	text-align: left;
}
.cid-saBWoBmUbQ {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWoBmUbQ h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWoBmUbQ p {
	color: #767676;
	margin: 0;
}
.cid-saBWoBmUbQ .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWoBmUbQ .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWoBmUbQ .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWoBmUbQ .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWoBmUbQ .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWoBmUbQ .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWoBmUbQ .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWoBmUbQ .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWoBmUbQ .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWoBmUbQ .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWoBmUbQ p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWoBmUbQ .col-right {
	color: #232323;
}
.cid-saBWoBmUbQ P {
	color: #232323;
	text-align: left;
}
.cid-saBWoBmUbQ .card-title {
	text-align: left;
}
.cid-saBWpeMk43 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWpeMk43 h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWpeMk43 p {
	color: #767676;
	margin: 0;
}
.cid-saBWpeMk43 .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWpeMk43 .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWpeMk43 .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWpeMk43 .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWpeMk43 .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWpeMk43 .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWpeMk43 .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWpeMk43 .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWpeMk43 .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWpeMk43 .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWpeMk43 p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWpeMk43 .col-right {
	color: #232323;
}
.cid-saBWpeMk43 P {
	color: #232323;
	text-align: left;
}
.cid-saBWpeMk43 .card-title {
	text-align: left;
}
.cid-saBWpT0W7Z {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWpT0W7Z h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWpT0W7Z p {
	color: #767676;
	margin: 0;
}
.cid-saBWpT0W7Z .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWpT0W7Z .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWpT0W7Z .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWpT0W7Z .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWpT0W7Z .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWpT0W7Z .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWpT0W7Z .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWpT0W7Z .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWpT0W7Z .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWpT0W7Z .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWpT0W7Z p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWpT0W7Z .col-right {
	color: #232323;
}
.cid-saBWpT0W7Z P {
	color: #232323;
	text-align: left;
}
.cid-saBWpT0W7Z .card-title {
	text-align: left;
}
.cid-saBWtsb8Dd {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWtsb8Dd h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWtsb8Dd p {
	color: #767676;
	margin: 0;
}
.cid-saBWtsb8Dd .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWtsb8Dd .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWtsb8Dd .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWtsb8Dd .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWtsb8Dd .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWtsb8Dd .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWtsb8Dd .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWtsb8Dd .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWtsb8Dd .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWtsb8Dd .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWtsb8Dd p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWtsb8Dd .col-right {
	color: #232323;
}
.cid-saBWtsb8Dd P {
	color: #232323;
	text-align: left;
}
.cid-saBWtsb8Dd .card-title {
	text-align: left;
}
.cid-saBWte4D4Z {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWte4D4Z h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWte4D4Z p {
	color: #767676;
	margin: 0;
}
.cid-saBWte4D4Z .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWte4D4Z .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWte4D4Z .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWte4D4Z .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWte4D4Z .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWte4D4Z .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWte4D4Z .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWte4D4Z .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWte4D4Z .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWte4D4Z .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWte4D4Z p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWte4D4Z .col-right {
	color: #232323;
}
.cid-saBWte4D4Z P {
	color: #232323;
	text-align: left;
}
.cid-saBWte4D4Z .card-title {
	text-align: left;
}
.cid-saBWt0z8Fa {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWt0z8Fa h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWt0z8Fa p {
	color: #767676;
	margin: 0;
}
.cid-saBWt0z8Fa .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWt0z8Fa .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWt0z8Fa .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWt0z8Fa .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWt0z8Fa .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWt0z8Fa .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWt0z8Fa .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWt0z8Fa .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWt0z8Fa .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWt0z8Fa .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWt0z8Fa p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWt0z8Fa .col-right {
	color: #232323;
}
.cid-saBWt0z8Fa P {
	color: #232323;
	text-align: left;
}
.cid-saBWt0z8Fa .card-title {
	text-align: left;
}
.cid-saBWsDgtth {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWsDgtth h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWsDgtth p {
	color: #767676;
	margin: 0;
}
.cid-saBWsDgtth .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWsDgtth .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWsDgtth .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWsDgtth .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWsDgtth .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWsDgtth .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWsDgtth .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWsDgtth .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWsDgtth .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWsDgtth .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWsDgtth p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWsDgtth .col-right {
	color: #232323;
}
.cid-saBWsDgtth P {
	color: #232323;
	text-align: left;
}
.cid-saBWsDgtth .card-title {
	text-align: left;
}
.cid-saBWsbWyb4 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBWsbWyb4 h4 {
	font-weight: 500;
	margin-bottom: 0;
	text-align: left;
}
.cid-saBWsbWyb4 p {
	color: #767676;
	margin: 0;
}
.cid-saBWsbWyb4 .card-box {
	background-color: #ffffff;
	background-color: transparent;
}
.cid-saBWsbWyb4 .mbr-section-btn {
	padding-top: 1rem;
}
.cid-saBWsbWyb4 .card-wrapper {
	position: relative;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
}
.cid-saBWsbWyb4 .wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.cid-saBWsbWyb4 .border_wrapper {
	border-left: 1px solid #cc0000;
	padding-left: 2rem;
}
@media (max-width: 991px) {
	.cid-saBWsbWyb4 .border_wrapper {
		border-left: none;
		padding-left: 0;
	}
	.cid-saBWsbWyb4 .mbr-section-btn a {
		padding: 1rem 2rem;
	}
	.cid-saBWsbWyb4 .mbr-figure {
		padding-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBWsbWyb4 .wrapper {
		align-items: center;
		text-align: center;
	}
	.cid-saBWsbWyb4 .col-left h4 {
		padding-top: 1rem;
	}
	.cid-saBWsbWyb4 p.col-right {
		padding-top: 1rem;
	}
}
.cid-saBWsbWyb4 .col-right {
	color: #232323;
}
.cid-saBWsbWyb4 P {
	color: #232323;
	text-align: left;
}
.cid-saBWsbWyb4 .card-title {
	text-align: left;
}
.cid-saBTxUIx0y {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTxUIx0y .content {
		text-align: center;
	}
	.cid-saBTxUIx0y .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTxUIx0y .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTxUIx0y .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTxUIx0y .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTxUIx0y .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTxUIx0y .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTxUIx0y .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTxUIx0y .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTxUIx0y .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTxUIx0y .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTxUIx0y .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTxUIx0y .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9tSXq9tRu {
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-s9tSXq9tRu .item {
	padding-bottom: 2rem;
}
.cid-s9tSXq9tRu .item-wrapper {
	height: 100%;
}
.cid-s9tSXq9tRu .item-wrapper img {
	height: 100%;
	object-fit: cover;
}
.cid-s9tSXq9tRu .carousel-control,
.cid-s9tSXq9tRu .close {
	background: #1b1b1b;
}
.cid-s9tSXq9tRu .carousel-control-prev {
	margin-left: 2.5rem;
}
.cid-s9tSXq9tRu .carousel-control-next {
	margin-right: 2.5rem;
}
.cid-s9tSXq9tRu .close {
	position: fixed;
	opacity: 0.5;
	font-size: 35px;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	top: 2.5rem;
	right: 2.5rem;
	line-height: 70px;
	border: none;
	text-align: center;
	text-shadow: none;
	z-index: 5;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	font-family: 'MobiriseIcons';
}
.cid-s9tSXq9tRu .close::before {
	content: '\e91a';
}
.cid-s9tSXq9tRu .close:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}
.cid-s9tSXq9tRu .carousel-control {
	position: fixed;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 35px;
	border: 0;
	opacity: 0.5;
	text-shadow: none;
	z-index: 5;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.cid-s9tSXq9tRu .carousel-inner > .active {
	display: block;
}
.cid-s9tSXq9tRu .carousel-control.left {
	left: 0;
	margin-left: 2.5rem;
}
.cid-s9tSXq9tRu .carousel-control.right {
	right: 0;
	margin-right: 2.5rem;
}
.cid-s9tSXq9tRu .carousel-control .icon-next,
.cid-s9tSXq9tRu .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px;
}
.cid-s9tSXq9tRu .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1;
}
@media (max-width: 768px) {
	.cid-s9tSXq9tRu .carousel-control,
	.cid-s9tSXq9tRu .carousel-indicators,
	.cid-s9tSXq9tRu .modal .close {
		position: fixed;
	}
}
@media (max-width: 767px) {
	.cid-s9tSXq9tRu .mbr-slider .carousel-control {
		top: auto;
		bottom: 20px;
	}
	.cid-s9tSXq9tRu .mbr-slider > .container .carousel-control {
		margin-bottom: 0;
	}
}
.cid-s9tSXq9tRu .carousel-indicators {
	bottom: 0;
	margin-bottom: 3px;
}
@media (max-width: 991px) {
	.cid-s9tSXq9tRu .carousel-indicators {
		margin-bottom: 3.625rem !important;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 767px) {
	.cid-s9tSXq9tRu .carousel-indicators {
		display: none;
	}
}
.cid-s9tSXq9tRu .carousel-indicators .active,
.cid-s9tSXq9tRu .carousel-indicators li {
	width: 7px;
	height: 7px;
	margin: 3px;
	background: #1b1b1b;
	opacity: 0.5;
	border: 4px solid #1b1b1b;
}
.cid-s9tSXq9tRu .carousel-indicators .active {
	background: #fff;
}
.cid-s9tSXq9tRu .carousel-indicators li {
	max-width: 15px;
	max-height: 15px;
	border-radius: 50%;
}
.cid-s9tSXq9tRu .modal {
	padding-left: 0 !important;
	position: fixed;
	overflow: hidden;
	padding-right: 0 !important;
}
.cid-s9tSXq9tRu .modal-dialog {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
.cid-s9tSXq9tRu .modal-content {
	border-radius: 0;
	border: none;
	background: transparent;
}
.cid-s9tSXq9tRu .modal-body {
	padding: 0;
	display: flex;
	align-items: center;
}
.cid-s9tSXq9tRu .modal-body .carousel-item {
	top: 50%;
	transform: translateY(-50%);
}
.cid-s9tSXq9tRu .modal-body img {
	width: 100%;
	object-fit: contain;
	max-height: calc(100vh - 1.75rem);
}
.cid-s9tSXq9tRu .carousel {
	width: 100%;
}
.cid-s9tSXq9tRu .modal-backdrop.in {
	opacity: 0.8;
}
.cid-s9tSXq9tRu .modal.fade .modal-dialog {
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	transition: margin-top 0.3s ease-out;
}
.cid-s9tSXq9tRu .modal.fade .modal-dialog,
.cid-s9tSXq9tRu .modal.in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.cid-s9tSXq9tRu .mbr-gallery .item-wrapper {
	cursor: pointer;
}
.cid-s9tSXq9tRu a {
	display: block;
}
.cid-s9tSXq9tRu a.img {
	pointer-events: none;
}
.cid-s9ukHoStaA {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9ukHoStaA .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9ukHoStaA .section-text {
	padding: 2rem 0;
}
.cid-s9ukHoStaA .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9ukHoStaA .inner-container {
		width: 100% !important;
	}
}
.cid-s9tYYOvOs2 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url("../../../assets/images/red-gear-white-background-alternate-1920x1080.png");
}
.cid-s9tYYOvOs2 .mbr-section-btn > * {
	margin: 0;
}
.cid-s9tYYOvOs2 h4 {
	font-weight: 500;
}
.cid-s9tYYOvOs2 p {
	color: #232323;
}
.cid-s9tYYOvOs2 .aside-content {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cid-s9tYYOvOs2 .block-content {
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	word-break: break-word;
}
.cid-s9tYYOvOs2 .media {
	margin: initial;
	align-items: center;
	-webkit-align-items: center;
}
.cid-s9tYYOvOs2 .mbr-figure {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.cid-s9tYYOvOs2 .card-img {
	padding-right: 2rem;
	width: auto;
}
.cid-s9tYYOvOs2 .card-img span {
	font-size: 72px;
	color: #707070;
}
@media (min-width: 992px) {
	.cid-s9tYYOvOs2 .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9tYYOvOs2 .mbr-figure {
		padding-right: 0;
		padding-bottom: 1rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 300px) {
	.cid-s9tYYOvOs2 .card-img span {
		font-size: 40px !important;
	}
}
.cid-s9tYYOvOs2 .cost {
	text-decoration: line-through;
	color: #767676;
}
.cid-s9tYYOvOs2 .text1 {
	text-align: left;
}
.cid-s9yRiUssWi {
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9uFnv633x {
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-s9uFnv633x .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9uFnv633x .section-text {
	padding: 2rem 0;
}
.cid-s9uFnv633x .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9uFnv633x .inner-container {
		width: 100% !important;
	}
}
.cid-s9uILlCgid {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-s9uILlCgid .text {
	color: #232323;
}
.cid-saBTp8bZz4 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTp8bZz4 .content {
		text-align: center;
	}
	.cid-saBTp8bZz4 .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTp8bZz4 .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTp8bZz4 .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTp8bZz4 .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTp8bZz4 .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTp8bZz4 .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTp8bZz4 .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTp8bZz4 .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTp8bZz4 .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTp8bZz4 .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTp8bZz4 .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTp8bZz4 .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9uhJoehjo {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9uhJoehjo P {
	color: #767676;
}
.cid-s9uhJoehjo H1 {
	color: #ffffff;
}
.cid-s9uhG6VbWK {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uhG6VbWK .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uhG6VbWK .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uhG6VbWK .text {
		text-align: center;
	}
}
.cid-s9uhG6VbWK H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uhG6VbWK .text,
.cid-s9uhG6VbWK .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9uhG6VbWK H3 {
	color: #232323;
}

.cid-s9umZd9sZv {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9umZd9sZv .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9umZd9sZv .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9umZd9sZv .text {
		text-align: center;
	}
}
.cid-s9umZd9sZv H1 {
	text-align: left;
	color: #232323;
}
.cid-s9umZd9sZv .text,
.cid-s9umZd9sZv .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9umZd9sZv H3 {
	color: #232323;
}
.cid-s9unMSKk7b {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9unMSKk7b .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9unMSKk7b .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9unMSKk7b .text {
		text-align: center;
	}
}
.cid-s9unMSKk7b H1 {
	text-align: left;
	color: #232323;
}
.cid-s9unMSKk7b .text,
.cid-s9unMSKk7b .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9unMSKk7b H3 {
	color: #232323;
}
.cid-s9upiDpaaE {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9upiDpaaE .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9upiDpaaE .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9upiDpaaE .text {
		text-align: center;
	}
}
.cid-s9upiDpaaE H1 {
	text-align: left;
	color: #232323;
}
.cid-s9upiDpaaE .text,
.cid-s9upiDpaaE .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9upiDpaaE H3 {
	color: #232323;
}
.cid-s9upFC0sZn {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9upFC0sZn .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9upFC0sZn .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9upFC0sZn .text {
		text-align: center;
	}
}
.cid-s9upFC0sZn H1 {
	text-align: left;
	color: #232323;
}
.cid-s9upFC0sZn .text,
.cid-s9upFC0sZn .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9upFC0sZn H3 {
	color: #232323;
}
.cid-s9uoswRMBJ {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uoswRMBJ .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uoswRMBJ .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uoswRMBJ .text {
		text-align: center;
	}
}
.cid-s9uoswRMBJ H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uoswRMBJ .text,
.cid-s9uoswRMBJ .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9uoswRMBJ H3 {
	color: #232323;
}
.cid-s9uv7DwZ4y {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}
.cid-s9uv7DwZ4y .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9uv7DwZ4y .section-text {
	padding: 2rem 0;
}
.cid-s9uv7DwZ4y .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9uv7DwZ4y .inner-container {
		width: 100% !important;
	}
}
.cid-s9uqgmT6fv {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uqgmT6fv .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uqgmT6fv .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uqgmT6fv .text {
		text-align: center;
	}
}
.cid-s9uqgmT6fv H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uqgmT6fv .text,
.cid-s9uqgmT6fv .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9uqgmT6fv H3 {
	color: #232323;
}
.cid-s9uqN0YtkV {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uqN0YtkV .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uqN0YtkV .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uqN0YtkV .text {
		text-align: center;
	}
}
.cid-s9uqN0YtkV H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uqN0YtkV .text,
.cid-s9uqN0YtkV .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9uqN0YtkV H3 {
	color: #232323;
}
.cid-s9ursxqZCc {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9ursxqZCc .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9ursxqZCc .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9ursxqZCc .text {
		text-align: center;
	}
}
.cid-s9ursxqZCc H1 {
	text-align: left;
	color: #232323;
}
.cid-s9ursxqZCc .text,
.cid-s9ursxqZCc .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9ursxqZCc H3 {
	color: #232323;
}
.cid-s9us1hP7Cu {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9us1hP7Cu .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9us1hP7Cu .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9us1hP7Cu .text {
		text-align: center;
	}
}
.cid-s9us1hP7Cu H1 {
	text-align: left;
	color: #232323;
}
.cid-s9us1hP7Cu .text,
.cid-s9us1hP7Cu .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9us1hP7Cu H3 {
	color: #232323;
}
.cid-s9uts4pn87 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uts4pn87 .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uts4pn87 .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uts4pn87 .text {
		text-align: center;
	}
}
.cid-s9uts4pn87 H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uts4pn87 .text,
.cid-s9uts4pn87 .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9uts4pn87 H3 {
	color: #232323;
}
.cid-s9utT9QBuq {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9utT9QBuq .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9utT9QBuq .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9utT9QBuq .text {
		text-align: center;
	}
}
.cid-s9utT9QBuq H1 {
	text-align: left;
	color: #232323;
}
.cid-s9utT9QBuq .text,
.cid-s9utT9QBuq .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-s9utT9QBuq H3 {
	color: #232323;
}
.cid-s9uuXh1kin {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}
.cid-s9uuXh1kin .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-s9uuXh1kin .section-text {
	padding: 2rem 0;
}
.cid-s9uuXh1kin .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-s9uuXh1kin .inner-container {
		width: 100% !important;
	}
}
.cid-s9uukiHBgb {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
@media (min-width: 992px) {
	.cid-s9uukiHBgb .mbr-figure {
		padding-right: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-s9uukiHBgb .mbr-figure {
		padding-bottom: 3rem;
	}
}
@media (max-width: 767px) {
	.cid-s9uukiHBgb .text {
		text-align: center;
	}
}
.cid-s9uukiHBgb H1 {
	text-align: left;
	color: #232323;
}
.cid-s9uukiHBgb .text,
.cid-s9uukiHBgb .mbr-section-btn {
	text-align: left;
	color: #232323;
}
.cid-saBTr0e33z {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTr0e33z .content {
		text-align: center;
	}
	.cid-saBTr0e33z .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTr0e33z .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTr0e33z .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTr0e33z .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTr0e33z .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTr0e33z .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTr0e33z .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTr0e33z .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTr0e33z .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTr0e33z .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTr0e33z .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTr0e33z .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-s9uzmtm8zy {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-s9uzmtm8zy P {
	color: #767676;
}
.cid-s9uzmtm8zy H1 {
	color: #ffffff;
}
.cid-s9uzmtm8zy H3 {
	color: #ffffff;
}
.cid-s9uzmtm8zy .text,
.cid-s9uzmtm8zy .mbr-section-btn {
	color: #ffffff;
}
.cid-saqPCMmTIm {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saqPCMmTIm .section-subtitle {
	color: #767676;
}
.cid-saBxXBRZQC {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBxXBRZQC .section-subtitle {
	color: #232323;
}
.cid-saBxXBRZQC .section-subtitle P {
	text-align: left;
}
.cid-saBDn1O6rC {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saBDn1O6rC .section-subtitle {
	color: #232323;
}
.cid-saBDn1O6rC .section-subtitle P {
	text-align: left;
}
.cid-saByGMWXk6 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saByGMWXk6 .section-subtitle {
	color: #232323;
}
.cid-saByGMWXk6 .section-subtitle P {
	text-align: left;
}
.cid-saByGMWXk6 .section-subtitle DIV {
	text-align: left;
}
.cid-saBTAyPOWO {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTAyPOWO .content {
		text-align: center;
	}
	.cid-saBTAyPOWO .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTAyPOWO .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTAyPOWO .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTAyPOWO .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTAyPOWO .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTAyPOWO .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTAyPOWO .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTAyPOWO .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTAyPOWO .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTAyPOWO .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTAyPOWO .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTAyPOWO .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-sa1a79IhlK {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-sa1a79IhlK P {
	color: #767676;
}
.cid-sa1a79IhlK H1 {
	color: #ffffff;
}
.cid-sa1a79IhlK .text,
.cid-sa1a79IhlK .mbr-section-btn {
	color: #ffffff;
}
.cid-sa1a79IhlK H3 {
	color: #ffffff;
}
.cid-saqPwb4K4R {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saqPwb4K4R .section-subtitle {
	color: #767676;
}
.cid-saGtMlZP9p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saGtMlZP9p P {
	color: #767676;
}
.cid-saB8cNSASX {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-saB8cNSASX .section-subtitle {
	color: #767676;
}
.cid-saBTucowkq {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTucowkq .content {
		text-align: center;
	}
	.cid-saBTucowkq .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTucowkq .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTucowkq .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTucowkq .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTucowkq .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTucowkq .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTucowkq .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTucowkq .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTucowkq .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTucowkq .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTucowkq .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTucowkq .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-sa1btCkIJL .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-sa1btCkIJL .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-sa1btCkIJL a {
	font-style: normal;
}
.cid-sa1btCkIJL .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-sa1btCkIJL .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-sa1btCkIJL .nav-item:focus,
.cid-sa1btCkIJL .nav-link:focus {
	outline: none;
}
.cid-sa1btCkIJL .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-sa1btCkIJL .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-sa1btCkIJL .menu-logo {
	margin-right: auto;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-sa1btCkIJL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-sa1btCkIJL .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-sa1btCkIJL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-sa1btCkIJL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-sa1btCkIJL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-sa1btCkIJL .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-sa1btCkIJL .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa1btCkIJL .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-sa1btCkIJL .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-sa1btCkIJL .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-sa1btCkIJL .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-sa1btCkIJL .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-sa1btCkIJL .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-sa1btCkIJL .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-sa1btCkIJL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-sa1btCkIJL .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-sa1btCkIJL .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-sa1btCkIJL button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-sa1btCkIJL button.navbar-toggler:focus {
	outline: none;
}
.cid-sa1btCkIJL button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-sa1btCkIJL button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-sa1btCkIJL button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-sa1btCkIJL button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-sa1btCkIJL button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-sa1btCkIJL nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-sa1btCkIJL nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-sa1btCkIJL nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-sa1btCkIJL nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-sa1btCkIJL .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-sa1btCkIJL .collapsed .btn {
	display: flex;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse.collapsing,
.cid-sa1btCkIJL .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa1btCkIJL .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa1btCkIJL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa1btCkIJL .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-sa1btCkIJL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa1btCkIJL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-sa1btCkIJL .collapsed button.navbar-toggler {
	display: block;
}
.cid-sa1btCkIJL .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-sa1btCkIJL .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-sa1btCkIJL .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-sa1btCkIJL .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-sa1btCkIJL .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-sa1btCkIJL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-sa1btCkIJL .navbar-expand {
		flex-direction: column;
	}
	.cid-sa1btCkIJL img {
		height: 3.8rem !important;
	}
	.cid-sa1btCkIJL .btn {
		display: flex;
	}
	.cid-sa1btCkIJL button.navbar-toggler {
		display: block;
	}
	.cid-sa1btCkIJL .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-sa1btCkIJL .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-sa1btCkIJL .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-sa1btCkIJL .navbar-collapse.collapsing,
	.cid-sa1btCkIJL .navbar-collapse.show {
		display: block !important;
	}
	.cid-sa1btCkIJL .navbar-collapse.collapsing .navbar-nav,
	.cid-sa1btCkIJL .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-sa1btCkIJL .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-sa1btCkIJL .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-sa1btCkIJL .navbar-collapse.collapsing .navbar-buttons,
	.cid-sa1btCkIJL .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-sa1btCkIJL .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-sa1btCkIJL .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-sa1btCkIJL .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-sa1btCkIJL .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-sa1btCkIJL .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-sa1btCkIJL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-sa1btCkIJL .menu-logo {
		flex-shrink: 0;
	}
}
.cid-sa1btCkIJL .navbar-collapse {
	flex-basis: auto;
}
.cid-sa1btCkIJL .nav-link:hover,
.cid-sa1btCkIJL .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-sa1btD6wRi {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-sa1btD6wRi P {
	color: #767676;
}
.cid-sa1btD6wRi .text,
.cid-sa1btD6wRi .mbr-section-btn {
	color: #ffffff;
}
.cid-sa1btD6wRi H1 {
	color: #ffffff;
}
.cid-sa1btD6wRi H3 {
	color: #ffffff;
}
.cid-sa1btDOE5H {
	padding-top: 30px;
	padding-bottom: 0px;
	background-color: #ffffff;
}
.cid-sa1btDOE5H .item {
	padding-bottom: 2rem;
}
.cid-sa1btDOE5H .item-wrapper {
	height: 100%;
}
.cid-sa1btDOE5H .item-wrapper img {
	height: 100%;
	object-fit: cover;
}
.cid-sa1btDOE5H .carousel-control,
.cid-sa1btDOE5H .close {
	background: #1b1b1b;
}
.cid-sa1btDOE5H .carousel-control-prev {
	margin-left: 2.5rem;
}
.cid-sa1btDOE5H .carousel-control-next {
	margin-right: 2.5rem;
}
.cid-sa1btDOE5H .close {
	position: fixed;
	opacity: 0.5;
	font-size: 35px;
	font-weight: 300;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	top: 2.5rem;
	right: 2.5rem;
	line-height: 70px;
	border: none;
	text-align: center;
	text-shadow: none;
	z-index: 5;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	font-family: 'MobiriseIcons';
}
.cid-sa1btDOE5H .close::before {
	content: '\e91a';
}
.cid-sa1btDOE5H .close:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}
.cid-sa1btDOE5H .carousel-control {
	position: fixed;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 35px;
	border: 0;
	opacity: 0.5;
	text-shadow: none;
	z-index: 5;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.cid-sa1btDOE5H .carousel-inner > .active {
	display: block;
}
.cid-sa1btDOE5H .carousel-control.left {
	left: 0;
	margin-left: 2.5rem;
}
.cid-sa1btDOE5H .carousel-control.right {
	right: 0;
	margin-right: 2.5rem;
}
.cid-sa1btDOE5H .carousel-control .icon-next,
.cid-sa1btDOE5H .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px;
}
.cid-sa1btDOE5H .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1;
}
@media (max-width: 768px) {
	.cid-sa1btDOE5H .carousel-control,
	.cid-sa1btDOE5H .carousel-indicators,
	.cid-sa1btDOE5H .modal .close {
		position: fixed;
	}
}
@media (max-width: 767px) {
	.cid-sa1btDOE5H .mbr-slider .carousel-control {
		top: auto;
		bottom: 20px;
	}
	.cid-sa1btDOE5H .mbr-slider > .container .carousel-control {
		margin-bottom: 0;
	}
}
.cid-sa1btDOE5H .carousel-indicators {
	bottom: 0;
	margin-bottom: 3px;
}
@media (max-width: 991px) {
	.cid-sa1btDOE5H .carousel-indicators {
		margin-bottom: 3.625rem !important;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (max-width: 767px) {
	.cid-sa1btDOE5H .carousel-indicators {
		display: none;
	}
}
.cid-sa1btDOE5H .carousel-indicators .active,
.cid-sa1btDOE5H .carousel-indicators li {
	width: 7px;
	height: 7px;
	margin: 3px;
	background: #1b1b1b;
	opacity: 0.5;
	border: 4px solid #1b1b1b;
}
.cid-sa1btDOE5H .carousel-indicators .active {
	background: #fff;
}
.cid-sa1btDOE5H .carousel-indicators li {
	max-width: 15px;
	max-height: 15px;
	border-radius: 50%;
}
.cid-sa1btDOE5H .modal {
	padding-left: 0 !important;
	position: fixed;
	overflow: hidden;
	padding-right: 0 !important;
}
.cid-sa1btDOE5H .modal-dialog {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}
.cid-sa1btDOE5H .modal-content {
	border-radius: 0;
	border: none;
	background: transparent;
}
.cid-sa1btDOE5H .modal-body {
	padding: 0;
	display: flex;
	align-items: center;
}
.cid-sa1btDOE5H .modal-body .carousel-item {
	top: 50%;
	transform: translateY(-50%);
}
.cid-sa1btDOE5H .modal-body img {
	width: 100%;
	object-fit: contain;
	max-height: calc(100vh - 1.75rem);
}
.cid-sa1btDOE5H .carousel {
	width: 100%;
}
.cid-sa1btDOE5H .modal-backdrop.in {
	opacity: 0.8;
}
.cid-sa1btDOE5H .modal.fade .modal-dialog {
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	transition: margin-top 0.3s ease-out;
}
.cid-sa1btDOE5H .modal.fade .modal-dialog,
.cid-sa1btDOE5H .modal.in .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.cid-sa1btDOE5H .mbr-gallery .item-wrapper {
	cursor: pointer;
}
.cid-sa1btDOE5H a {
	display: block;
}
.cid-sa1btDOE5H a.img {
	pointer-events: none;
}
.cid-sa1btF8u8n {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}
.cid-sa1btF8u8n .line {
	background-color: #cc0000;
	color: #cc0000;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-sa1btF8u8n .section-text {
	padding: 2rem 0;
}
.cid-sa1btF8u8n .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-sa1btF8u8n .inner-container {
		width: 100% !important;
	}
}
.cid-saBTsQjSyT {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTsQjSyT .content {
		text-align: center;
	}
	.cid-saBTsQjSyT .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTsQjSyT .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTsQjSyT .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTsQjSyT .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTsQjSyT .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTsQjSyT .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTsQjSyT .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTsQjSyT .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTsQjSyT .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTsQjSyT .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTsQjSyT .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTsQjSyT .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-s9hTYt6pfW .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-s9hTYt6pfW .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-s9hTYt6pfW a {
	font-style: normal;
}
.cid-s9hTYt6pfW .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-s9hTYt6pfW .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-s9hTYt6pfW .nav-item:focus,
.cid-s9hTYt6pfW .nav-link:focus {
	outline: none;
}
.cid-s9hTYt6pfW .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-s9hTYt6pfW .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-s9hTYt6pfW .menu-logo {
	margin-right: auto;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-s9hTYt6pfW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-s9hTYt6pfW .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-s9hTYt6pfW .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-s9hTYt6pfW .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-s9hTYt6pfW .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-s9hTYt6pfW button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-s9hTYt6pfW button.navbar-toggler:focus {
	outline: none;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-s9hTYt6pfW button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-s9hTYt6pfW nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-s9hTYt6pfW .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .btn {
	display: flex;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-s9hTYt6pfW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9hTYt6pfW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-s9hTYt6pfW .collapsed button.navbar-toggler {
	display: block;
}
.cid-s9hTYt6pfW .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-s9hTYt6pfW .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-s9hTYt6pfW .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-s9hTYt6pfW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-s9hTYt6pfW .navbar-expand {
		flex-direction: column;
	}
	.cid-s9hTYt6pfW img {
		height: 3.8rem !important;
	}
	.cid-s9hTYt6pfW .btn {
		display: flex;
	}
	.cid-s9hTYt6pfW button.navbar-toggler {
		display: block;
	}
	.cid-s9hTYt6pfW .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-s9hTYt6pfW .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-s9hTYt6pfW .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing,
	.cid-s9hTYt6pfW .navbar-collapse.show {
		display: block !important;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-s9hTYt6pfW .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-s9hTYt6pfW .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-s9hTYt6pfW .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-s9hTYt6pfW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-s9hTYt6pfW .menu-logo {
		flex-shrink: 0;
	}
}
.cid-s9hTYt6pfW .navbar-collapse {
	flex-basis: auto;
}
.cid-s9hTYt6pfW .nav-link:hover,
.cid-s9hTYt6pfW .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBej5SJWi {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-saBej5SJWi P {
	color: #767676;
}
.cid-saBej5SJWi H1 {
	color: #ffffff;
}
.cid-saBej5SJWi .text,
.cid-saBej5SJWi .mbr-section-btn {
	color: #ffffff;
}
.cid-saBej5SJWi H3 {
	color: #ffffff;
}
.cid-saBegmCUKa {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-saBegmCUKa .section-subtitle {
	color: #767676;
}
.cid-saBTNEeDpS {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTNEeDpS .content {
		text-align: center;
	}
	.cid-saBTNEeDpS .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTNEeDpS .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTNEeDpS .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTNEeDpS .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTNEeDpS .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTNEeDpS .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTNEeDpS .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTNEeDpS .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTNEeDpS .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTNEeDpS .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTNEeDpS .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTNEeDpS .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-saBoDKgn7c .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-saBoDKgn7c .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-saBoDKgn7c a {
	font-style: normal;
}
.cid-saBoDKgn7c .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-saBoDKgn7c .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-saBoDKgn7c .nav-item:focus,
.cid-saBoDKgn7c .nav-link:focus {
	outline: none;
}
.cid-saBoDKgn7c .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-saBoDKgn7c .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-saBoDKgn7c .menu-logo {
	margin-right: auto;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-saBoDKgn7c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-saBoDKgn7c .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-saBoDKgn7c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-saBoDKgn7c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-saBoDKgn7c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-saBoDKgn7c .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-saBoDKgn7c .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saBoDKgn7c .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-saBoDKgn7c .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-saBoDKgn7c .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-saBoDKgn7c .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-saBoDKgn7c .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-saBoDKgn7c .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-saBoDKgn7c .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-saBoDKgn7c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-saBoDKgn7c .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-saBoDKgn7c .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-saBoDKgn7c button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-saBoDKgn7c button.navbar-toggler:focus {
	outline: none;
}
.cid-saBoDKgn7c button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-saBoDKgn7c button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-saBoDKgn7c button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-saBoDKgn7c button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-saBoDKgn7c button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-saBoDKgn7c nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-saBoDKgn7c nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-saBoDKgn7c nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-saBoDKgn7c nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-saBoDKgn7c .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-saBoDKgn7c .collapsed .btn {
	display: flex;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse.collapsing,
.cid-saBoDKgn7c .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saBoDKgn7c .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saBoDKgn7c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saBoDKgn7c .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-saBoDKgn7c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saBoDKgn7c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-saBoDKgn7c .collapsed button.navbar-toggler {
	display: block;
}
.cid-saBoDKgn7c .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-saBoDKgn7c .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-saBoDKgn7c .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-saBoDKgn7c .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-saBoDKgn7c .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-saBoDKgn7c .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-saBoDKgn7c .navbar-expand {
		flex-direction: column;
	}
	.cid-saBoDKgn7c img {
		height: 3.8rem !important;
	}
	.cid-saBoDKgn7c .btn {
		display: flex;
	}
	.cid-saBoDKgn7c button.navbar-toggler {
		display: block;
	}
	.cid-saBoDKgn7c .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-saBoDKgn7c .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-saBoDKgn7c .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-saBoDKgn7c .navbar-collapse.collapsing,
	.cid-saBoDKgn7c .navbar-collapse.show {
		display: block !important;
	}
	.cid-saBoDKgn7c .navbar-collapse.collapsing .navbar-nav,
	.cid-saBoDKgn7c .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-saBoDKgn7c .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-saBoDKgn7c .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-saBoDKgn7c .navbar-collapse.collapsing .navbar-buttons,
	.cid-saBoDKgn7c .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-saBoDKgn7c .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-saBoDKgn7c .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-saBoDKgn7c .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-saBoDKgn7c .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-saBoDKgn7c .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-saBoDKgn7c .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-saBoDKgn7c .menu-logo {
		flex-shrink: 0;
	}
}
.cid-saBoDKgn7c .navbar-collapse {
	flex-basis: auto;
}
.cid-saBoDKgn7c .nav-link:hover,
.cid-saBoDKgn7c .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saBoDLfe6E {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-saBoDLfe6E P {
	color: #767676;
}
.cid-saBoDLfe6E H1 {
	color: #ffffff;
}
.cid-saBoDLfe6E H3 {
	color: #ffffff;
}
.cid-saBoDLfe6E .text,
.cid-saBoDLfe6E .mbr-section-btn {
	color: #ffffff;
}
.cid-saBoDLRC82 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-saBoDLRC82 .section-subtitle {
	color: #767676;
}
.cid-saBoDLRC82 DIV {
	text-align: left;
}
.cid-saBoDLRC82 H2 {
	text-align: left;
}
.cid-saBTCvuJsk {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #232323;
}
@media (max-width: 767px) {
	.cid-saBTCvuJsk .content {
		text-align: center;
	}
	.cid-saBTCvuJsk .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.cid-saBTCvuJsk .media-wrap {
		margin-bottom: 1rem;
	}
}
.cid-saBTCvuJsk .media-wrap .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-saBTCvuJsk .media-wrap img {
	height: 6rem;
}
@media (max-width: 767px) {
	.cid-saBTCvuJsk .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-saBTCvuJsk .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-saBTCvuJsk .footer-lower .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cid-saBTCvuJsk .footer-lower .social-list .mbr-iconfont-social {
	font-size: 1.3rem;
	color: #fff;
}
.cid-saBTCvuJsk .footer-lower .social-list .soc-item {
	margin: 0 .5rem;
}
.cid-saBTCvuJsk .footer-lower .social-list a {
	margin: 0;
	opacity: .5;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.cid-saBTCvuJsk .footer-lower .social-list a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-saBTCvuJsk .footer-lower .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-saDaNA9DPR {
	padding-top: 90px;
	padding-bottom: 30px;
	background-color: #232323;
}
.cid-saDaNA9DPR P {
	color: #767676;
}
.cid-saDaNA9DPR H1 {
	color: #ffffff;
}
.cid-saDaNANVF5 .navbar {
	padding: .5rem 0;
	background: #232323;
	transition: none;
	min-height: 77px;
}
.cid-saDaNANVF5 .navbar-dropdown.bg-color.transparent.opened {
	background: #232323;
}
.cid-saDaNANVF5 a {
	font-style: normal;
}
.cid-saDaNANVF5 .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.cid-saDaNANVF5 .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
}
.cid-saDaNANVF5 .nav-item:focus,
.cid-saDaNANVF5 .nav-link:focus {
	outline: none;
}
.cid-saDaNANVF5 .btn {
	padding: 0.4rem 1.5rem;
	display: inline-flex;
	align-items: center;
}
.cid-saDaNANVF5 .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.cid-saDaNANVF5 .menu-logo {
	margin-right: auto;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	align-items: center;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.cid-saDaNANVF5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.cid-saDaNANVF5 .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.cid-saDaNANVF5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.cid-saDaNANVF5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.cid-saDaNANVF5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.cid-saDaNANVF5 .dropdown .dropdown-menu {
	background: #232323;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.cid-saDaNANVF5 .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saDaNANVF5 .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.cid-saDaNANVF5 .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.cid-saDaNANVF5 .dropdown.open > .dropdown-menu {
	display: block;
}
.cid-saDaNANVF5 .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.cid-saDaNANVF5 .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.cid-saDaNANVF5 .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.cid-saDaNANVF5 .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.cid-saDaNANVF5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.cid-saDaNANVF5 .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.cid-saDaNANVF5 .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.cid-saDaNANVF5 button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.cid-saDaNANVF5 button.navbar-toggler:focus {
	outline: none;
}
.cid-saDaNANVF5 button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.cid-saDaNANVF5 button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.cid-saDaNANVF5 button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.cid-saDaNANVF5 button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.cid-saDaNANVF5 button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.cid-saDaNANVF5 nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-saDaNANVF5 nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.cid-saDaNANVF5 nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.cid-saDaNANVF5 nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.cid-saDaNANVF5 .collapsed.navbar-expand {
	flex-direction: column;
}
.cid-saDaNANVF5 .collapsed .btn {
	display: flex;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse.collapsing,
.cid-saDaNANVF5 .collapsed .navbar-collapse.show {
	display: block !important;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saDaNANVF5 .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saDaNANVF5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saDaNANVF5 .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.cid-saDaNANVF5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saDaNANVF5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
.cid-saDaNANVF5 .collapsed button.navbar-toggler {
	display: block;
}
.cid-saDaNANVF5 .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.cid-saDaNANVF5 .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.cid-saDaNANVF5 .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.cid-saDaNANVF5 .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.cid-saDaNANVF5 .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.cid-saDaNANVF5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 991px) {
	.cid-saDaNANVF5 .navbar-expand {
		flex-direction: column;
	}
	.cid-saDaNANVF5 img {
		height: 3.8rem !important;
	}
	.cid-saDaNANVF5 .btn {
		display: flex;
	}
	.cid-saDaNANVF5 button.navbar-toggler {
		display: block;
	}
	.cid-saDaNANVF5 .navbar-brand {
		margin-left: 1rem !important;
	}
	.cid-saDaNANVF5 .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.cid-saDaNANVF5 .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.cid-saDaNANVF5 .navbar-collapse.collapsing,
	.cid-saDaNANVF5 .navbar-collapse.show {
		display: block !important;
	}
	.cid-saDaNANVF5 .navbar-collapse.collapsing .navbar-nav,
	.cid-saDaNANVF5 .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.cid-saDaNANVF5 .navbar-collapse.collapsing .navbar-nav .nav-item,
	.cid-saDaNANVF5 .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.cid-saDaNANVF5 .navbar-collapse.collapsing .navbar-buttons,
	.cid-saDaNANVF5 .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.cid-saDaNANVF5 .navbar-collapse.collapsing .navbar-buttons:last-child,
	.cid-saDaNANVF5 .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.cid-saDaNANVF5 .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.cid-saDaNANVF5 .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.cid-saDaNANVF5 .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.cid-saDaNANVF5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.cid-saDaNANVF5 .menu-logo {
		flex-shrink: 0;
	}
}
.cid-saDaNANVF5 .navbar-collapse {
	flex-basis: auto;
}
.cid-saDaNANVF5 .nav-link:hover,
.cid-saDaNANVF5 .dropdown-item:hover {
	color: #ffcc00 !important;
}
.cid-saDaNBkiX0 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-saDaNBkiX0 .section-subtitle {
	color: #767676;
}
