body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #c710fb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c710fb !important;
  border-color: #c710fb !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: #8b03b1 !important;
  border-color: #8b03b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b03b1 !important;
  border-color: #8b03b1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8a05 !important;
  border-color: #ff8a05 !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: #ad5c00 !important;
  border-color: #ad5c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ad5c00 !important;
  border-color: #ad5c00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c710fb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b03b1 !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: #c710fb !important;
  border-color: #c710fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8a05;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ad5c00 !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: #ff8a05 !important;
  border-color: #ff8a05 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c710fb !important;
}
.text-secondary {
  color: #ff8a05 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f03a2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e5400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c710fb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c710fb;
  border-color: #c710fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c710fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6d9fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', 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: #c710fb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', 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: #c710fb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c710fb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c710fb;
}
.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: #c710fb;
  border-bottom-color: #c710fb;
}
.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: #c710fb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff8a05 !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='%23c710fb' %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-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #6a0202 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujv3pARgYj {
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-ujv3pARgYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujv3pARgYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujv3pARgYj .mbr-text,
.cid-ujv3pARgYj .mbr-section-btn {
  color: #ffffff;
}
.cid-ujv3pARgYj .mbr-section-title {
  color: #ffffff;
}
.cid-ukdvee9meP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukdvee9meP .carousel {
  height: 800px;
}
.cid-ukdvee9meP .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukdvee9meP .carousel-item,
.cid-ukdvee9meP .carousel-inner {
  height: 100%;
}
.cid-ukdvee9meP .carousel-caption {
  bottom: 40px;
}
.cid-ukdvee9meP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukdvee9meP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukdvee9meP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukdvee9meP .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukdvee9meP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukdvee9meP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukdvee9meP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukdvee9meP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukdvee9meP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukdvee9meP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdvee9meP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukdvee9meP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukdvee9meP .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-ukdvee9meP .carousel-indicators li.active,
.cid-ukdvee9meP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukdvee9meP .carousel-indicators li::after,
.cid-ukdvee9meP .carousel-indicators li::before {
  content: none;
}
.cid-ukdvee9meP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukdvee9meP .carousel-indicators {
    display: none !important;
  }
}
.cid-uEqk3tZKtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0a2fd;
}
.cid-uEqk3tZKtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqk3tZKtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .container {
    padding: 0 16px;
  }
}
.cid-uEqk3tZKtV .row {
  position: relative;
  z-index: 1;
}
.cid-uEqk3tZKtV .card {
  justify-content: flex-end;
}
.cid-uEqk3tZKtV .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uEqk3tZKtV .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEqk3tZKtV .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uEqk3tZKtV .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uEqk3tZKtV .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uEqk3tZKtV .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uEqk3tZKtV .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uEqk3tZKtV .card-wrapper .card-wrap {
  background-color: #6a2be9;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uEqk3tZKtV .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uEqk3tZKtV .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uEqk3tZKtV .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uEqk3tZKtV .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEqk3tZKtV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uEqk3tZKtV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEqk3tZKtV .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uEqk3tZKtV .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uEqk3tZKtV .text-wrapper {
    margin-left: 0;
  }
}
.cid-uEqk3tZKtV .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uEqk3tZKtV .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uEqk3tZKtV .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uEqk3tZKtV .mbr-text {
  color: #000000;
}
.cid-uEqk3tZKtV .card-desc {
  color: #000000;
}
.cid-uEqk3tZKtV .card-text {
  color: #ffffff;
}
.cid-uEqk3tZKtV .card-name {
  color: #ffffff;
}
.cid-uEqk3tZKtV .card-role {
  color: #ffffff;
}
.cid-uEqkan2pFy {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEqkan2pFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkan2pFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkan2pFy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEqkan2pFy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEqkan2pFy .container {
    padding: 0 24px;
  }
}
.cid-uEqkan2pFy .row {
  justify-content: center;
}
.cid-uEqkan2pFy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uEqkan2pFy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEqkan2pFy .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEqkan2pFy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEqkan2pFy .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uEqkan2pFy .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uEqkan2pFy .content-wrapper .mbr-section-btn .btn:hover,
.cid-uEqkan2pFy .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uEqkan2pFy .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uEqkan2pFy .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uEqkan2pFy .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uEqkan2pFy .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uEqkan2pFy .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uEqkan2pFy .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uEqkan2pFy .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uEqkan2pFy .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.cid-uEqkan2pFy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uEqkan2pFy .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.cid-uEqkan2pFy .mbr-section-title {
  color: #141414;
}
.cid-uEqkan2pFy .mbr-text {
  color: #141414;
}
.cid-uEqkepNtIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uEqkepNtIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkepNtIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkepNtIC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEqkepNtIC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEqkepNtIC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uEqkepNtIC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEqkepNtIC .container {
    padding: 0 12px;
  }
}
.cid-uEqkepNtIC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-uEqkepNtIC .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-uEqkepNtIC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uEqkepNtIC .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-uEqkepNtIC .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-uEqkepNtIC .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-uEqkepNtIC .image-wrapper img {
    height: 250px;
  }
}
.cid-uEqkepNtIC .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-uEqkepNtIC .image-wrap {
    margin-top: 0;
  }
}
.cid-uEqkepNtIC .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEqkepNtIC .image-wrap img {
    height: 350px;
  }
}
.cid-uEqkepNtIC .mbr-section-title {
  color: #1D1D1F;
}
.cid-uEqkepNtIC .mbr-text {
  color: #1D1D1F;
}
.cid-ukdvhatNP3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-59.jpg");
}
.cid-ukdvhatNP3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukdvhatNP3 img,
.cid-ukdvhatNP3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukdvhatNP3 .item:focus,
.cid-ukdvhatNP3 span:focus {
  outline: none;
}
.cid-ukdvhatNP3 .item-wrapper {
  position: relative;
}
.cid-ukdvhatNP3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffb611;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukdvhatNP3 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukdvhatNP3 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukdvhatNP3 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukdvhatNP3 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukdvhatNP3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukdvhatNP3 .mbr-section-title {
  color: #232323;
}
.cid-ukdvhatNP3 .mbr-text,
.cid-ukdvhatNP3 .mbr-section-btn {
  text-align: left;
}
.cid-ukdvhatNP3 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukdvhatNP3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukdvhatNP3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukdvhatNP3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukdvhatNP3 .embla__button--next,
.cid-ukdvhatNP3 .embla__button--prev {
  display: flex;
}
.cid-ukdvhatNP3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukdvhatNP3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukdvhatNP3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukdvhatNP3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukdvhatNP3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdvhatNP3 .embla__button {
    top: auto;
  }
}
.cid-ukdvhatNP3 .embla {
  position: relative;
  width: 100%;
}
.cid-ukdvhatNP3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukdvhatNP3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukdvhatNP3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukdvhatNP3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukdvhatNP3 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukdvhatNP3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukdvhatNP3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uEqkk5VZ40 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uEqkk5VZ40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkk5VZ40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEqkk5VZ40 .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uEqkk5VZ40 .display-1 {
    font-size: 2.4rem;
  }
}
.cid-uEqkk5VZ40 a {
  font-weight: bold;
}
.cid-uEqkk5VZ40 .mbr-text1 {
  text-align: center;
  color: #151515;
  background: #af9fff;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-uEqkk5VZ40 .mbr-text1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-uEqkk5VZ40 .mbr-text1 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-uEqkk5VZ40 .mbr-text2 {
  text-align: center;
  color: #af9fff;
  display: inline-block;
  background: #151515;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-uEqkk5VZ40 .mbr-text2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-uEqkk5VZ40 .mbr-text2 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-uEqkk5VZ40 .mbr-text,
.cid-uEqkk5VZ40 .mbr-section-btn {
  text-align: center;
  color: #af9fff;
}
.cid-sFGzrhlvIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #ffcf01;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #ffcf01;
}
.cid-sFGBbGYuTc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sFGBbGYuTc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sFGBbGYuTc .item {
    margin-bottom: 4rem;
  }
}
.cid-sFGBbGYuTc .item:last-child .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .item.last .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .step-number {
  padding-top: 6px;
}
.cid-sFGBbGYuTc .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box {
    margin-right: 1rem;
  }
}
.cid-sFGBbGYuTc .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 95px;
  left: 50%;
  top: 150%;
  top: 100%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-sFGBbGYuTc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFGBbGYuTc .card {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box::before {
    top: 114%;
  }
}
.cid-sFGBbGYuTc .card-title,
.cid-sFGBbGYuTc .card-box {
  color: #ffb611;
}
.cid-sFGBbGYuTc .icon-text {
  color: #bed3f9;
}
.cid-sFGBbGYuTc .icon-title {
  color: #ffcf01;
}
.cid-uEqkzEVcWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqkzEVcWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkzEVcWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkzEVcWj .row {
  justify-content: center;
}
.cid-uEqkzEVcWj .video-block {
  margin-bottom: 20px;
}
.cid-uEqkzEVcWj .title-wrapper .mbr-date {
  margin-bottom: 16px;
}
.cid-uEqkzEVcWj .title-wrapper .mbr-section-title {
  margin-bottom: 26px;
}
.cid-uEqkzEVcWj .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uEqkzEVcWj .mbr-section-title {
  color: #E0BDB6;
}
.cid-uEqkzEVcWj .mbr-date {
  color: #747474;
}
.cid-uEqkzEVcWj .mbr-text {
  color: #747474;
}
.cid-uEqkBfMxxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-uEqkBfMxxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkBfMxxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkBfMxxE .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEqkBfMxxE .row {
    padding: 0 14px;
  }
  .cid-uEqkBfMxxE .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEqkBfMxxE .item {
  margin-bottom: 9px;
}
.cid-uEqkBfMxxE .item:hover .item-wrapper .item-img img,
.cid-uEqkBfMxxE .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEqkBfMxxE .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEqkBfMxxE .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEqkBfMxxE .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEqkBfMxxE .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e0bdb6;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEqkBfMxxE .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEqkBfMxxE .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEqkC3bnA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqkC3bnA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkC3bnA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkC3bnA3 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEqkC3bnA3 .row {
    padding: 0 11px;
  }
}
.cid-uEqkC3bnA3 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEqkC3bnA3 .title {
    padding: 0 5px;
  }
}
.cid-uEqkC3bnA3 .title .title-wrapper {
  display: flex;
}
.cid-uEqkC3bnA3 .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #e0bdb6;
  margin-right: 8px;
}
.cid-uEqkC3bnA3 .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEqkC3bnA3 .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEqkC3bnA3 .item {
    padding: 0 5px;
  }
}
.cid-uEqkC3bnA3 .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEqkC3bnA3 .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEqkC3bnA3 .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEqkC3bnA3 .item .item-wrapper {
  position: relative;
}
.cid-uEqkC3bnA3 .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEqkC3bnA3 .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEqkC3bnA3 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEqkC3bnA3 .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEqkC3bnA3 .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEqkC3bnA3 .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEqkC3bnA3 .mbr-section-title {
  color: #747474;
}
.cid-uEqkC3bnA3 .mbr-text {
  color: #747474;
}
.cid-uEqkC3bnA3 .mbr-price {
  color: #E0BDB6;
}
.cid-uEqkED9mjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEqkED9mjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkED9mjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkED9mjm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEqkED9mjm .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEqkED9mjm .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEqkED9mjm .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEqkED9mjm .embla__button--next,
.cid-uEqkED9mjm .embla__button--prev {
  display: flex;
}
.cid-uEqkED9mjm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEqkED9mjm .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEqkED9mjm .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEqkED9mjm .embla__button {
    display: none;
  }
}
.cid-uEqkED9mjm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEqkED9mjm .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEqkED9mjm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEqkED9mjm .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEqkED9mjm .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEqkED9mjm .embla {
  position: relative;
  width: 100%;
}
.cid-uEqkED9mjm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEqkED9mjm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEqkED9mjm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEqkED9mjm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEqkGrmqgg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEqkGrmqgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkGrmqgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkGrmqgg .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujvdZwfZi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujvdZwfZi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEqkH8fDkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqkH8fDkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkH8fDkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkH8fDkF .row {
  justify-content: center;
}
.cid-uEqkH8fDkF .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-uEqkH8fDkF .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-uEqkH8fDkF .card {
    margin-bottom: 110px;
  }
}
.cid-uEqkH8fDkF .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-uEqkH8fDkF .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-uEqkH8fDkF .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uEqkH8fDkF .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-uEqkH8fDkF .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-uEqkH8fDkF .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uEqkH8fDkF .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-uEqkH8fDkF .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #e0bdb6;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uEqkH8fDkF .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-uEqkH8fDkF .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-uEqkH8fDkF .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-uEqkH8fDkF .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-uEqkH8fDkF .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #e0bdb6;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-uEqkH8fDkF .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-uEqkH8fDkF .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEqkH8fDkF .mbr-price {
  color: #E0BDB6;
}
.cid-uEqkH8fDkF .price_2 {
  color: #ffffff;
}
.cid-uEqkH8fDkF .mbr-desc {
  color: #747474;
}
.cid-uEqkH8fDkF .desc_2 {
  color: #ffffff;
}
.cid-uEqkH8fDkF .list {
  color: #747474;
}
.cid-sFGBGm1Q33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sFGBGm1Q33 .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sFGBGm1Q33 .mbr-section-title,
.cid-sFGBGm1Q33 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sFGBGm1Q33 .card-title {
  color: #ffb611;
}
.cid-sFGBGm1Q33 .mbr-text {
  color: #bbbbbb;
}
.cid-sFGBGm1Q33 .price {
  color: #ffe161;
}
.cid-sFGBGm1Q33 .mbr-section-title {
  color: #f80af1;
}
.cid-ujve1OSBl4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ujve1OSBl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujve1OSBl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ujve1OSBl4 .container-fluid {
    padding: 0;
  }
}
.cid-ujve1OSBl4 .embla__button--next,
.cid-ujve1OSBl4 .embla__button--prev {
  display: flex;
}
.cid-ujve1OSBl4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujve1OSBl4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujve1OSBl4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujve1OSBl4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujve1OSBl4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujve1OSBl4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujve1OSBl4 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujve1OSBl4 .embla {
  position: relative;
  width: 100%;
}
.cid-ujve1OSBl4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujve1OSBl4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujve1OSBl4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujve1OSBl4 .embla__slide a {
  cursor: grab;
}
.cid-ujve1OSBl4 .embla__slide a:active {
  cursor: grabbing;
}
.cid-ujve1OSBl4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujve1OSBl4 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ujve1OSBl4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujve1OSBl4 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ujve1OSBl4 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ujve1OSBl4 .mbr-section-title {
  color: #232323;
}
.cid-ujve1OSBl4 .mbr-section-subtitle {
  color: #232323;
}
.cid-ujve1OSBl4 .mbr-box {
  color: #ffffff;
}
.cid-ujve1OSBl4 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ujve1OSBl4 img,
.cid-ujve1OSBl4 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujve1OSBl4 .item-wrapper {
  position: relative;
}
.cid-ujve1OSBl4 .content-head {
  max-width: 800px;
}
.cid-ukTdwCkQ86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukTdwCkQ86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sFGGp6mJeM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-sFGGp6mJeM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGGp6mJeM .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGGp6mJeM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGGp6mJeM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGGp6mJeM .social-row {
  text-align: center;
}
.cid-sFGGp6mJeM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGGp6mJeM .card-title,
.cid-sFGGp6mJeM .social-row {
  color: #c7493a;
}
.cid-sFGGp6mJeM .card-text,
.cid-sFGGp6mJeM .mbr-section-btn,
.cid-sFGGp6mJeM .social-row {
  color: #bbbbbb;
}
.cid-sFGGp6mJeM .mbr-role,
.cid-sFGGp6mJeM .social-row {
  color: #f60a8b;
}
.cid-sFGGp6mJeM .mbr-section-title {
  color: #ffb611;
}
.cid-sFGFZiVtyo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sFGFZiVtyo img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-sFGFZiVtyo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFGFZiVtyo .card {
    max-width: 12.5%;
  }
}
.cid-sFGFZiVtyo .mbr-section-title {
  color: #ffb611;
}
.cid-ukehrRq4vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukehrRq4vl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujvBijA7uJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ujvBijA7uJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ujvBijA7uJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ujvBijA7uJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ujvBijA7uJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ujvBijA7uJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujvBijA7uJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sFGJsyrALx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sFGJsyrALx .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sFGJsyrALx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFGJsyrALx .mbr-section-title {
  color: #ffb611;
}
.cid-sFGJsyrALx .mbr-text {
  color: #ffffff;
}
.cid-sFGJsyrALx .name {
  color: #bbbbbb;
}
.cid-sFGJsyrALx .position {
  color: #bbbbbb;
}
.cid-sFGDeCn4OW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-sFGDeCn4OW .google-map {
  height: 350px;
  position: relative;
}
.cid-sFGDeCn4OW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGDeCn4OW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGDeCn4OW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGDeCn4OW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGDeCn4OW .mbr-section-title {
  color: #ffb611;
}
.cid-sFGDeCn4OW .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-sFGDg6hy8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-sFGDg6hy8z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFGDg6hy8z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGDg6hy8z .row {
    text-align: center;
  }
  .cid-sFGDg6hy8z .social-row {
    justify-content: center;
  }
}
.cid-sFGDg6hy8z .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 0rem;
  }
}
.cid-sFGDg6hy8z .mbr-text {
  color: #bbbbbb;
}
.cid-sFGDg6hy8z .mbr-iconfont {
  color: black;
}
.cid-ujveFwMoeR .navbar-dropdown {
  position: relative !important;
}
.cid-ujveFwMoeR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujveFwMoeR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujveFwMoeR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujveFwMoeR .dropdown-item:hover,
.cid-ujveFwMoeR .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ujveFwMoeR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujveFwMoeR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujveFwMoeR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujveFwMoeR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujveFwMoeR .nav-link {
  position: relative;
}
.cid-ujveFwMoeR .container {
  display: flex;
  margin: auto;
}
.cid-ujveFwMoeR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujveFwMoeR .dropdown-menu,
.cid-ujveFwMoeR .navbar.opened {
  background: #6a0202 !important;
}
.cid-ujveFwMoeR .nav-item:focus,
.cid-ujveFwMoeR .nav-link:focus {
  outline: none;
}
.cid-ujveFwMoeR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujveFwMoeR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujveFwMoeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujveFwMoeR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujveFwMoeR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujveFwMoeR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujveFwMoeR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ujveFwMoeR .navbar.opened {
  transition: all 0.3s;
}
.cid-ujveFwMoeR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujveFwMoeR .navbar .navbar-logo img {
  width: auto;
}
.cid-ujveFwMoeR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujveFwMoeR .navbar.collapsed {
  justify-content: center;
}
.cid-ujveFwMoeR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujveFwMoeR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujveFwMoeR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ujveFwMoeR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujveFwMoeR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujveFwMoeR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujveFwMoeR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujveFwMoeR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujveFwMoeR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujveFwMoeR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujveFwMoeR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujveFwMoeR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujveFwMoeR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujveFwMoeR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujveFwMoeR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujveFwMoeR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujveFwMoeR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujveFwMoeR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujveFwMoeR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujveFwMoeR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujveFwMoeR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujveFwMoeR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujveFwMoeR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujveFwMoeR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujveFwMoeR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujveFwMoeR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujveFwMoeR .dropdown-item.active,
.cid-ujveFwMoeR .dropdown-item:active {
  background-color: transparent;
}
.cid-ujveFwMoeR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujveFwMoeR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujveFwMoeR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujveFwMoeR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ujveFwMoeR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujveFwMoeR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujveFwMoeR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujveFwMoeR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujveFwMoeR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujveFwMoeR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujveFwMoeR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujveFwMoeR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujveFwMoeR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujveFwMoeR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujveFwMoeR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujveFwMoeR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujveFwMoeR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujveFwMoeR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujveFwMoeR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ujveFwMoeR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujveFwMoeR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujveFwMoeR .navbar {
    height: 70px;
  }
  .cid-ujveFwMoeR .navbar.opened {
    height: auto;
  }
  .cid-ujveFwMoeR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujveFxVHgx {
  background-image: url("../../../assets/images/mbr-18.jpg");
}
.cid-ujveFxVHgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujveFxVHgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujveFxVHgx .mbr-text,
.cid-ujveFxVHgx .mbr-section-btn {
  color: #ffffff;
}
.cid-ujveFxVHgx .mbr-section-title {
  color: #6a0202;
}
.cid-ujvzlTwuVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ujvzlTwuVI .carousel {
  height: 800px;
}
.cid-ujvzlTwuVI .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujvzlTwuVI .carousel-item,
.cid-ujvzlTwuVI .carousel-inner {
  height: 100%;
}
.cid-ujvzlTwuVI .carousel-caption {
  bottom: 40px;
}
.cid-ujvzlTwuVI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ujvzlTwuVI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ujvzlTwuVI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ujvzlTwuVI .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ujvzlTwuVI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ujvzlTwuVI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ujvzlTwuVI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ujvzlTwuVI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ujvzlTwuVI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujvzlTwuVI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujvzlTwuVI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujvzlTwuVI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ujvzlTwuVI .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-ujvzlTwuVI .carousel-indicators li.active,
.cid-ujvzlTwuVI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujvzlTwuVI .carousel-indicators li::after,
.cid-ujvzlTwuVI .carousel-indicators li::before {
  content: none;
}
.cid-ujvzlTwuVI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujvzlTwuVI .carousel-indicators {
    display: none !important;
  }
}
.cid-unyt1wKxpL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-71.jpg");
}
.cid-unyt1wKxpL img,
.cid-unyt1wKxpL .item-img {
  width: 100%;
}
.cid-unyt1wKxpL .item:focus,
.cid-unyt1wKxpL span:focus {
  outline: none;
}
.cid-unyt1wKxpL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-unyt1wKxpL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unyt1wKxpL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-unyt1wKxpL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unyt1wKxpL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-unyt1wKxpL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-unyt1wKxpL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unyt1wKxpL .mbr-section-title {
  color: #f60a8b;
}
.cid-unyt1wKxpL .mbr-text,
.cid-unyt1wKxpL .mbr-section-btn {
  text-align: center;
}
.cid-unyt1wKxpL .item-title {
  text-align: center;
}
.cid-unyt1wKxpL .item-subtitle {
  text-align: left;
}
.cid-ukV7IM0opa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukV7IM0opa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV7IM0opa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukV7IM0opa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ujvBYJuEow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ujvBYJuEow img,
.cid-ujvBYJuEow .item-img {
  width: 100%;
}
.cid-ujvBYJuEow .item:focus,
.cid-ujvBYJuEow span:focus {
  outline: none;
}
.cid-ujvBYJuEow .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ujvBYJuEow .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujvBYJuEow .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujvBYJuEow .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujvBYJuEow .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujvBYJuEow .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujvBYJuEow .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvBYJuEow .mbr-section-title {
  color: #ffffff;
}
.cid-ujvBYJuEow .mbr-text,
.cid-ujvBYJuEow .mbr-section-btn {
  text-align: center;
}
.cid-ujvBYJuEow .item-title {
  text-align: center;
}
.cid-ujvBYJuEow .item-subtitle {
  text-align: left;
}
.cid-ujvCCoHSfA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujvCCoHSfA img,
.cid-ujvCCoHSfA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ujvCCoHSfA .item:focus,
.cid-ujvCCoHSfA span:focus {
  outline: none;
}
.cid-ujvCCoHSfA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ujvCCoHSfA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujvCCoHSfA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujvCCoHSfA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ujvCCoHSfA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvCCoHSfA .mbr-section-title {
  color: #232323;
}
.cid-ujvCCoHSfA .mbr-text,
.cid-ujvCCoHSfA .mbr-section-btn {
  text-align: left;
}
.cid-ujvCCoHSfA .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-ujvCCoHSfA .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ujvE0iiXex {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujvE0iiXex .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujvE0iiXex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujvE0iiXex .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ujvE0iiXex .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ujvE0iiXex .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-ujvE0iiXex .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ujvE0iiXex .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-ujvE0iiXex .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ujvE0iiXex .carousel-control,
.cid-ujvE0iiXex .close {
  background: #1b1b1b;
}
.cid-ujvE0iiXex .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujvE0iiXex .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujvE0iiXex .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujvE0iiXex .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujvE0iiXex .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-ujvE0iiXex .close::before {
  content: '\e91a';
}
.cid-ujvE0iiXex .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujvE0iiXex .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-ujvE0iiXex .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujvE0iiXex .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujvE0iiXex .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujvE0iiXex .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujvE0iiXex .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-ujvE0iiXex .carousel-indicators li.active,
.cid-ujvE0iiXex .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujvE0iiXex .carousel-indicators li::after,
.cid-ujvE0iiXex .carousel-indicators li::before {
  content: none;
}
.cid-ujvE0iiXex .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujvE0iiXex .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujvE0iiXex .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujvE0iiXex .carousel-indicators {
    display: none;
  }
}
.cid-ujvE0iiXex .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujvE0iiXex .carousel-inner > .active {
  display: block;
}
.cid-ujvE0iiXex .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujvE0iiXex .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujvE0iiXex .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujvE0iiXex .carousel-control,
  .cid-ujvE0iiXex .carousel-indicators,
  .cid-ujvE0iiXex .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujvE0iiXex .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujvE0iiXex .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujvE0iiXex .carousel-indicators .active,
.cid-ujvE0iiXex .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujvE0iiXex .carousel-indicators .active {
  background: #fff;
}
.cid-ujvE0iiXex .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujvE0iiXex .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujvE0iiXex .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujvE0iiXex .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujvE0iiXex .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujvE0iiXex .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujvE0iiXex .carousel {
  width: 100%;
}
.cid-ujvE0iiXex .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujvE0iiXex .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujvE0iiXex .modal.fade .modal-dialog,
.cid-ujvE0iiXex .modal.in .modal-dialog {
  transform: none;
}
.cid-ujvE0iiXex .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujvE0iiXex H6 {
  text-align: center;
}
.cid-ujvEo2Shfh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujvEo2Shfh img,
.cid-ujvEo2Shfh .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujvEo2Shfh .item:focus,
.cid-ujvEo2Shfh span:focus {
  outline: none;
}
.cid-ujvEo2Shfh .item-wrapper {
  position: relative;
}
.cid-ujvEo2Shfh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ujvEo2Shfh .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ujvEo2Shfh .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujvEo2Shfh .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ujvEo2Shfh .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ujvEo2Shfh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvEo2Shfh .mbr-section-title {
  color: #232323;
}
.cid-ujvEo2Shfh .mbr-text,
.cid-ujvEo2Shfh .mbr-section-btn {
  text-align: center;
}
.cid-ujvEo2Shfh .item-title {
  text-align: center;
}
.cid-ujvEo2Shfh .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujvEo2Shfh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ujvEo2Shfh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujvEo2Shfh .embla__button--next,
.cid-ujvEo2Shfh .embla__button--prev {
  display: flex;
}
.cid-ujvEo2Shfh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ujvEo2Shfh .embla__button {
    display: none;
  }
}
.cid-ujvEo2Shfh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujvEo2Shfh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ujvEo2Shfh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujvEo2Shfh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujvEo2Shfh .embla__button {
    top: auto;
  }
}
.cid-ujvEo2Shfh .embla {
  position: relative;
  width: 100%;
}
.cid-ujvEo2Shfh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujvEo2Shfh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujvEo2Shfh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujvEo2Shfh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujvA8ySydP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ujvA8ySydP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujvA8ySydP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ujvA8ySydP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ujvA8ySydP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujvA8ySydP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ujvA8ySydP .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-ujvA8ySydP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ujvA8ySydP .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ujvqCcrfzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujvfi0H5sL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujvfNto5Ks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujveFEfvYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujveFEfvYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujveFGTOHW {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ujveFGTOHW {
    align-items: flex-end;
  }
  .cid-ujveFGTOHW .row {
    justify-content: flex-start;
  }
  .cid-ujveFGTOHW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujveFGTOHW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ujveFGTOHW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ujveFGTOHW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ujveFGTOHW .content-wrap {
    width: 100%;
  }
}
.cid-ujveFGTOHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujveFGTOHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujveFGTOHW .mbr-section-title,
.cid-ujveFGTOHW .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-ujveFGTOHW .mbr-text,
.cid-ujveFGTOHW .mbr-section-btn {
  text-align: center;
}
.cid-ujveFGTOHW .mbr-section-title {
  color: #FF6D00;
}
.cid-ujveFGTOHW .mbr-section-subtitle {
  color: #FF6D00;
}
.cid-ujveFMHmB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ujveFMHmB0 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ujveFMHmB0 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ujveFMHmB0 .mbr-section-title {
  color: #379683;
}
.cid-ujveFMHmB0 .mbr-text {
  color: #bbbbbb;
}
.cid-ujveFMHmB0 .name {
  color: #bbbbbb;
}
.cid-ujveFMHmB0 .position {
  color: #bbbbbb;
}
.cid-ujveFOw1v7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ujveFOw1v7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujveFOw1v7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujveFOw1v7 .row {
    text-align: center;
  }
  .cid-ujveFOw1v7 .social-row {
    justify-content: center;
  }
}
.cid-ujveFOw1v7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujveFOw1v7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujveFOw1v7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ujveFOw1v7 .mbr-text {
  color: #bbbbbb;
}
.cid-ujveFOw1v7 .mbr-iconfont {
  color: black;
}
.cid-ukdxAW71im .navbar-dropdown {
  position: relative !important;
}
.cid-ukdxAW71im .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukdxAW71im .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukdxAW71im .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukdxAW71im .dropdown-item:hover,
.cid-ukdxAW71im .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukdxAW71im .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukdxAW71im .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukdxAW71im .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukdxAW71im .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukdxAW71im .nav-link {
  position: relative;
}
.cid-ukdxAW71im .container {
  display: flex;
  margin: auto;
}
.cid-ukdxAW71im .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukdxAW71im .dropdown-menu,
.cid-ukdxAW71im .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukdxAW71im .nav-item:focus,
.cid-ukdxAW71im .nav-link:focus {
  outline: none;
}
.cid-ukdxAW71im .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukdxAW71im .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukdxAW71im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukdxAW71im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukdxAW71im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukdxAW71im .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukdxAW71im .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukdxAW71im .navbar.opened {
  transition: all 0.3s;
}
.cid-ukdxAW71im .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukdxAW71im .navbar .navbar-logo img {
  width: auto;
}
.cid-ukdxAW71im .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukdxAW71im .navbar.collapsed {
  justify-content: center;
}
.cid-ukdxAW71im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukdxAW71im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukdxAW71im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukdxAW71im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukdxAW71im .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukdxAW71im .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukdxAW71im .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukdxAW71im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukdxAW71im .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukdxAW71im .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukdxAW71im .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukdxAW71im .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukdxAW71im .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukdxAW71im .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukdxAW71im .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukdxAW71im .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukdxAW71im .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukdxAW71im .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukdxAW71im .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukdxAW71im .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukdxAW71im .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukdxAW71im .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukdxAW71im .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukdxAW71im .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukdxAW71im .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukdxAW71im .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukdxAW71im .dropdown-item.active,
.cid-ukdxAW71im .dropdown-item:active {
  background-color: transparent;
}
.cid-ukdxAW71im .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukdxAW71im .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukdxAW71im .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukdxAW71im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukdxAW71im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukdxAW71im .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukdxAW71im ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukdxAW71im .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukdxAW71im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukdxAW71im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukdxAW71im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukdxAW71im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukdxAW71im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukdxAW71im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukdxAW71im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukdxAW71im nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukdxAW71im nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukdxAW71im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukdxAW71im .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukdxAW71im a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukdxAW71im .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukdxAW71im .navbar {
    height: 70px;
  }
  .cid-ukdxAW71im .navbar.opened {
    height: auto;
  }
  .cid-ukdxAW71im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukdxAXeWz8 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukdxAXeWz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdxAXeWz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdxAXeWz8 .mbr-text,
.cid-ukdxAXeWz8 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukdxAXeWz8 .mbr-section-title {
  color: #ffffff;
}
.cid-ukdxP6LQ2P {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-ukdxP6LQ2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdxP6LQ2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdyZ6Gmr5 {
  background-image: url("../../../assets/images/mbr-13.jpg");
}
.cid-ukdyZ6Gmr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdyZ6Gmr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdyZ6Gmr5 .mbr-section-title {
  color: #f80af1;
}
.cid-ukdyZ6Gmr5 .mbr-text,
.cid-ukdyZ6Gmr5 .mbr-section-btn {
  color: #6a0202;
}
.cid-ukdxAXVhI9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukdxAXVhI9 .carousel {
  height: 800px;
}
.cid-ukdxAXVhI9 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukdxAXVhI9 .carousel-item,
.cid-ukdxAXVhI9 .carousel-inner {
  height: 100%;
}
.cid-ukdxAXVhI9 .carousel-caption {
  bottom: 40px;
}
.cid-ukdxAXVhI9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukdxAXVhI9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukdxAXVhI9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukdxAXVhI9 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukdxAXVhI9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukdxAXVhI9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukdxAXVhI9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukdxAXVhI9 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukdxAXVhI9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukdxAXVhI9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdxAXVhI9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukdxAXVhI9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukdxAXVhI9 .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-ukdxAXVhI9 .carousel-indicators li.active,
.cid-ukdxAXVhI9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukdxAXVhI9 .carousel-indicators li::after,
.cid-ukdxAXVhI9 .carousel-indicators li::before {
  content: none;
}
.cid-ukdxAXVhI9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukdxAXVhI9 .carousel-indicators {
    display: none !important;
  }
}
.cid-ukdAFGvaUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukdAFGvaUg .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukdxAYWTGo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ukdxAYWTGo .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukdxAYWTGo img,
.cid-ukdxAYWTGo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukdxAYWTGo .item:focus,
.cid-ukdxAYWTGo span:focus {
  outline: none;
}
.cid-ukdxAYWTGo .item-wrapper {
  position: relative;
}
.cid-ukdxAYWTGo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukdxAYWTGo .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukdxAYWTGo .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukdxAYWTGo .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukdxAYWTGo .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukdxAYWTGo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukdxAYWTGo .mbr-section-title {
  color: #232323;
}
.cid-ukdxAYWTGo .mbr-text,
.cid-ukdxAYWTGo .mbr-section-btn {
  text-align: left;
}
.cid-ukdxAYWTGo .item-title {
  text-align: left;
}
.cid-ukdxAYWTGo .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukdxAYWTGo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukdxAYWTGo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukdxAYWTGo .embla__button--next,
.cid-ukdxAYWTGo .embla__button--prev {
  display: flex;
}
.cid-ukdxAYWTGo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukdxAYWTGo .embla__button {
    display: none;
  }
}
.cid-ukdxAYWTGo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukdxAYWTGo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukdxAYWTGo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukdxAYWTGo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdxAYWTGo .embla__button {
    top: auto;
  }
}
.cid-ukdxAYWTGo .embla {
  position: relative;
  width: 100%;
}
.cid-ukdxAYWTGo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukdxAYWTGo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukdxAYWTGo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukdxAYWTGo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukdxAYWTGo .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukdxAYWTGo .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukdxAYWTGo .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukdxB1vKLs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-ukdxB1vKLs .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukdxB1vKLs .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukdxB1vKLs .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukdxB1vKLs .mbr-text {
  color: #ffffff;
}
.cid-ukdxB1vKLs .card {
  padding-bottom: 1.5rem;
}
.cid-ukdxB1vKLs .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukdxB1vKLs .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukdxB1vKLs .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukdxB1vKLs H1 {
  color: #ffcf01;
}
.cid-ukdxB1vKLs .mbr-text,
.cid-ukdxB1vKLs .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukdxB1vKLs .card-wrapper .card-title,
.cid-ukdxB1vKLs .card-box {
  color: #bbbbbb;
}
.cid-ukdxB2gnlU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ukdxB2gnlU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukdxB2gnlU .item {
    margin-bottom: 4rem;
  }
}
.cid-ukdxB2gnlU .item:last-child .icon-box:before {
  display: none;
}
.cid-ukdxB2gnlU .item.last .icon-box:before {
  display: none;
}
.cid-ukdxB2gnlU .step-number {
  padding-top: 6px;
}
.cid-ukdxB2gnlU .icon-box {
  background: #c37a7a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukdxB2gnlU .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukdxB2gnlU .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #c37a7a;
  transform: translate(-50%, 0);
}
.cid-ukdxB2gnlU span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukdxB2gnlU .card {
    margin-bottom: 2rem;
  }
  .cid-ukdxB2gnlU .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukdxB2gnlU .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ukdxB2gnlU .icon-box::before {
    top: 114%;
  }
}
.cid-ukdxB2gnlU .card-title,
.cid-ukdxB2gnlU .card-box {
  color: #bbbbbb;
}
.cid-ukdxB2gnlU .icon-text {
  color: #bbbbbb;
}
.cid-ukdxB3rUve {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukdxB3rUve .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukdxB3rUve .row {
    flex-direction: column-reverse;
  }
  .cid-ukdxB3rUve .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukdxB3rUve .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukdxB3rUve .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukdxB3rUve .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukdxB3rUve .mbr-text,
.cid-ukdxB3rUve .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukdxB3rUve .card-title {
  color: #379683;
}
.cid-ukdxB40WuQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-ukdxB40WuQ img,
.cid-ukdxB40WuQ .item-img {
  width: 100%;
}
.cid-ukdxB40WuQ .item:focus,
.cid-ukdxB40WuQ span:focus {
  outline: none;
}
.cid-ukdxB40WuQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukdxB40WuQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukdxB40WuQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukdxB40WuQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukdxB40WuQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukdxB40WuQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukdxB40WuQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukdxB40WuQ .mbr-section-title {
  color: #c37a7a;
}
.cid-ukdxB40WuQ .mbr-text,
.cid-ukdxB40WuQ .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukdxB40WuQ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ukdxB40WuQ .item-subtitle {
  text-align: left;
}
.cid-ukdxB4Ocj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdxB4Ocj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukdxB5mYrJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukdxB5mYrJ .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukdxB5mYrJ .mbr-section-title,
.cid-ukdxB5mYrJ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukdxB5mYrJ .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukdxB5mYrJ .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukdxB5mYrJ .card-title {
  color: #379683;
}
.cid-ukdxB5mYrJ .mbr-text {
  color: #bbbbbb;
}
.cid-ukdxB5mYrJ .price {
  color: #379683;
}
.cid-ukdxB5mYrJ .mbr-section-title {
  color: #379683;
}
.cid-ukdxB6q8EF {
  display: flex;
}
@media (min-width: 768px) {
  .cid-ukdxB6q8EF {
    align-items: flex-end;
  }
  .cid-ukdxB6q8EF .row {
    justify-content: flex-start;
  }
  .cid-ukdxB6q8EF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ukdxB6q8EF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ukdxB6q8EF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ukdxB6q8EF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ukdxB6q8EF .content-wrap {
    width: 100%;
  }
}
.cid-ukdxB6q8EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdxB6q8EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukdxB6q8EF .mbr-section-title,
.cid-ukdxB6q8EF .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-ukdxB6q8EF .mbr-text,
.cid-ukdxB6q8EF .mbr-section-btn {
  text-align: center;
}
.cid-ukdxB6q8EF .mbr-section-title {
  color: #FF6D00;
}
.cid-ukdxB6q8EF .mbr-section-subtitle {
  color: #FF6D00;
}
.cid-ukdxB75hbk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukdxB75hbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdxB75hbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukdxB75hbk .container-fluid {
    padding: 0;
  }
}
.cid-ukdxB75hbk .embla__button--next,
.cid-ukdxB75hbk .embla__button--prev {
  display: flex;
}
.cid-ukdxB75hbk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukdxB75hbk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukdxB75hbk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukdxB75hbk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukdxB75hbk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukdxB75hbk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdxB75hbk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukdxB75hbk .embla {
  position: relative;
  width: 100%;
}
.cid-ukdxB75hbk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukdxB75hbk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukdxB75hbk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukdxB75hbk .embla__slide a {
  cursor: grab;
}
.cid-ukdxB75hbk .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukdxB75hbk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukdxB75hbk .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukdxB75hbk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukdxB75hbk .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukdxB75hbk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukdxB75hbk .mbr-section-title {
  color: #232323;
}
.cid-ukdxB75hbk .mbr-section-subtitle {
  color: #232323;
}
.cid-ukdxB75hbk .mbr-box {
  color: #ffffff;
}
.cid-ukdxB75hbk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukdxB75hbk img,
.cid-ukdxB75hbk .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukdxB75hbk .item-wrapper {
  position: relative;
}
.cid-ukdxB75hbk .content-head {
  max-width: 800px;
}
.cid-ukdxB8EkB2 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #353535;
}
.cid-ukdxB8EkB2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukdxB8EkB2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukdxB8EkB2 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukdxB8EkB2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukdxB8EkB2 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukdxB8EkB2 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukdxB8EkB2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukdxB8EkB2 .social-row {
  text-align: center;
}
.cid-ukdxB8EkB2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c37a7a;
  transition: all 0.3s;
}
.cid-ukdxB8EkB2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c37a7a;
  font-size: 1.5rem;
}
.cid-ukdxB8EkB2 .social-row .soc-item:hover {
  background-color: #c37a7a;
}
.cid-ukdxB8EkB2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukdxB8EkB2 .card-title,
.cid-ukdxB8EkB2 .social-row {
  color: #c7493a;
}
.cid-ukdxB8EkB2 .card-text,
.cid-ukdxB8EkB2 .mbr-section-btn,
.cid-ukdxB8EkB2 .social-row {
  color: #bbbbbb;
}
.cid-ukdxB8EkB2 .mbr-role,
.cid-ukdxB8EkB2 .social-row {
  color: #c37a7a;
}
.cid-ukdxB8EkB2 .mbr-section-title {
  color: #c37a7a;
}
.cid-ukdxBaemKb {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #232323;
}
.cid-ukdxBaemKb img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukdxBaemKb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukdxBaemKb .card {
    max-width: 12.5%;
  }
}
.cid-ukdxBaemKb .mbr-section-title {
  color: #379683;
}
.cid-ukdxBbGilB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #353535;
}
.cid-ukdxBbGilB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c710fb;
  margin-bottom: 2rem;
}
.cid-ukdxBbGilB .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ukdxBbGilB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukdxBbGilB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ukdxBbGilB .mbr-section-title {
  color: #c37a7a;
}
.cid-ukdxBbGilB .card-title {
  color: #bbbbbb;
}
.cid-ukdxBbGilB .mbr-text {
  color: #bbbbbb;
}
.cid-ukdxBbGilB .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ukdxBcEeYY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukdxBcEeYY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukdxBcEeYY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukdxBcEeYY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukdxBcEeYY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukdxBdwjxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ukdxBdwjxc .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukdxBdwjxc .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukdxBdwjxc .mbr-section-title {
  color: #379683;
}
.cid-ukdxBdwjxc .mbr-text {
  color: #bbbbbb;
}
.cid-ukdxBdwjxc .name {
  color: #bbbbbb;
}
.cid-ukdxBdwjxc .position {
  color: #bbbbbb;
}
.cid-ukdxBeZl8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-ukdxBeZl8F .google-map {
  height: 350px;
  position: relative;
}
.cid-ukdxBeZl8F .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukdxBeZl8F .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukdxBeZl8F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukdxBeZl8F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukdxBeZl8F .mbr-section-title {
  color: #c37a7a;
}
.cid-ukdxBeZl8F .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ukdxBg6E6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukdxBg6E6A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukdxBg6E6A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukdxBg6E6A .row {
    text-align: center;
  }
  .cid-ukdxBg6E6A .social-row {
    justify-content: center;
  }
}
.cid-ukdxBg6E6A .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukdxBg6E6A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukdxBg6E6A .list {
    margin-bottom: 0rem;
  }
}
.cid-ukdxBg6E6A .mbr-text {
  color: #bbbbbb;
}
.cid-ukdxBg6E6A .mbr-iconfont {
  color: black;
}
.cid-ukUKltP6ti .navbar-dropdown {
  position: relative !important;
}
.cid-ukUKltP6ti .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUKltP6ti .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukUKltP6ti .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukUKltP6ti .dropdown-item:hover,
.cid-ukUKltP6ti .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukUKltP6ti .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukUKltP6ti .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukUKltP6ti .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukUKltP6ti .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukUKltP6ti .nav-link {
  position: relative;
}
.cid-ukUKltP6ti .container {
  display: flex;
  margin: auto;
}
.cid-ukUKltP6ti .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukUKltP6ti .dropdown-menu,
.cid-ukUKltP6ti .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukUKltP6ti .nav-item:focus,
.cid-ukUKltP6ti .nav-link:focus {
  outline: none;
}
.cid-ukUKltP6ti .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukUKltP6ti .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukUKltP6ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukUKltP6ti .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUKltP6ti .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukUKltP6ti .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukUKltP6ti .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukUKltP6ti .navbar.opened {
  transition: all 0.3s;
}
.cid-ukUKltP6ti .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukUKltP6ti .navbar .navbar-logo img {
  width: auto;
}
.cid-ukUKltP6ti .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukUKltP6ti .navbar.collapsed {
  justify-content: center;
}
.cid-ukUKltP6ti .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukUKltP6ti .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUKltP6ti .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukUKltP6ti .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukUKltP6ti .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukUKltP6ti .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukUKltP6ti .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukUKltP6ti .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukUKltP6ti .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukUKltP6ti .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukUKltP6ti .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukUKltP6ti .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukUKltP6ti .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukUKltP6ti .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukUKltP6ti .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukUKltP6ti .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukUKltP6ti .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukUKltP6ti .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukUKltP6ti .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukUKltP6ti .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukUKltP6ti .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukUKltP6ti .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukUKltP6ti .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukUKltP6ti .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukUKltP6ti .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukUKltP6ti .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukUKltP6ti .dropdown-item.active,
.cid-ukUKltP6ti .dropdown-item:active {
  background-color: transparent;
}
.cid-ukUKltP6ti .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukUKltP6ti .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukUKltP6ti .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukUKltP6ti .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukUKltP6ti .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukUKltP6ti .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukUKltP6ti ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukUKltP6ti .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukUKltP6ti button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukUKltP6ti button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukUKltP6ti button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukUKltP6ti button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUKltP6ti button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUKltP6ti button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukUKltP6ti nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUKltP6ti nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukUKltP6ti nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukUKltP6ti nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUKltP6ti .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukUKltP6ti a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukUKltP6ti .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukUKltP6ti .navbar {
    height: 70px;
  }
  .cid-ukUKltP6ti .navbar.opened {
    height: auto;
  }
  .cid-ukUKltP6ti .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukUKlv7IK1 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukUKlv7IK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUKlv7IK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukUKlv7IK1 .mbr-text,
.cid-ukUKlv7IK1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUKlv7IK1 .mbr-section-title {
  color: #ffffff;
}
.cid-ukUKlvR1Hv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukUKlvR1Hv .carousel {
  height: 800px;
}
.cid-ukUKlvR1Hv .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukUKlvR1Hv .carousel-item,
.cid-ukUKlvR1Hv .carousel-inner {
  height: 100%;
}
.cid-ukUKlvR1Hv .carousel-caption {
  bottom: 40px;
}
.cid-ukUKlvR1Hv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUKlvR1Hv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUKlvR1Hv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukUKlvR1Hv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukUKlvR1Hv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukUKlvR1Hv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukUKlvR1Hv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukUKlvR1Hv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukUKlvR1Hv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUKlvR1Hv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUKlvR1Hv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUKlvR1Hv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukUKlvR1Hv .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-ukUKlvR1Hv .carousel-indicators li.active,
.cid-ukUKlvR1Hv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukUKlvR1Hv .carousel-indicators li::after,
.cid-ukUKlvR1Hv .carousel-indicators li::before {
  content: none;
}
.cid-ukUKlvR1Hv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukUKlvR1Hv .carousel-indicators {
    display: none !important;
  }
}
.cid-ukUKlwzTt9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ukUKlwzTt9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukUKlwzTt9 img,
.cid-ukUKlwzTt9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukUKlwzTt9 .item:focus,
.cid-ukUKlwzTt9 span:focus {
  outline: none;
}
.cid-ukUKlwzTt9 .item-wrapper {
  position: relative;
}
.cid-ukUKlwzTt9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUKlwzTt9 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUKlwzTt9 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUKlwzTt9 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUKlwzTt9 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUKlwzTt9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUKlwzTt9 .mbr-section-title {
  color: #232323;
}
.cid-ukUKlwzTt9 .mbr-text,
.cid-ukUKlwzTt9 .mbr-section-btn {
  text-align: left;
}
.cid-ukUKlwzTt9 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukUKlwzTt9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUKlwzTt9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukUKlwzTt9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUKlwzTt9 .embla__button--next,
.cid-ukUKlwzTt9 .embla__button--prev {
  display: flex;
}
.cid-ukUKlwzTt9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukUKlwzTt9 .embla__button {
    display: none;
  }
}
.cid-ukUKlwzTt9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUKlwzTt9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukUKlwzTt9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUKlwzTt9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUKlwzTt9 .embla__button {
    top: auto;
  }
}
.cid-ukUKlwzTt9 .embla {
  position: relative;
  width: 100%;
}
.cid-ukUKlwzTt9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUKlwzTt9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUKlwzTt9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUKlwzTt9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukUKlwzTt9 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukUKlwzTt9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukUKlwzTt9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukUKlyqyT1 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukUKlyqyT1 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukUKlyqyT1 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukUKlyqyT1 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukUKlyqyT1 .mbr-text {
  color: #ffffff;
}
.cid-ukUKlyqyT1 .card {
  padding-bottom: 1.5rem;
}
.cid-ukUKlyqyT1 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUKlyqyT1 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukUKlyqyT1 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukUKlyqyT1 H1 {
  color: #ffcf01;
}
.cid-ukUKlyqyT1 .mbr-text,
.cid-ukUKlyqyT1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUKlyqyT1 .card-wrapper .card-title,
.cid-ukUKlyqyT1 .card-box {
  color: #ffcf01;
}
.cid-ukUKlz7f38 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUKlz7f38 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukUKlz7f38 .item {
    margin-bottom: 4rem;
  }
}
.cid-ukUKlz7f38 .item:last-child .icon-box:before {
  display: none;
}
.cid-ukUKlz7f38 .item.last .icon-box:before {
  display: none;
}
.cid-ukUKlz7f38 .step-number {
  padding-top: 6px;
}
.cid-ukUKlz7f38 .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukUKlz7f38 .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukUKlz7f38 .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukUKlz7f38 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukUKlz7f38 .card {
    margin-bottom: 2rem;
  }
  .cid-ukUKlz7f38 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUKlz7f38 .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ukUKlz7f38 .icon-box::before {
    top: 114%;
  }
}
.cid-ukUKlz7f38 .card-title,
.cid-ukUKlz7f38 .card-box {
  color: #ffb611;
}
.cid-ukUKlz7f38 .icon-text {
  color: #bed3f9;
}
.cid-ukUKlz7f38 .icon-title {
  color: #ffcf01;
}
.cid-ukUKlAb7sa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUKlAb7sa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukUKlAb7sa .row {
    flex-direction: column-reverse;
  }
  .cid-ukUKlAb7sa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUKlAb7sa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUKlAb7sa .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukUKlAb7sa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukUKlAb7sa .mbr-text,
.cid-ukUKlAb7sa .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukUKlAb7sa .card-title {
  color: #ffb611;
}
.cid-ukUKlAHPGC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUKlAHPGC img,
.cid-ukUKlAHPGC .item-img {
  width: 100%;
}
.cid-ukUKlAHPGC .item:focus,
.cid-ukUKlAHPGC span:focus {
  outline: none;
}
.cid-ukUKlAHPGC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukUKlAHPGC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUKlAHPGC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUKlAHPGC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUKlAHPGC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUKlAHPGC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUKlAHPGC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUKlAHPGC .mbr-section-title {
  color: #ffb611;
}
.cid-ukUKlAHPGC .mbr-text,
.cid-ukUKlAHPGC .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUKlAHPGC .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ukUKlAHPGC .item-subtitle {
  text-align: left;
}
.cid-ukUKlBu17t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUKlBu17t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUKlC5cqw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUKlC5cqw .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukUKlC5cqw .mbr-section-title,
.cid-ukUKlC5cqw .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukUKlC5cqw .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUKlC5cqw .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukUKlC5cqw .card-title {
  color: #f80af1;
}
.cid-ukUKlC5cqw .mbr-text {
  color: #bbbbbb;
}
.cid-ukUKlC5cqw .price {
  color: #379683;
}
.cid-ukUKlC5cqw .mbr-section-title {
  color: #379683;
}
.cid-ukUKlCYjVe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukUKlCYjVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUKlCYjVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukUKlCYjVe .container-fluid {
    padding: 0;
  }
}
.cid-ukUKlCYjVe .embla__button--next,
.cid-ukUKlCYjVe .embla__button--prev {
  display: flex;
}
.cid-ukUKlCYjVe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUKlCYjVe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUKlCYjVe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUKlCYjVe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUKlCYjVe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUKlCYjVe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUKlCYjVe .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUKlCYjVe .embla {
  position: relative;
  width: 100%;
}
.cid-ukUKlCYjVe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUKlCYjVe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUKlCYjVe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUKlCYjVe .embla__slide a {
  cursor: grab;
}
.cid-ukUKlCYjVe .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukUKlCYjVe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukUKlCYjVe .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukUKlCYjVe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUKlCYjVe .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukUKlCYjVe .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukUKlCYjVe .mbr-section-title {
  color: #232323;
}
.cid-ukUKlCYjVe .mbr-section-subtitle {
  color: #232323;
}
.cid-ukUKlCYjVe .mbr-box {
  color: #ffffff;
}
.cid-ukUKlCYjVe .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukUKlCYjVe img,
.cid-ukUKlCYjVe .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukUKlCYjVe .item-wrapper {
  position: relative;
}
.cid-ukUKlCYjVe .content-head {
  max-width: 800px;
}
.cid-ukUKlEqcMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUKlEqcMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUKlEW1DW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukUKlEW1DW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukUKlEW1DW .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukUKlEW1DW .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukUKlEW1DW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukUKlEW1DW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukUKlEW1DW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUKlEW1DW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukUKlEW1DW .social-row {
  text-align: center;
}
.cid-ukUKlEW1DW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukUKlEW1DW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukUKlEW1DW .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukUKlEW1DW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukUKlEW1DW .card-title,
.cid-ukUKlEW1DW .social-row {
  color: #c7493a;
}
.cid-ukUKlEW1DW .card-text,
.cid-ukUKlEW1DW .mbr-section-btn,
.cid-ukUKlEW1DW .social-row {
  color: #bbbbbb;
}
.cid-ukUKlEW1DW .mbr-role,
.cid-ukUKlEW1DW .social-row {
  color: #f60a8b;
}
.cid-ukUKlEW1DW .mbr-section-title {
  color: #ffb611;
}
.cid-ukUKlGuBj9 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-ukUKlGuBj9 img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukUKlGuBj9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukUKlGuBj9 .card {
    max-width: 12.5%;
  }
}
.cid-ukUKlGuBj9 .mbr-section-title {
  color: #ffb611;
}
.cid-ukUKlH8mmE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-ukUKlH8mmE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c710fb;
  margin-bottom: 2rem;
}
.cid-ukUKlH8mmE .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ukUKlH8mmE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUKlH8mmE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ukUKlH8mmE .mbr-section-title {
  color: #f80af1;
}
.cid-ukUKlH8mmE .card-title {
  color: #ffb611;
}
.cid-ukUKlH8mmE .mbr-text {
  color: #bbbbbb;
}
.cid-ukUKlH8mmE .mbr-section-subtitle {
  color: #f80af1;
}
.cid-ukUKlHL135 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukUKlHL135 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukUKlIsTwq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukUKlIsTwq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukUKlIsTwq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUKlIsTwq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukUKlIsTwq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukUKlIsTwq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukUKlJaoy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ukUKlJaoy5 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukUKlJaoy5 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukUKlJaoy5 .mbr-section-title {
  color: #ffb611;
}
.cid-ukUKlJaoy5 .mbr-text {
  color: #ffffff;
}
.cid-ukUKlJaoy5 .name {
  color: #bbbbbb;
}
.cid-ukUKlJaoy5 .position {
  color: #bbbbbb;
}
.cid-ukUKlJM1Jb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukUKlJM1Jb .google-map {
  height: 350px;
  position: relative;
}
.cid-ukUKlJM1Jb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukUKlJM1Jb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukUKlJM1Jb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukUKlJM1Jb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukUKlJM1Jb .mbr-section-title {
  color: #ffb611;
}
.cid-ukUKlJM1Jb .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukUKlKEhml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukUKlKEhml .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukUKlKEhml .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUKlKEhml .row {
    text-align: center;
  }
  .cid-ukUKlKEhml .social-row {
    justify-content: center;
  }
}
.cid-ukUKlKEhml .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukUKlKEhml .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUKlKEhml .list {
    margin-bottom: 0rem;
  }
}
.cid-ukUKlKEhml .mbr-text {
  color: #bbbbbb;
}
.cid-ukUKlKEhml .mbr-iconfont {
  color: black;
}
.cid-ukUMuOvovL .navbar-dropdown {
  position: relative !important;
}
.cid-ukUMuOvovL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUMuOvovL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukUMuOvovL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukUMuOvovL .dropdown-item:hover,
.cid-ukUMuOvovL .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukUMuOvovL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukUMuOvovL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukUMuOvovL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukUMuOvovL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukUMuOvovL .nav-link {
  position: relative;
}
.cid-ukUMuOvovL .container {
  display: flex;
  margin: auto;
}
.cid-ukUMuOvovL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukUMuOvovL .dropdown-menu,
.cid-ukUMuOvovL .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukUMuOvovL .nav-item:focus,
.cid-ukUMuOvovL .nav-link:focus {
  outline: none;
}
.cid-ukUMuOvovL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukUMuOvovL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukUMuOvovL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukUMuOvovL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUMuOvovL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukUMuOvovL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukUMuOvovL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukUMuOvovL .navbar.opened {
  transition: all 0.3s;
}
.cid-ukUMuOvovL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukUMuOvovL .navbar .navbar-logo img {
  width: auto;
}
.cid-ukUMuOvovL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukUMuOvovL .navbar.collapsed {
  justify-content: center;
}
.cid-ukUMuOvovL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukUMuOvovL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUMuOvovL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukUMuOvovL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukUMuOvovL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukUMuOvovL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukUMuOvovL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukUMuOvovL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukUMuOvovL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukUMuOvovL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukUMuOvovL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukUMuOvovL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukUMuOvovL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukUMuOvovL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukUMuOvovL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukUMuOvovL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukUMuOvovL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukUMuOvovL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukUMuOvovL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukUMuOvovL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukUMuOvovL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukUMuOvovL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukUMuOvovL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukUMuOvovL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukUMuOvovL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukUMuOvovL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukUMuOvovL .dropdown-item.active,
.cid-ukUMuOvovL .dropdown-item:active {
  background-color: transparent;
}
.cid-ukUMuOvovL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukUMuOvovL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukUMuOvovL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukUMuOvovL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukUMuOvovL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukUMuOvovL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukUMuOvovL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukUMuOvovL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukUMuOvovL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukUMuOvovL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukUMuOvovL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukUMuOvovL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUMuOvovL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUMuOvovL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukUMuOvovL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUMuOvovL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukUMuOvovL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukUMuOvovL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUMuOvovL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukUMuOvovL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukUMuOvovL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukUMuOvovL .navbar {
    height: 70px;
  }
  .cid-ukUMuOvovL .navbar.opened {
    height: auto;
  }
  .cid-ukUMuOvovL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukUMuPBxzH {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukUMuPBxzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUMuPBxzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukUMuPBxzH .mbr-text,
.cid-ukUMuPBxzH .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUMuPBxzH .mbr-section-title {
  color: #ffffff;
}
.cid-ukUMuQaWCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukUMuQaWCK .carousel {
  height: 800px;
}
.cid-ukUMuQaWCK .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukUMuQaWCK .carousel-item,
.cid-ukUMuQaWCK .carousel-inner {
  height: 100%;
}
.cid-ukUMuQaWCK .carousel-caption {
  bottom: 40px;
}
.cid-ukUMuQaWCK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUMuQaWCK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUMuQaWCK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukUMuQaWCK .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukUMuQaWCK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukUMuQaWCK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukUMuQaWCK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukUMuQaWCK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukUMuQaWCK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUMuQaWCK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUMuQaWCK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUMuQaWCK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukUMuQaWCK .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-ukUMuQaWCK .carousel-indicators li.active,
.cid-ukUMuQaWCK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukUMuQaWCK .carousel-indicators li::after,
.cid-ukUMuQaWCK .carousel-indicators li::before {
  content: none;
}
.cid-ukUMuQaWCK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukUMuQaWCK .carousel-indicators {
    display: none !important;
  }
}
.cid-ukUMuQV5e3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ukUMuQV5e3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukUMuQV5e3 img,
.cid-ukUMuQV5e3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukUMuQV5e3 .item:focus,
.cid-ukUMuQV5e3 span:focus {
  outline: none;
}
.cid-ukUMuQV5e3 .item-wrapper {
  position: relative;
}
.cid-ukUMuQV5e3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUMuQV5e3 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUMuQV5e3 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUMuQV5e3 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUMuQV5e3 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUMuQV5e3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUMuQV5e3 .mbr-section-title {
  color: #232323;
}
.cid-ukUMuQV5e3 .mbr-text,
.cid-ukUMuQV5e3 .mbr-section-btn {
  text-align: left;
}
.cid-ukUMuQV5e3 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukUMuQV5e3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUMuQV5e3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukUMuQV5e3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUMuQV5e3 .embla__button--next,
.cid-ukUMuQV5e3 .embla__button--prev {
  display: flex;
}
.cid-ukUMuQV5e3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukUMuQV5e3 .embla__button {
    display: none;
  }
}
.cid-ukUMuQV5e3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUMuQV5e3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukUMuQV5e3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUMuQV5e3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUMuQV5e3 .embla__button {
    top: auto;
  }
}
.cid-ukUMuQV5e3 .embla {
  position: relative;
  width: 100%;
}
.cid-ukUMuQV5e3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUMuQV5e3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUMuQV5e3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUMuQV5e3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukUMuQV5e3 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukUMuQV5e3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukUMuQV5e3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukUMuSNvfM {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukUMuSNvfM .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukUMuSNvfM .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukUMuSNvfM .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukUMuSNvfM .mbr-text {
  color: #ffffff;
}
.cid-ukUMuSNvfM .card {
  padding-bottom: 1.5rem;
}
.cid-ukUMuSNvfM .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUMuSNvfM .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukUMuSNvfM .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukUMuSNvfM H1 {
  color: #ffcf01;
}
.cid-ukUMuSNvfM .mbr-text,
.cid-ukUMuSNvfM .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUMuSNvfM .card-wrapper .card-title,
.cid-ukUMuSNvfM .card-box {
  color: #ffcf01;
}
.cid-ukUMuU2FXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUMuU2FXM .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukUMuU2FXM .item {
    margin-bottom: 4rem;
  }
}
.cid-ukUMuU2FXM .item:last-child .icon-box:before {
  display: none;
}
.cid-ukUMuU2FXM .item.last .icon-box:before {
  display: none;
}
.cid-ukUMuU2FXM .step-number {
  padding-top: 6px;
}
.cid-ukUMuU2FXM .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukUMuU2FXM .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukUMuU2FXM .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukUMuU2FXM span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukUMuU2FXM .card {
    margin-bottom: 2rem;
  }
  .cid-ukUMuU2FXM .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUMuU2FXM .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ukUMuU2FXM .icon-box::before {
    top: 114%;
  }
}
.cid-ukUMuU2FXM .card-title,
.cid-ukUMuU2FXM .card-box {
  color: #ffb611;
}
.cid-ukUMuU2FXM .icon-text {
  color: #bed3f9;
}
.cid-ukUMuU2FXM .icon-title {
  color: #ffcf01;
}
.cid-ukUMuVsB5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUMuVsB5T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukUMuVsB5T .row {
    flex-direction: column-reverse;
  }
  .cid-ukUMuVsB5T .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUMuVsB5T .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUMuVsB5T .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukUMuVsB5T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukUMuVsB5T .mbr-text,
.cid-ukUMuVsB5T .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukUMuVsB5T .card-title {
  color: #ffb611;
}
.cid-ukUMuW8s8Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUMuW8s8Q img,
.cid-ukUMuW8s8Q .item-img {
  width: 100%;
}
.cid-ukUMuW8s8Q .item:focus,
.cid-ukUMuW8s8Q span:focus {
  outline: none;
}
.cid-ukUMuW8s8Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukUMuW8s8Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUMuW8s8Q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUMuW8s8Q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUMuW8s8Q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUMuW8s8Q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUMuW8s8Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUMuW8s8Q .mbr-section-title {
  color: #ffb611;
}
.cid-ukUMuW8s8Q .mbr-text,
.cid-ukUMuW8s8Q .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUMuW8s8Q .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ukUMuW8s8Q .item-subtitle {
  text-align: left;
}
.cid-ukUMuWTafu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUMuWTafu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUMuXrAMZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUMuXrAMZ .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukUMuXrAMZ .mbr-section-title,
.cid-ukUMuXrAMZ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukUMuXrAMZ .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUMuXrAMZ .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukUMuXrAMZ .card-title {
  color: #f80af1;
}
.cid-ukUMuXrAMZ .mbr-text {
  color: #bbbbbb;
}
.cid-ukUMuXrAMZ .price {
  color: #379683;
}
.cid-ukUMuXrAMZ .mbr-section-title {
  color: #379683;
}
.cid-ukUMuYm9Kv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukUMuYm9Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUMuYm9Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukUMuYm9Kv .container-fluid {
    padding: 0;
  }
}
.cid-ukUMuYm9Kv .embla__button--next,
.cid-ukUMuYm9Kv .embla__button--prev {
  display: flex;
}
.cid-ukUMuYm9Kv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUMuYm9Kv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUMuYm9Kv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUMuYm9Kv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUMuYm9Kv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUMuYm9Kv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUMuYm9Kv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUMuYm9Kv .embla {
  position: relative;
  width: 100%;
}
.cid-ukUMuYm9Kv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUMuYm9Kv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUMuYm9Kv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUMuYm9Kv .embla__slide a {
  cursor: grab;
}
.cid-ukUMuYm9Kv .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukUMuYm9Kv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukUMuYm9Kv .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukUMuYm9Kv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUMuYm9Kv .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukUMuYm9Kv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukUMuYm9Kv .mbr-section-title {
  color: #232323;
}
.cid-ukUMuYm9Kv .mbr-section-subtitle {
  color: #232323;
}
.cid-ukUMuYm9Kv .mbr-box {
  color: #ffffff;
}
.cid-ukUMuYm9Kv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukUMuYm9Kv img,
.cid-ukUMuYm9Kv .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukUMuYm9Kv .item-wrapper {
  position: relative;
}
.cid-ukUMuYm9Kv .content-head {
  max-width: 800px;
}
.cid-ukUMuZUk6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUMuZUk6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUMv0szne {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukUMv0szne .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukUMv0szne .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukUMv0szne .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukUMv0szne .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukUMv0szne .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukUMv0szne .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUMv0szne .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukUMv0szne .social-row {
  text-align: center;
}
.cid-ukUMv0szne .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukUMv0szne .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukUMv0szne .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukUMv0szne .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukUMv0szne .card-title,
.cid-ukUMv0szne .social-row {
  color: #c7493a;
}
.cid-ukUMv0szne .card-text,
.cid-ukUMv0szne .mbr-section-btn,
.cid-ukUMv0szne .social-row {
  color: #bbbbbb;
}
.cid-ukUMv0szne .mbr-role,
.cid-ukUMv0szne .social-row {
  color: #f60a8b;
}
.cid-ukUMv0szne .mbr-section-title {
  color: #ffb611;
}
.cid-ukUMv1RGiu {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-ukUMv1RGiu img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukUMv1RGiu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukUMv1RGiu .card {
    max-width: 12.5%;
  }
}
.cid-ukUMv1RGiu .mbr-section-title {
  color: #ffb611;
}
.cid-ukUMv2GaxE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-ukUMv2GaxE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c710fb;
  margin-bottom: 2rem;
}
.cid-ukUMv2GaxE .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ukUMv2GaxE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUMv2GaxE .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ukUMv2GaxE .mbr-section-title {
  color: #f80af1;
}
.cid-ukUMv2GaxE .card-title {
  color: #ffb611;
}
.cid-ukUMv2GaxE .mbr-text {
  color: #bbbbbb;
}
.cid-ukUMv2GaxE .mbr-section-subtitle {
  color: #f80af1;
}
.cid-ukUMv3mSXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukUMv3mSXw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukUMv3SHSE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukUMv3SHSE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukUMv3SHSE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUMv3SHSE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukUMv3SHSE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukUMv3SHSE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukUMv4uc1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ukUMv4uc1i .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukUMv4uc1i .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukUMv4uc1i .mbr-section-title {
  color: #ffb611;
}
.cid-ukUMv4uc1i .mbr-text {
  color: #ffffff;
}
.cid-ukUMv4uc1i .name {
  color: #bbbbbb;
}
.cid-ukUMv4uc1i .position {
  color: #bbbbbb;
}
.cid-ukUMv5gH32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukUMv5gH32 .google-map {
  height: 350px;
  position: relative;
}
.cid-ukUMv5gH32 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukUMv5gH32 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukUMv5gH32 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukUMv5gH32 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukUMv5gH32 .mbr-section-title {
  color: #ffb611;
}
.cid-ukUMv5gH32 .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukUMv69kf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukUMv69kf0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukUMv69kf0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUMv69kf0 .row {
    text-align: center;
  }
  .cid-ukUMv69kf0 .social-row {
    justify-content: center;
  }
}
.cid-ukUMv69kf0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukUMv69kf0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUMv69kf0 .list {
    margin-bottom: 0rem;
  }
}
.cid-ukUMv69kf0 .mbr-text {
  color: #bbbbbb;
}
.cid-ukUMv69kf0 .mbr-iconfont {
  color: black;
}
.cid-ukUNoB4Bzi .navbar-dropdown {
  position: relative !important;
}
.cid-ukUNoB4Bzi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUNoB4Bzi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukUNoB4Bzi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukUNoB4Bzi .dropdown-item:hover,
.cid-ukUNoB4Bzi .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukUNoB4Bzi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukUNoB4Bzi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukUNoB4Bzi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukUNoB4Bzi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukUNoB4Bzi .nav-link {
  position: relative;
}
.cid-ukUNoB4Bzi .container {
  display: flex;
  margin: auto;
}
.cid-ukUNoB4Bzi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukUNoB4Bzi .dropdown-menu,
.cid-ukUNoB4Bzi .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukUNoB4Bzi .nav-item:focus,
.cid-ukUNoB4Bzi .nav-link:focus {
  outline: none;
}
.cid-ukUNoB4Bzi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukUNoB4Bzi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukUNoB4Bzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukUNoB4Bzi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUNoB4Bzi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukUNoB4Bzi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukUNoB4Bzi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukUNoB4Bzi .navbar.opened {
  transition: all 0.3s;
}
.cid-ukUNoB4Bzi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukUNoB4Bzi .navbar .navbar-logo img {
  width: auto;
}
.cid-ukUNoB4Bzi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukUNoB4Bzi .navbar.collapsed {
  justify-content: center;
}
.cid-ukUNoB4Bzi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukUNoB4Bzi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUNoB4Bzi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukUNoB4Bzi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukUNoB4Bzi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukUNoB4Bzi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukUNoB4Bzi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukUNoB4Bzi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukUNoB4Bzi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukUNoB4Bzi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukUNoB4Bzi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukUNoB4Bzi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukUNoB4Bzi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukUNoB4Bzi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukUNoB4Bzi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukUNoB4Bzi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukUNoB4Bzi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukUNoB4Bzi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukUNoB4Bzi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukUNoB4Bzi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukUNoB4Bzi .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukUNoB4Bzi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukUNoB4Bzi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukUNoB4Bzi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukUNoB4Bzi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukUNoB4Bzi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukUNoB4Bzi .dropdown-item.active,
.cid-ukUNoB4Bzi .dropdown-item:active {
  background-color: transparent;
}
.cid-ukUNoB4Bzi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukUNoB4Bzi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukUNoB4Bzi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukUNoB4Bzi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukUNoB4Bzi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukUNoB4Bzi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukUNoB4Bzi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukUNoB4Bzi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukUNoB4Bzi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukUNoB4Bzi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukUNoB4Bzi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukUNoB4Bzi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUNoB4Bzi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUNoB4Bzi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukUNoB4Bzi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUNoB4Bzi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukUNoB4Bzi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukUNoB4Bzi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUNoB4Bzi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukUNoB4Bzi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukUNoB4Bzi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukUNoB4Bzi .navbar {
    height: 70px;
  }
  .cid-ukUNoB4Bzi .navbar.opened {
    height: auto;
  }
  .cid-ukUNoB4Bzi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukUNoC1waV {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukUNoC1waV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUNoC1waV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukUNoC1waV .mbr-text,
.cid-ukUNoC1waV .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUNoC1waV .mbr-section-title {
  color: #ffffff;
}
.cid-ukUNoCGoVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukUNoCGoVY .carousel {
  height: 800px;
}
.cid-ukUNoCGoVY .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukUNoCGoVY .carousel-item,
.cid-ukUNoCGoVY .carousel-inner {
  height: 100%;
}
.cid-ukUNoCGoVY .carousel-caption {
  bottom: 40px;
}
.cid-ukUNoCGoVY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUNoCGoVY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUNoCGoVY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukUNoCGoVY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukUNoCGoVY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukUNoCGoVY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukUNoCGoVY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukUNoCGoVY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukUNoCGoVY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUNoCGoVY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUNoCGoVY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUNoCGoVY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukUNoCGoVY .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-ukUNoCGoVY .carousel-indicators li.active,
.cid-ukUNoCGoVY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukUNoCGoVY .carousel-indicators li::after,
.cid-ukUNoCGoVY .carousel-indicators li::before {
  content: none;
}
.cid-ukUNoCGoVY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukUNoCGoVY .carousel-indicators {
    display: none !important;
  }
}
.cid-ukUNoDttf0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ukUNoDttf0 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukUNoDttf0 img,
.cid-ukUNoDttf0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukUNoDttf0 .item:focus,
.cid-ukUNoDttf0 span:focus {
  outline: none;
}
.cid-ukUNoDttf0 .item-wrapper {
  position: relative;
}
.cid-ukUNoDttf0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUNoDttf0 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUNoDttf0 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUNoDttf0 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUNoDttf0 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUNoDttf0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUNoDttf0 .mbr-section-title {
  color: #232323;
}
.cid-ukUNoDttf0 .mbr-text,
.cid-ukUNoDttf0 .mbr-section-btn {
  text-align: left;
}
.cid-ukUNoDttf0 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukUNoDttf0 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUNoDttf0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukUNoDttf0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUNoDttf0 .embla__button--next,
.cid-ukUNoDttf0 .embla__button--prev {
  display: flex;
}
.cid-ukUNoDttf0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukUNoDttf0 .embla__button {
    display: none;
  }
}
.cid-ukUNoDttf0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUNoDttf0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukUNoDttf0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUNoDttf0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUNoDttf0 .embla__button {
    top: auto;
  }
}
.cid-ukUNoDttf0 .embla {
  position: relative;
  width: 100%;
}
.cid-ukUNoDttf0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUNoDttf0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUNoDttf0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUNoDttf0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukUNoDttf0 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukUNoDttf0 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukUNoDttf0 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukUNoGevwf {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukUNoGevwf .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukUNoGevwf .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukUNoGevwf .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukUNoGevwf .mbr-text {
  color: #ffffff;
}
.cid-ukUNoGevwf .card {
  padding-bottom: 1.5rem;
}
.cid-ukUNoGevwf .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUNoGevwf .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukUNoGevwf .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukUNoGevwf H1 {
  color: #ffcf01;
}
.cid-ukUNoGevwf .mbr-text,
.cid-ukUNoGevwf .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUNoGevwf .card-wrapper .card-title,
.cid-ukUNoGevwf .card-box {
  color: #ffcf01;
}
.cid-ukUNoH0eto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUNoH0eto .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukUNoH0eto .item {
    margin-bottom: 4rem;
  }
}
.cid-ukUNoH0eto .item:last-child .icon-box:before {
  display: none;
}
.cid-ukUNoH0eto .item.last .icon-box:before {
  display: none;
}
.cid-ukUNoH0eto .step-number {
  padding-top: 6px;
}
.cid-ukUNoH0eto .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukUNoH0eto .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukUNoH0eto .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukUNoH0eto span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukUNoH0eto .card {
    margin-bottom: 2rem;
  }
  .cid-ukUNoH0eto .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUNoH0eto .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ukUNoH0eto .icon-box::before {
    top: 114%;
  }
}
.cid-ukUNoH0eto .card-title,
.cid-ukUNoH0eto .card-box {
  color: #ffb611;
}
.cid-ukUNoH0eto .icon-text {
  color: #bed3f9;
}
.cid-ukUNoH0eto .icon-title {
  color: #ffcf01;
}
.cid-ukUNoIbURU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUNoIbURU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukUNoIbURU .row {
    flex-direction: column-reverse;
  }
  .cid-ukUNoIbURU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUNoIbURU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUNoIbURU .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukUNoIbURU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukUNoIbURU .mbr-text,
.cid-ukUNoIbURU .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukUNoIbURU .card-title {
  color: #ffb611;
}
.cid-ukUNoIVIO1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUNoIVIO1 img,
.cid-ukUNoIVIO1 .item-img {
  width: 100%;
}
.cid-ukUNoIVIO1 .item:focus,
.cid-ukUNoIVIO1 span:focus {
  outline: none;
}
.cid-ukUNoIVIO1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukUNoIVIO1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUNoIVIO1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUNoIVIO1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUNoIVIO1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUNoIVIO1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUNoIVIO1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUNoIVIO1 .mbr-section-title {
  color: #ffb611;
}
.cid-ukUNoIVIO1 .mbr-text,
.cid-ukUNoIVIO1 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUNoIVIO1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ukUNoIVIO1 .item-subtitle {
  text-align: left;
}
.cid-ukUNoJGpFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUNoJGpFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUNoKfG9C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUNoKfG9C .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukUNoKfG9C .mbr-section-title,
.cid-ukUNoKfG9C .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukUNoKfG9C .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUNoKfG9C .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukUNoKfG9C .card-title {
  color: #f80af1;
}
.cid-ukUNoKfG9C .mbr-text {
  color: #bbbbbb;
}
.cid-ukUNoKfG9C .price {
  color: #379683;
}
.cid-ukUNoKfG9C .mbr-section-title {
  color: #379683;
}
.cid-ukUNoLpFvt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukUNoLpFvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUNoLpFvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukUNoLpFvt .container-fluid {
    padding: 0;
  }
}
.cid-ukUNoLpFvt .embla__button--next,
.cid-ukUNoLpFvt .embla__button--prev {
  display: flex;
}
.cid-ukUNoLpFvt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUNoLpFvt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUNoLpFvt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUNoLpFvt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUNoLpFvt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUNoLpFvt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUNoLpFvt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUNoLpFvt .embla {
  position: relative;
  width: 100%;
}
.cid-ukUNoLpFvt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUNoLpFvt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUNoLpFvt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUNoLpFvt .embla__slide a {
  cursor: grab;
}
.cid-ukUNoLpFvt .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukUNoLpFvt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukUNoLpFvt .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukUNoLpFvt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUNoLpFvt .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukUNoLpFvt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukUNoLpFvt .mbr-section-title {
  color: #232323;
}
.cid-ukUNoLpFvt .mbr-section-subtitle {
  color: #232323;
}
.cid-ukUNoLpFvt .mbr-box {
  color: #ffffff;
}
.cid-ukUNoLpFvt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukUNoLpFvt img,
.cid-ukUNoLpFvt .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukUNoLpFvt .item-wrapper {
  position: relative;
}
.cid-ukUNoLpFvt .content-head {
  max-width: 800px;
}
.cid-ukUNoMVMMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUNoMVMMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUNoNtkJD {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukUNoNtkJD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukUNoNtkJD .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukUNoNtkJD .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukUNoNtkJD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukUNoNtkJD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukUNoNtkJD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUNoNtkJD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukUNoNtkJD .social-row {
  text-align: center;
}
.cid-ukUNoNtkJD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukUNoNtkJD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukUNoNtkJD .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukUNoNtkJD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukUNoNtkJD .card-title,
.cid-ukUNoNtkJD .social-row {
  color: #c7493a;
}
.cid-ukUNoNtkJD .card-text,
.cid-ukUNoNtkJD .mbr-section-btn,
.cid-ukUNoNtkJD .social-row {
  color: #bbbbbb;
}
.cid-ukUNoNtkJD .mbr-role,
.cid-ukUNoNtkJD .social-row {
  color: #f60a8b;
}
.cid-ukUNoNtkJD .mbr-section-title {
  color: #ffb611;
}
.cid-ukUNoOUivL {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #000000;
}
.cid-ukUNoOUivL img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukUNoOUivL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukUNoOUivL .card {
    max-width: 12.5%;
  }
}
.cid-ukUNoOUivL .mbr-section-title {
  color: #ffb611;
}
.cid-ukUNoPCiIu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-ukUNoPCiIu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #c710fb;
  margin-bottom: 2rem;
}
.cid-ukUNoPCiIu .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-ukUNoPCiIu .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUNoPCiIu .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ukUNoPCiIu .mbr-section-title {
  color: #f80af1;
}
.cid-ukUNoPCiIu .card-title {
  color: #ffb611;
}
.cid-ukUNoPCiIu .mbr-text {
  color: #bbbbbb;
}
.cid-ukUNoPCiIu .mbr-section-subtitle {
  color: #f80af1;
}
.cid-ukUNoQkqyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukUNoQkqyp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukUNoQRZVR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukUNoQRZVR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukUNoQRZVR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUNoQRZVR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukUNoQRZVR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukUNoQRZVR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukUNoRCShk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ukUNoRCShk .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukUNoRCShk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukUNoRCShk .mbr-section-title {
  color: #ffb611;
}
.cid-ukUNoRCShk .mbr-text {
  color: #ffffff;
}
.cid-ukUNoRCShk .name {
  color: #bbbbbb;
}
.cid-ukUNoRCShk .position {
  color: #bbbbbb;
}
.cid-ukUNoStCWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukUNoStCWX .google-map {
  height: 350px;
  position: relative;
}
.cid-ukUNoStCWX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukUNoStCWX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukUNoStCWX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukUNoStCWX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukUNoStCWX .mbr-section-title {
  color: #ffb611;
}
.cid-ukUNoStCWX .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukUNoTpl0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukUNoTpl0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukUNoTpl0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUNoTpl0p .row {
    text-align: center;
  }
  .cid-ukUNoTpl0p .social-row {
    justify-content: center;
  }
}
.cid-ukUNoTpl0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukUNoTpl0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUNoTpl0p .list {
    margin-bottom: 0rem;
  }
}
.cid-ukUNoTpl0p .mbr-text {
  color: #bbbbbb;
}
.cid-ukUNoTpl0p .mbr-iconfont {
  color: black;
}
.cid-ukUUlcbijH .navbar-dropdown {
  position: relative !important;
}
.cid-ukUUlcbijH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUUlcbijH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukUUlcbijH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukUUlcbijH .dropdown-item:hover,
.cid-ukUUlcbijH .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukUUlcbijH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukUUlcbijH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukUUlcbijH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukUUlcbijH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukUUlcbijH .nav-link {
  position: relative;
}
.cid-ukUUlcbijH .container {
  display: flex;
  margin: auto;
}
.cid-ukUUlcbijH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukUUlcbijH .dropdown-menu,
.cid-ukUUlcbijH .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukUUlcbijH .nav-item:focus,
.cid-ukUUlcbijH .nav-link:focus {
  outline: none;
}
.cid-ukUUlcbijH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukUUlcbijH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukUUlcbijH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukUUlcbijH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukUUlcbijH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukUUlcbijH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukUUlcbijH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukUUlcbijH .navbar.opened {
  transition: all 0.3s;
}
.cid-ukUUlcbijH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukUUlcbijH .navbar .navbar-logo img {
  width: auto;
}
.cid-ukUUlcbijH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukUUlcbijH .navbar.collapsed {
  justify-content: center;
}
.cid-ukUUlcbijH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukUUlcbijH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukUUlcbijH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukUUlcbijH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukUUlcbijH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukUUlcbijH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukUUlcbijH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukUUlcbijH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukUUlcbijH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukUUlcbijH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukUUlcbijH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukUUlcbijH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukUUlcbijH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukUUlcbijH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukUUlcbijH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukUUlcbijH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukUUlcbijH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukUUlcbijH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukUUlcbijH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukUUlcbijH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukUUlcbijH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukUUlcbijH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukUUlcbijH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukUUlcbijH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukUUlcbijH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukUUlcbijH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukUUlcbijH .dropdown-item.active,
.cid-ukUUlcbijH .dropdown-item:active {
  background-color: transparent;
}
.cid-ukUUlcbijH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukUUlcbijH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukUUlcbijH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukUUlcbijH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukUUlcbijH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukUUlcbijH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukUUlcbijH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukUUlcbijH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukUUlcbijH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukUUlcbijH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukUUlcbijH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukUUlcbijH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUUlcbijH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukUUlcbijH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukUUlcbijH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUUlcbijH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukUUlcbijH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukUUlcbijH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukUUlcbijH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukUUlcbijH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukUUlcbijH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukUUlcbijH .navbar {
    height: 70px;
  }
  .cid-ukUUlcbijH .navbar.opened {
    height: auto;
  }
  .cid-ukUUlcbijH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukUUld56Na {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukUUld56Na .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUUld56Na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukUUld56Na .mbr-text,
.cid-ukUUld56Na .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUUld56Na .mbr-section-title {
  color: #ffffff;
}
.cid-ukUUldMNCl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukUUldMNCl .carousel {
  height: 800px;
}
.cid-ukUUldMNCl .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukUUldMNCl .carousel-item,
.cid-ukUUldMNCl .carousel-inner {
  height: 100%;
}
.cid-ukUUldMNCl .carousel-caption {
  bottom: 40px;
}
.cid-ukUUldMNCl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUUldMNCl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUUldMNCl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukUUldMNCl .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukUUldMNCl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukUUldMNCl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukUUldMNCl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukUUldMNCl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukUUldMNCl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUUldMNCl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUUldMNCl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUUldMNCl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukUUldMNCl .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-ukUUldMNCl .carousel-indicators li.active,
.cid-ukUUldMNCl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukUUldMNCl .carousel-indicators li::after,
.cid-ukUUldMNCl .carousel-indicators li::before {
  content: none;
}
.cid-ukUUldMNCl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukUUldMNCl .carousel-indicators {
    display: none !important;
  }
}
.cid-ukUUleB3J9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-ukUUleB3J9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukUUleB3J9 img,
.cid-ukUUleB3J9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukUUleB3J9 .item:focus,
.cid-ukUUleB3J9 span:focus {
  outline: none;
}
.cid-ukUUleB3J9 .item-wrapper {
  position: relative;
}
.cid-ukUUleB3J9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUUleB3J9 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUUleB3J9 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUUleB3J9 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUUleB3J9 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUUleB3J9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUUleB3J9 .mbr-section-title {
  color: #232323;
}
.cid-ukUUleB3J9 .mbr-text,
.cid-ukUUleB3J9 .mbr-section-btn {
  text-align: left;
}
.cid-ukUUleB3J9 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukUUleB3J9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUUleB3J9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukUUleB3J9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUUleB3J9 .embla__button--next,
.cid-ukUUleB3J9 .embla__button--prev {
  display: flex;
}
.cid-ukUUleB3J9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukUUleB3J9 .embla__button {
    display: none;
  }
}
.cid-ukUUleB3J9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUUleB3J9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukUUleB3J9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUUleB3J9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUUleB3J9 .embla__button {
    top: auto;
  }
}
.cid-ukUUleB3J9 .embla {
  position: relative;
  width: 100%;
}
.cid-ukUUleB3J9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUUleB3J9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUUleB3J9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUUleB3J9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukUUleB3J9 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukUUleB3J9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukUUleB3J9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukUUlgt1eQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukUUlgt1eQ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukUUlgt1eQ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukUUlgt1eQ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukUUlgt1eQ .mbr-text {
  color: #ffffff;
}
.cid-ukUUlgt1eQ .card {
  padding-bottom: 1.5rem;
}
.cid-ukUUlgt1eQ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUUlgt1eQ .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukUUlgt1eQ .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukUUlgt1eQ H1 {
  color: #ffcf01;
}
.cid-ukUUlgt1eQ .mbr-text,
.cid-ukUUlgt1eQ .mbr-section-btn {
  color: #ffffff;
}
.cid-ukUUlgt1eQ .card-wrapper .card-title,
.cid-ukUUlgt1eQ .card-box {
  color: #ffcf01;
}
.cid-ukUUlhc3BG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUUlhc3BG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukUUlhc3BG .item {
    margin-bottom: 4rem;
  }
}
.cid-ukUUlhc3BG .item:last-child .icon-box:before {
  display: none;
}
.cid-ukUUlhc3BG .item.last .icon-box:before {
  display: none;
}
.cid-ukUUlhc3BG .step-number {
  padding-top: 6px;
}
.cid-ukUUlhc3BG .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukUUlhc3BG .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukUUlhc3BG .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukUUlhc3BG span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukUUlhc3BG .card {
    margin-bottom: 2rem;
  }
  .cid-ukUUlhc3BG .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUUlhc3BG .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ukUUlhc3BG .icon-box::before {
    top: 114%;
  }
}
.cid-ukUUlhc3BG .card-title,
.cid-ukUUlhc3BG .card-box {
  color: #ffb611;
}
.cid-ukUUlhc3BG .icon-text {
  color: #bed3f9;
}
.cid-ukUUlhc3BG .icon-title {
  color: #ffcf01;
}
.cid-ukUUliq5Pi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUUliq5Pi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukUUliq5Pi .row {
    flex-direction: column-reverse;
  }
  .cid-ukUUliq5Pi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukUUliq5Pi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUUliq5Pi .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukUUliq5Pi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukUUliq5Pi .mbr-text,
.cid-ukUUliq5Pi .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukUUliq5Pi .card-title {
  color: #ffb611;
}
.cid-ukUUlj11ZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukUUlj11ZK img,
.cid-ukUUlj11ZK .item-img {
  width: 100%;
}
.cid-ukUUlj11ZK .item:focus,
.cid-ukUUlj11ZK span:focus {
  outline: none;
}
.cid-ukUUlj11ZK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukUUlj11ZK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukUUlj11ZK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukUUlj11ZK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukUUlj11ZK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukUUlj11ZK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukUUlj11ZK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukUUlj11ZK .mbr-section-title {
  color: #ffb611;
}
.cid-ukUUlj11ZK .mbr-text,
.cid-ukUUlj11ZK .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukUUlj11ZK .item-title {
  text-align: center;
  color: #00ff62;
}
.cid-ukUUlj11ZK .item-subtitle {
  text-align: left;
}
.cid-ukUUljP0Po .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUUljP0Po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUUlkwxxb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukUUlkwxxb .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukUUlkwxxb .mbr-section-title,
.cid-ukUUlkwxxb .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukUUlkwxxb .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUUlkwxxb .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukUUlkwxxb .card-title {
  color: #ffb611;
}
.cid-ukUUlkwxxb .mbr-text {
  color: #bbbbbb;
}
.cid-ukUUlkwxxb .price {
  color: #ffe161;
}
.cid-ukUUlkwxxb .mbr-section-title {
  color: #f80af1;
}
.cid-ukUUllwxym {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukUUllwxym .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUUllwxym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukUUllwxym .container-fluid {
    padding: 0;
  }
}
.cid-ukUUllwxym .embla__button--next,
.cid-ukUUllwxym .embla__button--prev {
  display: flex;
}
.cid-ukUUllwxym .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukUUllwxym .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukUUllwxym .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukUUllwxym .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukUUllwxym .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukUUllwxym .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUUllwxym .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukUUllwxym .embla {
  position: relative;
  width: 100%;
}
.cid-ukUUllwxym .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukUUllwxym .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukUUllwxym .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukUUllwxym .embla__slide a {
  cursor: grab;
}
.cid-ukUUllwxym .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukUUllwxym .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukUUllwxym .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukUUllwxym .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukUUllwxym .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukUUllwxym .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukUUllwxym .mbr-section-title {
  color: #232323;
}
.cid-ukUUllwxym .mbr-section-subtitle {
  color: #232323;
}
.cid-ukUUllwxym .mbr-box {
  color: #ffffff;
}
.cid-ukUUllwxym .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukUUllwxym img,
.cid-ukUUllwxym .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukUUllwxym .item-wrapper {
  position: relative;
}
.cid-ukUUllwxym .content-head {
  max-width: 800px;
}
.cid-ukUUln01cW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukUUln01cW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukUUlnNIJf {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukUUlnNIJf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukUUlnNIJf .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukUUlnNIJf .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukUUlnNIJf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukUUlnNIJf .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukUUlnNIJf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukUUlnNIJf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukUUlnNIJf .social-row {
  text-align: center;
}
.cid-ukUUlnNIJf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukUUlnNIJf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukUUlnNIJf .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukUUlnNIJf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukUUlnNIJf .card-title,
.cid-ukUUlnNIJf .social-row {
  color: #c7493a;
}
.cid-ukUUlnNIJf .card-text,
.cid-ukUUlnNIJf .mbr-section-btn,
.cid-ukUUlnNIJf .social-row {
  color: #bbbbbb;
}
.cid-ukUUlnNIJf .mbr-role,
.cid-ukUUlnNIJf .social-row {
  color: #f60a8b;
}
.cid-ukUUlnNIJf .mbr-section-title {
  color: #ffb611;
}
.cid-ukUUlpjnON {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ukUUlpjnON img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukUUlpjnON .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukUUlpjnON .card {
    max-width: 12.5%;
  }
}
.cid-ukUUlpjnON .mbr-section-title {
  color: #ffb611;
}
.cid-ukUUlq6CxC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukUUlq6CxC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukUUlqTXqC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukUUlqTXqC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukUUlqTXqC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukUUlqTXqC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukUUlqTXqC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukUUlqTXqC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukUUlrCxb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukUUlrCxb2 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukUUlrCxb2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukUUlrCxb2 .mbr-section-title {
  color: #ffb611;
}
.cid-ukUUlrCxb2 .mbr-text {
  color: #ffffff;
}
.cid-ukUUlrCxb2 .name {
  color: #bbbbbb;
}
.cid-ukUUlrCxb2 .position {
  color: #bbbbbb;
}
.cid-ukUUlsxIYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukUUlsxIYG .google-map {
  height: 350px;
  position: relative;
}
.cid-ukUUlsxIYG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukUUlsxIYG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukUUlsxIYG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukUUlsxIYG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukUUlsxIYG .mbr-section-title {
  color: #ffb611;
}
.cid-ukUUlsxIYG .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukUUltXhE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukUUltXhE7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukUUltXhE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukUUltXhE7 .row {
    text-align: center;
  }
  .cid-ukUUltXhE7 .social-row {
    justify-content: center;
  }
}
.cid-ukUUltXhE7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukUUltXhE7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukUUltXhE7 .list {
    margin-bottom: 0rem;
  }
}
.cid-ukUUltXhE7 .mbr-text {
  color: #bbbbbb;
}
.cid-ukUUltXhE7 .mbr-iconfont {
  color: black;
}
.cid-ukV2AbD3LJ .navbar-dropdown {
  position: relative !important;
}
.cid-ukV2AbD3LJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukV2AbD3LJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukV2AbD3LJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukV2AbD3LJ .dropdown-item:hover,
.cid-ukV2AbD3LJ .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukV2AbD3LJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukV2AbD3LJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukV2AbD3LJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukV2AbD3LJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukV2AbD3LJ .nav-link {
  position: relative;
}
.cid-ukV2AbD3LJ .container {
  display: flex;
  margin: auto;
}
.cid-ukV2AbD3LJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukV2AbD3LJ .dropdown-menu,
.cid-ukV2AbD3LJ .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukV2AbD3LJ .nav-item:focus,
.cid-ukV2AbD3LJ .nav-link:focus {
  outline: none;
}
.cid-ukV2AbD3LJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukV2AbD3LJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukV2AbD3LJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukV2AbD3LJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukV2AbD3LJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukV2AbD3LJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukV2AbD3LJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukV2AbD3LJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukV2AbD3LJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukV2AbD3LJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ukV2AbD3LJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukV2AbD3LJ .navbar.collapsed {
  justify-content: center;
}
.cid-ukV2AbD3LJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukV2AbD3LJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukV2AbD3LJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukV2AbD3LJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukV2AbD3LJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukV2AbD3LJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukV2AbD3LJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukV2AbD3LJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukV2AbD3LJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukV2AbD3LJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukV2AbD3LJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukV2AbD3LJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukV2AbD3LJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukV2AbD3LJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukV2AbD3LJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukV2AbD3LJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukV2AbD3LJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukV2AbD3LJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukV2AbD3LJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukV2AbD3LJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukV2AbD3LJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukV2AbD3LJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukV2AbD3LJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukV2AbD3LJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukV2AbD3LJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukV2AbD3LJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukV2AbD3LJ .dropdown-item.active,
.cid-ukV2AbD3LJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukV2AbD3LJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukV2AbD3LJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukV2AbD3LJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukV2AbD3LJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukV2AbD3LJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukV2AbD3LJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukV2AbD3LJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukV2AbD3LJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukV2AbD3LJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukV2AbD3LJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukV2AbD3LJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukV2AbD3LJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukV2AbD3LJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukV2AbD3LJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukV2AbD3LJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukV2AbD3LJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukV2AbD3LJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukV2AbD3LJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukV2AbD3LJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukV2AbD3LJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukV2AbD3LJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukV2AbD3LJ .navbar {
    height: 70px;
  }
  .cid-ukV2AbD3LJ .navbar.opened {
    height: auto;
  }
  .cid-ukV2AbD3LJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukV2AhSmCb {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukV2AhSmCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV2AhSmCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukV2AhSmCb .mbr-text,
.cid-ukV2AhSmCb .mbr-section-btn {
  color: #ffffff;
}
.cid-ukV2AhSmCb .mbr-section-title {
  color: #ffffff;
}
.cid-ukV2AiNqIF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukV2AiNqIF .carousel {
  height: 800px;
}
.cid-ukV2AiNqIF .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukV2AiNqIF .carousel-item,
.cid-ukV2AiNqIF .carousel-inner {
  height: 100%;
}
.cid-ukV2AiNqIF .carousel-caption {
  bottom: 40px;
}
.cid-ukV2AiNqIF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukV2AiNqIF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukV2AiNqIF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukV2AiNqIF .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukV2AiNqIF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukV2AiNqIF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukV2AiNqIF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukV2AiNqIF .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukV2AiNqIF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukV2AiNqIF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukV2AiNqIF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukV2AiNqIF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukV2AiNqIF .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-ukV2AiNqIF .carousel-indicators li.active,
.cid-ukV2AiNqIF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukV2AiNqIF .carousel-indicators li::after,
.cid-ukV2AiNqIF .carousel-indicators li::before {
  content: none;
}
.cid-ukV2AiNqIF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukV2AiNqIF .carousel-indicators {
    display: none !important;
  }
}
.cid-ukV2RDW9RX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukV2RDW9RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV2RDW9RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukV2RDW9RX .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukV2RDW9RX .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukV2AjH9r1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-59.jpg");
}
.cid-ukV2AjH9r1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukV2AjH9r1 img,
.cid-ukV2AjH9r1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukV2AjH9r1 .item:focus,
.cid-ukV2AjH9r1 span:focus {
  outline: none;
}
.cid-ukV2AjH9r1 .item-wrapper {
  position: relative;
}
.cid-ukV2AjH9r1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffb611;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukV2AjH9r1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukV2AjH9r1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukV2AjH9r1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukV2AjH9r1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukV2AjH9r1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukV2AjH9r1 .mbr-section-title {
  color: #232323;
}
.cid-ukV2AjH9r1 .mbr-text,
.cid-ukV2AjH9r1 .mbr-section-btn {
  text-align: left;
}
.cid-ukV2AjH9r1 .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukV2AjH9r1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukV2AjH9r1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukV2AjH9r1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukV2AjH9r1 .embla__button--next,
.cid-ukV2AjH9r1 .embla__button--prev {
  display: flex;
}
.cid-ukV2AjH9r1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukV2AjH9r1 .embla__button {
    display: none;
  }
}
.cid-ukV2AjH9r1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukV2AjH9r1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukV2AjH9r1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukV2AjH9r1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukV2AjH9r1 .embla__button {
    top: auto;
  }
}
.cid-ukV2AjH9r1 .embla {
  position: relative;
  width: 100%;
}
.cid-ukV2AjH9r1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukV2AjH9r1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukV2AjH9r1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukV2AjH9r1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukV2AjH9r1 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukV2AjH9r1 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukV2AjH9r1 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukV2AlGMH3 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukV2AlGMH3 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukV2AlGMH3 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukV2AlGMH3 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukV2AlGMH3 .mbr-text {
  color: #ffffff;
}
.cid-ukV2AlGMH3 .card {
  padding-bottom: 1.5rem;
}
.cid-ukV2AlGMH3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukV2AlGMH3 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukV2AlGMH3 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukV2AlGMH3 H1 {
  color: #ffcf01;
}
.cid-ukV2AlGMH3 .mbr-text,
.cid-ukV2AlGMH3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukV2AlGMH3 .card-wrapper .card-title,
.cid-ukV2AlGMH3 .card-box {
  color: #ffcf01;
}
.cid-ukV2An0wgC {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukV2An0wgC .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukV2An0wgC .item {
    margin-bottom: 4rem;
  }
}
.cid-ukV2An0wgC .item:last-child .icon-box:before {
  display: none;
}
.cid-ukV2An0wgC .item.last .icon-box:before {
  display: none;
}
.cid-ukV2An0wgC .step-number {
  padding-top: 6px;
}
.cid-ukV2An0wgC .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukV2An0wgC .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukV2An0wgC .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 95px;
  left: 50%;
  top: 150%;
  top: 100%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukV2An0wgC span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukV2An0wgC .card {
    margin-bottom: 2rem;
  }
  .cid-ukV2An0wgC .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukV2An0wgC .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-ukV2An0wgC .icon-box::before {
    top: 114%;
  }
}
.cid-ukV2An0wgC .card-title,
.cid-ukV2An0wgC .card-box {
  color: #ffb611;
}
.cid-ukV2An0wgC .icon-text {
  color: #bed3f9;
}
.cid-ukV2An0wgC .icon-title {
  color: #ffcf01;
}
.cid-ukV2AowC3u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukV2AowC3u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukV2AowC3u .row {
    flex-direction: column-reverse;
  }
  .cid-ukV2AowC3u .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukV2AowC3u .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukV2AowC3u .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukV2AowC3u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukV2AowC3u .mbr-text,
.cid-ukV2AowC3u .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukV2AowC3u .card-title {
  color: #ffb611;
}
.cid-ukV2ApgJn4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukV2ApgJn4 img,
.cid-ukV2ApgJn4 .item-img {
  width: 100%;
}
.cid-ukV2ApgJn4 .item:focus,
.cid-ukV2ApgJn4 span:focus {
  outline: none;
}
.cid-ukV2ApgJn4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukV2ApgJn4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukV2ApgJn4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukV2ApgJn4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukV2ApgJn4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukV2ApgJn4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukV2ApgJn4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukV2ApgJn4 .mbr-section-title {
  color: #ffb611;
}
.cid-ukV2ApgJn4 .mbr-text,
.cid-ukV2ApgJn4 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukV2ApgJn4 .item-title {
  text-align: center;
  color: #00ff62;
}
.cid-ukV2ApgJn4 .item-subtitle {
  text-align: left;
}
.cid-ukV2AqmaLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV2AqmaLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukV2Ar64Rw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukV2Ar64Rw .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukV2Ar64Rw .mbr-section-title,
.cid-ukV2Ar64Rw .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukV2Ar64Rw .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukV2Ar64Rw .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukV2Ar64Rw .card-title {
  color: #ffb611;
}
.cid-ukV2Ar64Rw .mbr-text {
  color: #bbbbbb;
}
.cid-ukV2Ar64Rw .price {
  color: #ffe161;
}
.cid-ukV2Ar64Rw .mbr-section-title {
  color: #f80af1;
}
.cid-ukV2AsexMo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukV2AsexMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV2AsexMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukV2AsexMo .container-fluid {
    padding: 0;
  }
}
.cid-ukV2AsexMo .embla__button--next,
.cid-ukV2AsexMo .embla__button--prev {
  display: flex;
}
.cid-ukV2AsexMo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukV2AsexMo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukV2AsexMo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukV2AsexMo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukV2AsexMo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukV2AsexMo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukV2AsexMo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukV2AsexMo .embla {
  position: relative;
  width: 100%;
}
.cid-ukV2AsexMo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukV2AsexMo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukV2AsexMo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukV2AsexMo .embla__slide a {
  cursor: grab;
}
.cid-ukV2AsexMo .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukV2AsexMo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukV2AsexMo .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukV2AsexMo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukV2AsexMo .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukV2AsexMo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukV2AsexMo .mbr-section-title {
  color: #232323;
}
.cid-ukV2AsexMo .mbr-section-subtitle {
  color: #232323;
}
.cid-ukV2AsexMo .mbr-box {
  color: #ffffff;
}
.cid-ukV2AsexMo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukV2AsexMo img,
.cid-ukV2AsexMo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukV2AsexMo .item-wrapper {
  position: relative;
}
.cid-ukV2AsexMo .content-head {
  max-width: 800px;
}
.cid-ukV2Au4hKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukV2Au4hKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukV2AuNkvk {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukV2AuNkvk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukV2AuNkvk .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukV2AuNkvk .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukV2AuNkvk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukV2AuNkvk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukV2AuNkvk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukV2AuNkvk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukV2AuNkvk .social-row {
  text-align: center;
}
.cid-ukV2AuNkvk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukV2AuNkvk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukV2AuNkvk .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukV2AuNkvk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukV2AuNkvk .card-title,
.cid-ukV2AuNkvk .social-row {
  color: #c7493a;
}
.cid-ukV2AuNkvk .card-text,
.cid-ukV2AuNkvk .mbr-section-btn,
.cid-ukV2AuNkvk .social-row {
  color: #bbbbbb;
}
.cid-ukV2AuNkvk .mbr-role,
.cid-ukV2AuNkvk .social-row {
  color: #f60a8b;
}
.cid-ukV2AuNkvk .mbr-section-title {
  color: #ffb611;
}
.cid-ukV2Awrc7C {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ukV2Awrc7C img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukV2Awrc7C .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukV2Awrc7C .card {
    max-width: 12.5%;
  }
}
.cid-ukV2Awrc7C .mbr-section-title {
  color: #ffb611;
}
.cid-ukV2AxyT4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukV2AxyT4I .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukV2AykfwC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukV2AykfwC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukV2AykfwC form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukV2AykfwC form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukV2AykfwC form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukV2AykfwC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukV2AzeXcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukV2AzeXcG .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukV2AzeXcG .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukV2AzeXcG .mbr-section-title {
  color: #ffb611;
}
.cid-ukV2AzeXcG .mbr-text {
  color: #ffffff;
}
.cid-ukV2AzeXcG .name {
  color: #bbbbbb;
}
.cid-ukV2AzeXcG .position {
  color: #bbbbbb;
}
.cid-ukV2AAdmmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukV2AAdmmP .google-map {
  height: 350px;
  position: relative;
}
.cid-ukV2AAdmmP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukV2AAdmmP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukV2AAdmmP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukV2AAdmmP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukV2AAdmmP .mbr-section-title {
  color: #ffb611;
}
.cid-ukV2AAdmmP .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukV2AByEAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukV2AByEAo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukV2AByEAo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukV2AByEAo .row {
    text-align: center;
  }
  .cid-ukV2AByEAo .social-row {
    justify-content: center;
  }
}
.cid-ukV2AByEAo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukV2AByEAo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukV2AByEAo .list {
    margin-bottom: 0rem;
  }
}
.cid-ukV2AByEAo .mbr-text {
  color: #bbbbbb;
}
.cid-ukV2AByEAo .mbr-iconfont {
  color: black;
}
.cid-ukVEoTWei4 .navbar-dropdown {
  position: relative !important;
}
.cid-ukVEoTWei4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukVEoTWei4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukVEoTWei4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukVEoTWei4 .dropdown-item:hover,
.cid-ukVEoTWei4 .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ukVEoTWei4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukVEoTWei4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukVEoTWei4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukVEoTWei4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukVEoTWei4 .nav-link {
  position: relative;
}
.cid-ukVEoTWei4 .container {
  display: flex;
  margin: auto;
}
.cid-ukVEoTWei4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukVEoTWei4 .dropdown-menu,
.cid-ukVEoTWei4 .navbar.opened {
  background: #6a0202 !important;
}
.cid-ukVEoTWei4 .nav-item:focus,
.cid-ukVEoTWei4 .nav-link:focus {
  outline: none;
}
.cid-ukVEoTWei4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukVEoTWei4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukVEoTWei4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukVEoTWei4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukVEoTWei4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukVEoTWei4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukVEoTWei4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ukVEoTWei4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukVEoTWei4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukVEoTWei4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukVEoTWei4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukVEoTWei4 .navbar.collapsed {
  justify-content: center;
}
.cid-ukVEoTWei4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukVEoTWei4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukVEoTWei4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ukVEoTWei4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukVEoTWei4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukVEoTWei4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukVEoTWei4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukVEoTWei4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukVEoTWei4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukVEoTWei4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukVEoTWei4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukVEoTWei4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukVEoTWei4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukVEoTWei4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukVEoTWei4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukVEoTWei4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukVEoTWei4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukVEoTWei4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukVEoTWei4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukVEoTWei4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukVEoTWei4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukVEoTWei4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukVEoTWei4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukVEoTWei4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukVEoTWei4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukVEoTWei4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukVEoTWei4 .dropdown-item.active,
.cid-ukVEoTWei4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukVEoTWei4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukVEoTWei4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukVEoTWei4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukVEoTWei4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ukVEoTWei4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukVEoTWei4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukVEoTWei4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukVEoTWei4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukVEoTWei4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukVEoTWei4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukVEoTWei4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukVEoTWei4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVEoTWei4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVEoTWei4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukVEoTWei4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVEoTWei4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukVEoTWei4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukVEoTWei4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVEoTWei4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukVEoTWei4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukVEoTWei4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukVEoTWei4 .navbar {
    height: 70px;
  }
  .cid-ukVEoTWei4 .navbar.opened {
    height: auto;
  }
  .cid-ukVEoTWei4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukVEoXJaFb {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ukVEoXJaFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVEoXJaFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukVEoXJaFb .mbr-text,
.cid-ukVEoXJaFb .mbr-section-btn {
  color: #ffffff;
}
.cid-ukVEoXJaFb .mbr-section-title {
  color: #ffffff;
}
.cid-ukVEoZ6DGY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ukVEoZ6DGY .carousel {
  height: 800px;
}
.cid-ukVEoZ6DGY .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukVEoZ6DGY .carousel-item,
.cid-ukVEoZ6DGY .carousel-inner {
  height: 100%;
}
.cid-ukVEoZ6DGY .carousel-caption {
  bottom: 40px;
}
.cid-ukVEoZ6DGY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukVEoZ6DGY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukVEoZ6DGY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukVEoZ6DGY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukVEoZ6DGY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukVEoZ6DGY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukVEoZ6DGY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukVEoZ6DGY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukVEoZ6DGY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukVEoZ6DGY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukVEoZ6DGY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukVEoZ6DGY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukVEoZ6DGY .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-ukVEoZ6DGY .carousel-indicators li.active,
.cid-ukVEoZ6DGY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukVEoZ6DGY .carousel-indicators li::after,
.cid-ukVEoZ6DGY .carousel-indicators li::before {
  content: none;
}
.cid-ukVEoZ6DGY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukVEoZ6DGY .carousel-indicators {
    display: none !important;
  }
}
.cid-ukVEp06lhD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-59.jpg");
}
.cid-ukVEp06lhD .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ukVEp06lhD img,
.cid-ukVEp06lhD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ukVEp06lhD .item:focus,
.cid-ukVEp06lhD span:focus {
  outline: none;
}
.cid-ukVEp06lhD .item-wrapper {
  position: relative;
}
.cid-ukVEp06lhD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffb611;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukVEp06lhD .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukVEp06lhD .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukVEp06lhD .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukVEp06lhD .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukVEp06lhD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukVEp06lhD .mbr-section-title {
  color: #232323;
}
.cid-ukVEp06lhD .mbr-text,
.cid-ukVEp06lhD .mbr-section-btn {
  text-align: left;
}
.cid-ukVEp06lhD .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ukVEp06lhD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukVEp06lhD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ukVEp06lhD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukVEp06lhD .embla__button--next,
.cid-ukVEp06lhD .embla__button--prev {
  display: flex;
}
.cid-ukVEp06lhD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ukVEp06lhD .embla__button {
    display: none;
  }
}
.cid-ukVEp06lhD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukVEp06lhD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ukVEp06lhD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukVEp06lhD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukVEp06lhD .embla__button {
    top: auto;
  }
}
.cid-ukVEp06lhD .embla {
  position: relative;
  width: 100%;
}
.cid-ukVEp06lhD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukVEp06lhD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukVEp06lhD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukVEp06lhD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ukVEp06lhD .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ukVEp06lhD .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ukVEp06lhD .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ukVEp1NAdf {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-56.jpg");
}
.cid-ukVEp1NAdf .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-ukVEp1NAdf .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-ukVEp1NAdf .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-ukVEp1NAdf .mbr-text {
  color: #ffffff;
}
.cid-ukVEp1NAdf .card {
  padding-bottom: 1.5rem;
}
.cid-ukVEp1NAdf .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukVEp1NAdf .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-ukVEp1NAdf .card-wrapper .card-title {
  color: #ffffff;
}
.cid-ukVEp1NAdf H1 {
  color: #ffcf01;
}
.cid-ukVEp1NAdf .mbr-text,
.cid-ukVEp1NAdf .mbr-section-btn {
  color: #ffffff;
}
.cid-ukVEp1NAdf .card-wrapper .card-title,
.cid-ukVEp1NAdf .card-box {
  color: #ffcf01;
}
.cid-ukVEp2QIuB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ukVEp2QIuB .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ukVEp2QIuB .item {
    margin-bottom: 4rem;
  }
}
.cid-ukVEp2QIuB .item:last-child .icon-box:before {
  display: none;
}
.cid-ukVEp2QIuB .item.last .icon-box:before {
  display: none;
}
.cid-ukVEp2QIuB .step-number {
  padding-top: 6px;
}
.cid-ukVEp2QIuB .icon-box {
  background: #f80af1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ukVEp2QIuB .icon-box {
    margin-right: 1rem;
  }
}
.cid-ukVEp2QIuB .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 95px;
  left: 50%;
  top: 150%;
  top: 100%;
  color: #f80af1;
  transform: translate(-50%, 0);
}
.cid-ukVEp2QIuB span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukVEp2QIuB .card {
    margin-bottom: 2rem;
  }
  .cid-ukVEp2QIuB .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukVEp2QIuB .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-ukVEp2QIuB .icon-box::before {
    top: 114%;
  }
}
.cid-ukVEp2QIuB .card-title,
.cid-ukVEp2QIuB .card-box {
  color: #ffb611;
}
.cid-ukVEp2QIuB .icon-text {
  color: #bed3f9;
}
.cid-ukVEp2QIuB .icon-title {
  color: #ffcf01;
}
.cid-ukVEp4j6rX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukVEp4j6rX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukVEp4j6rX .row {
    flex-direction: column-reverse;
  }
  .cid-ukVEp4j6rX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ukVEp4j6rX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukVEp4j6rX .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukVEp4j6rX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukVEp4j6rX .mbr-text,
.cid-ukVEp4j6rX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ukVEp4j6rX .card-title {
  color: #ffb611;
}
.cid-ukVEp56BOz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ukVEp56BOz img,
.cid-ukVEp56BOz .item-img {
  width: 100%;
}
.cid-ukVEp56BOz .item:focus,
.cid-ukVEp56BOz span:focus {
  outline: none;
}
.cid-ukVEp56BOz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukVEp56BOz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukVEp56BOz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukVEp56BOz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukVEp56BOz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukVEp56BOz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukVEp56BOz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukVEp56BOz .mbr-section-title {
  color: #ffb611;
}
.cid-ukVEp56BOz .mbr-text,
.cid-ukVEp56BOz .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ukVEp56BOz .item-title {
  text-align: center;
  color: #00ff62;
}
.cid-ukVEp56BOz .item-subtitle {
  text-align: left;
}
.cid-ukVEp6bZn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVEp6bZn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukVEp6UoK5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ukVEp6UoK5 .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-ukVEp6UoK5 .mbr-section-title,
.cid-ukVEp6UoK5 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ukVEp6UoK5 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukVEp6UoK5 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-ukVEp6UoK5 .card-title {
  color: #ffb611;
}
.cid-ukVEp6UoK5 .mbr-text {
  color: #bbbbbb;
}
.cid-ukVEp6UoK5 .price {
  color: #ffe161;
}
.cid-ukVEp6UoK5 .mbr-section-title {
  color: #f80af1;
}
.cid-ukVEp89JYY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ukVEp89JYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVEp89JYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ukVEp89JYY .container-fluid {
    padding: 0;
  }
}
.cid-ukVEp89JYY .embla__button--next,
.cid-ukVEp89JYY .embla__button--prev {
  display: flex;
}
.cid-ukVEp89JYY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukVEp89JYY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukVEp89JYY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ukVEp89JYY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ukVEp89JYY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukVEp89JYY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukVEp89JYY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukVEp89JYY .embla {
  position: relative;
  width: 100%;
}
.cid-ukVEp89JYY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ukVEp89JYY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukVEp89JYY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukVEp89JYY .embla__slide a {
  cursor: grab;
}
.cid-ukVEp89JYY .embla__slide a:active {
  cursor: grabbing;
}
.cid-ukVEp89JYY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukVEp89JYY .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ukVEp89JYY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ukVEp89JYY .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ukVEp89JYY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ukVEp89JYY .mbr-section-title {
  color: #232323;
}
.cid-ukVEp89JYY .mbr-section-subtitle {
  color: #232323;
}
.cid-ukVEp89JYY .mbr-box {
  color: #ffffff;
}
.cid-ukVEp89JYY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ukVEp89JYY img,
.cid-ukVEp89JYY .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ukVEp89JYY .item-wrapper {
  position: relative;
}
.cid-ukVEp89JYY .content-head {
  max-width: 800px;
}
.cid-ukVEp9XqJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukVEp9XqJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ukVEpaM9PV {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-ukVEpaM9PV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukVEpaM9PV .team-card:hover {
  transform: translateY(-10px);
}
.cid-ukVEpaM9PV .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ukVEpaM9PV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ukVEpaM9PV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ukVEpaM9PV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukVEpaM9PV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ukVEpaM9PV .social-row {
  text-align: center;
}
.cid-ukVEpaM9PV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f80af1;
  transition: all 0.3s;
}
.cid-ukVEpaM9PV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f80af1;
  font-size: 1.5rem;
}
.cid-ukVEpaM9PV .social-row .soc-item:hover {
  background-color: #f80af1;
}
.cid-ukVEpaM9PV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ukVEpaM9PV .card-title,
.cid-ukVEpaM9PV .social-row {
  color: #c7493a;
}
.cid-ukVEpaM9PV .card-text,
.cid-ukVEpaM9PV .mbr-section-btn,
.cid-ukVEpaM9PV .social-row {
  color: #bbbbbb;
}
.cid-ukVEpaM9PV .mbr-role,
.cid-ukVEpaM9PV .social-row {
  color: #f60a8b;
}
.cid-ukVEpaM9PV .mbr-section-title {
  color: #ffb611;
}
.cid-ukVEpcEGQs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ukVEpcEGQs img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ukVEpcEGQs .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ukVEpcEGQs .card {
    max-width: 12.5%;
  }
}
.cid-ukVEpcEGQs .mbr-section-title {
  color: #ffb611;
}
.cid-ukVEpdFJQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukVEpdFJQy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ukVEpenV81 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ukVEpenV81 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukVEpenV81 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukVEpenV81 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukVEpenV81 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukVEpenV81 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ukVEpfff1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukVEpfff1f .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-ukVEpfff1f .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ukVEpfff1f .mbr-section-title {
  color: #ffb611;
}
.cid-ukVEpfff1f .mbr-text {
  color: #ffffff;
}
.cid-ukVEpfff1f .name {
  color: #bbbbbb;
}
.cid-ukVEpfff1f .position {
  color: #bbbbbb;
}
.cid-ukVEpgxLGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-ukVEpgxLGF .google-map {
  height: 350px;
  position: relative;
}
.cid-ukVEpgxLGF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ukVEpgxLGF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ukVEpgxLGF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ukVEpgxLGF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ukVEpgxLGF .mbr-section-title {
  color: #ffb611;
}
.cid-ukVEpgxLGF .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-ukVEphOaHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ukVEphOaHJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukVEphOaHJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukVEphOaHJ .row {
    text-align: center;
  }
  .cid-ukVEphOaHJ .social-row {
    justify-content: center;
  }
}
.cid-ukVEphOaHJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukVEphOaHJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukVEphOaHJ .list {
    margin-bottom: 0rem;
  }
}
.cid-ukVEphOaHJ .mbr-text {
  color: #bbbbbb;
}
.cid-ukVEphOaHJ .mbr-iconfont {
  color: black;
}
.cid-ulm7nLlVrT .navbar-dropdown {
  position: relative !important;
}
.cid-ulm7nLlVrT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulm7nLlVrT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulm7nLlVrT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulm7nLlVrT .dropdown-item:hover,
.cid-ulm7nLlVrT .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-ulm7nLlVrT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulm7nLlVrT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulm7nLlVrT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulm7nLlVrT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulm7nLlVrT .nav-link {
  position: relative;
}
.cid-ulm7nLlVrT .container {
  display: flex;
  margin: auto;
}
.cid-ulm7nLlVrT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulm7nLlVrT .dropdown-menu,
.cid-ulm7nLlVrT .navbar.opened {
  background: #6a0202 !important;
}
.cid-ulm7nLlVrT .nav-item:focus,
.cid-ulm7nLlVrT .nav-link:focus {
  outline: none;
}
.cid-ulm7nLlVrT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulm7nLlVrT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulm7nLlVrT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulm7nLlVrT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulm7nLlVrT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulm7nLlVrT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulm7nLlVrT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-ulm7nLlVrT .navbar.opened {
  transition: all 0.3s;
}
.cid-ulm7nLlVrT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulm7nLlVrT .navbar .navbar-logo img {
  width: auto;
}
.cid-ulm7nLlVrT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulm7nLlVrT .navbar.collapsed {
  justify-content: center;
}
.cid-ulm7nLlVrT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulm7nLlVrT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulm7nLlVrT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ulm7nLlVrT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulm7nLlVrT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulm7nLlVrT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulm7nLlVrT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulm7nLlVrT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulm7nLlVrT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulm7nLlVrT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulm7nLlVrT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulm7nLlVrT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulm7nLlVrT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulm7nLlVrT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulm7nLlVrT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulm7nLlVrT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulm7nLlVrT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulm7nLlVrT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulm7nLlVrT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulm7nLlVrT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulm7nLlVrT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulm7nLlVrT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulm7nLlVrT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulm7nLlVrT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulm7nLlVrT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulm7nLlVrT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulm7nLlVrT .dropdown-item.active,
.cid-ulm7nLlVrT .dropdown-item:active {
  background-color: transparent;
}
.cid-ulm7nLlVrT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulm7nLlVrT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulm7nLlVrT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulm7nLlVrT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-ulm7nLlVrT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulm7nLlVrT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulm7nLlVrT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulm7nLlVrT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulm7nLlVrT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulm7nLlVrT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulm7nLlVrT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulm7nLlVrT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulm7nLlVrT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulm7nLlVrT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulm7nLlVrT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulm7nLlVrT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulm7nLlVrT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulm7nLlVrT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulm7nLlVrT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulm7nLlVrT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulm7nLlVrT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulm7nLlVrT .navbar {
    height: 70px;
  }
  .cid-ulm7nLlVrT .navbar.opened {
    height: auto;
  }
  .cid-ulm7nLlVrT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulm7nM23iK {
  background-image: url("../../../assets/images/mbr-60.jpg");
}
.cid-ulm7nM23iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulm7nM23iK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulm7nM23iK .mbr-text,
.cid-ulm7nM23iK .mbr-section-btn {
  color: #ffffff;
}
.cid-ulm7nM23iK .mbr-section-title {
  color: #ffffff;
}
.cid-ulm7nMu36s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ulm7nMu36s .carousel {
  height: 800px;
}
.cid-ulm7nMu36s .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulm7nMu36s .carousel-item,
.cid-ulm7nMu36s .carousel-inner {
  height: 100%;
}
.cid-ulm7nMu36s .carousel-caption {
  bottom: 40px;
}
.cid-ulm7nMu36s .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulm7nMu36s .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulm7nMu36s .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ulm7nMu36s .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulm7nMu36s .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ulm7nMu36s .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ulm7nMu36s .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ulm7nMu36s .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulm7nMu36s .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulm7nMu36s .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulm7nMu36s .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulm7nMu36s .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ulm7nMu36s .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-ulm7nMu36s .carousel-indicators li.active,
.cid-ulm7nMu36s .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulm7nMu36s .carousel-indicators li::after,
.cid-ulm7nMu36s .carousel-indicators li::before {
  content: none;
}
.cid-ulm7nMu36s .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulm7nMu36s .carousel-indicators {
    display: none !important;
  }
}
.cid-ulm7nN3iYy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-59.jpg");
}
.cid-ulm7nN3iYy .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-ulm7nN3iYy img,
.cid-ulm7nN3iYy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ulm7nN3iYy .item:focus,
.cid-ulm7nN3iYy span:focus {
  outline: none;
}
.cid-ulm7nN3iYy .item-wrapper {
  position: relative;
}
.cid-ulm7nN3iYy .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffb611;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ulm7nN3iYy .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ulm7nN3iYy .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulm7nN3iYy .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ulm7nN3iYy .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ulm7nN3iYy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ulm7nN3iYy .mbr-section-title {
  color: #232323;
}
.cid-ulm7nN3iYy .mbr-text,
.cid-ulm7nN3iYy .mbr-section-btn {
  text-align: left;
}
.cid-ulm7nN3iYy .item-title {
  text-align: left;
  color: #6a0202;
}
.cid-ulm7nN3iYy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ulm7nN3iYy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-ulm7nN3iYy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulm7nN3iYy .embla__button--next,
.cid-ulm7nN3iYy .embla__button--prev {
  display: flex;
}
.cid-ulm7nN3iYy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ulm7nN3iYy .embla__button {
    display: none;
  }
}
.cid-ulm7nN3iYy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulm7nN3iYy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ulm7nN3iYy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulm7nN3iYy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulm7nN3iYy .embla__button {
    top: auto;
  }
}
.cid-ulm7nN3iYy .embla {
  position: relative;
  width: 100%;
}
.cid-ulm7nN3iYy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulm7nN3iYy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulm7nN3iYy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulm7nN3iYy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-ulm7nN3iYy .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-ulm7nN3iYy .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-ulm7nN3iYy .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-ulm7nQr5W4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ulm7nQr5W4 img,
.cid-ulm7nQr5W4 .item-img {
  width: 100%;
}
.cid-ulm7nQr5W4 .item:focus,
.cid-ulm7nQr5W4 span:focus {
  outline: none;
}
.cid-ulm7nQr5W4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ulm7nQr5W4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ulm7nQr5W4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ulm7nQr5W4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulm7nQr5W4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ulm7nQr5W4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ulm7nQr5W4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ulm7nQr5W4 .mbr-section-title {
  color: #ffb611;
}
.cid-ulm7nQr5W4 .mbr-text,
.cid-ulm7nQr5W4 .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-ulm7nQr5W4 .item-title {
  text-align: center;
  color: #00ff62;
}
.cid-ulm7nQr5W4 .item-subtitle {
  text-align: left;
}
.cid-ulm7nRbfNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulm7nRbfNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ulm7nSBTnN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ulm7nSBTnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulm7nSBTnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ulm7nSBTnN .container-fluid {
    padding: 0;
  }
}
.cid-ulm7nSBTnN .embla__button--next,
.cid-ulm7nSBTnN .embla__button--prev {
  display: flex;
}
.cid-ulm7nSBTnN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ulm7nSBTnN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ulm7nSBTnN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulm7nSBTnN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulm7nSBTnN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulm7nSBTnN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulm7nSBTnN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulm7nSBTnN .embla {
  position: relative;
  width: 100%;
}
.cid-ulm7nSBTnN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulm7nSBTnN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulm7nSBTnN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulm7nSBTnN .embla__slide a {
  cursor: grab;
}
.cid-ulm7nSBTnN .embla__slide a:active {
  cursor: grabbing;
}
.cid-ulm7nSBTnN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulm7nSBTnN .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ulm7nSBTnN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ulm7nSBTnN .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ulm7nSBTnN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ulm7nSBTnN .mbr-section-title {
  color: #232323;
}
.cid-ulm7nSBTnN .mbr-section-subtitle {
  color: #232323;
}
.cid-ulm7nSBTnN .mbr-box {
  color: #ffffff;
}
.cid-ulm7nSBTnN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulm7nSBTnN img,
.cid-ulm7nSBTnN .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ulm7nSBTnN .item-wrapper {
  position: relative;
}
.cid-ulm7nSBTnN .content-head {
  max-width: 800px;
}
.cid-ulm7nVI9lK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ulm7nVI9lK img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-ulm7nVI9lK .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulm7nVI9lK .card {
    max-width: 12.5%;
  }
}
.cid-ulm7nVI9lK .mbr-section-title {
  color: #ffb611;
}
.cid-ulm7nWnZdt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulm7nWnZdt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ulm7nWOZtr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ulm7nWOZtr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulm7nWOZtr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ulm7nWOZtr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ulm7nWOZtr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ulm7nWOZtr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ulm7nYI4i6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-ulm7nYI4i6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ulm7nYI4i6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulm7nYI4i6 .row {
    text-align: center;
  }
  .cid-ulm7nYI4i6 .social-row {
    justify-content: center;
  }
}
.cid-ulm7nYI4i6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ulm7nYI4i6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulm7nYI4i6 .list {
    margin-bottom: 0rem;
  }
}
.cid-ulm7nYI4i6 .mbr-text {
  color: #bbbbbb;
}
.cid-ulm7nYI4i6 .mbr-iconfont {
  color: black;
}
.cid-uEqbIWPy8c .navbar-dropdown {
  position: relative !important;
}
.cid-uEqbIWPy8c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEqbIWPy8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEqbIWPy8c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEqbIWPy8c .dropdown-item:hover,
.cid-uEqbIWPy8c .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEqbIWPy8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEqbIWPy8c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEqbIWPy8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEqbIWPy8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEqbIWPy8c .nav-link {
  position: relative;
}
.cid-uEqbIWPy8c .container {
  display: flex;
  margin: auto;
}
.cid-uEqbIWPy8c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEqbIWPy8c .dropdown-menu,
.cid-uEqbIWPy8c .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEqbIWPy8c .nav-item:focus,
.cid-uEqbIWPy8c .nav-link:focus {
  outline: none;
}
.cid-uEqbIWPy8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEqbIWPy8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEqbIWPy8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEqbIWPy8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEqbIWPy8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEqbIWPy8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEqbIWPy8c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEqbIWPy8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uEqbIWPy8c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEqbIWPy8c .navbar .navbar-logo img {
  width: auto;
}
.cid-uEqbIWPy8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEqbIWPy8c .navbar.collapsed {
  justify-content: center;
}
.cid-uEqbIWPy8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEqbIWPy8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEqbIWPy8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEqbIWPy8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEqbIWPy8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEqbIWPy8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEqbIWPy8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEqbIWPy8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEqbIWPy8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEqbIWPy8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEqbIWPy8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEqbIWPy8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEqbIWPy8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEqbIWPy8c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEqbIWPy8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEqbIWPy8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEqbIWPy8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEqbIWPy8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEqbIWPy8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEqbIWPy8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEqbIWPy8c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEqbIWPy8c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEqbIWPy8c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEqbIWPy8c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEqbIWPy8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEqbIWPy8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEqbIWPy8c .dropdown-item.active,
.cid-uEqbIWPy8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uEqbIWPy8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEqbIWPy8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEqbIWPy8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEqbIWPy8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEqbIWPy8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEqbIWPy8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEqbIWPy8c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEqbIWPy8c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEqbIWPy8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEqbIWPy8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEqbIWPy8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEqbIWPy8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEqbIWPy8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEqbIWPy8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEqbIWPy8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEqbIWPy8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEqbIWPy8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEqbIWPy8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEqbIWPy8c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEqbIWPy8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEqbIWPy8c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEqbIWPy8c .navbar {
    height: 70px;
  }
  .cid-uEqbIWPy8c .navbar.opened {
    height: auto;
  }
  .cid-uEqbIWPy8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEqbIXjcrG {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEqbIXjcrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqbIXjcrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqbIXjcrG .mbr-text,
.cid-uEqbIXjcrG .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEqbIXjcrG .mbr-section-title {
  color: #ffffff;
}
.cid-uEqbIXGEol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEqbIXGEol .carousel {
  height: 800px;
}
.cid-uEqbIXGEol .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEqbIXGEol .carousel-item,
.cid-uEqbIXGEol .carousel-inner {
  height: 100%;
}
.cid-uEqbIXGEol .carousel-caption {
  bottom: 40px;
}
.cid-uEqbIXGEol .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEqbIXGEol .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEqbIXGEol .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEqbIXGEol .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEqbIXGEol .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEqbIXGEol .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEqbIXGEol .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEqbIXGEol .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEqbIXGEol .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEqbIXGEol .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEqbIXGEol .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEqbIXGEol .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEqbIXGEol .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-uEqbIXGEol .carousel-indicators li.active,
.cid-uEqbIXGEol .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEqbIXGEol .carousel-indicators li::after,
.cid-uEqbIXGEol .carousel-indicators li::before {
  content: none;
}
.cid-uEqbIXGEol .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEqbIXGEol .carousel-indicators {
    display: none !important;
  }
}
.cid-uEqzTMbXc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqzTMbXc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqzTMbXc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkX2h40A {
  background-color: #e0bdb6;
}
.cid-uEqkX2h40A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkX2h40A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkX2h40A .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEqkX2h40A .row {
    padding: 0 14px;
  }
  .cid-uEqkX2h40A .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEqkX2h40A .item {
  margin-bottom: 9px;
}
.cid-uEqkX2h40A .item:hover .item-wrapper .item-img img,
.cid-uEqkX2h40A .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEqkX2h40A .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEqkX2h40A .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEqkX2h40A .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEqkX2h40A .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEqkX2h40A .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEqkX2h40A .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEqkZmQW9Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqkZmQW9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqkZmQW9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqkZmQW9Q .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEqkZmQW9Q .row {
    padding: 0 11px;
  }
}
.cid-uEqkZmQW9Q .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEqkZmQW9Q .title {
    padding: 0 5px;
  }
}
.cid-uEqkZmQW9Q .title .title-wrapper {
  display: flex;
}
.cid-uEqkZmQW9Q .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEqkZmQW9Q .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEqkZmQW9Q .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEqkZmQW9Q .item {
    padding: 0 5px;
  }
}
.cid-uEqkZmQW9Q .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEqkZmQW9Q .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEqkZmQW9Q .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEqkZmQW9Q .item .item-wrapper {
  position: relative;
}
.cid-uEqkZmQW9Q .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEqkZmQW9Q .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEqkZmQW9Q .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEqkZmQW9Q .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEqkZmQW9Q .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEqkZmQW9Q .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEqkZmQW9Q .mbr-section-title {
  color: #747474;
  text-align: right;
}
.cid-uEqkZmQW9Q .mbr-text {
  color: #747474;
}
.cid-uEqkZmQW9Q .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEqkZmQW9Q .mbr-text,
.cid-uEqkZmQW9Q .mbr-section-btn {
  text-align: center;
}
.cid-uEqKHGIo59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqKHGIo59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqKHGIo59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqKHGIo59 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEqKHGIo59 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEqKHGIo59 .container {
    padding: 0 24px;
  }
}
.cid-uEqKHGIo59 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEqKHGIo59 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEqKHGIo59 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEqKHGIo59 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEqKHGIo59 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEqKHGIo59 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper {
  height: 100%;
}
.cid-uEqKHGIo59 .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEqKHGIo59 .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEqKHGIo59 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEqKHGIo59 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEqKHGIo59 .mbr-desc,
.cid-uEqKHGIo59 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEqKHGIo59 .mbr-text,
.cid-uEqKHGIo59 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEqKHGIo59 .item-title {
  color: #18212d;
}
.cid-uEqKHGIo59 .item-text {
  color: #18212d;
}
.cid-uEqKHGIo59 .item-name {
  color: #18212d;
}
.cid-uEqKHGIo59 .mbr-rating {
  color: #EFCC4E;
}
.cid-uEql1YcC8E {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uEql1YcC8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEql1YcC8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEql1YcC8E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEql1YcC8E .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEql3d1Lc7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEql3d1Lc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEql3d1Lc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEql3d1Lc7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEql3d1Lc7 .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEql3d1Lc7 .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEql3d1Lc7 .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEql3d1Lc7 .embla__button--next,
.cid-uEql3d1Lc7 .embla__button--prev {
  display: flex;
}
.cid-uEql3d1Lc7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEql3d1Lc7 .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEql3d1Lc7 .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEql3d1Lc7 .embla__button {
    display: none;
  }
}
.cid-uEql3d1Lc7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEql3d1Lc7 .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEql3d1Lc7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEql3d1Lc7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEql3d1Lc7 .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEql3d1Lc7 .embla {
  position: relative;
  width: 100%;
}
.cid-uEql3d1Lc7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEql3d1Lc7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEql3d1Lc7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEql3d1Lc7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEql4sW3Sh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEql4sW3Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEql4sW3Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEql4sW3Sh .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEqbJ4OurX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEqbJ4OurX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEqbJ4OurX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEqbJ4OurX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEqbJ4OurX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEqbJ4OurX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEqbJ4OurX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEqbJ5Zmha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEqbJ5Zmha .google-map {
  height: 350px;
  position: relative;
}
.cid-uEqbJ5Zmha .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEqbJ5Zmha .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEqbJ5Zmha .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEqbJ5Zmha .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEqbJ5Zmha .mbr-section-title {
  color: #ffb611;
}
.cid-uEqbJ5Zmha .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEqbJ6DAmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEqbJ6DAmq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEqbJ6DAmq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEqbJ6DAmq .row {
    text-align: center;
  }
  .cid-uEqbJ6DAmq .social-row {
    justify-content: center;
  }
}
.cid-uEqbJ6DAmq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEqbJ6DAmq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEqbJ6DAmq .list {
    margin-bottom: 0rem;
  }
}
.cid-uEqbJ6DAmq .mbr-text {
  color: #bbbbbb;
}
.cid-uEqbJ6DAmq .mbr-iconfont {
  color: black;
}
.cid-uEPgPXccZF .navbar-dropdown {
  position: relative !important;
}
.cid-uEPgPXccZF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPgPXccZF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPgPXccZF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPgPXccZF .dropdown-item:hover,
.cid-uEPgPXccZF .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPgPXccZF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPgPXccZF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPgPXccZF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPgPXccZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPgPXccZF .nav-link {
  position: relative;
}
.cid-uEPgPXccZF .container {
  display: flex;
  margin: auto;
}
.cid-uEPgPXccZF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPgPXccZF .dropdown-menu,
.cid-uEPgPXccZF .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPgPXccZF .nav-item:focus,
.cid-uEPgPXccZF .nav-link:focus {
  outline: none;
}
.cid-uEPgPXccZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPgPXccZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPgPXccZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPgPXccZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPgPXccZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPgPXccZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPgPXccZF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPgPXccZF .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPgPXccZF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPgPXccZF .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPgPXccZF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPgPXccZF .navbar.collapsed {
  justify-content: center;
}
.cid-uEPgPXccZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPgPXccZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPgPXccZF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPgPXccZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPgPXccZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPgPXccZF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPgPXccZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPgPXccZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPgPXccZF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPgPXccZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPgPXccZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPgPXccZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPgPXccZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPgPXccZF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPgPXccZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPgPXccZF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPgPXccZF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPgPXccZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPgPXccZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPgPXccZF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPgPXccZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPgPXccZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPgPXccZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPgPXccZF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPgPXccZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPgPXccZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPgPXccZF .dropdown-item.active,
.cid-uEPgPXccZF .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPgPXccZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPgPXccZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPgPXccZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPgPXccZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPgPXccZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPgPXccZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPgPXccZF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPgPXccZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPgPXccZF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPgPXccZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPgPXccZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPgPXccZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPgPXccZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPgPXccZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPgPXccZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPgPXccZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPgPXccZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPgPXccZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPgPXccZF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPgPXccZF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPgPXccZF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPgPXccZF .navbar {
    height: 70px;
  }
  .cid-uEPgPXccZF .navbar.opened {
    height: auto;
  }
  .cid-uEPgPXccZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPgPXBdj0 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPgPXBdj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPXBdj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPXBdj0 .mbr-text,
.cid-uEPgPXBdj0 .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPgPXBdj0 .mbr-section-title {
  color: #ffffff;
}
.cid-uEPgPXUjqG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPgPXUjqG .carousel {
  height: 800px;
}
.cid-uEPgPXUjqG .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPgPXUjqG .carousel-item,
.cid-uEPgPXUjqG .carousel-inner {
  height: 100%;
}
.cid-uEPgPXUjqG .carousel-caption {
  bottom: 40px;
}
.cid-uEPgPXUjqG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPgPXUjqG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPgPXUjqG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPgPXUjqG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPgPXUjqG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPgPXUjqG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPgPXUjqG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPgPXUjqG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPgPXUjqG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPgPXUjqG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPgPXUjqG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPgPXUjqG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPgPXUjqG .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-uEPgPXUjqG .carousel-indicators li.active,
.cid-uEPgPXUjqG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPgPXUjqG .carousel-indicators li::after,
.cid-uEPgPXUjqG .carousel-indicators li::before {
  content: none;
}
.cid-uEPgPXUjqG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPgPXUjqG .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPgPYe0wA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPgPYe0wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPYe0wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPYwaXS {
  background-color: #e0bdb6;
}
.cid-uEPgPYwaXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPYwaXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPYwaXS .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPgPYwaXS .row {
    padding: 0 14px;
  }
  .cid-uEPgPYwaXS .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPgPYwaXS .item {
  margin-bottom: 9px;
}
.cid-uEPgPYwaXS .item:hover .item-wrapper .item-img img,
.cid-uEPgPYwaXS .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPgPYwaXS .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPgPYwaXS .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPgPYwaXS .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPgPYwaXS .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPgPYwaXS .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPgPYwaXS .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPgPYV9jw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPgPYV9jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPYV9jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPYV9jw .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPgPYV9jw .row {
    padding: 0 11px;
  }
}
.cid-uEPgPYV9jw .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPgPYV9jw .title {
    padding: 0 5px;
  }
}
.cid-uEPgPYV9jw .title .title-wrapper {
  display: flex;
}
.cid-uEPgPYV9jw .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPgPYV9jw .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPgPYV9jw .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPgPYV9jw .item {
    padding: 0 5px;
  }
}
.cid-uEPgPYV9jw .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPgPYV9jw .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPgPYV9jw .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPgPYV9jw .item .item-wrapper {
  position: relative;
}
.cid-uEPgPYV9jw .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPgPYV9jw .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPgPYV9jw .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPgPYV9jw .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPgPYV9jw .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPgPYV9jw .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPgPYV9jw .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPgPYV9jw .mbr-text {
  color: #747474;
}
.cid-uEPgPYV9jw .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPgPYV9jw .mbr-text,
.cid-uEPgPYV9jw .mbr-section-btn {
  text-align: center;
}
.cid-uEPgPZl0RU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPgPZl0RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPZl0RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPZl0RU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgPZl0RU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgPZl0RU .container {
    padding: 0 24px;
  }
}
.cid-uEPgPZl0RU .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPgPZl0RU .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPgPZl0RU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPgPZl0RU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPgPZl0RU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPgPZl0RU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper {
  height: 100%;
}
.cid-uEPgPZl0RU .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPgPZl0RU .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPgPZl0RU .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPgPZl0RU .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPgPZl0RU .mbr-desc,
.cid-uEPgPZl0RU .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPgPZl0RU .mbr-text,
.cid-uEPgPZl0RU .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPgPZl0RU .item-title {
  color: #18212d;
}
.cid-uEPgPZl0RU .item-text {
  color: #18212d;
}
.cid-uEPgPZl0RU .item-name {
  color: #18212d;
}
.cid-uEPgPZl0RU .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPgPZRwih {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPgPZRwih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgPZRwih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgPZRwih .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPgPZRwih .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPgQ0e4PQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPgQ0e4PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgQ0e4PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgQ0e4PQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPgQ0e4PQ .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPgQ0e4PQ .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPgQ0e4PQ .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPgQ0e4PQ .embla__button--next,
.cid-uEPgQ0e4PQ .embla__button--prev {
  display: flex;
}
.cid-uEPgQ0e4PQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPgQ0e4PQ .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPgQ0e4PQ .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgQ0e4PQ .embla__button {
    display: none;
  }
}
.cid-uEPgQ0e4PQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPgQ0e4PQ .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPgQ0e4PQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPgQ0e4PQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPgQ0e4PQ .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPgQ0e4PQ .embla {
  position: relative;
  width: 100%;
}
.cid-uEPgQ0e4PQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPgQ0e4PQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPgQ0e4PQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPgQ0e4PQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPgQ0MG2c {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPgQ0MG2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgQ0MG2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgQ0MG2c .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPgQ1a6XW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPgQ1a6XW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPgQ1a6XW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPgQ1a6XW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPgQ1a6XW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPgQ1a6XW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPgQ1a6XW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPgQ1ATOu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPgQ1ATOu .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPgQ1ATOu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPgQ1ATOu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPgQ1ATOu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPgQ1ATOu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPgQ1ATOu .mbr-section-title {
  color: #ffb611;
}
.cid-uEPgQ1ATOu .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPgQ23Cx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPgQ23Cx1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPgQ23Cx1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPgQ23Cx1 .row {
    text-align: center;
  }
  .cid-uEPgQ23Cx1 .social-row {
    justify-content: center;
  }
}
.cid-uEPgQ23Cx1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPgQ23Cx1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPgQ23Cx1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPgQ23Cx1 .mbr-text {
  color: #bbbbbb;
}
.cid-uEPgQ23Cx1 .mbr-iconfont {
  color: black;
}
.cid-uEPgUPOydn .navbar-dropdown {
  position: relative !important;
}
.cid-uEPgUPOydn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPgUPOydn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPgUPOydn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPgUPOydn .dropdown-item:hover,
.cid-uEPgUPOydn .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPgUPOydn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPgUPOydn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPgUPOydn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPgUPOydn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPgUPOydn .nav-link {
  position: relative;
}
.cid-uEPgUPOydn .container {
  display: flex;
  margin: auto;
}
.cid-uEPgUPOydn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPgUPOydn .dropdown-menu,
.cid-uEPgUPOydn .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPgUPOydn .nav-item:focus,
.cid-uEPgUPOydn .nav-link:focus {
  outline: none;
}
.cid-uEPgUPOydn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPgUPOydn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPgUPOydn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPgUPOydn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPgUPOydn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPgUPOydn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPgUPOydn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPgUPOydn .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPgUPOydn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPgUPOydn .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPgUPOydn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPgUPOydn .navbar.collapsed {
  justify-content: center;
}
.cid-uEPgUPOydn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPgUPOydn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPgUPOydn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPgUPOydn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPgUPOydn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPgUPOydn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPgUPOydn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPgUPOydn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPgUPOydn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPgUPOydn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPgUPOydn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPgUPOydn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPgUPOydn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPgUPOydn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPgUPOydn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPgUPOydn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPgUPOydn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPgUPOydn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPgUPOydn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPgUPOydn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPgUPOydn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPgUPOydn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPgUPOydn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPgUPOydn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPgUPOydn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPgUPOydn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPgUPOydn .dropdown-item.active,
.cid-uEPgUPOydn .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPgUPOydn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPgUPOydn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPgUPOydn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPgUPOydn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPgUPOydn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPgUPOydn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPgUPOydn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPgUPOydn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPgUPOydn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPgUPOydn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPgUPOydn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPgUPOydn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPgUPOydn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPgUPOydn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPgUPOydn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPgUPOydn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPgUPOydn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPgUPOydn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPgUPOydn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPgUPOydn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPgUPOydn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPgUPOydn .navbar {
    height: 70px;
  }
  .cid-uEPgUPOydn .navbar.opened {
    height: auto;
  }
  .cid-uEPgUPOydn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPgUQcYac {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPgUQcYac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUQcYac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUQcYac .mbr-text,
.cid-uEPgUQcYac .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPgUQcYac .mbr-section-title {
  color: #ffffff;
}
.cid-uEPgUQs72q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPgUQs72q .carousel {
  height: 800px;
}
.cid-uEPgUQs72q .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPgUQs72q .carousel-item,
.cid-uEPgUQs72q .carousel-inner {
  height: 100%;
}
.cid-uEPgUQs72q .carousel-caption {
  bottom: 40px;
}
.cid-uEPgUQs72q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPgUQs72q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPgUQs72q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPgUQs72q .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPgUQs72q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPgUQs72q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPgUQs72q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPgUQs72q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPgUQs72q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPgUQs72q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPgUQs72q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPgUQs72q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPgUQs72q .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-uEPgUQs72q .carousel-indicators li.active,
.cid-uEPgUQs72q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPgUQs72q .carousel-indicators li::after,
.cid-uEPgUQs72q .carousel-indicators li::before {
  content: none;
}
.cid-uEPgUQs72q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPgUQs72q .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPgUQMjaV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPgUQMjaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUQMjaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUR3I0i {
  background-color: #e0bdb6;
}
.cid-uEPgUR3I0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUR3I0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUR3I0i .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPgUR3I0i .row {
    padding: 0 14px;
  }
  .cid-uEPgUR3I0i .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPgUR3I0i .item {
  margin-bottom: 9px;
}
.cid-uEPgUR3I0i .item:hover .item-wrapper .item-img img,
.cid-uEPgUR3I0i .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPgUR3I0i .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPgUR3I0i .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPgUR3I0i .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPgUR3I0i .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPgUR3I0i .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPgUR3I0i .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPgURqPHY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPgURqPHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgURqPHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgURqPHY .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPgURqPHY .row {
    padding: 0 11px;
  }
}
.cid-uEPgURqPHY .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPgURqPHY .title {
    padding: 0 5px;
  }
}
.cid-uEPgURqPHY .title .title-wrapper {
  display: flex;
}
.cid-uEPgURqPHY .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPgURqPHY .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPgURqPHY .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPgURqPHY .item {
    padding: 0 5px;
  }
}
.cid-uEPgURqPHY .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPgURqPHY .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPgURqPHY .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPgURqPHY .item .item-wrapper {
  position: relative;
}
.cid-uEPgURqPHY .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPgURqPHY .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPgURqPHY .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPgURqPHY .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPgURqPHY .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPgURqPHY .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPgURqPHY .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPgURqPHY .mbr-text {
  color: #747474;
}
.cid-uEPgURqPHY .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPgURqPHY .mbr-text,
.cid-uEPgURqPHY .mbr-section-btn {
  text-align: center;
}
.cid-uEPgURSshx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPgURSshx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgURSshx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgURSshx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgURSshx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgURSshx .container {
    padding: 0 24px;
  }
}
.cid-uEPgURSshx .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPgURSshx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPgURSshx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPgURSshx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPgURSshx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPgURSshx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPgURSshx .item .item-wrapper {
  height: 100%;
}
.cid-uEPgURSshx .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPgURSshx .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPgURSshx .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPgURSshx .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPgURSshx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPgURSshx .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPgURSshx .mbr-desc,
.cid-uEPgURSshx .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPgURSshx .mbr-text,
.cid-uEPgURSshx .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPgURSshx .item-title {
  color: #18212d;
}
.cid-uEPgURSshx .item-text {
  color: #18212d;
}
.cid-uEPgURSshx .item-name {
  color: #18212d;
}
.cid-uEPgURSshx .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPgUSoySy {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPgUSoySy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUSoySy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUSoySy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPgUSoySy .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPgUSLVDu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPgUSLVDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUSLVDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUSLVDu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPgUSLVDu .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPgUSLVDu .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPgUSLVDu .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPgUSLVDu .embla__button--next,
.cid-uEPgUSLVDu .embla__button--prev {
  display: flex;
}
.cid-uEPgUSLVDu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPgUSLVDu .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPgUSLVDu .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPgUSLVDu .embla__button {
    display: none;
  }
}
.cid-uEPgUSLVDu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPgUSLVDu .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPgUSLVDu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPgUSLVDu .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPgUSLVDu .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPgUSLVDu .embla {
  position: relative;
  width: 100%;
}
.cid-uEPgUSLVDu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPgUSLVDu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPgUSLVDu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPgUSLVDu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPgUTjGtr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPgUTjGtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPgUTjGtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPgUTjGtr .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPgUTIBYU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPgUTIBYU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPgUTIBYU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPgUTIBYU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPgUTIBYU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPgUTIBYU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPgUTIBYU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPgUU7r3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPgUU7r3E .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPgUU7r3E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPgUU7r3E .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPgUU7r3E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPgUU7r3E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPgUU7r3E .mbr-section-title {
  color: #ffb611;
}
.cid-uEPgUU7r3E .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPgUUBZy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPgUUBZy8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPgUUBZy8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPgUUBZy8 .row {
    text-align: center;
  }
  .cid-uEPgUUBZy8 .social-row {
    justify-content: center;
  }
}
.cid-uEPgUUBZy8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPgUUBZy8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPgUUBZy8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPgUUBZy8 .mbr-text {
  color: #bbbbbb;
}
.cid-uEPgUUBZy8 .mbr-iconfont {
  color: black;
}
.cid-uEPh9VfFMX .navbar-dropdown {
  position: relative !important;
}
.cid-uEPh9VfFMX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPh9VfFMX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPh9VfFMX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPh9VfFMX .dropdown-item:hover,
.cid-uEPh9VfFMX .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPh9VfFMX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPh9VfFMX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPh9VfFMX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPh9VfFMX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPh9VfFMX .nav-link {
  position: relative;
}
.cid-uEPh9VfFMX .container {
  display: flex;
  margin: auto;
}
.cid-uEPh9VfFMX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPh9VfFMX .dropdown-menu,
.cid-uEPh9VfFMX .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPh9VfFMX .nav-item:focus,
.cid-uEPh9VfFMX .nav-link:focus {
  outline: none;
}
.cid-uEPh9VfFMX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPh9VfFMX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPh9VfFMX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPh9VfFMX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPh9VfFMX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPh9VfFMX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPh9VfFMX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPh9VfFMX .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPh9VfFMX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPh9VfFMX .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPh9VfFMX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPh9VfFMX .navbar.collapsed {
  justify-content: center;
}
.cid-uEPh9VfFMX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPh9VfFMX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPh9VfFMX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPh9VfFMX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPh9VfFMX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPh9VfFMX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPh9VfFMX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPh9VfFMX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPh9VfFMX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPh9VfFMX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPh9VfFMX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPh9VfFMX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPh9VfFMX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPh9VfFMX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPh9VfFMX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPh9VfFMX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPh9VfFMX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPh9VfFMX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPh9VfFMX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPh9VfFMX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPh9VfFMX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPh9VfFMX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPh9VfFMX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPh9VfFMX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPh9VfFMX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPh9VfFMX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPh9VfFMX .dropdown-item.active,
.cid-uEPh9VfFMX .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPh9VfFMX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPh9VfFMX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPh9VfFMX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPh9VfFMX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPh9VfFMX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPh9VfFMX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPh9VfFMX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPh9VfFMX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPh9VfFMX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPh9VfFMX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPh9VfFMX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPh9VfFMX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPh9VfFMX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPh9VfFMX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPh9VfFMX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPh9VfFMX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPh9VfFMX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPh9VfFMX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPh9VfFMX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPh9VfFMX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPh9VfFMX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPh9VfFMX .navbar {
    height: 70px;
  }
  .cid-uEPh9VfFMX .navbar.opened {
    height: auto;
  }
  .cid-uEPh9VfFMX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPh9VE8dC {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPh9VE8dC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9VE8dC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9VE8dC .mbr-text,
.cid-uEPh9VE8dC .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPh9VE8dC .mbr-section-title {
  color: #ffffff;
}
.cid-uEPh9VVo3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPh9VVo3F .carousel {
  height: 800px;
}
.cid-uEPh9VVo3F .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPh9VVo3F .carousel-item,
.cid-uEPh9VVo3F .carousel-inner {
  height: 100%;
}
.cid-uEPh9VVo3F .carousel-caption {
  bottom: 40px;
}
.cid-uEPh9VVo3F .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPh9VVo3F .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPh9VVo3F .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPh9VVo3F .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPh9VVo3F .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPh9VVo3F .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPh9VVo3F .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPh9VVo3F .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPh9VVo3F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPh9VVo3F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPh9VVo3F .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPh9VVo3F .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPh9VVo3F .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-uEPh9VVo3F .carousel-indicators li.active,
.cid-uEPh9VVo3F .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPh9VVo3F .carousel-indicators li::after,
.cid-uEPh9VVo3F .carousel-indicators li::before {
  content: none;
}
.cid-uEPh9VVo3F .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPh9VVo3F .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPh9WfE22 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPh9WfE22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9WfE22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9WywVD {
  background-color: #e0bdb6;
}
.cid-uEPh9WywVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9WywVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9WywVD .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPh9WywVD .row {
    padding: 0 14px;
  }
  .cid-uEPh9WywVD .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPh9WywVD .item {
  margin-bottom: 9px;
}
.cid-uEPh9WywVD .item:hover .item-wrapper .item-img img,
.cid-uEPh9WywVD .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPh9WywVD .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPh9WywVD .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPh9WywVD .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPh9WywVD .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPh9WywVD .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPh9WywVD .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPh9WWaU5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPh9WWaU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9WWaU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9WWaU5 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPh9WWaU5 .row {
    padding: 0 11px;
  }
}
.cid-uEPh9WWaU5 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPh9WWaU5 .title {
    padding: 0 5px;
  }
}
.cid-uEPh9WWaU5 .title .title-wrapper {
  display: flex;
}
.cid-uEPh9WWaU5 .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPh9WWaU5 .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPh9WWaU5 .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPh9WWaU5 .item {
    padding: 0 5px;
  }
}
.cid-uEPh9WWaU5 .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPh9WWaU5 .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPh9WWaU5 .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPh9WWaU5 .item .item-wrapper {
  position: relative;
}
.cid-uEPh9WWaU5 .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPh9WWaU5 .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPh9WWaU5 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPh9WWaU5 .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPh9WWaU5 .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPh9WWaU5 .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPh9WWaU5 .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPh9WWaU5 .mbr-text {
  color: #747474;
}
.cid-uEPh9WWaU5 .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPh9WWaU5 .mbr-text,
.cid-uEPh9WWaU5 .mbr-section-btn {
  text-align: center;
}
.cid-uEPh9XmW51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPh9XmW51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9XmW51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9XmW51 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPh9XmW51 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPh9XmW51 .container {
    padding: 0 24px;
  }
}
.cid-uEPh9XmW51 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPh9XmW51 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPh9XmW51 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPh9XmW51 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPh9XmW51 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPh9XmW51 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper {
  height: 100%;
}
.cid-uEPh9XmW51 .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPh9XmW51 .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPh9XmW51 .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPh9XmW51 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPh9XmW51 .mbr-desc,
.cid-uEPh9XmW51 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPh9XmW51 .mbr-text,
.cid-uEPh9XmW51 .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPh9XmW51 .item-title {
  color: #18212d;
}
.cid-uEPh9XmW51 .item-text {
  color: #18212d;
}
.cid-uEPh9XmW51 .item-name {
  color: #18212d;
}
.cid-uEPh9XmW51 .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPh9XSkQO {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPh9XSkQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9XSkQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9XSkQO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPh9XSkQO .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPh9Yh0zI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPh9Yh0zI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9Yh0zI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9Yh0zI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPh9Yh0zI .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPh9Yh0zI .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPh9Yh0zI .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPh9Yh0zI .embla__button--next,
.cid-uEPh9Yh0zI .embla__button--prev {
  display: flex;
}
.cid-uEPh9Yh0zI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPh9Yh0zI .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPh9Yh0zI .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPh9Yh0zI .embla__button {
    display: none;
  }
}
.cid-uEPh9Yh0zI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPh9Yh0zI .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPh9Yh0zI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPh9Yh0zI .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPh9Yh0zI .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPh9Yh0zI .embla {
  position: relative;
  width: 100%;
}
.cid-uEPh9Yh0zI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPh9Yh0zI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPh9Yh0zI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPh9Yh0zI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPh9YONrP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPh9YONrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPh9YONrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPh9YONrP .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPh9ZcvPN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPh9ZcvPN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPh9ZcvPN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPh9ZcvPN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPh9ZcvPN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPh9ZcvPN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPh9ZcvPN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPh9ZDPnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPh9ZDPnt .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPh9ZDPnt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPh9ZDPnt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPh9ZDPnt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPh9ZDPnt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPh9ZDPnt .mbr-section-title {
  color: #ffb611;
}
.cid-uEPh9ZDPnt .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPha08O5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPha08O5n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPha08O5n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPha08O5n .row {
    text-align: center;
  }
  .cid-uEPha08O5n .social-row {
    justify-content: center;
  }
}
.cid-uEPha08O5n .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPha08O5n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPha08O5n .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPha08O5n .mbr-text {
  color: #bbbbbb;
}
.cid-uEPha08O5n .mbr-iconfont {
  color: black;
}
.cid-uEPhhzOozK .navbar-dropdown {
  position: relative !important;
}
.cid-uEPhhzOozK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhhzOozK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPhhzOozK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPhhzOozK .dropdown-item:hover,
.cid-uEPhhzOozK .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPhhzOozK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPhhzOozK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPhhzOozK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPhhzOozK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPhhzOozK .nav-link {
  position: relative;
}
.cid-uEPhhzOozK .container {
  display: flex;
  margin: auto;
}
.cid-uEPhhzOozK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPhhzOozK .dropdown-menu,
.cid-uEPhhzOozK .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPhhzOozK .nav-item:focus,
.cid-uEPhhzOozK .nav-link:focus {
  outline: none;
}
.cid-uEPhhzOozK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPhhzOozK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPhhzOozK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPhhzOozK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhhzOozK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPhhzOozK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPhhzOozK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPhhzOozK .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPhhzOozK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPhhzOozK .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPhhzOozK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPhhzOozK .navbar.collapsed {
  justify-content: center;
}
.cid-uEPhhzOozK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPhhzOozK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPhhzOozK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPhhzOozK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPhhzOozK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPhhzOozK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPhhzOozK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPhhzOozK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPhhzOozK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPhhzOozK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPhhzOozK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPhhzOozK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPhhzOozK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPhhzOozK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPhhzOozK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPhhzOozK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPhhzOozK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPhhzOozK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPhhzOozK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPhhzOozK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPhhzOozK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPhhzOozK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPhhzOozK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPhhzOozK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPhhzOozK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPhhzOozK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPhhzOozK .dropdown-item.active,
.cid-uEPhhzOozK .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPhhzOozK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPhhzOozK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPhhzOozK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPhhzOozK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPhhzOozK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPhhzOozK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPhhzOozK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPhhzOozK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPhhzOozK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPhhzOozK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPhhzOozK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPhhzOozK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhhzOozK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhhzOozK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPhhzOozK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhhzOozK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPhhzOozK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPhhzOozK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhhzOozK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPhhzOozK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPhhzOozK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPhhzOozK .navbar {
    height: 70px;
  }
  .cid-uEPhhzOozK .navbar.opened {
    height: auto;
  }
  .cid-uEPhhzOozK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPhhAy6C0 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPhhAy6C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhAy6C0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhAy6C0 .mbr-text,
.cid-uEPhhAy6C0 .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPhhAy6C0 .mbr-section-title {
  color: #ffffff;
}
.cid-uEPhhAYmEM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPhhAYmEM .carousel {
  height: 800px;
}
.cid-uEPhhAYmEM .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPhhAYmEM .carousel-item,
.cid-uEPhhAYmEM .carousel-inner {
  height: 100%;
}
.cid-uEPhhAYmEM .carousel-caption {
  bottom: 40px;
}
.cid-uEPhhAYmEM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPhhAYmEM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPhhAYmEM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPhhAYmEM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPhhAYmEM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPhhAYmEM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPhhAYmEM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPhhAYmEM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPhhAYmEM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPhhAYmEM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhhAYmEM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPhhAYmEM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPhhAYmEM .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-uEPhhAYmEM .carousel-indicators li.active,
.cid-uEPhhAYmEM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPhhAYmEM .carousel-indicators li::after,
.cid-uEPhhAYmEM .carousel-indicators li::before {
  content: none;
}
.cid-uEPhhAYmEM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPhhAYmEM .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPhhBt2PX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhhBt2PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhBt2PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhBQFIV {
  background-color: #e0bdb6;
}
.cid-uEPhhBQFIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhBQFIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhBQFIV .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhhBQFIV .row {
    padding: 0 14px;
  }
  .cid-uEPhhBQFIV .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPhhBQFIV .item {
  margin-bottom: 9px;
}
.cid-uEPhhBQFIV .item:hover .item-wrapper .item-img img,
.cid-uEPhhBQFIV .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPhhBQFIV .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhhBQFIV .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPhhBQFIV .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPhhBQFIV .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPhhBQFIV .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPhhBQFIV .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPhhCoyZ9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPhhCoyZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhCoyZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhCoyZ9 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhhCoyZ9 .row {
    padding: 0 11px;
  }
}
.cid-uEPhhCoyZ9 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPhhCoyZ9 .title {
    padding: 0 5px;
  }
}
.cid-uEPhhCoyZ9 .title .title-wrapper {
  display: flex;
}
.cid-uEPhhCoyZ9 .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPhhCoyZ9 .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPhhCoyZ9 .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPhhCoyZ9 .item {
    padding: 0 5px;
  }
}
.cid-uEPhhCoyZ9 .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPhhCoyZ9 .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPhhCoyZ9 .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhhCoyZ9 .item .item-wrapper {
  position: relative;
}
.cid-uEPhhCoyZ9 .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPhhCoyZ9 .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPhhCoyZ9 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPhhCoyZ9 .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPhhCoyZ9 .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPhhCoyZ9 .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPhhCoyZ9 .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPhhCoyZ9 .mbr-text {
  color: #747474;
}
.cid-uEPhhCoyZ9 .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPhhCoyZ9 .mbr-text,
.cid-uEPhhCoyZ9 .mbr-section-btn {
  text-align: center;
}
.cid-uEPhhCYWpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhhCYWpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhCYWpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhCYWpN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhhCYWpN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhhCYWpN .container {
    padding: 0 24px;
  }
}
.cid-uEPhhCYWpN .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPhhCYWpN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPhhCYWpN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPhhCYWpN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPhhCYWpN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPhhCYWpN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper {
  height: 100%;
}
.cid-uEPhhCYWpN .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPhhCYWpN .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPhhCYWpN .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPhhCYWpN .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPhhCYWpN .mbr-desc,
.cid-uEPhhCYWpN .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhhCYWpN .mbr-text,
.cid-uEPhhCYWpN .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhhCYWpN .item-title {
  color: #18212d;
}
.cid-uEPhhCYWpN .item-text {
  color: #18212d;
}
.cid-uEPhhCYWpN .item-name {
  color: #18212d;
}
.cid-uEPhhCYWpN .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPhhDHxOM {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPhhDHxOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhDHxOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhDHxOM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPhhDHxOM .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPhhEdIeB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPhhEdIeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhEdIeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhEdIeB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPhhEdIeB .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPhhEdIeB .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPhhEdIeB .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPhhEdIeB .embla__button--next,
.cid-uEPhhEdIeB .embla__button--prev {
  display: flex;
}
.cid-uEPhhEdIeB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPhhEdIeB .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPhhEdIeB .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhhEdIeB .embla__button {
    display: none;
  }
}
.cid-uEPhhEdIeB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPhhEdIeB .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPhhEdIeB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPhhEdIeB .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPhhEdIeB .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPhhEdIeB .embla {
  position: relative;
  width: 100%;
}
.cid-uEPhhEdIeB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPhhEdIeB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPhhEdIeB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPhhEdIeB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPhhEW9uB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPhhEW9uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhhEW9uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhhEW9uB .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhhFr9TV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPhhFr9TV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPhhFr9TV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPhhFr9TV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPhhFr9TV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPhhFr9TV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPhhFr9TV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPhhFYOjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPhhFYOjq .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPhhFYOjq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPhhFYOjq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPhhFYOjq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPhhFYOjq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPhhFYOjq .mbr-section-title {
  color: #ffb611;
}
.cid-uEPhhFYOjq .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPhhGCfpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPhhGCfpQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPhhGCfpQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhhGCfpQ .row {
    text-align: center;
  }
  .cid-uEPhhGCfpQ .social-row {
    justify-content: center;
  }
}
.cid-uEPhhGCfpQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPhhGCfpQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPhhGCfpQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPhhGCfpQ .mbr-text {
  color: #bbbbbb;
}
.cid-uEPhhGCfpQ .mbr-iconfont {
  color: black;
}
.cid-uEPhqOqo5C .navbar-dropdown {
  position: relative !important;
}
.cid-uEPhqOqo5C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhqOqo5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPhqOqo5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPhqOqo5C .dropdown-item:hover,
.cid-uEPhqOqo5C .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPhqOqo5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPhqOqo5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPhqOqo5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPhqOqo5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPhqOqo5C .nav-link {
  position: relative;
}
.cid-uEPhqOqo5C .container {
  display: flex;
  margin: auto;
}
.cid-uEPhqOqo5C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPhqOqo5C .dropdown-menu,
.cid-uEPhqOqo5C .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPhqOqo5C .nav-item:focus,
.cid-uEPhqOqo5C .nav-link:focus {
  outline: none;
}
.cid-uEPhqOqo5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPhqOqo5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPhqOqo5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPhqOqo5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhqOqo5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPhqOqo5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPhqOqo5C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPhqOqo5C .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPhqOqo5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPhqOqo5C .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPhqOqo5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPhqOqo5C .navbar.collapsed {
  justify-content: center;
}
.cid-uEPhqOqo5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPhqOqo5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPhqOqo5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPhqOqo5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPhqOqo5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPhqOqo5C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPhqOqo5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPhqOqo5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPhqOqo5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPhqOqo5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPhqOqo5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPhqOqo5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPhqOqo5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPhqOqo5C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPhqOqo5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPhqOqo5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPhqOqo5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPhqOqo5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPhqOqo5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPhqOqo5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPhqOqo5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPhqOqo5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPhqOqo5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPhqOqo5C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPhqOqo5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPhqOqo5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPhqOqo5C .dropdown-item.active,
.cid-uEPhqOqo5C .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPhqOqo5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPhqOqo5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPhqOqo5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPhqOqo5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPhqOqo5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPhqOqo5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPhqOqo5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPhqOqo5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPhqOqo5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPhqOqo5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPhqOqo5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPhqOqo5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhqOqo5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhqOqo5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPhqOqo5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhqOqo5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPhqOqo5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPhqOqo5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhqOqo5C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPhqOqo5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPhqOqo5C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPhqOqo5C .navbar {
    height: 70px;
  }
  .cid-uEPhqOqo5C .navbar.opened {
    height: auto;
  }
  .cid-uEPhqOqo5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPhqPihd1 {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPhqPihd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqPihd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqPihd1 .mbr-text,
.cid-uEPhqPihd1 .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPhqPihd1 .mbr-section-title {
  color: #ffffff;
}
.cid-uEPhqPzIvr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPhqPzIvr .carousel {
  height: 800px;
}
.cid-uEPhqPzIvr .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPhqPzIvr .carousel-item,
.cid-uEPhqPzIvr .carousel-inner {
  height: 100%;
}
.cid-uEPhqPzIvr .carousel-caption {
  bottom: 40px;
}
.cid-uEPhqPzIvr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPhqPzIvr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPhqPzIvr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPhqPzIvr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPhqPzIvr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPhqPzIvr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPhqPzIvr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPhqPzIvr .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPhqPzIvr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPhqPzIvr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhqPzIvr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPhqPzIvr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPhqPzIvr .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-uEPhqPzIvr .carousel-indicators li.active,
.cid-uEPhqPzIvr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPhqPzIvr .carousel-indicators li::after,
.cid-uEPhqPzIvr .carousel-indicators li::before {
  content: none;
}
.cid-uEPhqPzIvr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPhqPzIvr .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPhqPTPlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhqPTPlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqPTPlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqQaq0m {
  background-color: #e0bdb6;
}
.cid-uEPhqQaq0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqQaq0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqQaq0m .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhqQaq0m .row {
    padding: 0 14px;
  }
  .cid-uEPhqQaq0m .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPhqQaq0m .item {
  margin-bottom: 9px;
}
.cid-uEPhqQaq0m .item:hover .item-wrapper .item-img img,
.cid-uEPhqQaq0m .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPhqQaq0m .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhqQaq0m .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPhqQaq0m .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPhqQaq0m .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPhqQaq0m .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPhqQaq0m .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPhqQxcHS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPhqQxcHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqQxcHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqQxcHS .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhqQxcHS .row {
    padding: 0 11px;
  }
}
.cid-uEPhqQxcHS .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPhqQxcHS .title {
    padding: 0 5px;
  }
}
.cid-uEPhqQxcHS .title .title-wrapper {
  display: flex;
}
.cid-uEPhqQxcHS .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPhqQxcHS .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPhqQxcHS .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPhqQxcHS .item {
    padding: 0 5px;
  }
}
.cid-uEPhqQxcHS .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPhqQxcHS .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPhqQxcHS .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhqQxcHS .item .item-wrapper {
  position: relative;
}
.cid-uEPhqQxcHS .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPhqQxcHS .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPhqQxcHS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPhqQxcHS .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPhqQxcHS .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPhqQxcHS .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPhqQxcHS .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPhqQxcHS .mbr-text {
  color: #747474;
}
.cid-uEPhqQxcHS .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPhqQxcHS .mbr-text,
.cid-uEPhqQxcHS .mbr-section-btn {
  text-align: center;
}
.cid-uEPhqR0m4S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhqR0m4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqR0m4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqR0m4S .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhqR0m4S .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhqR0m4S .container {
    padding: 0 24px;
  }
}
.cid-uEPhqR0m4S .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPhqR0m4S .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPhqR0m4S .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPhqR0m4S .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPhqR0m4S .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPhqR0m4S .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper {
  height: 100%;
}
.cid-uEPhqR0m4S .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPhqR0m4S .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPhqR0m4S .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPhqR0m4S .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPhqR0m4S .mbr-desc,
.cid-uEPhqR0m4S .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhqR0m4S .mbr-text,
.cid-uEPhqR0m4S .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhqR0m4S .item-title {
  color: #18212d;
}
.cid-uEPhqR0m4S .item-text {
  color: #18212d;
}
.cid-uEPhqR0m4S .item-name {
  color: #18212d;
}
.cid-uEPhqR0m4S .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPhqRvMkM {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPhqRvMkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqRvMkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqRvMkM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPhqRvMkM .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPhqRQket {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPhqRQket .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqRQket .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqRQket .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPhqRQket .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPhqRQket .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPhqRQket .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPhqRQket .embla__button--next,
.cid-uEPhqRQket .embla__button--prev {
  display: flex;
}
.cid-uEPhqRQket .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPhqRQket .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPhqRQket .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhqRQket .embla__button {
    display: none;
  }
}
.cid-uEPhqRQket .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPhqRQket .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPhqRQket .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPhqRQket .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPhqRQket .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPhqRQket .embla {
  position: relative;
  width: 100%;
}
.cid-uEPhqRQket .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPhqRQket .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPhqRQket .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPhqRQket .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPhqSlSAU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPhqSlSAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhqSlSAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhqSlSAU .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhqSL6rp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPhqSL6rp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPhqSL6rp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPhqSL6rp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPhqSL6rp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPhqSL6rp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPhqSL6rp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPhqTapBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPhqTapBf .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPhqTapBf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPhqTapBf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPhqTapBf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPhqTapBf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPhqTapBf .mbr-section-title {
  color: #ffb611;
}
.cid-uEPhqTapBf .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPhqTE8GZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPhqTE8GZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPhqTE8GZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhqTE8GZ .row {
    text-align: center;
  }
  .cid-uEPhqTE8GZ .social-row {
    justify-content: center;
  }
}
.cid-uEPhqTE8GZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPhqTE8GZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPhqTE8GZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPhqTE8GZ .mbr-text {
  color: #bbbbbb;
}
.cid-uEPhqTE8GZ .mbr-iconfont {
  color: black;
}
.cid-uEPhwSY2vv .navbar-dropdown {
  position: relative !important;
}
.cid-uEPhwSY2vv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhwSY2vv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPhwSY2vv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPhwSY2vv .dropdown-item:hover,
.cid-uEPhwSY2vv .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPhwSY2vv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPhwSY2vv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPhwSY2vv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPhwSY2vv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPhwSY2vv .nav-link {
  position: relative;
}
.cid-uEPhwSY2vv .container {
  display: flex;
  margin: auto;
}
.cid-uEPhwSY2vv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPhwSY2vv .dropdown-menu,
.cid-uEPhwSY2vv .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPhwSY2vv .nav-item:focus,
.cid-uEPhwSY2vv .nav-link:focus {
  outline: none;
}
.cid-uEPhwSY2vv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPhwSY2vv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPhwSY2vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPhwSY2vv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhwSY2vv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPhwSY2vv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPhwSY2vv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPhwSY2vv .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPhwSY2vv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPhwSY2vv .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPhwSY2vv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPhwSY2vv .navbar.collapsed {
  justify-content: center;
}
.cid-uEPhwSY2vv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPhwSY2vv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPhwSY2vv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPhwSY2vv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPhwSY2vv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPhwSY2vv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPhwSY2vv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPhwSY2vv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPhwSY2vv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPhwSY2vv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPhwSY2vv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPhwSY2vv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPhwSY2vv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPhwSY2vv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPhwSY2vv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPhwSY2vv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPhwSY2vv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPhwSY2vv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPhwSY2vv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPhwSY2vv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPhwSY2vv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPhwSY2vv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPhwSY2vv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPhwSY2vv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPhwSY2vv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPhwSY2vv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPhwSY2vv .dropdown-item.active,
.cid-uEPhwSY2vv .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPhwSY2vv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPhwSY2vv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPhwSY2vv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPhwSY2vv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPhwSY2vv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPhwSY2vv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPhwSY2vv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPhwSY2vv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPhwSY2vv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPhwSY2vv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPhwSY2vv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPhwSY2vv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhwSY2vv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhwSY2vv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPhwSY2vv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhwSY2vv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPhwSY2vv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPhwSY2vv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhwSY2vv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPhwSY2vv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPhwSY2vv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPhwSY2vv .navbar {
    height: 70px;
  }
  .cid-uEPhwSY2vv .navbar.opened {
    height: auto;
  }
  .cid-uEPhwSY2vv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPhwTmGiz {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPhwTmGiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwTmGiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwTmGiz .mbr-text,
.cid-uEPhwTmGiz .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPhwTmGiz .mbr-section-title {
  color: #ffffff;
}
.cid-uEPhwTDTIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPhwTDTIZ .carousel {
  height: 800px;
}
.cid-uEPhwTDTIZ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPhwTDTIZ .carousel-item,
.cid-uEPhwTDTIZ .carousel-inner {
  height: 100%;
}
.cid-uEPhwTDTIZ .carousel-caption {
  bottom: 40px;
}
.cid-uEPhwTDTIZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPhwTDTIZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPhwTDTIZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPhwTDTIZ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPhwTDTIZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPhwTDTIZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPhwTDTIZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPhwTDTIZ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPhwTDTIZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPhwTDTIZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhwTDTIZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPhwTDTIZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPhwTDTIZ .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-uEPhwTDTIZ .carousel-indicators li.active,
.cid-uEPhwTDTIZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPhwTDTIZ .carousel-indicators li::after,
.cid-uEPhwTDTIZ .carousel-indicators li::before {
  content: none;
}
.cid-uEPhwTDTIZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPhwTDTIZ .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPhwTXkuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhwTXkuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwTXkuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwUfnRm {
  background-color: #e0bdb6;
}
.cid-uEPhwUfnRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwUfnRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwUfnRm .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhwUfnRm .row {
    padding: 0 14px;
  }
  .cid-uEPhwUfnRm .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPhwUfnRm .item {
  margin-bottom: 9px;
}
.cid-uEPhwUfnRm .item:hover .item-wrapper .item-img img,
.cid-uEPhwUfnRm .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPhwUfnRm .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhwUfnRm .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPhwUfnRm .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPhwUfnRm .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPhwUfnRm .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPhwUfnRm .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPhwUCQ8s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPhwUCQ8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwUCQ8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwUCQ8s .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhwUCQ8s .row {
    padding: 0 11px;
  }
}
.cid-uEPhwUCQ8s .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPhwUCQ8s .title {
    padding: 0 5px;
  }
}
.cid-uEPhwUCQ8s .title .title-wrapper {
  display: flex;
}
.cid-uEPhwUCQ8s .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPhwUCQ8s .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPhwUCQ8s .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPhwUCQ8s .item {
    padding: 0 5px;
  }
}
.cid-uEPhwUCQ8s .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPhwUCQ8s .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPhwUCQ8s .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhwUCQ8s .item .item-wrapper {
  position: relative;
}
.cid-uEPhwUCQ8s .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPhwUCQ8s .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPhwUCQ8s .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPhwUCQ8s .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPhwUCQ8s .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPhwUCQ8s .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPhwUCQ8s .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPhwUCQ8s .mbr-text {
  color: #747474;
}
.cid-uEPhwUCQ8s .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPhwUCQ8s .mbr-text,
.cid-uEPhwUCQ8s .mbr-section-btn {
  text-align: center;
}
.cid-uEPhwV04ip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhwV04ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwV04ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwV04ip .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhwV04ip .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhwV04ip .container {
    padding: 0 24px;
  }
}
.cid-uEPhwV04ip .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPhwV04ip .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPhwV04ip .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPhwV04ip .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPhwV04ip .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPhwV04ip .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPhwV04ip .item .item-wrapper {
  height: 100%;
}
.cid-uEPhwV04ip .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPhwV04ip .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPhwV04ip .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPhwV04ip .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPhwV04ip .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPhwV04ip .mbr-desc,
.cid-uEPhwV04ip .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhwV04ip .mbr-text,
.cid-uEPhwV04ip .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhwV04ip .item-title {
  color: #18212d;
}
.cid-uEPhwV04ip .item-text {
  color: #18212d;
}
.cid-uEPhwV04ip .item-name {
  color: #18212d;
}
.cid-uEPhwV04ip .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPhwVwVWq {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPhwVwVWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwVwVWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwVwVWq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPhwVwVWq .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPhwVU97F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPhwVU97F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwVU97F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwVU97F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPhwVU97F .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPhwVU97F .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPhwVU97F .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPhwVU97F .embla__button--next,
.cid-uEPhwVU97F .embla__button--prev {
  display: flex;
}
.cid-uEPhwVU97F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPhwVU97F .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPhwVU97F .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhwVU97F .embla__button {
    display: none;
  }
}
.cid-uEPhwVU97F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPhwVU97F .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPhwVU97F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPhwVU97F .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPhwVU97F .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPhwVU97F .embla {
  position: relative;
  width: 100%;
}
.cid-uEPhwVU97F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPhwVU97F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPhwVU97F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPhwVU97F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPhwWptwM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPhwWptwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhwWptwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhwWptwM .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhwWO400 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPhwWO400 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPhwWO400 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPhwWO400 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPhwWO400 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPhwWO400 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPhwWO400 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPhwXdw5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPhwXdw5d .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPhwXdw5d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPhwXdw5d .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPhwXdw5d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPhwXdw5d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPhwXdw5d .mbr-section-title {
  color: #ffb611;
}
.cid-uEPhwXdw5d .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPhwXGW49 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPhwXGW49 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPhwXGW49 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhwXGW49 .row {
    text-align: center;
  }
  .cid-uEPhwXGW49 .social-row {
    justify-content: center;
  }
}
.cid-uEPhwXGW49 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPhwXGW49 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPhwXGW49 .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPhwXGW49 .mbr-text {
  color: #bbbbbb;
}
.cid-uEPhwXGW49 .mbr-iconfont {
  color: black;
}
.cid-uEPhCKTMMs .navbar-dropdown {
  position: relative !important;
}
.cid-uEPhCKTMMs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhCKTMMs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEPhCKTMMs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEPhCKTMMs .dropdown-item:hover,
.cid-uEPhCKTMMs .dropdown-item:focus {
  background: #c710fb !important;
  color: white !important;
}
.cid-uEPhCKTMMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEPhCKTMMs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEPhCKTMMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEPhCKTMMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEPhCKTMMs .nav-link {
  position: relative;
}
.cid-uEPhCKTMMs .container {
  display: flex;
  margin: auto;
}
.cid-uEPhCKTMMs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEPhCKTMMs .dropdown-menu,
.cid-uEPhCKTMMs .navbar.opened {
  background: #6a0202 !important;
}
.cid-uEPhCKTMMs .nav-item:focus,
.cid-uEPhCKTMMs .nav-link:focus {
  outline: none;
}
.cid-uEPhCKTMMs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEPhCKTMMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEPhCKTMMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEPhCKTMMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEPhCKTMMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEPhCKTMMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEPhCKTMMs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #6a0202;
}
.cid-uEPhCKTMMs .navbar.opened {
  transition: all 0.3s;
}
.cid-uEPhCKTMMs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEPhCKTMMs .navbar .navbar-logo img {
  width: auto;
}
.cid-uEPhCKTMMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEPhCKTMMs .navbar.collapsed {
  justify-content: center;
}
.cid-uEPhCKTMMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEPhCKTMMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEPhCKTMMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uEPhCKTMMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEPhCKTMMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEPhCKTMMs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEPhCKTMMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEPhCKTMMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEPhCKTMMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEPhCKTMMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEPhCKTMMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEPhCKTMMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEPhCKTMMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEPhCKTMMs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEPhCKTMMs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEPhCKTMMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEPhCKTMMs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEPhCKTMMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEPhCKTMMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEPhCKTMMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEPhCKTMMs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEPhCKTMMs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEPhCKTMMs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEPhCKTMMs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEPhCKTMMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEPhCKTMMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEPhCKTMMs .dropdown-item.active,
.cid-uEPhCKTMMs .dropdown-item:active {
  background-color: transparent;
}
.cid-uEPhCKTMMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEPhCKTMMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEPhCKTMMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEPhCKTMMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6a0202;
}
.cid-uEPhCKTMMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEPhCKTMMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEPhCKTMMs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEPhCKTMMs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEPhCKTMMs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEPhCKTMMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEPhCKTMMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEPhCKTMMs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhCKTMMs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEPhCKTMMs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEPhCKTMMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhCKTMMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEPhCKTMMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEPhCKTMMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEPhCKTMMs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEPhCKTMMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEPhCKTMMs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEPhCKTMMs .navbar {
    height: 70px;
  }
  .cid-uEPhCKTMMs .navbar.opened {
    height: auto;
  }
  .cid-uEPhCKTMMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEPhCLgdyq {
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uEPhCLgdyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCLgdyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCLgdyq .mbr-text,
.cid-uEPhCLgdyq .mbr-section-btn {
  color: #ffcf01;
}
.cid-uEPhCLgdyq .mbr-section-title {
  color: #ffffff;
}
.cid-uEPhCLwjpW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uEPhCLwjpW .carousel {
  height: 800px;
}
.cid-uEPhCLwjpW .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uEPhCLwjpW .carousel-item,
.cid-uEPhCLwjpW .carousel-inner {
  height: 100%;
}
.cid-uEPhCLwjpW .carousel-caption {
  bottom: 40px;
}
.cid-uEPhCLwjpW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uEPhCLwjpW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uEPhCLwjpW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uEPhCLwjpW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uEPhCLwjpW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uEPhCLwjpW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uEPhCLwjpW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uEPhCLwjpW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEPhCLwjpW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEPhCLwjpW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhCLwjpW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uEPhCLwjpW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uEPhCLwjpW .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-uEPhCLwjpW .carousel-indicators li.active,
.cid-uEPhCLwjpW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uEPhCLwjpW .carousel-indicators li::after,
.cid-uEPhCLwjpW .carousel-indicators li::before {
  content: none;
}
.cid-uEPhCLwjpW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uEPhCLwjpW .carousel-indicators {
    display: none !important;
  }
}
.cid-uEPhCLRiKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhCLRiKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCLRiKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCM7w0v {
  background-color: #e0bdb6;
}
.cid-uEPhCM7w0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCM7w0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCM7w0v .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhCM7w0v .row {
    padding: 0 14px;
  }
  .cid-uEPhCM7w0v .row .item {
    padding: 0 3.25px;
  }
}
.cid-uEPhCM7w0v .item {
  margin-bottom: 9px;
}
.cid-uEPhCM7w0v .item:hover .item-wrapper .item-img img,
.cid-uEPhCM7w0v .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uEPhCM7w0v .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhCM7w0v .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-uEPhCM7w0v .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uEPhCM7w0v .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #e286e0;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uEPhCM7w0v .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uEPhCM7w0v .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEPhCMuqCm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEPhCMuqCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCMuqCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCMuqCm .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uEPhCMuqCm .row {
    padding: 0 11px;
  }
}
.cid-uEPhCMuqCm .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uEPhCMuqCm .title {
    padding: 0 5px;
  }
}
.cid-uEPhCMuqCm .title .title-wrapper {
  display: flex;
}
.cid-uEPhCMuqCm .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #f80af1;
  margin-right: 8px;
}
.cid-uEPhCMuqCm .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uEPhCMuqCm .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uEPhCMuqCm .item {
    padding: 0 5px;
  }
}
.cid-uEPhCMuqCm .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uEPhCMuqCm .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uEPhCMuqCm .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uEPhCMuqCm .item .item-wrapper {
  position: relative;
}
.cid-uEPhCMuqCm .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uEPhCMuqCm .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uEPhCMuqCm .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uEPhCMuqCm .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uEPhCMuqCm .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uEPhCMuqCm .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uEPhCMuqCm .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-uEPhCMuqCm .mbr-text {
  color: #747474;
}
.cid-uEPhCMuqCm .mbr-price {
  color: #f60a8b;
  text-align: left;
}
.cid-uEPhCMuqCm .mbr-text,
.cid-uEPhCMuqCm .mbr-section-btn {
  text-align: center;
}
.cid-uEPhCMT3fx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEPhCMT3fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCMT3fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCMT3fx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhCMT3fx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhCMT3fx .container {
    padding: 0 24px;
  }
}
.cid-uEPhCMT3fx .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEPhCMT3fx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uEPhCMT3fx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEPhCMT3fx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEPhCMT3fx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uEPhCMT3fx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper {
  height: 100%;
}
.cid-uEPhCMT3fx .item .item-wrapper .item-img img {
  height: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uEPhCMT3fx .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #18212d;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .text-wrap .item-text {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uEPhCMT3fx .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uEPhCMT3fx .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uEPhCMT3fx .mbr-desc,
.cid-uEPhCMT3fx .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhCMT3fx .mbr-text,
.cid-uEPhCMT3fx .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uEPhCMT3fx .item-title {
  color: #18212d;
}
.cid-uEPhCMT3fx .item-text {
  color: #18212d;
}
.cid-uEPhCMT3fx .item-name {
  color: #18212d;
}
.cid-uEPhCMT3fx .mbr-rating {
  color: #EFCC4E;
}
.cid-uEPhCNq46L {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uEPhCNq46L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCNq46L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCNq46L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEPhCNq46L .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uEPhCNMEVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uEPhCNMEVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCNMEVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCNMEVF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEPhCNMEVF .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEPhCNMEVF .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uEPhCNMEVF .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uEPhCNMEVF .embla__button--next,
.cid-uEPhCNMEVF .embla__button--prev {
  display: flex;
}
.cid-uEPhCNMEVF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #c710fb;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uEPhCNMEVF .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uEPhCNMEVF .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uEPhCNMEVF .embla__button {
    display: none;
  }
}
.cid-uEPhCNMEVF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEPhCNMEVF .embla__button:hover {
  background: transparent;
  color: #c710fb;
  border: none;
  opacity: .65;
}
.cid-uEPhCNMEVF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uEPhCNMEVF .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uEPhCNMEVF .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uEPhCNMEVF .embla {
  position: relative;
  width: 100%;
}
.cid-uEPhCNMEVF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEPhCNMEVF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEPhCNMEVF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEPhCNMEVF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEPhCOiLKn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uEPhCOiLKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEPhCOiLKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEPhCOiLKn .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEPhCOGqVX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-uEPhCOGqVX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uEPhCOGqVX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uEPhCOGqVX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uEPhCOGqVX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uEPhCOGqVX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uEPhCOGqVX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uEPhCP523D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-uEPhCP523D .google-map {
  height: 350px;
  position: relative;
}
.cid-uEPhCP523D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uEPhCP523D .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uEPhCP523D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uEPhCP523D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uEPhCP523D .mbr-section-title {
  color: #ffb611;
}
.cid-uEPhCP523D .mbr-section-subtitle {
  color: #ffcf01;
}
.cid-uEPhCPAqmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-25.jpg");
}
.cid-uEPhCPAqmQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEPhCPAqmQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEPhCPAqmQ .row {
    text-align: center;
  }
  .cid-uEPhCPAqmQ .social-row {
    justify-content: center;
  }
}
.cid-uEPhCPAqmQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uEPhCPAqmQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEPhCPAqmQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uEPhCPAqmQ .mbr-text {
  color: #bbbbbb;
}
.cid-uEPhCPAqmQ .mbr-iconfont {
  color: black;
}
