body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.text_slider{
	font-size: 1.6rem !important;
}
.caption_height{
	height: 100%;
}
.menu_slider_heading{
	padding-top: 90px;
}
.menu_slider_p{
	position: absolute;
    bottom: 0;
	font-weight: 700;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}

.cid-u3pehp3lwi .card-wrapper {
    background: #4479d9;
    border-radius: 4px;
}

.cid-u3pehp3lwi .card-wrapper {
    padding: 4rem;
}

.cid-u3pehp3lwi {
    padding-top: 0rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-u3pehp3lwi .card-title, .cid-u3pehp3lwi .card-box {
    text-align: center;
}

/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.48rem;
  }
	.text_slider{
		font-size: 1.2rem !important;
	}
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.17rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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.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-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #22a5e5 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !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 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #22a5e5 !important;
}
.text-secondary {
  color: #6592e6 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #205ac5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 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: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.cust_location{
	display:none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #000000 !important;
  background-color: #22a5e5 !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: #6592e6 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%2322a5e5' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u11ZpRaUQQ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-u11ZpRaUQQ .carousel {
  width: 100%;
}
.cid-u11ZpRaUQQ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u11ZpRaUQQ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u11ZpRaUQQ .carousel-caption {
  bottom: 40px;
}
.cid-u11ZpRaUQQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u11ZpRaUQQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u11ZpRaUQQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u11ZpRaUQQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u11ZpRaUQQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u11ZpRaUQQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u11ZpRaUQQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u11ZpRaUQQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u11ZpRaUQQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u11ZpRaUQQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u11ZpRaUQQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u11ZpRaUQQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u11ZpRaUQQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u11ZpRaUQQ .carousel-indicators li.active,
.cid-u11ZpRaUQQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u11ZpRaUQQ .carousel-indicators li::after,
.cid-u11ZpRaUQQ .carousel-indicators li::before {
  content: none;
}
.cid-u11ZpRaUQQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u11ZpRaUQQ .carousel-indicators {
    display: none !important;
  }
}
.cid-u11ZpRaUQQ H5 {
  text-align: center;
  color: #ffffff;
}
.cid-u11ZpRaUQQ P {
  text-align: center;
  color: #ffffff;
}
.cid-u0WdwoRwqQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0WdwoRwqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0WdwoRwqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0WdwoRwqQ .mbr-section-subtitle {
  text-align: left;
}
.cid-u0WdwoRwqQ .mbr-section-title {
  text-align: center;
  color: #e85a4f;
}
.cid-u13Fj8eTz7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/slider-2-1366x768.jpg");
}
.cid-u13Fj8eTz7 img,
.cid-u13Fj8eTz7 .item-img {
  width: 100%;
}
.cid-u13Fj8eTz7 .item:focus,
.cid-u13Fj8eTz7 span:focus {
  outline: none;
}
.cid-u13Fj8eTz7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u13Fj8eTz7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u13Fj8eTz7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u13Fj8eTz7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u13Fj8eTz7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u13Fj8eTz7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u13Fj8eTz7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u13Fj8eTz7 .mbr-section-title {
  color: #ffffff;
}
.cid-u13Fj8eTz7 .mbr-text,
.cid-u13Fj8eTz7 .mbr-section-btn {
  text-align: center;
}
.cid-u13Fj8eTz7 .item-title {
  text-align: center;
}
.cid-u13Fj8eTz7 .item-subtitle {
  text-align: left;
}
.cid-sFF3oey64R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFF3oey64R .carousel-item {
  justify-content: center;
}
.cid-sFF3oey64R .carousel-item.active,
.cid-sFF3oey64R .carousel-item-next,
.cid-sFF3oey64R .carousel-item-prev {
  display: flex;
}
.cid-sFF3oey64R .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #e85a4f;
}
.cid-sFF3oey64R .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sFF3oey64R .carousel-control-next span {
  padding-left: 5px;
}
.cid-sFF3oey64R .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sFF3oey64R .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sFF3oey64R .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sFF3oey64R .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sFF3oey64R H3 {
  color: #e85a4f;
}
.cid-sFF3qL4anb {
  background-color: #eae7dc;
}
.cid-sFF3qL4anb .mbr-text,
.cid-sFF3qL4anb .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .mbr-text,
  .cid-sFF3qL4anb .mbr-section-title {
    text-align: center;
  }
}
.cid-sFF3qL4anb a.btn {
  height: 100%;
  margin: 0;
}
.cid-sFF3qL4anb .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-sFF3qL4anb .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sFF3qL4anb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFF3qL4anb .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sFF3qL4anb .justify-content-center {
  align-items: center;
}
.cid-sFF3qL4anb H1 {
  color: #e43f3f;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #e43f3f;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u14teZT1Jm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u14teZT1Jm nav.navbar {
  position: fixed;
}
.cid-u14teZT1Jm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14teZT1Jm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u14teZT1Jm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u14teZT1Jm .dropdown-item:hover,
.cid-u14teZT1Jm .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u14teZT1Jm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u14teZT1Jm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u14teZT1Jm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u14teZT1Jm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u14teZT1Jm .nav-link {
  position: relative;
}
.cid-u14teZT1Jm .container {
  display: flex;
  margin: auto;
}
.cid-u14teZT1Jm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u14teZT1Jm .dropdown-menu,
.cid-u14teZT1Jm .navbar.opened {
  background: #ffffff !important;
}
.cid-u14teZT1Jm .nav-item:focus,
.cid-u14teZT1Jm .nav-link:focus {
  outline: none;
}
.cid-u14teZT1Jm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14teZT1Jm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14teZT1Jm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14teZT1Jm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14teZT1Jm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14teZT1Jm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14teZT1Jm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u14teZT1Jm .navbar.opened {
  transition: all 0.3s;
}
.cid-u14teZT1Jm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u14teZT1Jm .navbar .navbar-logo img {
  width: auto;
}
.cid-u14teZT1Jm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u14teZT1Jm .navbar.collapsed {
  justify-content: center;
}
.cid-u14teZT1Jm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14teZT1Jm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u14teZT1Jm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u14teZT1Jm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14teZT1Jm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14teZT1Jm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u14teZT1Jm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14teZT1Jm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u14teZT1Jm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u14teZT1Jm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14teZT1Jm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14teZT1Jm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14teZT1Jm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u14teZT1Jm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u14teZT1Jm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14teZT1Jm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u14teZT1Jm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u14teZT1Jm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u14teZT1Jm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14teZT1Jm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u14teZT1Jm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14teZT1Jm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14teZT1Jm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14teZT1Jm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u14teZT1Jm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u14teZT1Jm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14teZT1Jm .dropdown-item.active,
.cid-u14teZT1Jm .dropdown-item:active {
  background-color: transparent;
}
.cid-u14teZT1Jm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u14teZT1Jm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14teZT1Jm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14teZT1Jm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u14teZT1Jm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14teZT1Jm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14teZT1Jm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u14teZT1Jm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14teZT1Jm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u14teZT1Jm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u14teZT1Jm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14teZT1Jm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14teZT1Jm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14teZT1Jm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14teZT1Jm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14teZT1Jm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14teZT1Jm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14teZT1Jm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14teZT1Jm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u14teZT1Jm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u14teZT1Jm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u14teZT1Jm .navbar {
    height: 70px;
  }
  .cid-u14teZT1Jm .navbar.opened {
    height: auto;
  }
  .cid-u14teZT1Jm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u156ZlEqXk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u156ZlEqXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u156ZlEqXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u156ZlEqXk .item {
  padding-bottom: 2rem;
}
.cid-u156ZlEqXk .item-wrapper {
  position: relative;
}
.cid-u156ZlEqXk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u156ZlEqXk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u156ZlEqXk .carousel-control,
.cid-u156ZlEqXk .close {
  background: #1b1b1b;
}
.cid-u156ZlEqXk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u156ZlEqXk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u156ZlEqXk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u156ZlEqXk .carousel-control-next span {
  margin-left: 5px;
}
.cid-u156ZlEqXk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u156ZlEqXk .close::before {
  content: '\e91a';
}
.cid-u156ZlEqXk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u156ZlEqXk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u156ZlEqXk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u156ZlEqXk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u156ZlEqXk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u156ZlEqXk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u156ZlEqXk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u156ZlEqXk .carousel-indicators li.active,
.cid-u156ZlEqXk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u156ZlEqXk .carousel-indicators li::after,
.cid-u156ZlEqXk .carousel-indicators li::before {
  content: none;
}
.cid-u156ZlEqXk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u156ZlEqXk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u156ZlEqXk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u156ZlEqXk .carousel-indicators {
    display: none;
  }
}
.cid-u156ZlEqXk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u156ZlEqXk .carousel-inner > .active {
  display: block;
}
.cid-u156ZlEqXk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u156ZlEqXk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u156ZlEqXk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u156ZlEqXk .carousel-control,
  .cid-u156ZlEqXk .carousel-indicators,
  .cid-u156ZlEqXk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u156ZlEqXk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u156ZlEqXk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u156ZlEqXk .carousel-indicators .active,
.cid-u156ZlEqXk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u156ZlEqXk .carousel-indicators .active {
  background: #fff;
}
.cid-u156ZlEqXk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u156ZlEqXk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u156ZlEqXk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u156ZlEqXk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u156ZlEqXk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u156ZlEqXk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u156ZlEqXk .carousel {
  width: 100%;
}
.cid-u156ZlEqXk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u156ZlEqXk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u156ZlEqXk .modal.fade .modal-dialog,
.cid-u156ZlEqXk .modal.in .modal-dialog {
  transform: none;
}
.cid-u156ZlEqXk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u156ZlEqXk H6 {
  text-align: center;
}
.cid-u156ZlEqXk H4 {
  color: #000000;
}
.cid-u14tf2vAMk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/slider-2-1366x768.jpg");
}
.cid-u14tf2vAMk img,
.cid-u14tf2vAMk .item-img {
  width: 100%;
}
.cid-u14tf2vAMk .item:focus,
.cid-u14tf2vAMk span:focus {
  outline: none;
}
.cid-u14tf2vAMk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u14tf2vAMk .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u14tf2vAMk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u14tf2vAMk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u14tf2vAMk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u14tf2vAMk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u14tf2vAMk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u14tf2vAMk .mbr-section-title {
  color: #ffffff;
}
.cid-u14tf2vAMk .mbr-text,
.cid-u14tf2vAMk .mbr-section-btn {
  text-align: center;
}
.cid-u14tf2vAMk .item-title {
  text-align: center;
}
.cid-u14tf2vAMk .item-subtitle {
  text-align: left;
}
.cid-u14tf4R6N2 {
  background-color: #eae7dc;
}
.cid-u14tf4R6N2 .mbr-text,
.cid-u14tf4R6N2 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-u14tf4R6N2 .mbr-text,
  .cid-u14tf4R6N2 .mbr-section-title {
    text-align: center;
  }
}
.cid-u14tf4R6N2 a.btn {
  height: 100%;
  margin: 0;
}
.cid-u14tf4R6N2 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-u14tf4R6N2 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u14tf4R6N2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u14tf4R6N2 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u14tf4R6N2 .justify-content-center {
  align-items: center;
}
.cid-u14tf4R6N2 H1 {
  color: #e43f3f;
}
.cid-u14tf5DWXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u14tf5DWXB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u14tf5DWXB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u14tf5DWXB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u14tf5DWXB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u14tf5DWXB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-u14tf5DWXB .mbr-section-title {
  color: #e43f3f;
}
.cid-u14tf6x3ZW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u17Mwh6bGK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u17Mwh6bGK nav.navbar {
  position: fixed;
}
.cid-u17Mwh6bGK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17Mwh6bGK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u17Mwh6bGK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u17Mwh6bGK .dropdown-item:hover,
.cid-u17Mwh6bGK .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u17Mwh6bGK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u17Mwh6bGK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u17Mwh6bGK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u17Mwh6bGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u17Mwh6bGK .nav-link {
  position: relative;
}
.cid-u17Mwh6bGK .container {
  display: flex;
  margin: auto;
}
.cid-u17Mwh6bGK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u17Mwh6bGK .dropdown-menu,
.cid-u17Mwh6bGK .navbar.opened {
  background: #ffffff !important;
}
.cid-u17Mwh6bGK .nav-item:focus,
.cid-u17Mwh6bGK .nav-link:focus {
  outline: none;
}
.cid-u17Mwh6bGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u17Mwh6bGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u17Mwh6bGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u17Mwh6bGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17Mwh6bGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u17Mwh6bGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u17Mwh6bGK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u17Mwh6bGK .navbar.opened {
  transition: all 0.3s;
}
.cid-u17Mwh6bGK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u17Mwh6bGK .navbar .navbar-logo img {
  width: auto;
}
.cid-u17Mwh6bGK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u17Mwh6bGK .navbar.collapsed {
  justify-content: center;
}
.cid-u17Mwh6bGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u17Mwh6bGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u17Mwh6bGK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u17Mwh6bGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u17Mwh6bGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u17Mwh6bGK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u17Mwh6bGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u17Mwh6bGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u17Mwh6bGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u17Mwh6bGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u17Mwh6bGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u17Mwh6bGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u17Mwh6bGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u17Mwh6bGK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u17Mwh6bGK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u17Mwh6bGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u17Mwh6bGK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u17Mwh6bGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u17Mwh6bGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u17Mwh6bGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u17Mwh6bGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u17Mwh6bGK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u17Mwh6bGK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u17Mwh6bGK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u17Mwh6bGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u17Mwh6bGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u17Mwh6bGK .dropdown-item.active,
.cid-u17Mwh6bGK .dropdown-item:active {
  background-color: transparent;
}
.cid-u17Mwh6bGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u17Mwh6bGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u17Mwh6bGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u17Mwh6bGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u17Mwh6bGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u17Mwh6bGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u17Mwh6bGK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u17Mwh6bGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u17Mwh6bGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u17Mwh6bGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u17Mwh6bGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u17Mwh6bGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17Mwh6bGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17Mwh6bGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u17Mwh6bGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17Mwh6bGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u17Mwh6bGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u17Mwh6bGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17Mwh6bGK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u17Mwh6bGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u17Mwh6bGK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u17Mwh6bGK .navbar {
    height: 70px;
  }
  .cid-u17Mwh6bGK .navbar.opened {
    height: auto;
  }
  .cid-u17Mwh6bGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u17MwhLZgc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u17MwhLZgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u17MwhLZgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u17MwhLZgc .item {
  padding-bottom: 2rem;
}
.cid-u17MwhLZgc .item-wrapper {
  position: relative;
}
.cid-u17MwhLZgc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u17MwhLZgc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u17MwhLZgc .carousel-control,
.cid-u17MwhLZgc .close {
  background: #1b1b1b;
}
.cid-u17MwhLZgc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u17MwhLZgc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u17MwhLZgc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u17MwhLZgc .carousel-control-next span {
  margin-left: 5px;
}
.cid-u17MwhLZgc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u17MwhLZgc .close::before {
  content: '\e91a';
}
.cid-u17MwhLZgc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u17MwhLZgc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u17MwhLZgc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17MwhLZgc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u17MwhLZgc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u17MwhLZgc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u17MwhLZgc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u17MwhLZgc .carousel-indicators li.active,
.cid-u17MwhLZgc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u17MwhLZgc .carousel-indicators li::after,
.cid-u17MwhLZgc .carousel-indicators li::before {
  content: none;
}
.cid-u17MwhLZgc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u17MwhLZgc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u17MwhLZgc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u17MwhLZgc .carousel-indicators {
    display: none;
  }
}
.cid-u17MwhLZgc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u17MwhLZgc .carousel-inner > .active {
  display: block;
}
.cid-u17MwhLZgc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17MwhLZgc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u17MwhLZgc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u17MwhLZgc .carousel-control,
  .cid-u17MwhLZgc .carousel-indicators,
  .cid-u17MwhLZgc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u17MwhLZgc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u17MwhLZgc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u17MwhLZgc .carousel-indicators .active,
.cid-u17MwhLZgc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u17MwhLZgc .carousel-indicators .active {
  background: #fff;
}
.cid-u17MwhLZgc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u17MwhLZgc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u17MwhLZgc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u17MwhLZgc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u17MwhLZgc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u17MwhLZgc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u17MwhLZgc .carousel {
  width: 100%;
}
.cid-u17MwhLZgc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u17MwhLZgc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u17MwhLZgc .modal.fade .modal-dialog,
.cid-u17MwhLZgc .modal.in .modal-dialog {
  transform: none;
}
.cid-u17MwhLZgc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u17MwhLZgc H6 {
  text-align: center;
}
.cid-u17MwhLZgc H4 {
  color: #000000;
}
.cid-u1fsYa1zjx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-u1fsYa1zjx img,
.cid-u1fsYa1zjx .item-img {
  width: 100%;
}
.cid-u1fsYa1zjx .item:focus,
.cid-u1fsYa1zjx span:focus {
  outline: none;
}
.cid-u1fsYa1zjx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u1fsYa1zjx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1fsYa1zjx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1fsYa1zjx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1fsYa1zjx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1fsYa1zjx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1fsYa1zjx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1fsYa1zjx .mbr-section-title {
  color: #ffffff;
}
.cid-u1fsYa1zjx .mbr-text,
.cid-u1fsYa1zjx .mbr-section-btn {
  text-align: center;
}
.cid-u1fsYa1zjx .item-title {
  text-align: center;
}
.cid-u1fsYa1zjx .item-subtitle {
  text-align: left;
}
.cid-u17Mwmkm61 {
  background-color: #eae7dc;
}
.cid-u17Mwmkm61 .mbr-text,
.cid-u17Mwmkm61 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-u17Mwmkm61 .mbr-text,
  .cid-u17Mwmkm61 .mbr-section-title {
    text-align: center;
  }
}
.cid-u17Mwmkm61 a.btn {
  height: 100%;
  margin: 0;
}
.cid-u17Mwmkm61 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-u17Mwmkm61 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u17Mwmkm61 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u17Mwmkm61 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u17Mwmkm61 .justify-content-center {
  align-items: center;
}
.cid-u17Mwmkm61 H1 {
  color: #e43f3f;
}
.cid-u17MwmTxJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u17MwmTxJh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u17MwmTxJh .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u17MwmTxJh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u17MwmTxJh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u17MwmTxJh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-u17MwmTxJh .mbr-section-title {
  color: #e43f3f;
}
.cid-u17MwnBNlg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u17QQZzunb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u17QQZzunb nav.navbar {
  position: fixed;
}
.cid-u17QQZzunb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17QQZzunb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u17QQZzunb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u17QQZzunb .dropdown-item:hover,
.cid-u17QQZzunb .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u17QQZzunb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u17QQZzunb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u17QQZzunb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u17QQZzunb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u17QQZzunb .nav-link {
  position: relative;
}
.cid-u17QQZzunb .container {
  display: flex;
  margin: auto;
}
.cid-u17QQZzunb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u17QQZzunb .dropdown-menu,
.cid-u17QQZzunb .navbar.opened {
  background: #ffffff !important;
}
.cid-u17QQZzunb .nav-item:focus,
.cid-u17QQZzunb .nav-link:focus {
  outline: none;
}
.cid-u17QQZzunb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u17QQZzunb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u17QQZzunb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u17QQZzunb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17QQZzunb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u17QQZzunb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u17QQZzunb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u17QQZzunb .navbar.opened {
  transition: all 0.3s;
}
.cid-u17QQZzunb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u17QQZzunb .navbar .navbar-logo img {
  width: auto;
}
.cid-u17QQZzunb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u17QQZzunb .navbar.collapsed {
  justify-content: center;
}
.cid-u17QQZzunb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u17QQZzunb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u17QQZzunb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u17QQZzunb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u17QQZzunb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u17QQZzunb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u17QQZzunb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u17QQZzunb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u17QQZzunb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u17QQZzunb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u17QQZzunb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u17QQZzunb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u17QQZzunb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u17QQZzunb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u17QQZzunb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u17QQZzunb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u17QQZzunb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u17QQZzunb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u17QQZzunb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u17QQZzunb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u17QQZzunb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u17QQZzunb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u17QQZzunb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u17QQZzunb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u17QQZzunb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u17QQZzunb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u17QQZzunb .dropdown-item.active,
.cid-u17QQZzunb .dropdown-item:active {
  background-color: transparent;
}
.cid-u17QQZzunb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u17QQZzunb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u17QQZzunb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u17QQZzunb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u17QQZzunb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u17QQZzunb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u17QQZzunb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u17QQZzunb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u17QQZzunb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u17QQZzunb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u17QQZzunb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u17QQZzunb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17QQZzunb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17QQZzunb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u17QQZzunb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17QQZzunb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u17QQZzunb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u17QQZzunb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17QQZzunb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u17QQZzunb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u17QQZzunb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u17QQZzunb .navbar {
    height: 70px;
  }
  .cid-u17QQZzunb .navbar.opened {
    height: auto;
  }
  .cid-u17QQZzunb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u17QR0vWzv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u17QR0vWzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u17QR0vWzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u17QR0vWzv .item {
  padding-bottom: 2rem;
}
.cid-u17QR0vWzv .item-wrapper {
  position: relative;
}
.cid-u17QR0vWzv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u17QR0vWzv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u17QR0vWzv .carousel-control,
.cid-u17QR0vWzv .close {
  background: #1b1b1b;
}
.cid-u17QR0vWzv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u17QR0vWzv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u17QR0vWzv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u17QR0vWzv .carousel-control-next span {
  margin-left: 5px;
}
.cid-u17QR0vWzv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u17QR0vWzv .close::before {
  content: '\e91a';
}
.cid-u17QR0vWzv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u17QR0vWzv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u17QR0vWzv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17QR0vWzv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u17QR0vWzv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u17QR0vWzv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u17QR0vWzv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u17QR0vWzv .carousel-indicators li.active,
.cid-u17QR0vWzv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u17QR0vWzv .carousel-indicators li::after,
.cid-u17QR0vWzv .carousel-indicators li::before {
  content: none;
}
.cid-u17QR0vWzv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u17QR0vWzv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u17QR0vWzv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u17QR0vWzv .carousel-indicators {
    display: none;
  }
}
.cid-u17QR0vWzv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u17QR0vWzv .carousel-inner > .active {
  display: block;
}
.cid-u17QR0vWzv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17QR0vWzv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u17QR0vWzv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u17QR0vWzv .carousel-control,
  .cid-u17QR0vWzv .carousel-indicators,
  .cid-u17QR0vWzv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u17QR0vWzv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u17QR0vWzv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u17QR0vWzv .carousel-indicators .active,
.cid-u17QR0vWzv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u17QR0vWzv .carousel-indicators .active {
  background: #fff;
}
.cid-u17QR0vWzv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u17QR0vWzv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u17QR0vWzv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u17QR0vWzv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u17QR0vWzv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u17QR0vWzv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u17QR0vWzv .carousel {
  width: 100%;
}
.cid-u17QR0vWzv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u17QR0vWzv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u17QR0vWzv .modal.fade .modal-dialog,
.cid-u17QR0vWzv .modal.in .modal-dialog {
  transform: none;
}
.cid-u17QR0vWzv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u17QR0vWzv H6 {
  text-align: center;
}
.cid-u17QR0vWzv H4 {
  color: #000000;
}
.cid-u1ftatmJfV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-u1ftatmJfV img,
.cid-u1ftatmJfV .item-img {
  width: 100%;
}
.cid-u1ftatmJfV .item:focus,
.cid-u1ftatmJfV span:focus {
  outline: none;
}
.cid-u1ftatmJfV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u1ftatmJfV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1ftatmJfV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1ftatmJfV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ftatmJfV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1ftatmJfV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1ftatmJfV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1ftatmJfV .mbr-section-title {
  color: #ffffff;
}
.cid-u1ftatmJfV .mbr-text,
.cid-u1ftatmJfV .mbr-section-btn {
  text-align: center;
}
.cid-u1ftatmJfV .item-title {
  text-align: center;
}
.cid-u1ftatmJfV .item-subtitle {
  text-align: left;
}
.cid-u17QR34S0J {
  background-color: #eae7dc;
}
.cid-u17QR34S0J .mbr-text,
.cid-u17QR34S0J .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-u17QR34S0J .mbr-text,
  .cid-u17QR34S0J .mbr-section-title {
    text-align: center;
  }
}
.cid-u17QR34S0J a.btn {
  height: 100%;
  margin: 0;
}
.cid-u17QR34S0J .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-u17QR34S0J .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u17QR34S0J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u17QR34S0J .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u17QR34S0J .justify-content-center {
  align-items: center;
}
.cid-u17QR34S0J H1 {
  color: #e43f3f;
}
.cid-u17QR3ACCN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u17QR3ACCN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u17QR3ACCN .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u17QR3ACCN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u17QR3ACCN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u17QR3ACCN .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-u17QR3ACCN .mbr-section-title {
  color: #e43f3f;
}
.cid-u17QR4dTev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u17VpUugAq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u17VpUugAq nav.navbar {
  position: fixed;
}
.cid-u17VpUugAq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17VpUugAq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u17VpUugAq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u17VpUugAq .dropdown-item:hover,
.cid-u17VpUugAq .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u17VpUugAq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u17VpUugAq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u17VpUugAq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u17VpUugAq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u17VpUugAq .nav-link {
  position: relative;
}
.cid-u17VpUugAq .container {
  display: flex;
  margin: auto;
}
.cid-u17VpUugAq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u17VpUugAq .dropdown-menu,
.cid-u17VpUugAq .navbar.opened {
  background: #ffffff !important;
}
.cid-u17VpUugAq .nav-item:focus,
.cid-u17VpUugAq .nav-link:focus {
  outline: none;
}
.cid-u17VpUugAq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u17VpUugAq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u17VpUugAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u17VpUugAq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u17VpUugAq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u17VpUugAq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u17VpUugAq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u17VpUugAq .navbar.opened {
  transition: all 0.3s;
}
.cid-u17VpUugAq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u17VpUugAq .navbar .navbar-logo img {
  width: auto;
}
.cid-u17VpUugAq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u17VpUugAq .navbar.collapsed {
  justify-content: center;
}
.cid-u17VpUugAq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u17VpUugAq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u17VpUugAq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u17VpUugAq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u17VpUugAq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u17VpUugAq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u17VpUugAq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u17VpUugAq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u17VpUugAq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u17VpUugAq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u17VpUugAq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u17VpUugAq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u17VpUugAq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u17VpUugAq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u17VpUugAq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u17VpUugAq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u17VpUugAq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u17VpUugAq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u17VpUugAq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u17VpUugAq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u17VpUugAq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u17VpUugAq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u17VpUugAq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u17VpUugAq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u17VpUugAq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u17VpUugAq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u17VpUugAq .dropdown-item.active,
.cid-u17VpUugAq .dropdown-item:active {
  background-color: transparent;
}
.cid-u17VpUugAq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u17VpUugAq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u17VpUugAq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u17VpUugAq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u17VpUugAq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u17VpUugAq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u17VpUugAq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u17VpUugAq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u17VpUugAq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u17VpUugAq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u17VpUugAq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u17VpUugAq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17VpUugAq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u17VpUugAq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u17VpUugAq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17VpUugAq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u17VpUugAq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u17VpUugAq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u17VpUugAq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u17VpUugAq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u17VpUugAq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u17VpUugAq .navbar {
    height: 70px;
  }
  .cid-u17VpUugAq .navbar.opened {
    height: auto;
  }
  .cid-u17VpUugAq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u17VpVbbaK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u17VpVbbaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u17VpVbbaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u17VpVbbaK .item {
  padding-bottom: 2rem;
}
.cid-u17VpVbbaK .item-wrapper {
  position: relative;
}
.cid-u17VpVbbaK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u17VpVbbaK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u17VpVbbaK .carousel-control,
.cid-u17VpVbbaK .close {
  background: #1b1b1b;
}
.cid-u17VpVbbaK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u17VpVbbaK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u17VpVbbaK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u17VpVbbaK .carousel-control-next span {
  margin-left: 5px;
}
.cid-u17VpVbbaK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u17VpVbbaK .close::before {
  content: '\e91a';
}
.cid-u17VpVbbaK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u17VpVbbaK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u17VpVbbaK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17VpVbbaK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u17VpVbbaK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u17VpVbbaK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u17VpVbbaK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u17VpVbbaK .carousel-indicators li.active,
.cid-u17VpVbbaK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u17VpVbbaK .carousel-indicators li::after,
.cid-u17VpVbbaK .carousel-indicators li::before {
  content: none;
}
.cid-u17VpVbbaK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u17VpVbbaK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u17VpVbbaK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u17VpVbbaK .carousel-indicators {
    display: none;
  }
}
.cid-u17VpVbbaK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u17VpVbbaK .carousel-inner > .active {
  display: block;
}
.cid-u17VpVbbaK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u17VpVbbaK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u17VpVbbaK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u17VpVbbaK .carousel-control,
  .cid-u17VpVbbaK .carousel-indicators,
  .cid-u17VpVbbaK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u17VpVbbaK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u17VpVbbaK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u17VpVbbaK .carousel-indicators .active,
.cid-u17VpVbbaK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u17VpVbbaK .carousel-indicators .active {
  background: #fff;
}
.cid-u17VpVbbaK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u17VpVbbaK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u17VpVbbaK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u17VpVbbaK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u17VpVbbaK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u17VpVbbaK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u17VpVbbaK .carousel {
  width: 100%;
}
.cid-u17VpVbbaK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u17VpVbbaK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u17VpVbbaK .modal.fade .modal-dialog,
.cid-u17VpVbbaK .modal.in .modal-dialog {
  transform: none;
}
.cid-u17VpVbbaK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u17VpVbbaK H6 {
  text-align: center;
}
.cid-u17VpVbbaK H4 {
  color: #000000;
}
.cid-u1ftzR7cPD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-u1ftzR7cPD img,
.cid-u1ftzR7cPD .item-img {
  width: 100%;
}
.cid-u1ftzR7cPD .item:focus,
.cid-u1ftzR7cPD span:focus {
  outline: none;
}
.cid-u1ftzR7cPD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u1ftzR7cPD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1ftzR7cPD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1ftzR7cPD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ftzR7cPD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1ftzR7cPD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1ftzR7cPD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1ftzR7cPD .mbr-section-title {
  color: #ffffff;
}
.cid-u1ftzR7cPD .mbr-text,
.cid-u1ftzR7cPD .mbr-section-btn {
  text-align: center;
}
.cid-u1ftzR7cPD .item-title {
  text-align: center;
}
.cid-u1ftzR7cPD .item-subtitle {
  text-align: left;
}
.cid-u17VpWTxxz {
  background-color: #eae7dc;
}
.cid-u17VpWTxxz .mbr-text,
.cid-u17VpWTxxz .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-u17VpWTxxz .mbr-text,
  .cid-u17VpWTxxz .mbr-section-title {
    text-align: center;
  }
}
.cid-u17VpWTxxz a.btn {
  height: 100%;
  margin: 0;
}
.cid-u17VpWTxxz .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-u17VpWTxxz .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u17VpWTxxz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u17VpWTxxz .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u17VpWTxxz .justify-content-center {
  align-items: center;
}
.cid-u17VpWTxxz H1 {
  color: #e43f3f;
}
.cid-u17VpXyvUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u17VpXyvUD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u17VpXyvUD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u17VpXyvUD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u17VpXyvUD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u17VpXyvUD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-u17VpXyvUD .mbr-section-title {
  color: #e43f3f;
}
.cid-u17VpYiZWi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u180t2R7B5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u180t2R7B5 nav.navbar {
  position: fixed;
}
.cid-u180t2R7B5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u180t2R7B5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u180t2R7B5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u180t2R7B5 .dropdown-item:hover,
.cid-u180t2R7B5 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u180t2R7B5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u180t2R7B5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u180t2R7B5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u180t2R7B5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u180t2R7B5 .nav-link {
  position: relative;
}
.cid-u180t2R7B5 .container {
  display: flex;
  margin: auto;
}
.cid-u180t2R7B5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u180t2R7B5 .dropdown-menu,
.cid-u180t2R7B5 .navbar.opened {
  background: #ffffff !important;
}
.cid-u180t2R7B5 .nav-item:focus,
.cid-u180t2R7B5 .nav-link:focus {
  outline: none;
}
.cid-u180t2R7B5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u180t2R7B5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u180t2R7B5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u180t2R7B5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u180t2R7B5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u180t2R7B5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u180t2R7B5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u180t2R7B5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u180t2R7B5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u180t2R7B5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u180t2R7B5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u180t2R7B5 .navbar.collapsed {
  justify-content: center;
}
.cid-u180t2R7B5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u180t2R7B5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u180t2R7B5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u180t2R7B5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u180t2R7B5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u180t2R7B5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u180t2R7B5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u180t2R7B5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u180t2R7B5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u180t2R7B5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u180t2R7B5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u180t2R7B5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u180t2R7B5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u180t2R7B5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u180t2R7B5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u180t2R7B5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u180t2R7B5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u180t2R7B5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u180t2R7B5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u180t2R7B5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u180t2R7B5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u180t2R7B5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u180t2R7B5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u180t2R7B5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u180t2R7B5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u180t2R7B5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u180t2R7B5 .dropdown-item.active,
.cid-u180t2R7B5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u180t2R7B5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u180t2R7B5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u180t2R7B5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u180t2R7B5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u180t2R7B5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u180t2R7B5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u180t2R7B5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u180t2R7B5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u180t2R7B5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u180t2R7B5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u180t2R7B5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u180t2R7B5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u180t2R7B5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u180t2R7B5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u180t2R7B5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u180t2R7B5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u180t2R7B5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u180t2R7B5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u180t2R7B5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u180t2R7B5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u180t2R7B5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u180t2R7B5 .navbar {
    height: 70px;
  }
  .cid-u180t2R7B5 .navbar.opened {
    height: auto;
  }
  .cid-u180t2R7B5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u180t3tghW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u180t3tghW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u180t3tghW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u180t3tghW .item {
  padding-bottom: 2rem;
}
.cid-u180t3tghW .item-wrapper {
  position: relative;
}
.cid-u180t3tghW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u180t3tghW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u180t3tghW .carousel-control,
.cid-u180t3tghW .close {
  background: #1b1b1b;
}
.cid-u180t3tghW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u180t3tghW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u180t3tghW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u180t3tghW .carousel-control-next span {
  margin-left: 5px;
}
.cid-u180t3tghW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u180t3tghW .close::before {
  content: '\e91a';
}
.cid-u180t3tghW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u180t3tghW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u180t3tghW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u180t3tghW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u180t3tghW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u180t3tghW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u180t3tghW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u180t3tghW .carousel-indicators li.active,
.cid-u180t3tghW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u180t3tghW .carousel-indicators li::after,
.cid-u180t3tghW .carousel-indicators li::before {
  content: none;
}
.cid-u180t3tghW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u180t3tghW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u180t3tghW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u180t3tghW .carousel-indicators {
    display: none;
  }
}
.cid-u180t3tghW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u180t3tghW .carousel-inner > .active {
  display: block;
}
.cid-u180t3tghW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u180t3tghW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u180t3tghW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u180t3tghW .carousel-control,
  .cid-u180t3tghW .carousel-indicators,
  .cid-u180t3tghW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u180t3tghW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u180t3tghW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u180t3tghW .carousel-indicators .active,
.cid-u180t3tghW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u180t3tghW .carousel-indicators .active {
  background: #fff;
}
.cid-u180t3tghW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u180t3tghW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u180t3tghW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u180t3tghW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u180t3tghW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u180t3tghW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u180t3tghW .carousel {
  width: 100%;
}
.cid-u180t3tghW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u180t3tghW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u180t3tghW .modal.fade .modal-dialog,
.cid-u180t3tghW .modal.in .modal-dialog {
  transform: none;
}
.cid-u180t3tghW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u180t3tghW H6 {
  text-align: center;
}
.cid-u180t3tghW H4 {
  color: #000000;
  text-align: center;
}
.cid-u180t3tghW H3 {
  color: #e43f3f;
}
.cid-u180t3tghW DIV {
  text-align: left;
}
.cid-u1ftNMCkoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-u1ftNMCkoQ img,
.cid-u1ftNMCkoQ .item-img {
  width: 100%;
}
.cid-u1ftNMCkoQ .item:focus,
.cid-u1ftNMCkoQ span:focus {
  outline: none;
}
.cid-u1ftNMCkoQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u1ftNMCkoQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1ftNMCkoQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1ftNMCkoQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ftNMCkoQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1ftNMCkoQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1ftNMCkoQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1ftNMCkoQ .mbr-section-title {
  color: #ffffff;
}
.cid-u1ftNMCkoQ .mbr-text,
.cid-u1ftNMCkoQ .mbr-section-btn {
  text-align: center;
}
.cid-u1ftNMCkoQ .item-title {
  text-align: center;
}
.cid-u1ftNMCkoQ .item-subtitle {
  text-align: left;
}
.cid-u180t5rmI9 {
  background-color: #eae7dc;
}
.cid-u180t5rmI9 .mbr-text,
.cid-u180t5rmI9 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-u180t5rmI9 .mbr-text,
  .cid-u180t5rmI9 .mbr-section-title {
    text-align: center;
  }
}
.cid-u180t5rmI9 a.btn {
  height: 100%;
  margin: 0;
}
.cid-u180t5rmI9 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-u180t5rmI9 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u180t5rmI9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u180t5rmI9 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-u180t5rmI9 .justify-content-center {
  align-items: center;
}
.cid-u180t5rmI9 H1 {
  color: #e43f3f;
}
.cid-u180t655R2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u180t655R2 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u180t655R2 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u180t655R2 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u180t655R2 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u180t655R2 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #22a5e5;
}
.cid-u180t655R2 .mbr-section-title {
  color: #e43f3f;
}
.cid-u180t6SyTE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
