.display-1 {
	font-family: 'cormorant';
	font-weight: bold;
	font-size: 4.6rem;
	line-height: 1.1
}

.display-1>.mbr-iconfont {
	font-size: 5.75rem
}

.display-2 {
	font-family: 'cormorant';
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.1
}

.display-2>.mbr-iconfont {
	font-size: 3.75rem
}

.display-4 {
	font-family: 'cormorant';
	font-size: 1.4rem;
	line-height: 1.5
}

.display-4>.mbr-iconfont {
	font-size: 1.75rem
}

.display-5 {
	font-family: 'cormorant';
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5
}

.display-5>.mbr-iconfont {
	font-size: 2rem
}

.display-7 {
	font-family: 'cormorant';
	font-size: 1.2rem !important;
	line-height: 1.5
}

.display-7>.mbr-iconfont {
	font-size: 1.5rem
}

@media(max-width:992px) {
	.display-1 {
		font-size: 3.68rem
	}
}

@media(max-width:768px) {
	.display-1 {
		font-size: 3.22rem;
		font-size: calc(2.26rem+(4.6 - 2.26) *((100vw - 20rem)/(48 - 20)));
		line-height: calc(1.1 *(2.26rem+(4.6 - 2.26) *((100vw - 20rem)/(48 - 20))))
	}

	.display-2 {
		font-size: 2.4rem;
		font-size: calc(1.7rem+(3 - 1.7) *((100vw - 20rem)/(48 - 20)));
		line-height: calc(1.3 *(1.7rem+(3 - 1.7) *((100vw - 20rem)/(48 - 20))))
	}

	.display-4 {
		font-size: 1.12rem;
		font-size: calc(1.14rem+(1.4 - 1.14) *((100vw - 20rem)/(48 - 20)));
		line-height: calc(1.4 *(1.14rem+(1.4 - 1.14) *((100vw - 20rem)/(48 - 20))))
	}

	.display-5 {
		font-size: 1.28rem;
		font-size: calc(1.21rem+(1.6 - 1.21) *((100vw - 20rem)/(48 - 20)));
		line-height: calc(1.4 *(1.21rem+(1.6 - 1.21) *((100vw - 20rem)/(48 - 20))))
	}

	.display-7 {
		font-size: .96rem;
		font-size: calc(1.07rem+(1.2 - 1.07) *((100vw - 20rem)/(48 - 20)));
		line-height: calc(1.4 *(1.07rem+(1.2 - 1.07) *((100vw - 20rem)/(48 - 20))))
	}
}

.btn {
	padding: .6rem 1.2rem;
	border-radius: 4px
}

.btn-sm {
	padding: .6rem 1.2rem;
	border-radius: 4px
}

.btn-md {
	padding: .6rem 1.2rem;
	border-radius: 4px
}

.btn-lg {
	padding: 1rem 2.6rem;
	border-radius: 4px
}

.bg-primary {
	background-color: #6592e6 !important
}

.bg-success {
	background-color: #40b0bf !important
}

.bg-info {
	background-color: #47b5ed !important
}

.bg-danger {
	background-color: #f96 !important
}

.btn-primary,
.btn-primary:active {
	background-color: #6592e6 !important;
	border-color: #6592e6 !important;
	color: #fff !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff !important;
	background-color: #2260d2 !important;
	border-color: #2260d2 !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-primary:disabled {
	color: #fff !important;
	background-color: #2260d2 !important;
	border-color: #2260d2 !important
}

.btn-secondary,
.btn-secondary:active {
	background-color: #f66 !important;
	border-color: #f66 !important;
	color: #fff !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff !important;
	background-color: #ff0f0f !important;
	border-color: #ff0f0f !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-secondary:disabled {
	color: #fff !important;
	background-color: #ff0f0f !important;
	border-color: #ff0f0f !important
}

.btn-info,
.btn-info:active {
	background-color: #47b5ed !important;
	border-color: #47b5ed !important;
	color: #fff !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-info.active,
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	color: #fff !important;
	background-color: #148cca !important;
	border-color: #148cca !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-info-2.active,
.btn-info-2.focus,
.btn-info-2:focus,
.btn-info-2:hover {
	color: #fff !important;
	background-color: #148cca !important;
	border-color: #148cca !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-info:disabled {
	color: #fff !important;
	background-color: #148cca !important;
	border-color: #148cca !important
}

.btn-success,
.btn-success:active {
	background-color: #40b0bf !important;
	border-color: #40b0bf !important;
	color: #fff !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-success.active,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff !important;
	background-color: #2a747e !important;
	border-color: #2a747e !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-success:disabled {
	color: #fff !important;
	background-color: #2a747e !important;
	border-color: #2a747e !important
}

.btn-danger,
.btn-danger:active {
	background-color: #f96 !important;
	border-color: #f96 !important;
	color: #fff !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff !important;
	background-color: #ff5f0f !important;
	border-color: #ff5f0f !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-danger:disabled {
	color: #fff !important;
	background-color: #ff5f0f !important;
	border-color: #ff5f0f !important
}

.btn-white,
.btn-white:active {
	background-color: #fafafa !important;
	border-color: #fafafa !important;
	color: #7a7a7a !important;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / .2)
}

.btn-white.active,
.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
	color: #4f4f4f !important;
	background-color: #cfcfcf !important;
	border-color: #cfcfcf !important;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / .2)
}

.btn-white:disabled {
	color: #7a7a7a !important;
	background-color: #cfcfcf !important;
	border-color: #cfcfcf !important
}

.text-primary {
	color: #6592e6 !important
}

.text-secondary {
	color: #f66 !important
}

.text-success {
	color: #40b0bf !important
}

.text-info {
	color: #47b5ed !important
}

.text-danger {
	color: #f96 !important
}

.text-white {
	color: #fdf7e3 !important
}

a.text-primary.active,
a.text-primary:focus,
a.text-primary:hover {
	color: #205ac5
}

a.text-secondary.active,
a.text-secondary:focus,
a.text-secondary:hover {
	color: red !important
}

a.text-success.active,
a.text-success:focus,
a.text-success:hover {
	color: #266a73 !important
}

a.text-info.active,
a.text-info:focus,
a.text-info:hover {
	color: #1283bc !important
}

a.text-danger.active,
a.text-danger:focus,
a.text-danger:hover {
	color: #f50 !important
}

a.text-white.active
a.text-white:focus,
a.text-white:hover {
	color: #fff;
	/* font-weight: 900 */
}

a[class*=text-]:not(.nav-):not(.dropdown-item):not([role]):not(.navbar-caption) {
	position: relative;
	background-image: #fff0;
	background-size: 10000px 2px;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	background-position: -10000px 1.2em
}

a[class*=text-]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
	transition: background-position 2s ease-in-out;
	background-image: linear-gradient(currentColor 50%, currentColor 50%);
	background-position: 0 1.2em
}

a,
a:hover {
	color: #fdf7e3
}

.form-control {
	font-family: 'cormorant';
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400
}

.form-control>.mbr-iconfont {
	font-size: 1.75rem
}

.form-control:focus,
.form-control:hover {
	box-shadow: rgb(0 0 0 / .07) 0 1px 1px 0, rgb(0 0 0 / .07) 0 1px 3px 0, rgb(0 0 0 / .03) 0 0 0 1px;
	border-color: #6592e6 !important
}

.form-control:-webkit-input-placeholder {
	font-family: 'cormorant' !important;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
	font-size: 1.75rem
}

.lazy-bg {
	background-image: none !important
}

.lazy-none {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: auto
}

body {
	overflow-x: hidden
}

a {
	transition: color .6s
}

.cid-sYcGYZbhmD {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.cid-sYcGYZbhmD .card-wrapper {
	padding-right: 2rem
}

@media(max-width:992px) {
	.cid-sYcGYZbhmD .card {
		margin-bottom: 2rem !important
	}

	.cid-sYcGYZbhmD .card-wrapper {
		padding: 0 1rem
	}
}

@media(max-width:767px) {
	.cid-sYcGYZbhmD .link-wrap {
		align-items: center
	}
}

.cid-sYcGYZbhmD .image-wrapper img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover
}

.cid-s48P1Icc8J {
	padding-top: 0;
	padding-bottom: 0
}

.cid-s48P1Icc8J .row-links {
	width: 100%;
	justify-content: center
}

.cid-s48P1Icc8J .social-row {
	width: 100%;
	justify-content: center
}

.cid-s48P1Icc8J .media-container-row {
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.cid-s48P1Icc8J .media-container-row .foot-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0
}

.cid-s48P1Icc8J .media-container-row .foot-menu li {
	padding: 0 1rem 1rem 1rem
}

.cid-s48P1Icc8J .media-container-row .foot-menu li p {
	margin: 0
}

.cid-s48P1Icc8J .media-container-row .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.cid-s48P1Icc8J .media-container-row .social-list .mbr-iconfont-social {
	font-size: 1.5rem
}

.cid-s48P1Icc8J .media-container-row .social-list .soc-item {
	margin: 0 .5rem
}

.cid-s48P1Icc8J .media-container-row .social-list a {
	margin: 0;
	opacity: .5;
	transition: .2s linear
}

.cid-s48P1Icc8J .media-container-row .social-list a:hover {
	opacity: 1
}

@media(max-width:767px) {
	.cid-s48P1Icc8J .media-container-row .social-list {
		-webkit-justify-content: center;
		justify-content: center
	}
}

.cid-s48P1Icc8J .media-container-row .row-copirayt {
	word-break: break-word;
	width: 100%
}

.cid-s48P1Icc8J .media-container-row .row-copirayt p {
	width: 100%
}

.cid-sYcSud468C {
	padding-top: 6rem;
	padding-bottom: 0rem
}

section.cid-sYcSud468C.gallery1 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.cid-sYcSud468C .item-img,
.cid-sYcSud468C img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcSud468C .item:focus,
.cid-sYcSud468C span:focus {
	outline: 0
}

.cid-sYcSud468C .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcSud468C .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcSud468C .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcSud468C .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcSud468C .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYykh4Ccov {
	padding-top: 0;
	padding-bottom: 0
}

@media(max-width:991px) {
	.cid-sYykh4Ccov .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYykh4Ccov .row {
	flex-direction: row-reverse
}

.cid-sYykh4Ccov img {
	width: 100%
}

.cid-sYcUktgkM1 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.cid-sYcUktgkM1 .item-img,
.cid-sYcUktgkM1 img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcUktgkM1 .item:focus,
.cid-sYcUktgkM1 span:focus {
	outline: 0
}

.cid-sYcUktgkM1 .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcUktgkM1 .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcUktgkM1 .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcUktgkM1 .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcUktgkM1 .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYy8sNwbhR {
	padding-top: 0;
	padding-bottom: 2rem
}

.cid-sYy8sNwbhR .video-wrapper iframe {
	width: 100%
}

.cid-sYy8sNwbhR .mbr-section-subtitle,
.cid-sYy8sNwbhR .mbr-section-title,
.cid-sYy8sNwbhR .mbr-text {
	text-align: center
}

.cid-sYye3kOvFp {
	padding-top: 0;
	padding-bottom: 6rem
}

.cid-sYcUZe2tFK {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcUZe2tFK .item-img,
.cid-sYcUZe2tFK img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcUZe2tFK .item:focus,
.cid-sYcUZe2tFK span:focus {
	outline: 0
}

.cid-sYcUZe2tFK .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcUZe2tFK .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcUZe2tFK .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcUZe2tFK .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcUZe2tFK .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcVuzIK6F {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcVuzIK6F .item-img,
.cid-sYcVuzIK6F img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcVuzIK6F .item:focus,
.cid-sYcVuzIK6F span:focus {
	outline: 0
}

.cid-sYcVuzIK6F .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcVuzIK6F .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcVuzIK6F .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcVuzIK6F .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcVuzIK6F .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcVMa9euc {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcVMa9euc .item-img,
.cid-sYcVMa9euc img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcVMa9euc .item:focus,
.cid-sYcVMa9euc span:focus {
	outline: 0
}

.cid-sYcVMa9euc .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcVMa9euc .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcVMa9euc .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcVMa9euc .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcVMa9euc .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcWl3ToMa {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcWl3ToMa .item-img,
.cid-sYcWl3ToMa img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcWl3ToMa .item:focus,
.cid-sYcWl3ToMa span:focus {
	outline: 0
}

.cid-sYcWl3ToMa .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcWl3ToMa .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcWl3ToMa .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcWl3ToMa .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcWl3ToMa .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcWMbZmhd {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcWMbZmhd .item-img,
.cid-sYcWMbZmhd img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcWMbZmhd .item:focus,
.cid-sYcWMbZmhd span:focus {
	outline: 0
}

.cid-sYcWMbZmhd .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcWMbZmhd .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcWMbZmhd .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcWMbZmhd .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcWMbZmhd .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcXMYmQEf {
	padding-top: 2rem;
	padding-bottom: 6rem
}

.cid-sYcXMYmQEf .item-img,
.cid-sYcXMYmQEf img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcXMYmQEf .item:focus,
.cid-sYcXMYmQEf span:focus {
	outline: 0
}

.cid-sYcXMYmQEf .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcXMYmQEf .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcXMYmQEf .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcXMYmQEf .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcXMYmQEf .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYcY6SGuW8 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYcY6SGuW8 .item-img,
.cid-sYcY6SGuW8 img {
	width: 100%;
	border-radius: 12px;
	height: 100%
}

.cid-sYcY6SGuW8 .item:focus,
.cid-sYcY6SGuW8 span:focus {
	outline: 0
}

.cid-sYcY6SGuW8 .item {
	cursor: pointer;
	margin-bottom: 2rem;
	position: relative
}

.cid-sYcY6SGuW8 .item-wrapper {
	position: unset;
	border-radius: 12px;
	background: #232323;
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

@media(min-width:992px) {
	.cid-sYcY6SGuW8 .item-wrapper .item-content {
		text-align: center
	}
}

@media(max-width:991px) {
	.cid-sYcY6SGuW8 .item-wrapper .item-content {
		text-align: center
	}
}

.cid-sYcY6SGuW8 .mbr-section-btn {
	margin-top: auto !important
}

.cid-sYd0Iv1DnP {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYd0Iv1DnP .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYd0Iv1DnP .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYd0Iv1DnP .row {
	flex-direction: row-reverse
}

.cid-sYd0Iv1DnP img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYd0Iv1DnP .text-wrapper {
		padding: 2rem
	}
}

.cid-sYd0Iv1DnP .mbr-section-title {
	text-align: center
}

.cid-sYQZGRRgop {
	padding-bottom: 0
}

.cid-sYQZGRRgop .carousel {
	height: 800px;
	touch-action: pan-x pan-y
}

.cid-sYQZGRRgop .carousel img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.cid-sYQZGRRgop .carousel-inner,
.cid-sYQZGRRgop .carousel-item {
	height: 100%
}

.cid-sYQZGRRgop .carousel-caption {
	bottom: 40px
}

.cid-sYQZGRRgop .mobi-mbri-arrow-next {
	margin-left: 5px
}

.cid-sYQZGRRgop .mobi-mbri-arrow-prev {
	margin-right: 5px
}

.cid-sYQZGRRgop .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1
}

.cid-sYQZGRRgop .item-wrapper {
	width: 100%
}

@media(max-width:767px) {
	.cid-sYQZGRRgop .container .carousel-control {
		margin-bottom: 0
	}

	.cid-sYQZGRRgop .content-slider-wrap {
		width: 100% !important
	}
}

.cid-sYQZGRRgop .container .carousel-indicators {
	margin-bottom: 3px
}

.cid-sYQZGRRgop .carousel-control {
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -1.5rem;
	font-size: 22px;
	background-color: rgb(0 0 0 / .5);
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all .3s
}

.cid-sYQZGRRgop .carousel-control.carousel-control-prev {
	left: 0;
	margin-left: 2.5rem
}

.cid-sYQZGRRgop .carousel-control.carousel-control-next {
	right: 0;
	margin-right: 2.5rem
}

@media(max-width:767px) {
	.cid-sYQZGRRgop .carousel-control {
		top: auto;
		bottom: 1rem
	}
}

.cid-sYQZGRRgop .carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 1.5rem !important
}

.cid-sYQZGRRgop .carousel-indicators li {
	max-width: 15px;
	height: 15px;
	width: 15px;
	max-height: 15px;
	margin: 3px;
	background-color: rgb(0 0 0 / .5);
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: .5;
	transition: all .3s
}

.cid-sYQZGRRgop .carousel-indicators li.active,
.cid-sYQZGRRgop .carousel-indicators li:hover {
	opacity: .9
}

.cid-sYQZGRRgop .carousel-indicators li::after,
.cid-sYQZGRRgop .carousel-indicators li::before {
	content: none
}

.cid-sYQZGRRgop .carousel-indicators.ie-fix {
	left: 50%;
	display: block;
	width: 60%;
	margin-left: -30%;
	text-align: center
}

@media(max-width:768px) {
	.cid-sYQZGRRgop .carousel-item img {
		transform: scale(1.2);
		transform-origin: center center
	}
}

@media(max-width:768px) {
	.cid-sYQZGRRgop .carousel-indicators {
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		margin-left: 0
	}
}

@media(max-width:768px) {
	.cid-sYQZGRRgop .carousel-indicators li {
		max-width: 7.5px;
		height: 7.5px;
		width: 7.5px;
		max-height: 7.5px;
		margin: 1.5px;
		border-width: 1px
	}

	.cid-sYQGRRgop .carousel-indicators li.active {
		opacity: 1;
		background-color: #fff;
		border-color: #000
	}
}

.cid-sYd4Nbwsvd {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYd4Nbwsvd .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYd4Nbwsvd .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYd4Nbwsvd .row {
	flex-direction: row-reverse
}

.cid-sYd4Nbwsvd img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYd4Nbwsvd .text-wrapper {
		padding: 2rem
	}
}

.cid-sYd4Nbwsvd .mbr-section-title {
	text-align: center
}

.cid-sYd6xXmvMx {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYd6xXmvMx .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYd6xXmvMx .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYd6xXmvMx .row {
	flex-direction: row-reverse
}

.cid-sYd6xXmvMx img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYd6xXmvMx .text-wrapper {
		padding: 2rem
	}
}

.cid-sYd6xXmvMx .mbr-section-title {
	text-align: center
}

.cid-sYdaunwte7 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYdaunwte7 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYdaunwte7 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYdaunwte7 .row {
	flex-direction: row-reverse
}

.cid-sYdaunwte7 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYdaunwte7 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYdaunwte7 .mbr-section-title {
	text-align: center
}

.cid-sYde4BOUcJ {
	z-index: 1000;
	width: 100%;
	position: relative;
	min-height: 60px
}

.cid-sYde4BOUcJ nav.navbar {
	position: fixed
}

.cid-sYde4BOUcJ .dropdown-item:before {
	font-family: 'cormorant' !important;
	content: "\e966";
	display: inline-block;
	width: 0;
	position: absolute;
	left: 1rem;
	top: .5rem;
	margin-right: .5rem;
	line-height: 1;
	font-size: inherit;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	transform: scale(0, 1);
	transition: all .25s ease-in-out
}

.cid-sYde4BOUcJ .dropdown-menu {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1)
}

.cid-sYde4BOUcJ .dropdown-item {
	border-bottom: 1px solid #e6e6e6
}

.cid-sYde4BOUcJ .dropdown-item:hover,
.cid-sYde4BOUcJ .dropdown-item:focus {
	background: #6592e6 !important;
	color: white !important
}

.cid-sYde4BOUcJ .dropdown-item:hover span {
	color: #fff
}

.cid-sYde4BOUcJ .dropdown-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.cid-sYde4BOUcJ .dropdown-item:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.cid-sYde4BOUcJ .nav-dropdown .link {
	padding: 0 .3em !important;
	margin: .67em .5em !important
}

.cid-sYde4BOUcJ .nav-dropdown .link.dropdown-toggle::after {
	margin-left: .5rem;
	margin-top: .2rem
}

.cid-sYde4BOUcJ .nav-link {
	position: relative
}

.cid-sYde4BOUcJ .container {
	display: flex;
	margin: auto
}

@media(min-width:992px) {
	.cid-sYde4BOUcJ .container {
		flex-wrap: nowrap
	}
}

.cid-sYde4BOUcJ .iconfont-wrapper {
	color: #000 !important;
	font-size: 1.5rem;
	padding-right: .5rem
}

.cid-sYde4BOUcJ .dropdown-menu,
.cid-sYde4BOUcJ .navbar.opened {
	background: #232323 !important
}

.cid-sYde4BOUcJ .nav-item:focus,
.cid-sYde4BOUcJ .nav-link:focus {
	outline: 0
}

.cid-sYde4BOUcJ .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	transition: all .25s ease-in-out
}

.cid-sYde4BOUcJ .dropdown .dropdown-menu .dropdown-item::after {
	right: .5rem
}

.cid-sYde4BOUcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
	margin-right: .5rem;
	vertical-align: sub
}

.cid-sYde4BOUcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
	display: inline-block;
	transform: scale(1, 1);
	transition: all .25s ease-in-out
}

.cid-sYde4BOUcJ .collapsed .dropdown-menu .dropdown-item:before {
	display: none
}

.cid-sYde4BOUcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: .235em 1.5em .235em 1.5em !important;
	transition: none;
	margin: 0 !important
}

.cid-sYde4BOUcJ .navbar {
	min-height: 70px;
	transition: all .3s;
	border-bottom: 1px solid #fff0;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1);
	background: #232323
}

.cid-sYde4BOUcJ .navbar.opened {
	transition: all .3s
}

.cid-sYde4BOUcJ .navbar .dropdown-item {
	padding: .5rem 1.8rem
}

.cid-sYde4BOUcJ .navbar .navbar-logo img {
	width: auto
}

.cid-sYde4BOUcJ .navbar .navbar-collapse {
	justify-content: flex-end;
	z-index: 1
}

.cid-sYde4BOUcJ .navbar.collapsed {
	justify-content: center
}

.cid-sYde4BOUcJ .navbar.collapsed .nav-item .nav-link::before {
	display: none
}

.cid-sYde4BOUcJ .navbar.collapsed.opened .dropdown-menu {
	top: 0
}

@media(min-width:992px) {
	.cid-sYde4BOUcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
		max-height: calc(98.5vh - 8rem)
	}
}

.cid-sYde4BOUcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important
}

.cid-sYde4BOUcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto
}

.cid-sYde4BOUcJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: .5rem;
	margin-top: .2rem;
	border-top: .35em solid;
	border-right: .35em solid #fff0;
	border-left: .35em solid #fff0;
	border-bottom: 0;
	top: 41%
}

.cid-sYde4BOUcJ .navbar.collapsed ul.navbar-nav li {
	margin: auto
}

.cid-sYde4BOUcJ .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: .25rem 1.5rem;
	text-align: center
}

.cid-sYde4BOUcJ .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-right: 0;
	padding-top: .5rem;
	padding-bottom: .5rem
}

@media(max-width:991px) {
	.cid-sYde4BOUcJ .navbar .nav-item .nav-link::before {
		display: none
	}

	.cid-sYde4BOUcJ .navbar.opened .dropdown-menu {
		top: 0
	}

	.cid-sYde4BOUcJ .navbar .dropdown-menu .dropdown-submenu {
		left: 0 !important
	}

	.cid-sYde4BOUcJ .navbar .dropdown-menu .dropdown-item:after {
		right: auto
	}

	.cid-sYde4BOUcJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
		margin-left: .5rem;
		margin-top: .2rem;
		border-top: .35em solid;
		border-right: .35em solid #fff0;
		border-left: .35em solid #fff0;
		border-bottom: 0;
		top: 40%
	}

	.cid-sYde4BOUcJ .navbar .navbar-logo img {
		height: 3rem !important
	}

	.cid-sYde4BOUcJ .navbar ul.navbar-nav li {
		margin: auto
	}

	.cid-sYde4BOUcJ .navbar .dropdown-menu .dropdown-item {
		padding: .25rem 1.5rem !important;
		text-align: center
	}

	.cid-sYde4BOUcJ .navbar .navbar-brand {
		flex-shrink: initial;
		flex-basis: auto;
		word-break: break-word;
		padding-right: 2rem
	}

	.cid-sYde4BOUcJ .navbar .navbar-toggler {
		flex-basis: auto
	}

	.cid-sYde4BOUcJ .navbar .icons-menu {
		padding-left: 0;
		padding-top: .5rem;
		padding-bottom: .5rem
	}
}

.cid-sYde4BOUcJ .navbar.navbar-short {
	min-height: 60px
}

.cid-sYde4BOUcJ .navbar.navbar-short .navbar-logo img {
	height: 4rem
}

.cid-sYde4BOUcJ .navbar.navbar-short .navbar-brand {
	min-height: 60px;
	padding: 0
}

.cid-sYde4BOUcJ .navbar-brand {
	min-height: 70px;
	flex-shrink: 0;
	align-items: center;
	margin-right: 0;
	padding: 10px 0;
	transition: all .3s;
	word-break: break-word;
	z-index: 1
}

.cid-sYde4BOUcJ .navbar-brand .navbar-caption {
	line-height: inherit !important
}

.cid-sYde4BOUcJ .navbar-brand .navbar-logo a {
	outline: 0
}

.cid-sYde4BOUcJ .dropdown-item.active,
.cid-sYde4BOUcJ .dropdown-item:active {
	background-color: #fff0
}

.cid-sYde4BOUcJ .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0
}

.cid-sYde4BOUcJ .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em
}

.cid-sYde4BOUcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: .667em 1.667em
}

.cid-sYde4BOUcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #232323
}

.cid-sYde4BOUcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%
}

.cid-sYde4BOUcJ .navbar .dropdown.open>.dropdown-menu {
	display: block
}

.cid-sYde4BOUcJ ul.navbar-nav {
	flex-wrap: wrap
}

.cid-sYde4BOUcJ .navbar-buttons {
	text-align: center;
	min-width: 170px
}

.cid-sYde4BOUcJ button.navbar-toggler {
	outline: 0;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: relative;
	align-self: center
}

.cid-sYde4BOUcJ button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #fdf7e3 !important
}

body.white-mode .cid-sYde4BOUcJ button.navbar-toggler .hamburger span {
	background-color: #232323 !important
}

.cid-sYde4BOUcJ button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s
}

.cid-sYde4BOUcJ button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s
}

.cid-sYde4BOUcJ button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s
}

.cid-sYde4BOUcJ button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s
}

.cid-sYde4BOUcJ nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s
}

.cid-sYde4BOUcJ nav.opened .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all .25s
}

.cid-sYde4BOUcJ nav.opened .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all .25s
}

.cid-sYde4BOUcJ nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s
}

.cid-sYde4BOUcJ .navbar-dropdown {
	padding: 0 1rem;
	position: fixed
}

.cid-sYde4BOUcJ a.nav-link {
	display: flex;
	align-items: center;
	justify-content: center
}

.cid-sYde4BOUcJ .icons-menu {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .3rem;
	text-align: center
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.cid-sYde4BOUcJ .navbar {
		height: 70px
	}

	.cid-sYde4BOUcJ .navbar.opened {
		height: auto
	}

	.cid-sYde4BOUcJ .nav-item .nav-link:hover::before {
		width: 175%;
		max-width: calc(100%+2rem);
		left: -1rem
	}
}

.cid-sYuEckrwT3 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYuEckrwT3 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYuEckrwT3 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYuEckrwT3 .row {
	flex-direction: row-reverse
}

.cid-sYuEckrwT3 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYuEckrwT3 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYuEckrwT3 .mbr-section-title {
	text-align: center
}

.cid-sYuG3GYMZz {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYuG3GYMZz .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYuG3GYMZz .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYuG3GYMZz .row {
	flex-direction: row-reverse
}

.cid-sYuG3GYMZz img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYuG3GYMZz .text-wrapper {
		padding: 2rem
	}
}

.cid-sYuG3GYMZz .mbr-section-title {
	text-align: center
}

.cid-sYuJrnH0Uz {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYuJrnH0Uz .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYuJrnH0Uz .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYuJrnH0Uz .row {
	flex-direction: row-reverse
}

.cid-sYuJrnH0Uz img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYuJrnH0Uz .text-wrapper {
		padding: 2rem
	}
}

.cid-sYuJrnH0Uz .mbr-section-title {
	text-align: center
}

.cid-sYuKn3crlq {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYuKn3crlq .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYuKn3crlq .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYuKn3crlq .row {
	flex-direction: row-reverse
}

.cid-sYuKn3crlq img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYuKn3crlq .text-wrapper {
		padding: 2rem
	}
}

.cid-sYuKn3crlq .mbr-section-title {
	text-align: center
}

.cid-sYuQ2uYMOR {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYuQ2uYMOR .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYuQ2uYMOR .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYuQ2uYMOR .row {
	flex-direction: row-reverse
}

.cid-sYuQ2uYMOR img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYuQ2uYMOR .text-wrapper {
		padding: 2rem
	}
}

.cid-sYuQ2uYMOR .mbr-section-title {
	text-align: center
}

.cid-sYy3KzO8jB {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYy3KzO8jB .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYy3KzO8jB .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYy3KzO8jB .row {
	flex-direction: row-reverse
}

.cid-sYy3KzO8jB img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYy3KzO8jB .text-wrapper {
		padding: 2rem
	}
}

.cid-sYy3KzO8jB .mbr-section-title {
	text-align: center
}

.cid-sYy4WGc1a5 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYy4WGc1a5 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYy4WGc1a5 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYy4WGc1a5 .row {
	flex-direction: row-reverse
}

.cid-sYy4WGc1a5 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYy4WGc1a5 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYy4WGc1a5 .mbr-section-title {
	text-align: center
}

.cid-sYy6999VEB {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYy6999VEB .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYy6999VEB .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYy6999VEB .row {
	flex-direction: row-reverse
}

.cid-sYy6999VEB img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYy6999VEB .text-wrapper {
		padding: 2rem
	}
}

.cid-sYy6999VEB .mbr-section-title {
	text-align: center
}

.cid-sYyh4uZLx7 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyh4uZLx7 .video-wrapper iframe {
	width: 100%
}

.cid-sYyh4uZLx7 .mbr-section-subtitle,
.cid-sYyh4uZLx7 .mbr-section-title,
.cid-sYyh4uZLx7 .mbr-text {
	text-align: center
}

.cid-sYyiuXc0wc {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyiuXc0wc .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyiuXc0wc .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyiuXc0wc .row {
	flex-direction: row-reverse
}

.cid-sYyiuXc0wc img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyiuXc0wc .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyiuXc0wc .mbr-section-title {
	text-align: center
}

.cid-sYyj7v8vtn {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyj7v8vtn .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyj7v8vtn .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyj7v8vtn .row {
	flex-direction: row-reverse
}

.cid-sYyj7v8vtn img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyj7v8vtn .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyj7v8vtn .mbr-section-title {
	text-align: center
}

.cid-sYym8K8MER {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYym8K8MER .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYym8K8MER .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYym8K8MER .row {
	flex-direction: row-reverse
}

.cid-sYym8K8MER img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYym8K8MER .text-wrapper {
		padding: 2rem
	}
}

.cid-sYym8K8MER .mbr-section-title {
	text-align: center
}

.cid-sYyBSOOw1q {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyBSOOw1q .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyBSOOw1q .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyBSOOw1q .row {
	flex-direction: row-reverse
}

.cid-sYyBSOOw1q img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyBSOOw1q .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyBSOOw1q .mbr-section-title {
	text-align: center
}

.cid-sYyCGxfZYi {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyCGxfZYi .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyCGxfZYi .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyCGxfZYi .row {
	flex-direction: row-reverse
}

.cid-sYyCGxfZYi img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyCGxfZYi .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyCGxfZYi .mbr-section-title {
	text-align: center
}

.cid-sYyDsE2ljj {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyDsE2ljj .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyDsE2ljj .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyDsE2ljj .row {
	flex-direction: row-reverse
}

.cid-sYyDsE2ljj img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyDsE2ljj .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyDsE2ljj .mbr-section-title {
	text-align: center
}

.cid-sYyEGSn8Xx {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyEGSn8Xx .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyEGSn8Xx .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyEGSn8Xx .row {
	flex-direction: row-reverse
}

.cid-sYyEGSn8Xx img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyEGSn8Xx .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyEGSn8Xx .mbr-section-title {
	text-align: center
}

.cid-sYyGyqzqN2 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyGyqzqN2 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyGyqzqN2 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyGyqzqN2 .row {
	flex-direction: row-reverse
}

.cid-sYyGyqzqN2 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyGyqzqN2 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyGyqzqN2 .mbr-section-title {
	text-align: center
}

.cid-sYyHpge7eS {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyHpge7eS .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyHpge7eS .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyHpge7eS .row {
	flex-direction: row-reverse
}

.cid-sYyHpge7eS img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyHpge7eS .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyHpge7eS .mbr-section-title {
	text-align: center
}

.cid-sYyLmv1OX1 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyLmv1OX1 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyLmv1OX1 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyLmv1OX1 .row {
	flex-direction: row-reverse
}

.cid-sYyLmv1OX1 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyLmv1OX1 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyLmv1OX1 .mbr-section-title {
	text-align: center
}

.cid-sYyMlc7FTz {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyMlc7FTz .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyMlc7FTz .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyMlc7FTz .row {
	flex-direction: row-reverse
}

.cid-sYyMlc7FTz img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyMlc7FTz .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyMlc7FTz .mbr-section-title {
	text-align: center
}

.cid-sYyNFx4HEQ {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyNFx4HEQ .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyNFx4HEQ .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyNFx4HEQ .row {
	flex-direction: row-reverse
}

.cid-sYyNFx4HEQ img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyNFx4HEQ .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyNFx4HEQ .mbr-section-title {
	text-align: center
}

.cid-sYyOq4qKNW {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyOq4qKNW .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyOq4qKNW .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyOq4qKNW .row {
	flex-direction: row-reverse
}

.cid-sYyOq4qKNW img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyOq4qKNW .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyOq4qKNW .mbr-section-title {
	text-align: center
}

.cid-sYyPAcaCV6 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyPAcaCV6 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyPAcaCV6 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyPAcaCV6 .row {
	flex-direction: row-reverse
}

.cid-sYyPAcaCV6 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyPAcaCV6 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyPAcaCV6 .mbr-section-title {
	text-align: center
}

.cid-sYyRbZ7WIB {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyRbZ7WIB .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyRbZ7WIB .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyRbZ7WIB .row {
	flex-direction: row-reverse
}

.cid-sYyRbZ7WIB img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyRbZ7WIB .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyRbZ7WIB .mbr-section-title {
	text-align: center
}

.cid-sYyS1HW0iq {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyS1HW0iq .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyS1HW0iq .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyS1HW0iq .row {
	flex-direction: row-reverse
}

.cid-sYyS1HW0iq img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyS1HW0iq .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyS1HW0iq .mbr-section-title {
	text-align: center
}

.cid-sYySX3si55 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYySX3si55 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYySX3si55 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYySX3si55 .row {
	flex-direction: row-reverse
}

.cid-sYySX3si55 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYySX3si55 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYySX3si55 .mbr-section-title {
	text-align: center
}

.cid-sYyU363SW7 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyU363SW7 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyU363SW7 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyU363SW7 .row {
	flex-direction: row-reverse
}

.cid-sYyU363SW7 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyU363SW7 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyU363SW7 .mbr-section-title {
	text-align: center
}

.cid-sYyVteu0fU {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyVteu0fU .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyVteu0fU .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyVteu0fU .row {
	flex-direction: row-reverse
}

.cid-sYyVteu0fU img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyVteu0fU .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyVteu0fU .mbr-section-title {
	text-align: center
}

.cid-sYyXlRK8NT {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyXlRK8NT .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyXlRK8NT .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyXlRK8NT .row {
	flex-direction: row-reverse
}

.cid-sYyXlRK8NT img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyXlRK8NT .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyXlRK8NT .mbr-section-title {
	text-align: center
}

.cid-sYyXZQur37 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYyXZQur37 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYyXZQur37 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYyXZQur37 .row {
	flex-direction: row-reverse
}

.cid-sYyXZQur37 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYyXZQur37 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYyXZQur37 .mbr-section-title {
	text-align: center
}

.cid-sYz0aL5kjv {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYz0aL5kjv .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYz0aL5kjv .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYz0aL5kjv .row {
	flex-direction: row-reverse
}

.cid-sYz0aL5kjv img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYz0aL5kjv .text-wrapper {
		padding: 2rem
	}
}

.cid-sYz0aL5kjv .mbr-section-title {
	text-align: center
}

.cid-sYzcZb0335 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzcZb0335 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzcZb0335 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzcZb0335 .row {
	flex-direction: row-reverse
}

.cid-sYzcZb0335 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzcZb0335 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzcZb0335 .mbr-section-title {
	text-align: center
}

.cid-sYzedU1Gad {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzedU1Gad .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzedU1Gad .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzedU1Gad .row {
	flex-direction: row-reverse
}

.cid-sYzedU1Gad img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzedU1Gad .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzedU1Gad .mbr-section-title {
	text-align: center
}

.cid-sYzfiJDsPH {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzfiJDsPH .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzfiJDsPH .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzfiJDsPH .row {
	flex-direction: row-reverse
}

.cid-sYzfiJDsPH img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzfiJDsPH .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzfiJDsPH .mbr-section-title {
	text-align: center
}

.cid-sYzgeaNp8a {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzgeaNp8a .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzgeaNp8a .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzgeaNp8a .row {
	flex-direction: row-reverse
}

.cid-sYzgeaNp8a img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzgeaNp8a .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzgeaNp8a .mbr-section-title {
	text-align: center
}

.cid-sYzhlEUHG8 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzhlEUHG8 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzhlEUHG8 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzhlEUHG8 .row {
	flex-direction: row-reverse
}

.cid-sYzhlEUHG8 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzhlEUHG8 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzhlEUHG8 .mbr-section-title {
	text-align: center
}

.cid-sYzif0GJkx {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzif0GJkx .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzif0GJkx .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzif0GJkx .row {
	flex-direction: row-reverse
}

.cid-sYzif0GJkx img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzif0GJkx .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzif0GJkx .mbr-section-title {
	text-align: center
}

.cid-sYzj3SQym4 {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzj3SQym4 .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzj3SQym4 .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzj3SQym4 .row {
	flex-direction: row-reverse
}

.cid-sYzj3SQym4 img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzj3SQym4 .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzj3SQym4 .mbr-section-title {
	text-align: center
}

.cid-sYzktfjDOc {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzktfjDOc .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzktfjDOc .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzktfjDOc .row {
	flex-direction: row-reverse
}

.cid-sYzktfjDOc img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzktfjDOc .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzktfjDOc .mbr-section-title {
	text-align: center
}

.cid-sYzkVAdoYi {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzkVAdoYi .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzkVAdoYi .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzkVAdoYi .row {
	flex-direction: row-reverse
}

.cid-sYzkVAdoYi img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzkVAdoYi .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzkVAdoYi .mbr-section-title {
	text-align: center
}

.cid-sYzxezLcLU {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzxezLcLU .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzxezLcLU .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzxezLcLU .row {
	flex-direction: row-reverse
}

.cid-sYzxezLcLU img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzxezLcLU .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzxezLcLU .mbr-section-title {
	text-align: center
}

.cid-sYzye7E4oc {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.cid-sYzye7E4oc .text-wrapper {
	padding: 1rem
}

@media(max-width:991px) {
	.cid-sYzye7E4oc .image-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzye7E4oc .row {
	flex-direction: row-reverse
}

.cid-sYzye7E4oc img {
	width: 100%
}

@media(max-width:991px) {
	.cid-sYzye7E4oc .svg-wrapper {
		margin-bottom: 1rem;
		border-radius: 12px
	}
}

.cid-sYzye7E4oc .row {
	flex-direction: row-reverse
}

.cid-sYzye7E4oc img {
	width: 100%
}

@media(min-width:992px) {
	.cid-sYzye7E4oc .text-wrapper {
		padding: 2rem
	}
}

.cid-sYzye7E4oc .mbr-text {
	text-align: center
}

.cid-sYzye7E4oc .mbr-section-title {
	text-align: center
}

/* Active link styles */
.active {
    font-family: 'cormorant';
    font-weight: 900 !important;
    position: relative;
}

/* Single dotted border for active link on hover */
.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dotted; /* Dynamic color will be applied */
    border-radius: 10px; /* Slightly rounded corners */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.active:hover::before {
    opacity: 1; /* Show the dotted border on hover */
}

/* Underline effect for non-active links on hover */
.nav-link:not(.active):hover {
    opacity: 0.8; /* Adjust opacity on hover */
}

.nav-link:not(.active)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor; /* Use the link's text color */
    transition: width 0.3s ease;
}

.nav-link:not(.active):hover::after {
    width: 100%; /* Expand the underline on hover */
}

/* White-mode specific styles */
html.white-mode .active::before {
    border-color: #232323; /* Dark color for white mode */
}

html.white-mode .nav-link:not(.active)::after {
    background-color: #232323; /* Dark color for white mode */
}

/* Dark-mode specific styles */
html.dark-mode .active::before {
    border-color: #FDF7E3; /* Light color for dark mode */
}

html.dark-mode .nav-link:not(.active)::after {
    background-color: #FDF7E3; /* Light color for dark mode */
}

.svg-wrapper {
	background-color: #fff !important;
	width: 100%;
	height: 100%
}

.svg-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block
}

.blur-effect {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.blur-effect img {
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: blur(0);
	-webkit-filter: blur(0);
	border-radius: 12px;
	height: 350px;
	object-fit: cover;
	object-position: top;
	/* Remove transitions for transform and filter */
}

.blur-effect .item-content {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	transition: all 1s ease-in-out; /* Smooth transition */
	opacity: 1;
	background: rgb(0 0 0 / 0.5);
	padding: 10px;
	border-radius: 5px;
	width: auto;
	max-width: 90%;
	line-height: 1.1;
	box-sizing: border-box;
	white-space: nowrap;
}

.blur-effect:hover .item-content {
	bottom: 50%; /* Move to the vertical center */
	transform: translate(-50%, 50%); /* Adjust for centering */
}

.blur-effect .item-content h5,
.blur-effect .item-content h6 {
	margin: 0; /* Remove default margins */
	padding: 0; /* Remove default padding */
	transition: all 1s ease;
}

.blur-effect .item-content h5 {
	margin-bottom: 10px; /* Add more space below h5 */
}
.rounded-corners {
	border-radius: 12px
}

.image-wrapper .mbr-description {
	display: none !important
}

.hero-image {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
}

.hero-image-mini {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
}

.mbr-embedded-video {
	pointer-events: none;
	margin-bottom: 1rem !important
}

.item-wrapper {
	background: none !important
}