body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !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: #941513 !important;
  border-color: #941513 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #941513 !important;
  border-color: #941513 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #db0037 !important;
  border-color: #db0037 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #db0037 !important;
  border-color: #db0037 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !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: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !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: #000000 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #84774a !important;
  border-color: #84774a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !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: #e1201d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #941513 !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: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3366;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #db0037 !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: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !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: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e0d40a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #84774a !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: #b1a374 !important;
  border-color: #b1a374 !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: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !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: #e1201d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #e1201d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e1201d;
}
.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: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #ff3366 !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='%23e1201d' %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-rym5webdvf .navbar {
  background: #8caff0;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rym5webdvf .navbar-dropdown.bg-color.transparent.opened {
  background: #8caff0;
}
.cid-rym5webdvf a {
  font-style: normal;
}
.cid-rym5webdvf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rym5webdvf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rym5webdvf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rym5webdvf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rym5webdvf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rym5webdvf .nav-item:focus,
.cid-rym5webdvf .nav-link:focus {
  outline: none;
}
.cid-rym5webdvf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rym5webdvf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rym5webdvf .menu-logo {
  margin-right: auto;
}
.cid-rym5webdvf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rym5webdvf .dropdown .dropdown-menu {
  background: #8caff0;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rym5webdvf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rym5webdvf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rym5webdvf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rym5webdvf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rym5webdvf button.navbar-toggler:focus {
  outline: none;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .btn {
  display: -webkit-flex;
}
.cid-rym5webdvf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing,
.cid-rym5webdvf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rym5webdvf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rym5webdvf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rym5webdvf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rym5webdvf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rym5webdvf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rym5webdvf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf img {
    height: 3.8rem !important;
  }
  .cid-rym5webdvf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rym5webdvf .menu-wrap {
    flex-direction: column;
  }
  .cid-rym5webdvf .btn {
    display: -webkit-flex;
  }
  .cid-rym5webdvf button.navbar-toggler {
    display: block;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rym5webdvf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing,
  .cid-rym5webdvf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rym5webdvf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rym5webdvf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rym5webdvf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rym5webdvf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rym5webdvf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rym5webdvf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rym5webdvf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rym5webdvf .nav-link:hover,
.cid-rym5webdvf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rym5wxfg4n {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc-1353-2000x1333.jpg");
}
.cid-rym5wxfg4n .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem!important;
}
.cid-rym5wxfg4n .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rym5wxfg4n .link {
  margin: 0;
}
.cid-rym5wxfg4n .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rym5wxfg4n .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rym5wxfg4n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rym5wxfg4n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n .btn {
  margin: 0.2rem!important;
}
.cid-rym5xBPG7s {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/826-2000x1500.jpg");
}
.cid-rym5xBPG7s .btn {
  margin: 0.2rem!important;
}
.cid-rym5xBPG7s .row {
  justify-content: flex-end;
}
.cid-rym5xBPG7s .mbr-text,
.cid-rym5xBPG7s .mbr-section-btn {
  color: #ffffff;
}
.cid-rym5xBPG7s H3 {
  color: #cccccc;
}
.cid-rym5xVDGLY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rym5xVDGLY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5xVDGLY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY .mbr-text,
.cid-rym5xVDGLY .mbr-section-btn {
  color: #767676;
}
.cid-rym5y8NvJ0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rym5y8NvJ0 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-rym5y8NvJ0 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rym5y8NvJ0 .image-block:hover:before {
  opacity: 0.4;
}
.cid-rym5y8NvJ0 .image-block:hover .wrap {
  opacity: 1;
}
.cid-rym5y8NvJ0 .image-block:hover img {
  transform: scale(1.05);
}
.cid-rym5y8NvJ0 h4 {
  letter-spacing: 2px;
}
.cid-rym5y8NvJ0 figcaption {
  position: relative;
}
.cid-rym5y8NvJ0 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rym5y8NvJ0 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rym5y8NvJ0 .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-rym5y8NvJ0 .image-block {
    height: 400px;
  }
}
.cid-rym5yiSIKf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rym5yiSIKf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rym5yiSIKf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-rym5yiSIKf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rym5yiSIKf .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rym5yiSIKf .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rym5yiSIKf .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rym5yiSIKf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rym5yiSIKf .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rym5yiSIKf img {
  transition: all 2s!important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rym5yiSIKf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rym5yiSIKf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rym5yD6HiJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rym5yD6HiJ .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
}
.cid-rym5yD6HiJ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rym5yD6HiJ .image-block:hover:before {
  opacity: 0.4;
}
.cid-rym5yD6HiJ .image-block:hover .wrap {
  opacity: 1;
}
.cid-rym5yD6HiJ .image-block:hover img {
  transform: scale(1.05);
}
.cid-rym5yD6HiJ h4 {
  letter-spacing: 2px;
}
.cid-rym5yD6HiJ figcaption {
  position: relative;
}
.cid-rym5yD6HiJ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rym5yD6HiJ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rym5yD6HiJ .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-rym5yD6HiJ .image-block {
    height: 400px;
  }
}
.cid-rym5yN2Wez {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5yN2Wez h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5yN2Wez h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5yN2Wez h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5yN2Wez .mbr-text,
.cid-rym5yN2Wez .mbr-section-btn {
  color: #767676;
}
.cid-rym5zxQ9dJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-7180-2000x1500.jpg");
}
.cid-rym5zxQ9dJ img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-rym5zxQ9dJ .row {
  justify-content: center;
}
.cid-rym5zxQ9dJ .mbr-text,
.cid-rym5zxQ9dJ .mbr-section-btn {
  color: #cccccc;
}
.cid-rym5zxQ9dJ .icon-box {
  display: flex;
  align-items: center;
}
.cid-rym5zxQ9dJ .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-rym5zxQ9dJ .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-rym5zxQ9dJ .date {
  margin: 0;
  color: #cccccc;
}
.cid-rym5zxQ9dJ .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-rym5zxQ9dJ .icon-box {
    flex-direction: column;
  }
  .cid-rym5zxQ9dJ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-rym5zxQ9dJ img {
    margin-bottom: 2rem;
  }
}
.cid-sI1kfKxvCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sI1kfKxvCb blockquote {
  border-color: #2e3091;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-rym5zKxG7R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5zKxG7R .card {
  position: relative;
  background-image: url("../../../assets/images/dscn0128-2000x1500.jpeg");
  background-size: cover;
}
.cid-rym5zKxG7R .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4479d9;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-rym5zKxG7R .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-rym5zXJ2HP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rym5zXJ2HP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rym5zXJ2HP .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rym5zXJ2HP .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rym5zXJ2HP textarea {
  min-height: 150px;
}
.cid-rym5zXJ2HP .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rym5A9UzbJ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #2e3091;
}
.cid-t6P0H4MxAl .navbar {
  background: #8caff0;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-t6P0H4MxAl .navbar-dropdown.bg-color.transparent.opened {
  background: #8caff0;
}
.cid-t6P0H4MxAl a {
  font-style: normal;
}
.cid-t6P0H4MxAl .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-t6P0H4MxAl .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-t6P0H4MxAl .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-t6P0H4MxAl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6P0H4MxAl .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t6P0H4MxAl .nav-item:focus,
.cid-t6P0H4MxAl .nav-link:focus {
  outline: none;
}
.cid-t6P0H4MxAl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6P0H4MxAl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6P0H4MxAl .menu-logo {
  margin-right: auto;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6P0H4MxAl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t6P0H4MxAl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t6P0H4MxAl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6P0H4MxAl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6P0H4MxAl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6P0H4MxAl .dropdown .dropdown-menu {
  background: #8caff0;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6P0H4MxAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t6P0H4MxAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6P0H4MxAl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6P0H4MxAl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6P0H4MxAl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6P0H4MxAl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t6P0H4MxAl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6P0H4MxAl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6P0H4MxAl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6P0H4MxAl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t6P0H4MxAl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6P0H4MxAl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t6P0H4MxAl button.navbar-toggler:focus {
  outline: none;
}
.cid-t6P0H4MxAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6P0H4MxAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6P0H4MxAl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6P0H4MxAl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6P0H4MxAl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6P0H4MxAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6P0H4MxAl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6P0H4MxAl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6P0H4MxAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6P0H4MxAl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6P0H4MxAl .collapsed .btn {
  display: -webkit-flex;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse.collapsing,
.cid-t6P0H4MxAl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6P0H4MxAl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6P0H4MxAl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6P0H4MxAl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6P0H4MxAl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6P0H4MxAl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t6P0H4MxAl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t6P0H4MxAl .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6P0H4MxAl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6P0H4MxAl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6P0H4MxAl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t6P0H4MxAl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6P0H4MxAl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6P0H4MxAl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t6P0H4MxAl.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6P0H4MxAl img {
    height: 3.8rem !important;
  }
  .cid-t6P0H4MxAl .icon-wrap {
    margin-top: 1rem;
  }
  .cid-t6P0H4MxAl .menu-wrap {
    flex-direction: column;
  }
  .cid-t6P0H4MxAl .btn {
    display: -webkit-flex;
  }
  .cid-t6P0H4MxAl button.navbar-toggler {
    display: block;
  }
  .cid-t6P0H4MxAl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-t6P0H4MxAl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6P0H4MxAl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6P0H4MxAl .navbar-collapse.collapsing,
  .cid-t6P0H4MxAl .navbar-collapse.show {
    display: block !important;
  }
  .cid-t6P0H4MxAl .navbar-collapse.collapsing .navbar-nav,
  .cid-t6P0H4MxAl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6P0H4MxAl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6P0H4MxAl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6P0H4MxAl .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6P0H4MxAl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6P0H4MxAl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6P0H4MxAl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6P0H4MxAl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t6P0H4MxAl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6P0H4MxAl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6P0H4MxAl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t6P0H4MxAl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H4MxAl .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-t6P0H4MxAl .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-t6P0H4MxAl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t6P0H4MxAl .nav-link:hover,
.cid-t6P0H4MxAl .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-t6P0H5slpa {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc-1353-2000x1333.jpg");
}
.cid-t6P0H5slpa .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem!important;
}
.cid-t6P0H5slpa .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-t6P0H5slpa .link {
  margin: 0;
}
.cid-t6P0H5slpa .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t6P0H5slpa .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-t6P0H5slpa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t6P0H5slpa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6P0H5slpa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6P0H5slpa .btn {
  margin: 0.2rem!important;
}
.cid-t6P0H6fcwW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6P0H6fcwW h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t6P0H6fcwW h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6P0H6fcwW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6P0H6fcwW .mbr-text,
.cid-t6P0H6fcwW .mbr-section-btn {
  color: #767676;
}
.cid-t6P0H6GxEj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t6P0H6GxEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0H6GxEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0H6GxEj .item {
  padding-bottom: 2rem;
}
.cid-t6P0H6GxEj .item-wrapper {
  position: relative;
}
.cid-t6P0H6GxEj .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-t6P0H6GxEj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0H6GxEj .carousel-control,
.cid-t6P0H6GxEj .close {
  background: #1b1b1b;
}
.cid-t6P0H6GxEj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0H6GxEj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0H6GxEj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0H6GxEj .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0H6GxEj .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-t6P0H6GxEj .close::before {
  content: '\e91a';
}
.cid-t6P0H6GxEj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0H6GxEj .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-t6P0H6GxEj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H6GxEj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0H6GxEj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0H6GxEj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0H6GxEj .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-t6P0H6GxEj .carousel-indicators li.active,
.cid-t6P0H6GxEj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0H6GxEj .carousel-indicators li::after,
.cid-t6P0H6GxEj .carousel-indicators li::before {
  content: none;
}
.cid-t6P0H6GxEj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0H6GxEj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0H6GxEj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H6GxEj .carousel-indicators {
    display: none;
  }
}
.cid-t6P0H6GxEj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0H6GxEj .carousel-inner > .active {
  display: block;
}
.cid-t6P0H6GxEj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H6GxEj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0H6GxEj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0H6GxEj .carousel-control,
  .cid-t6P0H6GxEj .carousel-indicators,
  .cid-t6P0H6GxEj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H6GxEj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0H6GxEj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0H6GxEj .carousel-indicators .active,
.cid-t6P0H6GxEj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0H6GxEj .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0H6GxEj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0H6GxEj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0H6GxEj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0H6GxEj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0H6GxEj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0H6GxEj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0H6GxEj .carousel {
  width: 100%;
}
.cid-t6P0H6GxEj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0H6GxEj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0H6GxEj .modal.fade .modal-dialog,
.cid-t6P0H6GxEj .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0H6GxEj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0H6GxEj H6 {
  text-align: center;
}
.cid-t6P0H7wjY0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0H7wjY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0H7wjY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0H7wjY0 .item {
  padding-bottom: 2rem;
}
.cid-t6P0H7wjY0 .item-wrapper {
  position: relative;
}
.cid-t6P0H7wjY0 .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-t6P0H7wjY0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0H7wjY0 .carousel-control,
.cid-t6P0H7wjY0 .close {
  background: #1b1b1b;
}
.cid-t6P0H7wjY0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0H7wjY0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0H7wjY0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0H7wjY0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0H7wjY0 .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-t6P0H7wjY0 .close::before {
  content: '\e91a';
}
.cid-t6P0H7wjY0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0H7wjY0 .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-t6P0H7wjY0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H7wjY0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0H7wjY0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0H7wjY0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0H7wjY0 .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-t6P0H7wjY0 .carousel-indicators li.active,
.cid-t6P0H7wjY0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0H7wjY0 .carousel-indicators li::after,
.cid-t6P0H7wjY0 .carousel-indicators li::before {
  content: none;
}
.cid-t6P0H7wjY0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0H7wjY0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0H7wjY0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H7wjY0 .carousel-indicators {
    display: none;
  }
}
.cid-t6P0H7wjY0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0H7wjY0 .carousel-inner > .active {
  display: block;
}
.cid-t6P0H7wjY0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H7wjY0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0H7wjY0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0H7wjY0 .carousel-control,
  .cid-t6P0H7wjY0 .carousel-indicators,
  .cid-t6P0H7wjY0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H7wjY0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0H7wjY0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0H7wjY0 .carousel-indicators .active,
.cid-t6P0H7wjY0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0H7wjY0 .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0H7wjY0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0H7wjY0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0H7wjY0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0H7wjY0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0H7wjY0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0H7wjY0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0H7wjY0 .carousel {
  width: 100%;
}
.cid-t6P0H7wjY0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0H7wjY0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0H7wjY0 .modal.fade .modal-dialog,
.cid-t6P0H7wjY0 .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0H7wjY0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0H7wjY0 H6 {
  text-align: center;
}
.cid-t6P0H8mcWm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0H8mcWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0H8mcWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0H8mcWm .item {
  padding-bottom: 2rem;
}
.cid-t6P0H8mcWm .item-wrapper {
  position: relative;
}
.cid-t6P0H8mcWm .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-t6P0H8mcWm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0H8mcWm .carousel-control,
.cid-t6P0H8mcWm .close {
  background: #1b1b1b;
}
.cid-t6P0H8mcWm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0H8mcWm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0H8mcWm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0H8mcWm .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0H8mcWm .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-t6P0H8mcWm .close::before {
  content: '\e91a';
}
.cid-t6P0H8mcWm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0H8mcWm .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-t6P0H8mcWm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H8mcWm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0H8mcWm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0H8mcWm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0H8mcWm .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-t6P0H8mcWm .carousel-indicators li.active,
.cid-t6P0H8mcWm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0H8mcWm .carousel-indicators li::after,
.cid-t6P0H8mcWm .carousel-indicators li::before {
  content: none;
}
.cid-t6P0H8mcWm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0H8mcWm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0H8mcWm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H8mcWm .carousel-indicators {
    display: none;
  }
}
.cid-t6P0H8mcWm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0H8mcWm .carousel-inner > .active {
  display: block;
}
.cid-t6P0H8mcWm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H8mcWm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0H8mcWm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0H8mcWm .carousel-control,
  .cid-t6P0H8mcWm .carousel-indicators,
  .cid-t6P0H8mcWm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H8mcWm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0H8mcWm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0H8mcWm .carousel-indicators .active,
.cid-t6P0H8mcWm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0H8mcWm .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0H8mcWm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0H8mcWm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0H8mcWm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0H8mcWm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0H8mcWm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0H8mcWm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0H8mcWm .carousel {
  width: 100%;
}
.cid-t6P0H8mcWm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0H8mcWm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0H8mcWm .modal.fade .modal-dialog,
.cid-t6P0H8mcWm .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0H8mcWm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0H8mcWm H6 {
  text-align: center;
}
.cid-t6P0H9aAtu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0H9aAtu .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0H9aAtu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0H9aAtu .item {
  padding-bottom: 2rem;
}
.cid-t6P0H9aAtu .item-wrapper {
  position: relative;
}
.cid-t6P0H9aAtu .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-t6P0H9aAtu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0H9aAtu .carousel-control,
.cid-t6P0H9aAtu .close {
  background: #1b1b1b;
}
.cid-t6P0H9aAtu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0H9aAtu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0H9aAtu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0H9aAtu .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0H9aAtu .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-t6P0H9aAtu .close::before {
  content: '\e91a';
}
.cid-t6P0H9aAtu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0H9aAtu .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-t6P0H9aAtu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H9aAtu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0H9aAtu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0H9aAtu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0H9aAtu .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-t6P0H9aAtu .carousel-indicators li.active,
.cid-t6P0H9aAtu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0H9aAtu .carousel-indicators li::after,
.cid-t6P0H9aAtu .carousel-indicators li::before {
  content: none;
}
.cid-t6P0H9aAtu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0H9aAtu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0H9aAtu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H9aAtu .carousel-indicators {
    display: none;
  }
}
.cid-t6P0H9aAtu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0H9aAtu .carousel-inner > .active {
  display: block;
}
.cid-t6P0H9aAtu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H9aAtu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0H9aAtu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0H9aAtu .carousel-control,
  .cid-t6P0H9aAtu .carousel-indicators,
  .cid-t6P0H9aAtu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H9aAtu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0H9aAtu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0H9aAtu .carousel-indicators .active,
.cid-t6P0H9aAtu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0H9aAtu .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0H9aAtu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0H9aAtu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0H9aAtu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0H9aAtu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0H9aAtu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0H9aAtu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0H9aAtu .carousel {
  width: 100%;
}
.cid-t6P0H9aAtu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0H9aAtu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0H9aAtu .modal.fade .modal-dialog,
.cid-t6P0H9aAtu .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0H9aAtu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0H9aAtu H6 {
  text-align: center;
}
.cid-t6P0H9T00q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0H9T00q .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0H9T00q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0H9T00q .item {
  padding-bottom: 2rem;
}
.cid-t6P0H9T00q .item-wrapper {
  position: relative;
}
.cid-t6P0H9T00q .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-t6P0H9T00q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0H9T00q .carousel-control,
.cid-t6P0H9T00q .close {
  background: #1b1b1b;
}
.cid-t6P0H9T00q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0H9T00q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0H9T00q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0H9T00q .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0H9T00q .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-t6P0H9T00q .close::before {
  content: '\e91a';
}
.cid-t6P0H9T00q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0H9T00q .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-t6P0H9T00q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H9T00q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0H9T00q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0H9T00q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0H9T00q .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-t6P0H9T00q .carousel-indicators li.active,
.cid-t6P0H9T00q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0H9T00q .carousel-indicators li::after,
.cid-t6P0H9T00q .carousel-indicators li::before {
  content: none;
}
.cid-t6P0H9T00q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0H9T00q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0H9T00q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H9T00q .carousel-indicators {
    display: none;
  }
}
.cid-t6P0H9T00q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0H9T00q .carousel-inner > .active {
  display: block;
}
.cid-t6P0H9T00q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0H9T00q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0H9T00q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0H9T00q .carousel-control,
  .cid-t6P0H9T00q .carousel-indicators,
  .cid-t6P0H9T00q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0H9T00q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0H9T00q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0H9T00q .carousel-indicators .active,
.cid-t6P0H9T00q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0H9T00q .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0H9T00q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0H9T00q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0H9T00q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0H9T00q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0H9T00q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0H9T00q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0H9T00q .carousel {
  width: 100%;
}
.cid-t6P0H9T00q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0H9T00q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0H9T00q .modal.fade .modal-dialog,
.cid-t6P0H9T00q .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0H9T00q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0H9T00q H6 {
  text-align: center;
}
.cid-t6P0HaC8ft {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HaC8ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HaC8ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HaC8ft .item {
  padding-bottom: 2rem;
}
.cid-t6P0HaC8ft .item-wrapper {
  position: relative;
}
.cid-t6P0HaC8ft .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-t6P0HaC8ft .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HaC8ft .carousel-control,
.cid-t6P0HaC8ft .close {
  background: #1b1b1b;
}
.cid-t6P0HaC8ft .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HaC8ft .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HaC8ft .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HaC8ft .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HaC8ft .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-t6P0HaC8ft .close::before {
  content: '\e91a';
}
.cid-t6P0HaC8ft .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HaC8ft .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-t6P0HaC8ft .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HaC8ft .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HaC8ft .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HaC8ft .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HaC8ft .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-t6P0HaC8ft .carousel-indicators li.active,
.cid-t6P0HaC8ft .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HaC8ft .carousel-indicators li::after,
.cid-t6P0HaC8ft .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HaC8ft .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HaC8ft .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HaC8ft .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HaC8ft .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HaC8ft .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HaC8ft .carousel-inner > .active {
  display: block;
}
.cid-t6P0HaC8ft .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HaC8ft .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HaC8ft .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HaC8ft .carousel-control,
  .cid-t6P0HaC8ft .carousel-indicators,
  .cid-t6P0HaC8ft .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HaC8ft .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HaC8ft .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HaC8ft .carousel-indicators .active,
.cid-t6P0HaC8ft .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HaC8ft .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HaC8ft .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HaC8ft .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HaC8ft .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HaC8ft .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HaC8ft .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HaC8ft .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HaC8ft .carousel {
  width: 100%;
}
.cid-t6P0HaC8ft .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HaC8ft .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HaC8ft .modal.fade .modal-dialog,
.cid-t6P0HaC8ft .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HaC8ft .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HaC8ft H6 {
  text-align: center;
}
.cid-t6P0HbvlmR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HbvlmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HbvlmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HbvlmR .item {
  padding-bottom: 2rem;
}
.cid-t6P0HbvlmR .item-wrapper {
  position: relative;
}
.cid-t6P0HbvlmR .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-t6P0HbvlmR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HbvlmR .carousel-control,
.cid-t6P0HbvlmR .close {
  background: #1b1b1b;
}
.cid-t6P0HbvlmR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HbvlmR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HbvlmR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HbvlmR .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HbvlmR .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-t6P0HbvlmR .close::before {
  content: '\e91a';
}
.cid-t6P0HbvlmR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HbvlmR .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-t6P0HbvlmR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HbvlmR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HbvlmR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HbvlmR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HbvlmR .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-t6P0HbvlmR .carousel-indicators li.active,
.cid-t6P0HbvlmR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HbvlmR .carousel-indicators li::after,
.cid-t6P0HbvlmR .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HbvlmR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HbvlmR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HbvlmR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HbvlmR .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HbvlmR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HbvlmR .carousel-inner > .active {
  display: block;
}
.cid-t6P0HbvlmR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HbvlmR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HbvlmR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HbvlmR .carousel-control,
  .cid-t6P0HbvlmR .carousel-indicators,
  .cid-t6P0HbvlmR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HbvlmR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HbvlmR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HbvlmR .carousel-indicators .active,
.cid-t6P0HbvlmR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HbvlmR .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HbvlmR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HbvlmR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HbvlmR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HbvlmR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HbvlmR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HbvlmR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HbvlmR .carousel {
  width: 100%;
}
.cid-t6P0HbvlmR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HbvlmR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HbvlmR .modal.fade .modal-dialog,
.cid-t6P0HbvlmR .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HbvlmR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HbvlmR H6 {
  text-align: center;
}
.cid-t6P0HckDLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HckDLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HckDLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HckDLD .item {
  padding-bottom: 2rem;
}
.cid-t6P0HckDLD .item-wrapper {
  position: relative;
}
.cid-t6P0HckDLD .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-t6P0HckDLD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HckDLD .carousel-control,
.cid-t6P0HckDLD .close {
  background: #1b1b1b;
}
.cid-t6P0HckDLD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HckDLD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HckDLD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HckDLD .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HckDLD .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-t6P0HckDLD .close::before {
  content: '\e91a';
}
.cid-t6P0HckDLD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HckDLD .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-t6P0HckDLD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HckDLD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HckDLD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HckDLD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HckDLD .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-t6P0HckDLD .carousel-indicators li.active,
.cid-t6P0HckDLD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HckDLD .carousel-indicators li::after,
.cid-t6P0HckDLD .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HckDLD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HckDLD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HckDLD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HckDLD .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HckDLD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HckDLD .carousel-inner > .active {
  display: block;
}
.cid-t6P0HckDLD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HckDLD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HckDLD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HckDLD .carousel-control,
  .cid-t6P0HckDLD .carousel-indicators,
  .cid-t6P0HckDLD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HckDLD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HckDLD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HckDLD .carousel-indicators .active,
.cid-t6P0HckDLD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HckDLD .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HckDLD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HckDLD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HckDLD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HckDLD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HckDLD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HckDLD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HckDLD .carousel {
  width: 100%;
}
.cid-t6P0HckDLD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HckDLD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HckDLD .modal.fade .modal-dialog,
.cid-t6P0HckDLD .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HckDLD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HckDLD H6 {
  text-align: center;
}
.cid-t6P0HiMGVj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HiMGVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HiMGVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HiMGVj .item {
  padding-bottom: 2rem;
}
.cid-t6P0HiMGVj .item-wrapper {
  position: relative;
}
.cid-t6P0HiMGVj .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-t6P0HiMGVj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HiMGVj .carousel-control,
.cid-t6P0HiMGVj .close {
  background: #1b1b1b;
}
.cid-t6P0HiMGVj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HiMGVj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HiMGVj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HiMGVj .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HiMGVj .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-t6P0HiMGVj .close::before {
  content: '\e91a';
}
.cid-t6P0HiMGVj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HiMGVj .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-t6P0HiMGVj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HiMGVj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HiMGVj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HiMGVj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HiMGVj .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-t6P0HiMGVj .carousel-indicators li.active,
.cid-t6P0HiMGVj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HiMGVj .carousel-indicators li::after,
.cid-t6P0HiMGVj .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HiMGVj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HiMGVj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HiMGVj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HiMGVj .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HiMGVj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HiMGVj .carousel-inner > .active {
  display: block;
}
.cid-t6P0HiMGVj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HiMGVj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HiMGVj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HiMGVj .carousel-control,
  .cid-t6P0HiMGVj .carousel-indicators,
  .cid-t6P0HiMGVj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HiMGVj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HiMGVj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HiMGVj .carousel-indicators .active,
.cid-t6P0HiMGVj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HiMGVj .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HiMGVj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HiMGVj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HiMGVj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HiMGVj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HiMGVj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HiMGVj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HiMGVj .carousel {
  width: 100%;
}
.cid-t6P0HiMGVj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HiMGVj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HiMGVj .modal.fade .modal-dialog,
.cid-t6P0HiMGVj .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HiMGVj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HiMGVj H6 {
  text-align: center;
}
.cid-t6P0HjZAhn {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HjZAhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HjZAhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HjZAhn .item {
  padding-bottom: 2rem;
}
.cid-t6P0HjZAhn .item-wrapper {
  position: relative;
}
.cid-t6P0HjZAhn .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-t6P0HjZAhn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HjZAhn .carousel-control,
.cid-t6P0HjZAhn .close {
  background: #1b1b1b;
}
.cid-t6P0HjZAhn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HjZAhn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HjZAhn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HjZAhn .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HjZAhn .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-t6P0HjZAhn .close::before {
  content: '\e91a';
}
.cid-t6P0HjZAhn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HjZAhn .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-t6P0HjZAhn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HjZAhn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HjZAhn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HjZAhn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HjZAhn .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-t6P0HjZAhn .carousel-indicators li.active,
.cid-t6P0HjZAhn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HjZAhn .carousel-indicators li::after,
.cid-t6P0HjZAhn .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HjZAhn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HjZAhn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HjZAhn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HjZAhn .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HjZAhn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HjZAhn .carousel-inner > .active {
  display: block;
}
.cid-t6P0HjZAhn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HjZAhn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HjZAhn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HjZAhn .carousel-control,
  .cid-t6P0HjZAhn .carousel-indicators,
  .cid-t6P0HjZAhn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HjZAhn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HjZAhn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HjZAhn .carousel-indicators .active,
.cid-t6P0HjZAhn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HjZAhn .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HjZAhn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HjZAhn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HjZAhn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HjZAhn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HjZAhn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HjZAhn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HjZAhn .carousel {
  width: 100%;
}
.cid-t6P0HjZAhn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HjZAhn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HjZAhn .modal.fade .modal-dialog,
.cid-t6P0HjZAhn .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HjZAhn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HjZAhn H6 {
  text-align: center;
}
.cid-t6P0Hmz6ap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0Hmz6ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0Hmz6ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0Hmz6ap .item {
  padding-bottom: 2rem;
}
.cid-t6P0Hmz6ap .item-wrapper {
  position: relative;
}
.cid-t6P0Hmz6ap .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-t6P0Hmz6ap .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0Hmz6ap .carousel-control,
.cid-t6P0Hmz6ap .close {
  background: #1b1b1b;
}
.cid-t6P0Hmz6ap .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0Hmz6ap .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0Hmz6ap .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0Hmz6ap .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0Hmz6ap .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-t6P0Hmz6ap .close::before {
  content: '\e91a';
}
.cid-t6P0Hmz6ap .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0Hmz6ap .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-t6P0Hmz6ap .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0Hmz6ap .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0Hmz6ap .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0Hmz6ap .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0Hmz6ap .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-t6P0Hmz6ap .carousel-indicators li.active,
.cid-t6P0Hmz6ap .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0Hmz6ap .carousel-indicators li::after,
.cid-t6P0Hmz6ap .carousel-indicators li::before {
  content: none;
}
.cid-t6P0Hmz6ap .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0Hmz6ap .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0Hmz6ap .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0Hmz6ap .carousel-indicators {
    display: none;
  }
}
.cid-t6P0Hmz6ap .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0Hmz6ap .carousel-inner > .active {
  display: block;
}
.cid-t6P0Hmz6ap .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0Hmz6ap .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0Hmz6ap .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0Hmz6ap .carousel-control,
  .cid-t6P0Hmz6ap .carousel-indicators,
  .cid-t6P0Hmz6ap .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0Hmz6ap .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0Hmz6ap .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0Hmz6ap .carousel-indicators .active,
.cid-t6P0Hmz6ap .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0Hmz6ap .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0Hmz6ap .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0Hmz6ap .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0Hmz6ap .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0Hmz6ap .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0Hmz6ap .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0Hmz6ap .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0Hmz6ap .carousel {
  width: 100%;
}
.cid-t6P0Hmz6ap .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0Hmz6ap .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0Hmz6ap .modal.fade .modal-dialog,
.cid-t6P0Hmz6ap .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0Hmz6ap .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0Hmz6ap H6 {
  text-align: center;
}
.cid-t6P0HnuaDE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HnuaDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HnuaDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HnuaDE .item {
  padding-bottom: 2rem;
}
.cid-t6P0HnuaDE .item-wrapper {
  position: relative;
}
.cid-t6P0HnuaDE .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-t6P0HnuaDE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HnuaDE .carousel-control,
.cid-t6P0HnuaDE .close {
  background: #1b1b1b;
}
.cid-t6P0HnuaDE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HnuaDE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HnuaDE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HnuaDE .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HnuaDE .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-t6P0HnuaDE .close::before {
  content: '\e91a';
}
.cid-t6P0HnuaDE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HnuaDE .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-t6P0HnuaDE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HnuaDE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HnuaDE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HnuaDE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HnuaDE .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-t6P0HnuaDE .carousel-indicators li.active,
.cid-t6P0HnuaDE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HnuaDE .carousel-indicators li::after,
.cid-t6P0HnuaDE .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HnuaDE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HnuaDE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HnuaDE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HnuaDE .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HnuaDE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HnuaDE .carousel-inner > .active {
  display: block;
}
.cid-t6P0HnuaDE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HnuaDE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HnuaDE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HnuaDE .carousel-control,
  .cid-t6P0HnuaDE .carousel-indicators,
  .cid-t6P0HnuaDE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HnuaDE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HnuaDE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HnuaDE .carousel-indicators .active,
.cid-t6P0HnuaDE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HnuaDE .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HnuaDE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HnuaDE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HnuaDE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HnuaDE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HnuaDE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HnuaDE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HnuaDE .carousel {
  width: 100%;
}
.cid-t6P0HnuaDE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HnuaDE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HnuaDE .modal.fade .modal-dialog,
.cid-t6P0HnuaDE .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HnuaDE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HnuaDE H6 {
  text-align: center;
}
.cid-t6P0HokdwF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6P0HokdwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6P0HokdwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6P0HokdwF .item {
  padding-bottom: 2rem;
}
.cid-t6P0HokdwF .item-wrapper {
  position: relative;
}
.cid-t6P0HokdwF .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-t6P0HokdwF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6P0HokdwF .carousel-control,
.cid-t6P0HokdwF .close {
  background: #1b1b1b;
}
.cid-t6P0HokdwF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6P0HokdwF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6P0HokdwF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6P0HokdwF .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6P0HokdwF .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-t6P0HokdwF .close::before {
  content: '\e91a';
}
.cid-t6P0HokdwF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6P0HokdwF .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-t6P0HokdwF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HokdwF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6P0HokdwF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6P0HokdwF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6P0HokdwF .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-t6P0HokdwF .carousel-indicators li.active,
.cid-t6P0HokdwF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6P0HokdwF .carousel-indicators li::after,
.cid-t6P0HokdwF .carousel-indicators li::before {
  content: none;
}
.cid-t6P0HokdwF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6P0HokdwF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6P0HokdwF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HokdwF .carousel-indicators {
    display: none;
  }
}
.cid-t6P0HokdwF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6P0HokdwF .carousel-inner > .active {
  display: block;
}
.cid-t6P0HokdwF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6P0HokdwF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6P0HokdwF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6P0HokdwF .carousel-control,
  .cid-t6P0HokdwF .carousel-indicators,
  .cid-t6P0HokdwF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6P0HokdwF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6P0HokdwF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6P0HokdwF .carousel-indicators .active,
.cid-t6P0HokdwF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6P0HokdwF .carousel-indicators .active {
  background: #fff;
}
.cid-t6P0HokdwF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6P0HokdwF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6P0HokdwF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6P0HokdwF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6P0HokdwF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6P0HokdwF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6P0HokdwF .carousel {
  width: 100%;
}
.cid-t6P0HokdwF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6P0HokdwF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6P0HokdwF .modal.fade .modal-dialog,
.cid-t6P0HokdwF .modal.in .modal-dialog {
  transform: none;
}
.cid-t6P0HokdwF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6P0HokdwF H6 {
  text-align: center;
}
.cid-t6P0HpO43C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6P0HpO43C .card {
  position: relative;
  background-image: url("../../../assets/images/dscn0128-2000x1500.jpeg");
  background-size: cover;
}
.cid-t6P0HpO43C .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4479d9;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-t6P0HpO43C .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-t6P0HquVNK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-t6P0HquVNK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t6P0HquVNK .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-t6P0HquVNK .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-t6P0HquVNK textarea {
  min-height: 150px;
}
.cid-t6P0HquVNK .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-t6P0HrVa5L {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #2e3091;
}
.cid-t6O5BoUNeB .navbar {
  background: #8caff0;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-t6O5BoUNeB .navbar-dropdown.bg-color.transparent.opened {
  background: #8caff0;
}
.cid-t6O5BoUNeB a {
  font-style: normal;
}
.cid-t6O5BoUNeB .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-t6O5BoUNeB .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-t6O5BoUNeB .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-t6O5BoUNeB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6O5BoUNeB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t6O5BoUNeB .nav-item:focus,
.cid-t6O5BoUNeB .nav-link:focus {
  outline: none;
}
.cid-t6O5BoUNeB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6O5BoUNeB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6O5BoUNeB .menu-logo {
  margin-right: auto;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6O5BoUNeB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t6O5BoUNeB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t6O5BoUNeB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6O5BoUNeB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6O5BoUNeB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6O5BoUNeB .dropdown .dropdown-menu {
  background: #8caff0;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6O5BoUNeB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t6O5BoUNeB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6O5BoUNeB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6O5BoUNeB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6O5BoUNeB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6O5BoUNeB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t6O5BoUNeB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6O5BoUNeB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6O5BoUNeB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6O5BoUNeB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t6O5BoUNeB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6O5BoUNeB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t6O5BoUNeB button.navbar-toggler:focus {
  outline: none;
}
.cid-t6O5BoUNeB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6O5BoUNeB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6O5BoUNeB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6O5BoUNeB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6O5BoUNeB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6O5BoUNeB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6O5BoUNeB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6O5BoUNeB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6O5BoUNeB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6O5BoUNeB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6O5BoUNeB .collapsed .btn {
  display: -webkit-flex;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse.collapsing,
.cid-t6O5BoUNeB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6O5BoUNeB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6O5BoUNeB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6O5BoUNeB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6O5BoUNeB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6O5BoUNeB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t6O5BoUNeB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t6O5BoUNeB .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6O5BoUNeB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6O5BoUNeB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6O5BoUNeB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t6O5BoUNeB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6O5BoUNeB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6O5BoUNeB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t6O5BoUNeB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6O5BoUNeB img {
    height: 3.8rem !important;
  }
  .cid-t6O5BoUNeB .icon-wrap {
    margin-top: 1rem;
  }
  .cid-t6O5BoUNeB .menu-wrap {
    flex-direction: column;
  }
  .cid-t6O5BoUNeB .btn {
    display: -webkit-flex;
  }
  .cid-t6O5BoUNeB button.navbar-toggler {
    display: block;
  }
  .cid-t6O5BoUNeB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-t6O5BoUNeB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6O5BoUNeB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6O5BoUNeB .navbar-collapse.collapsing,
  .cid-t6O5BoUNeB .navbar-collapse.show {
    display: block !important;
  }
  .cid-t6O5BoUNeB .navbar-collapse.collapsing .navbar-nav,
  .cid-t6O5BoUNeB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6O5BoUNeB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6O5BoUNeB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6O5BoUNeB .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6O5BoUNeB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6O5BoUNeB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6O5BoUNeB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6O5BoUNeB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t6O5BoUNeB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6O5BoUNeB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6O5BoUNeB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t6O5BoUNeB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-t6O5BoUNeB .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-t6O5BoUNeB .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-t6O5BoUNeB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t6O5BoUNeB .nav-link:hover,
.cid-t6O5BoUNeB .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-t6O5BpALzt {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dsc-1353-2000x1333.jpg");
}
.cid-t6O5BpALzt .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem!important;
}
.cid-t6O5BpALzt .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-t6O5BpALzt .link {
  margin: 0;
}
.cid-t6O5BpALzt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t6O5BpALzt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-t6O5BpALzt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-t6O5BpALzt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6O5BpALzt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6O5BpALzt .btn {
  margin: 0.2rem!important;
}
.cid-t6O5BtYQA5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6O5BtYQA5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t6O5BtYQA5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6O5BtYQA5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t6O5BtYQA5 .mbr-text,
.cid-t6O5BtYQA5 .mbr-section-btn {
  color: #767676;
}
.cid-t6O60OGQ7e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t6O60OGQ7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6O60OGQ7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6O60OGQ7e .item {
  padding-bottom: 2rem;
}
.cid-t6O60OGQ7e .item-wrapper {
  position: relative;
}
.cid-t6O60OGQ7e .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-t6O60OGQ7e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6O60OGQ7e .carousel-control,
.cid-t6O60OGQ7e .close {
  background: #1b1b1b;
}
.cid-t6O60OGQ7e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6O60OGQ7e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6O60OGQ7e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6O60OGQ7e .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6O60OGQ7e .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-t6O60OGQ7e .close::before {
  content: '\e91a';
}
.cid-t6O60OGQ7e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6O60OGQ7e .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-t6O60OGQ7e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6O60OGQ7e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6O60OGQ7e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6O60OGQ7e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6O60OGQ7e .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-t6O60OGQ7e .carousel-indicators li.active,
.cid-t6O60OGQ7e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6O60OGQ7e .carousel-indicators li::after,
.cid-t6O60OGQ7e .carousel-indicators li::before {
  content: none;
}
.cid-t6O60OGQ7e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6O60OGQ7e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6O60OGQ7e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6O60OGQ7e .carousel-indicators {
    display: none;
  }
}
.cid-t6O60OGQ7e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6O60OGQ7e .carousel-inner > .active {
  display: block;
}
.cid-t6O60OGQ7e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6O60OGQ7e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6O60OGQ7e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6O60OGQ7e .carousel-control,
  .cid-t6O60OGQ7e .carousel-indicators,
  .cid-t6O60OGQ7e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6O60OGQ7e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6O60OGQ7e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6O60OGQ7e .carousel-indicators .active,
.cid-t6O60OGQ7e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6O60OGQ7e .carousel-indicators .active {
  background: #fff;
}
.cid-t6O60OGQ7e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6O60OGQ7e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6O60OGQ7e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6O60OGQ7e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6O60OGQ7e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6O60OGQ7e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6O60OGQ7e .carousel {
  width: 100%;
}
.cid-t6O60OGQ7e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6O60OGQ7e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6O60OGQ7e .modal.fade .modal-dialog,
.cid-t6O60OGQ7e .modal.in .modal-dialog {
  transform: none;
}
.cid-t6O60OGQ7e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6O60OGQ7e H6 {
  text-align: center;
}
.cid-t6OjSpsghp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OjSpsghp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OjSpsghp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OjSpsghp .item {
  padding-bottom: 2rem;
}
.cid-t6OjSpsghp .item-wrapper {
  position: relative;
}
.cid-t6OjSpsghp .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-t6OjSpsghp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OjSpsghp .carousel-control,
.cid-t6OjSpsghp .close {
  background: #1b1b1b;
}
.cid-t6OjSpsghp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OjSpsghp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OjSpsghp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OjSpsghp .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OjSpsghp .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-t6OjSpsghp .close::before {
  content: '\e91a';
}
.cid-t6OjSpsghp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OjSpsghp .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-t6OjSpsghp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OjSpsghp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OjSpsghp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OjSpsghp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OjSpsghp .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-t6OjSpsghp .carousel-indicators li.active,
.cid-t6OjSpsghp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OjSpsghp .carousel-indicators li::after,
.cid-t6OjSpsghp .carousel-indicators li::before {
  content: none;
}
.cid-t6OjSpsghp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OjSpsghp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OjSpsghp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OjSpsghp .carousel-indicators {
    display: none;
  }
}
.cid-t6OjSpsghp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OjSpsghp .carousel-inner > .active {
  display: block;
}
.cid-t6OjSpsghp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OjSpsghp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OjSpsghp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OjSpsghp .carousel-control,
  .cid-t6OjSpsghp .carousel-indicators,
  .cid-t6OjSpsghp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OjSpsghp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OjSpsghp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OjSpsghp .carousel-indicators .active,
.cid-t6OjSpsghp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OjSpsghp .carousel-indicators .active {
  background: #fff;
}
.cid-t6OjSpsghp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OjSpsghp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OjSpsghp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OjSpsghp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OjSpsghp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OjSpsghp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OjSpsghp .carousel {
  width: 100%;
}
.cid-t6OjSpsghp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OjSpsghp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OjSpsghp .modal.fade .modal-dialog,
.cid-t6OjSpsghp .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OjSpsghp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OjSpsghp H6 {
  text-align: center;
}
.cid-t6On20p4PS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6On20p4PS .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6On20p4PS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6On20p4PS .item {
  padding-bottom: 2rem;
}
.cid-t6On20p4PS .item-wrapper {
  position: relative;
}
.cid-t6On20p4PS .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-t6On20p4PS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6On20p4PS .carousel-control,
.cid-t6On20p4PS .close {
  background: #1b1b1b;
}
.cid-t6On20p4PS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6On20p4PS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6On20p4PS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6On20p4PS .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6On20p4PS .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-t6On20p4PS .close::before {
  content: '\e91a';
}
.cid-t6On20p4PS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6On20p4PS .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-t6On20p4PS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6On20p4PS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6On20p4PS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6On20p4PS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6On20p4PS .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-t6On20p4PS .carousel-indicators li.active,
.cid-t6On20p4PS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6On20p4PS .carousel-indicators li::after,
.cid-t6On20p4PS .carousel-indicators li::before {
  content: none;
}
.cid-t6On20p4PS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6On20p4PS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6On20p4PS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6On20p4PS .carousel-indicators {
    display: none;
  }
}
.cid-t6On20p4PS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6On20p4PS .carousel-inner > .active {
  display: block;
}
.cid-t6On20p4PS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6On20p4PS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6On20p4PS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6On20p4PS .carousel-control,
  .cid-t6On20p4PS .carousel-indicators,
  .cid-t6On20p4PS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6On20p4PS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6On20p4PS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6On20p4PS .carousel-indicators .active,
.cid-t6On20p4PS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6On20p4PS .carousel-indicators .active {
  background: #fff;
}
.cid-t6On20p4PS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6On20p4PS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6On20p4PS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6On20p4PS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6On20p4PS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6On20p4PS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6On20p4PS .carousel {
  width: 100%;
}
.cid-t6On20p4PS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6On20p4PS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6On20p4PS .modal.fade .modal-dialog,
.cid-t6On20p4PS .modal.in .modal-dialog {
  transform: none;
}
.cid-t6On20p4PS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6On20p4PS H6 {
  text-align: center;
}
.cid-t6OpRFnm0M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OpRFnm0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OpRFnm0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OpRFnm0M .item {
  padding-bottom: 2rem;
}
.cid-t6OpRFnm0M .item-wrapper {
  position: relative;
}
.cid-t6OpRFnm0M .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-t6OpRFnm0M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OpRFnm0M .carousel-control,
.cid-t6OpRFnm0M .close {
  background: #1b1b1b;
}
.cid-t6OpRFnm0M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OpRFnm0M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OpRFnm0M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OpRFnm0M .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OpRFnm0M .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-t6OpRFnm0M .close::before {
  content: '\e91a';
}
.cid-t6OpRFnm0M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OpRFnm0M .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-t6OpRFnm0M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OpRFnm0M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OpRFnm0M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OpRFnm0M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OpRFnm0M .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-t6OpRFnm0M .carousel-indicators li.active,
.cid-t6OpRFnm0M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OpRFnm0M .carousel-indicators li::after,
.cid-t6OpRFnm0M .carousel-indicators li::before {
  content: none;
}
.cid-t6OpRFnm0M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OpRFnm0M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OpRFnm0M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OpRFnm0M .carousel-indicators {
    display: none;
  }
}
.cid-t6OpRFnm0M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OpRFnm0M .carousel-inner > .active {
  display: block;
}
.cid-t6OpRFnm0M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OpRFnm0M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OpRFnm0M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OpRFnm0M .carousel-control,
  .cid-t6OpRFnm0M .carousel-indicators,
  .cid-t6OpRFnm0M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OpRFnm0M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OpRFnm0M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OpRFnm0M .carousel-indicators .active,
.cid-t6OpRFnm0M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OpRFnm0M .carousel-indicators .active {
  background: #fff;
}
.cid-t6OpRFnm0M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OpRFnm0M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OpRFnm0M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OpRFnm0M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OpRFnm0M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OpRFnm0M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OpRFnm0M .carousel {
  width: 100%;
}
.cid-t6OpRFnm0M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OpRFnm0M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OpRFnm0M .modal.fade .modal-dialog,
.cid-t6OpRFnm0M .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OpRFnm0M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OpRFnm0M H6 {
  text-align: center;
}
.cid-t6Orcg6RJ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6Orcg6RJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6Orcg6RJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6Orcg6RJ7 .item {
  padding-bottom: 2rem;
}
.cid-t6Orcg6RJ7 .item-wrapper {
  position: relative;
}
.cid-t6Orcg6RJ7 .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-t6Orcg6RJ7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6Orcg6RJ7 .carousel-control,
.cid-t6Orcg6RJ7 .close {
  background: #1b1b1b;
}
.cid-t6Orcg6RJ7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6Orcg6RJ7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6Orcg6RJ7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6Orcg6RJ7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6Orcg6RJ7 .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-t6Orcg6RJ7 .close::before {
  content: '\e91a';
}
.cid-t6Orcg6RJ7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6Orcg6RJ7 .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-t6Orcg6RJ7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Orcg6RJ7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6Orcg6RJ7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6Orcg6RJ7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6Orcg6RJ7 .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-t6Orcg6RJ7 .carousel-indicators li.active,
.cid-t6Orcg6RJ7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6Orcg6RJ7 .carousel-indicators li::after,
.cid-t6Orcg6RJ7 .carousel-indicators li::before {
  content: none;
}
.cid-t6Orcg6RJ7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6Orcg6RJ7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6Orcg6RJ7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Orcg6RJ7 .carousel-indicators {
    display: none;
  }
}
.cid-t6Orcg6RJ7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6Orcg6RJ7 .carousel-inner > .active {
  display: block;
}
.cid-t6Orcg6RJ7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Orcg6RJ7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6Orcg6RJ7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6Orcg6RJ7 .carousel-control,
  .cid-t6Orcg6RJ7 .carousel-indicators,
  .cid-t6Orcg6RJ7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6Orcg6RJ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6Orcg6RJ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6Orcg6RJ7 .carousel-indicators .active,
.cid-t6Orcg6RJ7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6Orcg6RJ7 .carousel-indicators .active {
  background: #fff;
}
.cid-t6Orcg6RJ7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6Orcg6RJ7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6Orcg6RJ7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6Orcg6RJ7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6Orcg6RJ7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6Orcg6RJ7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6Orcg6RJ7 .carousel {
  width: 100%;
}
.cid-t6Orcg6RJ7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6Orcg6RJ7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6Orcg6RJ7 .modal.fade .modal-dialog,
.cid-t6Orcg6RJ7 .modal.in .modal-dialog {
  transform: none;
}
.cid-t6Orcg6RJ7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6Orcg6RJ7 H6 {
  text-align: center;
}
.cid-t6Os7Fu53P {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6Os7Fu53P .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6Os7Fu53P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6Os7Fu53P .item {
  padding-bottom: 2rem;
}
.cid-t6Os7Fu53P .item-wrapper {
  position: relative;
}
.cid-t6Os7Fu53P .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-t6Os7Fu53P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6Os7Fu53P .carousel-control,
.cid-t6Os7Fu53P .close {
  background: #1b1b1b;
}
.cid-t6Os7Fu53P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6Os7Fu53P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6Os7Fu53P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6Os7Fu53P .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6Os7Fu53P .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-t6Os7Fu53P .close::before {
  content: '\e91a';
}
.cid-t6Os7Fu53P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6Os7Fu53P .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-t6Os7Fu53P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Os7Fu53P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6Os7Fu53P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6Os7Fu53P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6Os7Fu53P .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-t6Os7Fu53P .carousel-indicators li.active,
.cid-t6Os7Fu53P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6Os7Fu53P .carousel-indicators li::after,
.cid-t6Os7Fu53P .carousel-indicators li::before {
  content: none;
}
.cid-t6Os7Fu53P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6Os7Fu53P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6Os7Fu53P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Os7Fu53P .carousel-indicators {
    display: none;
  }
}
.cid-t6Os7Fu53P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6Os7Fu53P .carousel-inner > .active {
  display: block;
}
.cid-t6Os7Fu53P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Os7Fu53P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6Os7Fu53P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6Os7Fu53P .carousel-control,
  .cid-t6Os7Fu53P .carousel-indicators,
  .cid-t6Os7Fu53P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6Os7Fu53P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6Os7Fu53P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6Os7Fu53P .carousel-indicators .active,
.cid-t6Os7Fu53P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6Os7Fu53P .carousel-indicators .active {
  background: #fff;
}
.cid-t6Os7Fu53P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6Os7Fu53P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6Os7Fu53P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6Os7Fu53P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6Os7Fu53P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6Os7Fu53P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6Os7Fu53P .carousel {
  width: 100%;
}
.cid-t6Os7Fu53P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6Os7Fu53P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6Os7Fu53P .modal.fade .modal-dialog,
.cid-t6Os7Fu53P .modal.in .modal-dialog {
  transform: none;
}
.cid-t6Os7Fu53P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6Os7Fu53P H6 {
  text-align: center;
}
.cid-t6OtJv9ZgF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OtJv9ZgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OtJv9ZgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OtJv9ZgF .item {
  padding-bottom: 2rem;
}
.cid-t6OtJv9ZgF .item-wrapper {
  position: relative;
}
.cid-t6OtJv9ZgF .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-t6OtJv9ZgF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OtJv9ZgF .carousel-control,
.cid-t6OtJv9ZgF .close {
  background: #1b1b1b;
}
.cid-t6OtJv9ZgF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OtJv9ZgF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OtJv9ZgF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OtJv9ZgF .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OtJv9ZgF .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-t6OtJv9ZgF .close::before {
  content: '\e91a';
}
.cid-t6OtJv9ZgF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OtJv9ZgF .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-t6OtJv9ZgF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OtJv9ZgF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OtJv9ZgF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OtJv9ZgF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OtJv9ZgF .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-t6OtJv9ZgF .carousel-indicators li.active,
.cid-t6OtJv9ZgF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OtJv9ZgF .carousel-indicators li::after,
.cid-t6OtJv9ZgF .carousel-indicators li::before {
  content: none;
}
.cid-t6OtJv9ZgF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OtJv9ZgF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OtJv9ZgF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OtJv9ZgF .carousel-indicators {
    display: none;
  }
}
.cid-t6OtJv9ZgF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OtJv9ZgF .carousel-inner > .active {
  display: block;
}
.cid-t6OtJv9ZgF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OtJv9ZgF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OtJv9ZgF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OtJv9ZgF .carousel-control,
  .cid-t6OtJv9ZgF .carousel-indicators,
  .cid-t6OtJv9ZgF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OtJv9ZgF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OtJv9ZgF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OtJv9ZgF .carousel-indicators .active,
.cid-t6OtJv9ZgF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OtJv9ZgF .carousel-indicators .active {
  background: #fff;
}
.cid-t6OtJv9ZgF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OtJv9ZgF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OtJv9ZgF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OtJv9ZgF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OtJv9ZgF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OtJv9ZgF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OtJv9ZgF .carousel {
  width: 100%;
}
.cid-t6OtJv9ZgF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OtJv9ZgF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OtJv9ZgF .modal.fade .modal-dialog,
.cid-t6OtJv9ZgF .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OtJv9ZgF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OtJv9ZgF H6 {
  text-align: center;
}
.cid-t6OvnnE4dX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OvnnE4dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OvnnE4dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OvnnE4dX .item {
  padding-bottom: 2rem;
}
.cid-t6OvnnE4dX .item-wrapper {
  position: relative;
}
.cid-t6OvnnE4dX .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-t6OvnnE4dX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OvnnE4dX .carousel-control,
.cid-t6OvnnE4dX .close {
  background: #1b1b1b;
}
.cid-t6OvnnE4dX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OvnnE4dX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OvnnE4dX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OvnnE4dX .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OvnnE4dX .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-t6OvnnE4dX .close::before {
  content: '\e91a';
}
.cid-t6OvnnE4dX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OvnnE4dX .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-t6OvnnE4dX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OvnnE4dX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OvnnE4dX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OvnnE4dX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OvnnE4dX .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-t6OvnnE4dX .carousel-indicators li.active,
.cid-t6OvnnE4dX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OvnnE4dX .carousel-indicators li::after,
.cid-t6OvnnE4dX .carousel-indicators li::before {
  content: none;
}
.cid-t6OvnnE4dX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OvnnE4dX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OvnnE4dX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OvnnE4dX .carousel-indicators {
    display: none;
  }
}
.cid-t6OvnnE4dX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OvnnE4dX .carousel-inner > .active {
  display: block;
}
.cid-t6OvnnE4dX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OvnnE4dX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OvnnE4dX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OvnnE4dX .carousel-control,
  .cid-t6OvnnE4dX .carousel-indicators,
  .cid-t6OvnnE4dX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OvnnE4dX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OvnnE4dX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OvnnE4dX .carousel-indicators .active,
.cid-t6OvnnE4dX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OvnnE4dX .carousel-indicators .active {
  background: #fff;
}
.cid-t6OvnnE4dX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OvnnE4dX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OvnnE4dX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OvnnE4dX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OvnnE4dX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OvnnE4dX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OvnnE4dX .carousel {
  width: 100%;
}
.cid-t6OvnnE4dX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OvnnE4dX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OvnnE4dX .modal.fade .modal-dialog,
.cid-t6OvnnE4dX .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OvnnE4dX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OvnnE4dX H6 {
  text-align: center;
}
.cid-t6OwjW1V5X {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OwjW1V5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OwjW1V5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OwjW1V5X .item {
  padding-bottom: 2rem;
}
.cid-t6OwjW1V5X .item-wrapper {
  position: relative;
}
.cid-t6OwjW1V5X .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-t6OwjW1V5X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OwjW1V5X .carousel-control,
.cid-t6OwjW1V5X .close {
  background: #1b1b1b;
}
.cid-t6OwjW1V5X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OwjW1V5X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OwjW1V5X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OwjW1V5X .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OwjW1V5X .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-t6OwjW1V5X .close::before {
  content: '\e91a';
}
.cid-t6OwjW1V5X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OwjW1V5X .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-t6OwjW1V5X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OwjW1V5X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OwjW1V5X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OwjW1V5X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OwjW1V5X .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-t6OwjW1V5X .carousel-indicators li.active,
.cid-t6OwjW1V5X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OwjW1V5X .carousel-indicators li::after,
.cid-t6OwjW1V5X .carousel-indicators li::before {
  content: none;
}
.cid-t6OwjW1V5X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OwjW1V5X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OwjW1V5X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OwjW1V5X .carousel-indicators {
    display: none;
  }
}
.cid-t6OwjW1V5X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OwjW1V5X .carousel-inner > .active {
  display: block;
}
.cid-t6OwjW1V5X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OwjW1V5X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OwjW1V5X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OwjW1V5X .carousel-control,
  .cid-t6OwjW1V5X .carousel-indicators,
  .cid-t6OwjW1V5X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OwjW1V5X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OwjW1V5X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OwjW1V5X .carousel-indicators .active,
.cid-t6OwjW1V5X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OwjW1V5X .carousel-indicators .active {
  background: #fff;
}
.cid-t6OwjW1V5X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OwjW1V5X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OwjW1V5X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OwjW1V5X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OwjW1V5X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OwjW1V5X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OwjW1V5X .carousel {
  width: 100%;
}
.cid-t6OwjW1V5X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OwjW1V5X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OwjW1V5X .modal.fade .modal-dialog,
.cid-t6OwjW1V5X .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OwjW1V5X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OwjW1V5X H6 {
  text-align: center;
}
.cid-t6Oz1fX8nI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6Oz1fX8nI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6Oz1fX8nI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6Oz1fX8nI .item {
  padding-bottom: 2rem;
}
.cid-t6Oz1fX8nI .item-wrapper {
  position: relative;
}
.cid-t6Oz1fX8nI .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-t6Oz1fX8nI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6Oz1fX8nI .carousel-control,
.cid-t6Oz1fX8nI .close {
  background: #1b1b1b;
}
.cid-t6Oz1fX8nI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6Oz1fX8nI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6Oz1fX8nI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6Oz1fX8nI .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6Oz1fX8nI .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-t6Oz1fX8nI .close::before {
  content: '\e91a';
}
.cid-t6Oz1fX8nI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6Oz1fX8nI .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-t6Oz1fX8nI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Oz1fX8nI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6Oz1fX8nI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6Oz1fX8nI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6Oz1fX8nI .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-t6Oz1fX8nI .carousel-indicators li.active,
.cid-t6Oz1fX8nI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6Oz1fX8nI .carousel-indicators li::after,
.cid-t6Oz1fX8nI .carousel-indicators li::before {
  content: none;
}
.cid-t6Oz1fX8nI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6Oz1fX8nI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6Oz1fX8nI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6Oz1fX8nI .carousel-indicators {
    display: none;
  }
}
.cid-t6Oz1fX8nI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6Oz1fX8nI .carousel-inner > .active {
  display: block;
}
.cid-t6Oz1fX8nI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6Oz1fX8nI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6Oz1fX8nI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6Oz1fX8nI .carousel-control,
  .cid-t6Oz1fX8nI .carousel-indicators,
  .cid-t6Oz1fX8nI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6Oz1fX8nI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6Oz1fX8nI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6Oz1fX8nI .carousel-indicators .active,
.cid-t6Oz1fX8nI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6Oz1fX8nI .carousel-indicators .active {
  background: #fff;
}
.cid-t6Oz1fX8nI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6Oz1fX8nI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6Oz1fX8nI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6Oz1fX8nI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6Oz1fX8nI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6Oz1fX8nI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6Oz1fX8nI .carousel {
  width: 100%;
}
.cid-t6Oz1fX8nI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6Oz1fX8nI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6Oz1fX8nI .modal.fade .modal-dialog,
.cid-t6Oz1fX8nI .modal.in .modal-dialog {
  transform: none;
}
.cid-t6Oz1fX8nI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6Oz1fX8nI H6 {
  text-align: center;
}
.cid-t6OBQVWFIw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OBQVWFIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OBQVWFIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OBQVWFIw .item {
  padding-bottom: 2rem;
}
.cid-t6OBQVWFIw .item-wrapper {
  position: relative;
}
.cid-t6OBQVWFIw .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-t6OBQVWFIw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OBQVWFIw .carousel-control,
.cid-t6OBQVWFIw .close {
  background: #1b1b1b;
}
.cid-t6OBQVWFIw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OBQVWFIw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OBQVWFIw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OBQVWFIw .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OBQVWFIw .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-t6OBQVWFIw .close::before {
  content: '\e91a';
}
.cid-t6OBQVWFIw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OBQVWFIw .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-t6OBQVWFIw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OBQVWFIw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OBQVWFIw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OBQVWFIw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OBQVWFIw .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-t6OBQVWFIw .carousel-indicators li.active,
.cid-t6OBQVWFIw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OBQVWFIw .carousel-indicators li::after,
.cid-t6OBQVWFIw .carousel-indicators li::before {
  content: none;
}
.cid-t6OBQVWFIw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OBQVWFIw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OBQVWFIw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OBQVWFIw .carousel-indicators {
    display: none;
  }
}
.cid-t6OBQVWFIw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OBQVWFIw .carousel-inner > .active {
  display: block;
}
.cid-t6OBQVWFIw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OBQVWFIw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OBQVWFIw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OBQVWFIw .carousel-control,
  .cid-t6OBQVWFIw .carousel-indicators,
  .cid-t6OBQVWFIw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OBQVWFIw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OBQVWFIw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OBQVWFIw .carousel-indicators .active,
.cid-t6OBQVWFIw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OBQVWFIw .carousel-indicators .active {
  background: #fff;
}
.cid-t6OBQVWFIw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OBQVWFIw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OBQVWFIw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OBQVWFIw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OBQVWFIw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OBQVWFIw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OBQVWFIw .carousel {
  width: 100%;
}
.cid-t6OBQVWFIw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OBQVWFIw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OBQVWFIw .modal.fade .modal-dialog,
.cid-t6OBQVWFIw .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OBQVWFIw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OBQVWFIw H6 {
  text-align: center;
}
.cid-t6OMej4Ubv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OMej4Ubv .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OMej4Ubv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OMej4Ubv .item {
  padding-bottom: 2rem;
}
.cid-t6OMej4Ubv .item-wrapper {
  position: relative;
}
.cid-t6OMej4Ubv .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-t6OMej4Ubv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OMej4Ubv .carousel-control,
.cid-t6OMej4Ubv .close {
  background: #1b1b1b;
}
.cid-t6OMej4Ubv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OMej4Ubv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OMej4Ubv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OMej4Ubv .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OMej4Ubv .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-t6OMej4Ubv .close::before {
  content: '\e91a';
}
.cid-t6OMej4Ubv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OMej4Ubv .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-t6OMej4Ubv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OMej4Ubv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OMej4Ubv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OMej4Ubv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OMej4Ubv .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-t6OMej4Ubv .carousel-indicators li.active,
.cid-t6OMej4Ubv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OMej4Ubv .carousel-indicators li::after,
.cid-t6OMej4Ubv .carousel-indicators li::before {
  content: none;
}
.cid-t6OMej4Ubv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OMej4Ubv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OMej4Ubv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OMej4Ubv .carousel-indicators {
    display: none;
  }
}
.cid-t6OMej4Ubv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OMej4Ubv .carousel-inner > .active {
  display: block;
}
.cid-t6OMej4Ubv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OMej4Ubv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OMej4Ubv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OMej4Ubv .carousel-control,
  .cid-t6OMej4Ubv .carousel-indicators,
  .cid-t6OMej4Ubv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OMej4Ubv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OMej4Ubv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OMej4Ubv .carousel-indicators .active,
.cid-t6OMej4Ubv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OMej4Ubv .carousel-indicators .active {
  background: #fff;
}
.cid-t6OMej4Ubv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OMej4Ubv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OMej4Ubv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OMej4Ubv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OMej4Ubv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OMej4Ubv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OMej4Ubv .carousel {
  width: 100%;
}
.cid-t6OMej4Ubv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OMej4Ubv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OMej4Ubv .modal.fade .modal-dialog,
.cid-t6OMej4Ubv .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OMej4Ubv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OMej4Ubv H6 {
  text-align: center;
}
.cid-t6OQv5ZHVY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-t6OQv5ZHVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-t6OQv5ZHVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6OQv5ZHVY .item {
  padding-bottom: 2rem;
}
.cid-t6OQv5ZHVY .item-wrapper {
  position: relative;
}
.cid-t6OQv5ZHVY .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-t6OQv5ZHVY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t6OQv5ZHVY .carousel-control,
.cid-t6OQv5ZHVY .close {
  background: #1b1b1b;
}
.cid-t6OQv5ZHVY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t6OQv5ZHVY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t6OQv5ZHVY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t6OQv5ZHVY .carousel-control-next span {
  margin-left: 5px;
}
.cid-t6OQv5ZHVY .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-t6OQv5ZHVY .close::before {
  content: '\e91a';
}
.cid-t6OQv5ZHVY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t6OQv5ZHVY .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-t6OQv5ZHVY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OQv5ZHVY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t6OQv5ZHVY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t6OQv5ZHVY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t6OQv5ZHVY .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-t6OQv5ZHVY .carousel-indicators li.active,
.cid-t6OQv5ZHVY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t6OQv5ZHVY .carousel-indicators li::after,
.cid-t6OQv5ZHVY .carousel-indicators li::before {
  content: none;
}
.cid-t6OQv5ZHVY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t6OQv5ZHVY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t6OQv5ZHVY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t6OQv5ZHVY .carousel-indicators {
    display: none;
  }
}
.cid-t6OQv5ZHVY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t6OQv5ZHVY .carousel-inner > .active {
  display: block;
}
.cid-t6OQv5ZHVY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t6OQv5ZHVY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t6OQv5ZHVY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t6OQv5ZHVY .carousel-control,
  .cid-t6OQv5ZHVY .carousel-indicators,
  .cid-t6OQv5ZHVY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t6OQv5ZHVY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t6OQv5ZHVY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t6OQv5ZHVY .carousel-indicators .active,
.cid-t6OQv5ZHVY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t6OQv5ZHVY .carousel-indicators .active {
  background: #fff;
}
.cid-t6OQv5ZHVY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t6OQv5ZHVY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t6OQv5ZHVY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t6OQv5ZHVY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t6OQv5ZHVY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t6OQv5ZHVY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t6OQv5ZHVY .carousel {
  width: 100%;
}
.cid-t6OQv5ZHVY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t6OQv5ZHVY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t6OQv5ZHVY .modal.fade .modal-dialog,
.cid-t6OQv5ZHVY .modal.in .modal-dialog {
  transform: none;
}
.cid-t6OQv5ZHVY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t6OQv5ZHVY H6 {
  text-align: center;
}
.cid-t6O5BvcN3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6O5BvcN3S .card {
  position: relative;
  background-image: url("../../../assets/images/dscn0128-2000x1500.jpeg");
  background-size: cover;
}
.cid-t6O5BvcN3S .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4479d9;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-t6O5BvcN3S .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-t6O5BvAiKx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-t6O5BvAiKx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t6O5BvAiKx .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-t6O5BvAiKx .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-t6O5BvAiKx textarea {
  min-height: 150px;
}
.cid-t6O5BvAiKx .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #ffffff;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-t6O5BwpHJC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #2e3091;
}
