body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uDsXagrFBT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  z-index: 1;
  position: relative;
}
.cid-uDsXagrFBT .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -2px;
}
.cid-uDsXagrFBT .mbr-section-subtitle {
  color: #444444;
  line-height: 1.5;
}
.cid-uDsXagrFBT .badge {
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
.cid-uDsXagrFBT .btn-primary {
  padding: 1rem 2.5rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
}
.cid-uDsXagrFBT .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-uDsXagrFBT .mbr-section-title {
    font-size: 2.8rem !important;
    letter-spacing: -1px;
  }
}
.cid-vdVNXuzGcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdVNXuzGcB .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.cid-vdVNXuzGcB .editorial-frame img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.cid-vdVNXuzGcB .stats-box {
  background: #f8f9fa;
  border-radius: 15px;
  border-top: 4px solid #007bff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.cid-vdVNXuzGcB .stats-box h3 {
  color: #007bff;
}
.cid-vdVNXuzGcB .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.cid-vdVNXuzGcB .mbr-text strong {
  color: #007bff;
}
@media (max-width: 991px) {
  .cid-vdVNXuzGcB .stats-box .col-6 {
    width: 100%;
    border-right: none !important;
    padding: 10px 0;
  }
  .cid-vdVNXuzGcB .stats-box .col-6:first-child {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
.cid-v77cCLF3vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v77cCLF3vl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v8CHoYk39Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8CHoYk39Q .image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.cid-v8CHoYk39Q .image-wrapper img {
  width: 100%;
  transition: transform 0.5s ease;
}
.cid-v8CHoYk39Q .date-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffc107;
  color: #000;
  padding: 8px 15px;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
}
.cid-v8CHoYk39Q .rate-table {
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #007bff;
}
.cid-v8CHoYk39Q .rate-row span {
  font-weight: 500;
  color: #444;
}
.cid-v8CHoYk39Q .rate-row strong {
  color: #007bff;
  font-size: 1.1rem;
}
.cid-v8CHoYk39Q .rate-row small {
  font-weight: 400;
  color: #888;
  font-size: 0.8rem;
}
.cid-v8CHoYk39Q .btn-primary-outline {
  border: 2px solid #007bff !important;
  color: #007bff !important;
  border-radius: 50px !important;
}
.cid-v8CHoYk39Q .btn-primary-outline:hover {
  background: #007bff !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cid-v8CHoYk39Q .rate-row {
    flex-direction: column;
    text-align: left;
  }
}
.cid-v8CHlrxEJe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8CHlrxEJe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v77bDoFVph {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v77bDoFVph .news-frame {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.cid-v77bDoFVph .news-frame img {
  width: 100%;
  transition: transform 0.6s ease;
}
.cid-v77bDoFVph .news-frame:hover img {
  transform: scale(1.03);
}
.cid-v77bDoFVph .news-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffc107;
  color: #000;
  padding: 6px 15px;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-v77bDoFVph .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -2px;
}
.cid-v77bDoFVph .mbr-section-title strong::before {
  content: '“';
  color: #ffc107;
  font-size: 4rem;
  position: absolute;
  margin-left: -45px;
  margin-top: -10px;
  opacity: 0.5;
}
.cid-v77bDoFVph .btn-primary {
  padding: 1rem 2rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
}
.cid-v77bDoFVph .btn-primary:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .cid-v77bDoFVph .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-v77bDoFVph .mbr-section-title strong::before {
    display: none;
  }
}
.cid-vdVMGBNPMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdVMGBNPMc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v68dUxYLX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68dUxYLX7 .legal-frame {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.cid-v68dUxYLX7 .legal-frame img {
  width: 100%;
}
.cid-v68dUxYLX7 .victory-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #28a745;
  color: #fff;
  padding: 8px 15px;
  font-weight: 800;
  border-radius: 4px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.cid-v68dUxYLX7 .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.cid-v68dUxYLX7 .ruling-highlight {
  background: #f0f7ff;
  border-left: 5px solid #007bff;
  border-radius: 0 10px 10px 0;
}
.cid-v68dUxYLX7 .ruling-highlight strong {
  color: #007bff;
}
.cid-v68dUxYLX7 .btn-primary {
  padding: 1rem 2rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
}
.cid-v68dUxYLX7 .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cid-v68dUxYLX7 .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 2rem;
  }
}
.cid-v67qP8eusU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v67qP8eusU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3GM7VTOhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3GM7VTOhQ .news-frame img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.cid-v3GM7VTOhQ .minister-quote {
  border-left: 4px solid #ffc107;
  background: #fffdf5;
  border-radius: 0 10px 10px 0;
}
.cid-v3GM7VTOhQ .improvements-box {
  background: #f8f9fa;
  border-radius: 12px;
}
.cid-v3GM7VTOhQ .improvements-box ul {
  padding-left: 20px;
}
.cid-v3GM7VTOhQ .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.cid-v3GM7VTOhQ .btn-primary {
  border-radius: 50px !important;
  padding: 1rem 2rem !important;
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-v3GM7VTOhQ .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-v3GNAUw5Ez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GNAUw5Ez .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0EXQqZOga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0EXQqZOga .news-frame {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.cid-v0EXQqZOga .news-frame img {
  width: 100%;
}
.cid-v0EXQqZOga .news-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-radius: 4px;
}
.cid-v0EXQqZOga .mbr-section-title {
  color: #232323;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.cid-v0EXQqZOga .btn-primary {
  padding: 1rem 2rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease;
}
.cid-v0EXQqZOga .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .cid-v0EXQqZOga .text-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-v0EXOu5mIV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0EXOu5mIV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0my8ECzb5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0my8ECzb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0my8ECzb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0my8ECzb5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0my8ECzb5 .row {
  flex-direction: row-reverse;
}
.cid-v0my8ECzb5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0my8ECzb5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXfaSawdvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXfaSawdvR .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXf77kLNKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXf77kLNKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXf77kLNKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXf77kLNKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXf77kLNKC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXf77kLNKC .text-wrapper {
    padding: 2rem;
  }
}
.cid-uXf7fFjHsP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXf7fFjHsP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRTNCmMCHS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRTNCmMCHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTNCmMCHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRTNCmMCHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRTNCmMCHS .row {
  flex-direction: row-reverse;
}
.cid-uRTNCmMCHS img {
  width: 100%;
}
.cid-uRTNKmKyOT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRTNKmKyOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTNKmKyOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTNKmKyOT .mbr-section-subtitle {
  text-align: left;
}
.cid-uRUlYnwnOl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRUlYnwnOl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPV8besJuH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPV8besJuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPV8besJuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uPV8besJuH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPV8besJuH .row {
  flex-direction: row-reverse;
}
.cid-uPV8besJuH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPV8besJuH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uRUm0CWpJV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRUm0CWpJV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uNb3LmgLDp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNb3LmgLDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNb3LmgLDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNb3LmgLDp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNb3LmgLDp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNb3LmgLDp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNb3mvV86c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNb3mvV86c .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJLTSu8ITk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJLTSu8ITk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLTSu8ITk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJLTSu8ITk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJLTSu8ITk .row {
  flex-direction: row-reverse;
}
.cid-uJLTSu8ITk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJLTSu8ITk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJLSCKHCkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJLSCKHCkf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJxLHREkgt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJxLHREkgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJxLHREkgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJxLHREkgt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJxLHREkgt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJxLHREkgt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJxLERkzx8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJxLERkzx8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIsMxj9pqm {
  background-color: #ffffff;
}
.cid-uIsMxj9pqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsMxj9pqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsMxj9pqm .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uIsMxj9pqm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIsMxj9pqm .row {
  flex-direction: row-reverse;
}
.cid-uIsMxj9pqm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIsMxj9pqm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uIsMqX4aOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIsMqX4aOd .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uGiFOqrfVR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGiFOqrfVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGiFOqrfVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGiFOqrfVR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGiFOqrfVR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGiFOqrfVR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uGiFntUyw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGiFntUyw7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uEFkbJjjU6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEFkbJjjU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFkbJjjU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uEFkbJjjU6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEFkbJjjU6 .row {
  flex-direction: row-reverse;
}
.cid-uEFkbJjjU6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEFkbJjjU6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEFk1LxPWa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEFk1LxPWa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDUVM6Ve8m {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDUVM6Ve8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDUVM6Ve8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDUVM6Ve8m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDUVM6Ve8m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDUVM6Ve8m .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJuWT1w7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJuWT1w7o .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJuUjs6gi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJuUjs6gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJuUjs6gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJuUjs6gi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJuUjs6gi .row {
  flex-direction: row-reverse;
}
.cid-uDJuUjs6gi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJuUjs6gi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDsZXszXD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDsZXszXD5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDsWuOMdS1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDsWuOMdS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDsWuOMdS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDsWuOMdS1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDsWuOMdS1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDsWuOMdS1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDsWwxXdbE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDsWwxXdbE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDizecBxqm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDizecBxqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDizecBxqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDizecBxqm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDizecBxqm .row {
  flex-direction: row-reverse;
}
.cid-uDizecBxqm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDizecBxqm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDizfHsSkN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDizfHsSkN .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCUK2KUCfl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCUK2KUCfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCUK2KUCfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCUK2KUCfl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCUK2KUCfl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCUK2KUCfl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCUJXfvnm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCUJXfvnm6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBL680D0mr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBL680D0mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL680D0mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uBL680D0mr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBL680D0mr .row {
  flex-direction: row-reverse;
}
.cid-uBL680D0mr img {
  width: 100%;
}
.cid-uBL6c8A8RM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBL6c8A8RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL6c8A8RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBL73BUvmt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBL73BUvmt .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzMxTqMti6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzMxTqMti6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMxTqMti6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzMxTqMti6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMxTqMti6 .row {
  flex-direction: row-reverse;
}
.cid-uzMxTqMti6 img {
  width: 100%;
}
.cid-uzMxNx4sk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzMxNx4sk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMxNx4sk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzMxNx4sk4 .mbr-section-subtitle {
  text-align: left;
}
.cid-uzMxnbtldr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzMxnbtldr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uzql8j0ESs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzql8j0ESs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzql8j0ESs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzql8j0ESs .mbr-section-subtitle {
  text-align: left;
}
.cid-uzqle7UlB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzqle7UlB1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyUe2vVDY4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyUe2vVDY4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyUe2vVDY4 .row {
  flex-direction: row-reverse;
}
.cid-uyUe2vVDY4 img {
  width: 100%;
}
.cid-uyUe6m4MIA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUe6m4MIA .mbr-section-subtitle {
  text-align: left;
}
.cid-uyUdtMipS9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyUdtMipS9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uy4g62h8SS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uy4g62h8SS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uy4g62h8SS .row {
  flex-direction: row-reverse;
}
.cid-uy4g62h8SS img {
  width: 100%;
}
.cid-uy4gOnlu2I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4gOnlu2I .mbr-section-subtitle {
  text-align: left;
}
.cid-uy4fJNrKZi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fJNrKZi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxggzJXffY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uxggzJXffY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxggzJXffY .row {
  flex-direction: row-reverse;
}
.cid-uxggzJXffY img {
  width: 100%;
}
.cid-uxgfyQ295h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxgfyQ295h .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uy4fI83FCL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fI83FCL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwFLEgW8xU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwFLEgW8xU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwFLEgW8xU .row {
  flex-direction: row-reverse;
}
.cid-uwFLEgW8xU img {
  width: 100%;
}
.cid-uwFGHFuAza {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwFGHFuAza .mbr-section-subtitle {
  text-align: left;
}
.cid-uy4fFVscXD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uy4fFVscXD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwGJNZygLC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwGJNZygLC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwGJNZygLC .row {
  flex-direction: row-reverse;
}
.cid-uwGJNZygLC img {
  width: 100%;
}
.cid-uwGIB1pAho {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwGIB1pAho .mbr-section-title {
  text-align: left;
}
.cid-uwGIB1pAho .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uwGIB1pAho .mbr-section-subtitle {
  text-align: left;
}
.cid-uWvUUpMBjP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUUpMBjP .row {
  align-items: center;
}
.cid-uWvUUpMBjP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUUpMBjP .mbr-text,
.cid-uWvUUpMBjP .mbr-section-btn {
  color: #000000;
}
.cid-uWvUUpMBjP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUUpMBjP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUUpMBjP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUUpMBjP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUUpMBjP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUUpMBjP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUUpMBjP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUUpMBjP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uV5d5RsSVh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
}
.cid-uV5d5RsSVh .mbr-form {
  background: #ffffff;
  padding: 3rem !important;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.cid-uV5d5RsSVh .form-control {
  background-color: #f8f9fa !important;
  border: 1px solid #eeeeee !important;
  padding: 12px 20px !important;
  border-radius: 10px !important;
}
.cid-uV5d5RsSVh .form-control:focus {
  border-color: #007bff !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
}
.cid-uV5d5RsSVh .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.cid-uV5d5RsSVh .btn-primary {
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .cid-uV5d5RsSVh .mbr-form {
    padding: 1.5rem !important;
  }
}
.cid-uDL5bczCaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDL5bczCaP .image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.cid-uDL5bczCaP .image-wrapper img {
  width: 100%;
}
.cid-uDL5bczCaP .price-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ffc107;
  color: #000;
  padding: 5px 12px;
  font-weight: 800;
  border-radius: 4px;
  font-size: 0.8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.cid-uDL5bczCaP .offer-box {
  background: #f0f7ff;
  border-left: 5px solid #007bff;
  border-radius: 0 10px 10px 0;
}
.cid-uDL5bczCaP .terms-wrapper {
  background: #f8f9fa;
  border-radius: 12px;
  opacity: 0.8;
}
.cid-uDL5bczCaP .btn-primary {
  border-radius: 50px !important;
  padding: 12px 30px !important;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .cid-uDL5bczCaP .text-box {
    text-align: center;
    padding: 0 !important;
  }
  .cid-uDL5bczCaP .offer-box {
    border-left: none;
    border-top: 5px solid #007bff;
    border-radius: 10px;
  }
}
.cid-uE2aeAdc4s {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uE2aeAdc4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE2aeAdc4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE2aeAdc4s .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE2aeAdc4s .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uE2aeAdc4s .content-wrapper .google-map {
  width: 100%;
}
.cid-uE2aeAdc4s .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uE2aeAdc4s .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uE2aeAdc4s .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uwFNkMFVAj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwFNkMFVAj .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uwFNkMFVAj .timeline-element {
  position: relative;
}
.cid-uwFNkMFVAj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uwFNkMFVAj .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
}
.cid-uwFNkMFVAj .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uwFNkMFVAj .iconBackground {
    left: 15px !important;
  }
  .cid-uwFNkMFVAj .separline:before {
    left: 15px !important;
  }
}
.cid-uwFNkMFVAj .mbr-section-title,
.cid-uwFNkMFVAj .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uwFNkMFVAj .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uwFNkMFVAj .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uwFNkMFVAj .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uwFNkMFVAj .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uwFNkMFVAj .timeline-text-content {
  margin-left: 2rem;
}
.cid-uwFNkMFVAj .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uwFNkMFVAj .mbr-timeline-date {
  text-align: right;
}
.cid-uwFNkMFVAj .mbr-timeline-text {
  text-align: center;
}
.cid-uWvUJ7qR69 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUJ7qR69 .row {
  align-items: center;
}
.cid-uWvUJ7qR69 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUJ7qR69 .mbr-text,
.cid-uWvUJ7qR69 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUJ7qR69 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUJ7qR69 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUJ7qR69 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUJ7qR69 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUJ7qR69 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUJ7qR69 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUJ7qR69 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUJ7qR69 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-v6OPb9vVxK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v6OPb9vVxK .image-wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.cid-v6OPb9vVxK .image-wrapper img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.cid-v6OPb9vVxK .image-wrapper:hover {
  transform: translateY(-10px);
}
.cid-v6OPb9vVxK .image-wrapper:hover img {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.cid-v6OPb9vVxK .mbr-description {
  color: #232323;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .cid-v6OPb9vVxK .image-wrapper {
    padding: 0 10px;
  }
}
.cid-v6ODdw6xUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
}
.cid-v6ODdw6xUx .donation-card {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.cid-v6ODdw6xUx .mbr-section-title {
  color: #232323;
}
.cid-v6ODdw6xUx .btn-primary {
  padding: 15px 40px !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.cid-v6ODdw6xUx .mbr-iconfont-btn {
  font-size: 1.2rem;
  margin-right: 10px;
  animation: heartbeat 1.5s infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v6ODdw6xUx .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-v6ODdw6xUx .donation-card {
    padding: 2rem !important;
  }
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-ux3cpUVdnF .contacts2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ux3cpUVdnF .card-wrapper {
  background: #ffffff !important;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.cid-ux3cpUVdnF .card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(206, 191, 175, 0.15);
  border-color: #cebfaf;
}
.cid-ux3cpUVdnF .image-wrapper span {
  font-size: 48px;
  color: #cebfaf !important;
  background: rgba(206, 191, 175, 0.1);
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}
.cid-ux3cpUVdnF .card-wrapper:hover .image-wrapper span {
  transform: scale(1.1);
}
.cid-ux3cpUVdnF .card-title {
  color: #232323;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.cid-ux3cpUVdnF .mbr-text {
  color: #777777;
  line-height: 1.7;
  margin-bottom: 0;
}
.cid-ux3cpUVdnF .text-primary {
  color: #cebfaf !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.cid-ux3cpUVdnF .text-primary:hover {
  color: #b5a391 !important;
  text-decoration: underline !important;
}
.cid-ux3cpUVdnF .underline {
  display: block;
  width: 50px;
  height: 3px;
  background: #cebfaf;
  margin: 1.5rem auto;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .cid-ux3cpUVdnF .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v7IVVgge1S .nucuf-hub {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7IVVgge1S .mbr-iconfont {
  display: inline-block !important;
  font-size: 3rem !important;
  height: auto !important;
  width: auto !important;
  color: #cebfaf !important;
  margin-bottom: 1.5rem;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-v7IVVgge1S .card-wrapper {
  background: #ffffff !important;
  border-radius: 12px;
  padding: 2.5rem 1.5rem;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v7IVVgge1S .card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(206, 191, 175, 0.2);
  border-color: #cebfaf;
}
.cid-v7IVVgge1S .brand-link {
  color: #232323 !important;
  text-decoration: none !important;
  font-weight: 700;
}
.cid-v7IVVgge1S .brand-link:hover {
  color: #cebfaf !important;
}
.cid-v7IVVgge1S .mbr-text {
  color: #777777;
  font-size: 0.95rem;
}
.cid-v7IVVgge1S .underline {
  width: 50px;
  height: 3px;
  background: #cebfaf;
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.cid-v7IVVgge1S .icon-box {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvUFXX1LW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUFXX1LW .row {
  align-items: center;
}
.cid-uWvUFXX1LW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUFXX1LW .mbr-text,
.cid-uWvUFXX1LW .mbr-section-btn {
  color: #000000;
}
.cid-uWvUFXX1LW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUFXX1LW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUFXX1LW .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUFXX1LW .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUFXX1LW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUFXX1LW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUFXX1LW .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUFXX1LW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uxgbHjlz95 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgbHjlz95 .item:focus,
.cid-uxgbHjlz95 span:focus {
  outline: none;
}
.cid-uxgbHjlz95 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxgbHjlz95 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxgbHjlz95 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxgbHjlz95 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxgbHjlz95 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxgbHjlz95 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxgbHjlz95 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxgbHjlz95 .mbr-section-title {
  color: #232323;
}
.cid-uxgbHjlz95 .mbr-text,
.cid-uxgbHjlz95 .mbr-section-btn {
  text-align: left;
}
.cid-uxgbHjlz95 .item-title {
  text-align: left;
}
.cid-uxgbHjlz95 .item-subtitle {
  text-align: left;
}
.cid-uxgctowQeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxgctowQeI .item:focus,
.cid-uxgctowQeI span:focus {
  outline: none;
}
.cid-uxgctowQeI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxgctowQeI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxgctowQeI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxgctowQeI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxgctowQeI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxgctowQeI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxgctowQeI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxgctowQeI .mbr-section-title {
  color: #232323;
}
.cid-uxgctowQeI .mbr-text,
.cid-uxgctowQeI .mbr-section-btn {
  text-align: left;
}
.cid-uxgctowQeI .item-title {
  text-align: left;
}
.cid-uxgctowQeI .item-subtitle {
  text-align: left;
}
.cid-uWvUDeTIW5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUDeTIW5 .row {
  align-items: center;
}
.cid-uWvUDeTIW5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUDeTIW5 .mbr-text,
.cid-uWvUDeTIW5 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUDeTIW5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUDeTIW5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUDeTIW5 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUDeTIW5 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUDeTIW5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUDeTIW5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUDeTIW5 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUDeTIW5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .nucuf-header {
  background-color: #000000 !important;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.cid-uwGaS9X5r8 .navbar-brand {
  display: flex !important;
  align-items: center;
  gap: 15px;
}
.cid-uwGaS9X5r8 .navbar-logo img {
  height: 3.5rem !important;
  width: auto;
}
.cid-uwGaS9X5r8 .navbar-caption {
  font-weight: 700 !important;
  text-decoration: none;
  line-height: 1;
}
.cid-uwGaS9X5r8 .nucuf-nav-link {
  color: #ffffff !important;
  transition: 0.3s;
  padding: 0.5rem 1.2rem !important;
}
.cid-uwGaS9X5r8 .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-uwGaS9X5r8 .hamburger {
  display: none;
  cursor: pointer;
}
.cid-uwGaS9X5r8 .line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #cebfaf;
  margin: 5px 0;
  transition: 0.4s;
}
.cid-uwGaS9X5r8 .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .hamburger {
    display: block;
  }
  .cid-uwGaS9X5r8 .menu-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    z-index: 10000;
  }
  .cid-uwGaS9X5r8 #menu-toggle:checked ~ .menu-links {
    left: 0;
  }
  .cid-uwGaS9X5r8 .nucuf-nav-link {
    font-size: 1.8rem !important;
    padding: 1rem 0 !important;
    color: #ffffff !important;
  }
}
.cid-s48MCQYojq .navbar,
.cid-s48MCQYojq .navbar-fixed-top {
  z-index: 9999 !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.cid-s48MCQYojq .dropdown-menu {
  z-index: 10000 !important;
  display: none;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 0;
}
.cid-s48MCQYojq .dropdown-menu.show {
  display: block !important;
}
@media (min-width: 992px) {
  .cid-s48MCQYojq .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.cid-s48MCQYojq .nav-link {
  transition: color 0.3s;
}
.cid-s48MCQYojq .nav-link:hover {
  color: #ffc107 !important;
}
.cid-s48MCQYojq .dropdown-item {
  padding: 0.7rem 1.5rem !important;
  border-bottom: 1px solid #f1f1f1;
}
.cid-s48MCQYojq .dropdown-item:last-child {
  border-bottom: none;
}
.cid-s48MCQYojq .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #007bff !important;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .navbar-collapse {
    background: #ffffff;
    padding: 1rem;
  }
}
.cid-uWjwVhmtep .nucuf-header {
  background-color: #000000 !important;
  padding: 0.8rem 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.cid-uWjwVhmtep .navbar-brand {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.cid-uWjwVhmtep .navbar-logo img {
  height: 3.5rem !important;
  width: auto;
  display: block;
}
.cid-uWjwVhmtep .navbar-caption {
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  line-height: 1;
}
.cid-uWjwVhmtep .navbar-caption:hover {
  color: #cebfaf !important;
}
.cid-uWjwVhmtep .nucuf-nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 1.2rem !important;
  text-decoration: none !important;
}
.cid-uWjwVhmtep .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-uWjwVhmtep .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 0.6rem 1.5rem !important;
  border-radius: 4px !important;
  transition: 0.3s;
}
.cid-uWjwVhmtep .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.cid-uWjwVhmtep .hamburger {
  display: none;
  cursor: pointer;
  z-index: 10001;
}
.cid-uWjwVhmtep .line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #cebfaf;
  margin: 5px 0;
  transition: 0.4s ease;
}
.cid-uWjwVhmtep .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .cid-uWjwVhmtep .hamburger {
    display: block;
  }
  .cid-uWjwVhmtep .menu-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 10000;
  }
  .cid-uWjwVhmtep #menu-toggle:checked ~ .menu-links {
    left: 0;
  }
  .cid-uWjwVhmtep #menu-toggle:checked ~ .hamburger .line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .cid-uWjwVhmtep #menu-toggle:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  .cid-uWjwVhmtep #menu-toggle:checked ~ .hamburger .line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .cid-uWjwVhmtep .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .cid-uWjwVhmtep .nav-item {
    margin: 1.2rem 0;
  }
  .cid-uWjwVhmtep .nucuf-nav-link {
    font-size: 1.8rem !important;
    color: #ffffff !important;
    display: block;
  }
  .cid-uWjwVhmtep .navbar-buttons {
    width: 80%;
    margin-top: 2rem;
  }
}
.cid-vbcYF0t7hL .nucuf-header {
  background-color: #000000 !important;
  padding: 0.8rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: top 0.3s ease-in-out;
}
.cid-vbcYF0t7hL .navbar-brand {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}
.cid-vbcYF0t7hL .navbar-logo img {
  height: 3.5rem !important;
  width: auto;
}
.cid-vbcYF0t7hL .navbar-caption {
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.cid-vbcYF0t7hL .navbar-caption:hover {
  color: #cebfaf !important;
}
.cid-vbcYF0t7hL .nucuf-nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: 0.3s;
  padding: 0.5rem 1.2rem !important;
}
.cid-vbcYF0t7hL .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-vbcYF0t7hL .navbar-toggler {
  border: none;
  background: transparent;
  outline: none !important;
}
.cid-vbcYF0t7hL .hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #cebfaf;
  margin: 5px 0;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .cid-vbcYF0t7hL .navbar-collapse {
    background-color: #000000;
    text-align: center;
    padding: 2rem 0;
  }
  .cid-vbcYF0t7hL .nucuf-nav-link {
    font-size: 1.5rem !important;
    display: block;
    padding: 1rem 0 !important;
  }
}
.cid-vbcYF0t7hL .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
}
.cid-uRpBjy8Zim .nucuf-header {
  background-color: #000000 !important;
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: top 0.4s ease-in-out;
}
.cid-uRpBjy8Zim .navbar-brand {
  display: flex !important;
  flex-wrap: nowrap !important;
  padding: 0;
}
.cid-uRpBjy8Zim .navbar-logo img {
  height: 3.5rem !important;
  width: auto;
}
.cid-uRpBjy8Zim .navbar-caption {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
.cid-uRpBjy8Zim .navbar-caption:hover {
  color: #cebfaf !important;
}
.cid-uRpBjy8Zim .nucuf-nav-link {
  color: #ffffff !important;
  font-weight: 500;
  padding: 0.5rem 1.2rem !important;
  transition: 0.3s;
}
.cid-uRpBjy8Zim .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-uRpBjy8Zim .navbar-toggler {
  border: none !important;
  outline: none !important;
  padding: 0;
}
.cid-uRpBjy8Zim .hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #cebfaf;
  margin: 5px 0;
}
.cid-uRpBjy8Zim .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}
@media (max-width: 991px) {
  .cid-uRpBjy8Zim .navbar-collapse {
    background-color: #000000;
    padding: 2rem 0;
    width: 100%;
  }
  .cid-uRpBjy8Zim .nucuf-nav-link {
    font-size: 1.5rem !important;
    text-align: center;
    display: block;
  }
  .cid-uRpBjy8Zim .navbar-buttons {
    text-align: center;
    padding-top: 1rem;
  }
}
.cid-uNmxBNqf9H .nucuf-body-section {
  background-color: #000000 !important;
  padding-top: 16rem !important;
  padding-bottom: 10rem !important;
}
.cid-uNmxBNqf9H .text-white {
  color: #ffffff !important;
}
.cid-uNmxBNqf9H .beige-text {
  color: #cebfaf !important;
}
.cid-uNmxBNqf9H .opacity-7 {
  opacity: 0.7;
}
.cid-uNmxBNqf9H .events-card {
  background: rgba(206, 191, 175, 0.05);
  border: 1px solid rgba(206, 191, 175, 0.2);
  padding: 3rem 2rem;
  border-radius: 15px;
}
.cid-uNmxBNqf9H .mbr-section-subtitle {
  color: #cebfaf !important;
}
.cid-uNmxBNqf9H .accent-link {
  color: #cebfaf !important;
}
.cid-uNmxBNqf9H .impact-highlight {
  background: #0a0a0a;
  border-left: 5px solid #cebfaf;
  padding: 2.5rem;
  border-radius: 0 15px 15px 0;
  text-align: center;
}
.cid-uNmxBNqf9H .impact-title {
  color: #cebfaf;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.cid-uNmxBNqf9H .impact-stat {
  color: #cebfaf !important;
  font-weight: 800 !important;
  margin-bottom: 1rem;
}
.cid-uNmxBNqf9H .divider-line {
  width: 60px;
  height: 3px;
  background-color: #cebfaf;
  margin: 0 auto;
}
.cid-uNmxBNqf9H .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 1rem 2rem !important;
}
.cid-uNmxBNqf9H P {
  color: #000000;
}
.cid-uyX5kGv9Of {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyX5kGv9Of .line {
  background-color: #6592e6;
  align: center;
  height: 3px;
  margin: 0 auto;
}
.cid-uyX5kGv9Of #banner-footer {
  overflow: hidden;
  background-color: #4169E1;
}
.cid-uyX5kGv9Of #banner-footer .ttc {
  display: flex;
  max-width: 1000px;
  max-height: 50px;
  margin: 10px auto;
  padding: 0.50em;
  box-sizing: border-box;
}
.cid-uyX5kGv9Of #banner-footer .ttc .ttitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 50;
  letter-spacing: 0.05em;
  margin: 0 auto 0em;
  text-align: center;
}
@keyframes tickerh {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-700%, 0, 0);
  }
}
.cid-uyX5kGv9Of .ttc {
  animation: tickerh linear 0s infinite;
  animation-duration: 90s;
}
.cid-uyX5kGv9Of .ttc:hover {
  animation-play-state: paused;
}
.cid-s48udlf8KU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
}
.cid-s48udlf8KU .plan-card {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.cid-s48udlf8KU .plan-card:hover {
  transform: translateY(-5px);
  border-color: #232323;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.cid-s48udlf8KU .highlight-card {
  background: #fff9e6;
  border-color: #ffc107;
}
.cid-s48udlf8KU .success-box {
  border: 2px solid #232323;
  background: #f8f9fa;
}
.cid-s48udlf8KU .mbr-section-title::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #232323;
  display: block;
  margin: 20px auto 0;
}
.cid-uyX5hujIzj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyX5hujIzj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwFG9rcxLP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ece6e6;
}
.cid-uwFG9rcxLP .item-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.cid-uwFG9rcxLP .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cid-uwFG9rcxLP .item-img {
  height: 200px;
  overflow: hidden;
}
.cid-uwFG9rcxLP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwFG9rcxLP .mbr-date {
  color: #767676;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cid-uwFG9rcxLP .item-title {
  color: #232323;
}
.cid-uwFG9rcxLP .btn {
  width: 100%;
}
.cid-uyUkKG7SxX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ece6e6;
}
.cid-uyUkKG7SxX .item-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background: #fafafa;
}
.cid-uyUkKG7SxX .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cid-uyUkKG7SxX .item-img {
  height: 220px;
  overflow: hidden;
}
.cid-uyUkKG7SxX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyUkKG7SxX .mbr-date {
  color: #767676;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.cid-uyUkKG7SxX .item-title {
  color: #232323;
  line-height: 1.3;
}
.cid-uyUkKG7SxX .mbr-text {
  color: #444444;
}
.cid-uyUkKG7SxX .btn {
  width: 100%;
  border-radius: 8px;
}
.cid-uV59iDqOgU {
  background-color: #000000 !important;
}
.cid-uV59iDqOgU .nucuf-footer-link {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: 0.3s;
}
.cid-uV59iDqOgU .nucuf-footer-link:hover {
  color: #cebfaf !important;
  padding-left: 8px;
}
.cid-uV59iDqOgU .social-row {
  display: flex;
  gap: 15px;
}
.cid-uV59iDqOgU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  transition: 0.3s;
}
.cid-uV59iDqOgU .soc-item:hover {
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.cid-uV59iDqOgU .soc-item:hover .socicon {
  color: #000000 !important;
}
.cid-uV59iDqOgU .standout-mission {
  border-left: 5px solid #cebfaf;
  padding-left: 20px;
}
.cid-uV59iDqOgU .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
}
.cid-uV59iDqOgU .btn-outline-white {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.cid-uV59iDqOgU .btn-outline-white:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uV59iDqOgU P {
  color: #f4d349;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-42 p {
  font-size: 60px;
  color: #777;
}
.cid-uAspcBr5xX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAspcBr5xX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAspcBr5xX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAspcBr5xX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uAspcBr5xX .card {
    margin-bottom: 2rem!important;
  }
  .cid-uAspcBr5xX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAspcBr5xX .link-wrap {
    align-items: center;
  }
}
.cid-uAspcBr5xX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWvUxTjOgy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUxTjOgy .row {
  align-items: center;
}
.cid-uWvUxTjOgy .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUxTjOgy .mbr-text,
.cid-uWvUxTjOgy .mbr-section-btn {
  color: #000000;
}
.cid-uWvUxTjOgy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUxTjOgy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUxTjOgy .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUxTjOgy .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUxTjOgy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUxTjOgy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUxTjOgy .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUxTjOgy .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uyzCkjQoSI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyzCkjQoSI .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uyzCkjQoSI .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uyzCkjQoSI .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyzCkjQoSI .card {
    margin-bottom: 2rem;
  }
  .cid-uyzCkjQoSI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWvUuz7Pgg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUuz7Pgg .row {
  align-items: center;
}
.cid-uWvUuz7Pgg .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUuz7Pgg .mbr-text,
.cid-uWvUuz7Pgg .mbr-section-btn {
  color: #000000;
}
.cid-uWvUuz7Pgg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUuz7Pgg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUuz7Pgg .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUuz7Pgg .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUuz7Pgg .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUuz7Pgg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUuz7Pgg .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUuz7Pgg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uzc4heHyCI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzc4heHyCI img,
.cid-uzc4heHyCI .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzc4heHyCI .item:focus,
.cid-uzc4heHyCI span:focus {
  outline: none;
}
.cid-uzc4heHyCI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzc4heHyCI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzc4heHyCI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzc4heHyCI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzc4heHyCI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzc4heHyCI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzc4heHyCI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzc4heHyCI .mbr-section-title {
  color: #232323;
}
.cid-uzc4heHyCI .mbr-text,
.cid-uzc4heHyCI .mbr-section-btn {
  text-align: center;
}
.cid-uzc4heHyCI .item-title {
  text-align: center;
}
.cid-uzc4heHyCI .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uPV4ExsnNt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPV4ExsnNt img,
.cid-uPV4ExsnNt .item-img {
  width: 100%;
}
.cid-uPV4ExsnNt .item:focus,
.cid-uPV4ExsnNt span:focus {
  outline: none;
}
.cid-uPV4ExsnNt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPV4ExsnNt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPV4ExsnNt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPV4ExsnNt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPV4ExsnNt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPV4ExsnNt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPV4ExsnNt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPV4ExsnNt .mbr-section-title {
  color: #232323;
}
.cid-uPV4ExsnNt .mbr-text,
.cid-uPV4ExsnNt .mbr-section-btn {
  text-align: left;
}
.cid-uPV4ExsnNt .item-title {
  text-align: left;
}
.cid-uPV4ExsnNt .item-subtitle {
  text-align: left;
}
.cid-uWvUsrA34k {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUsrA34k .row {
  align-items: center;
}
.cid-uWvUsrA34k .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUsrA34k .mbr-text,
.cid-uWvUsrA34k .mbr-section-btn {
  color: #000000;
}
.cid-uWvUsrA34k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUsrA34k .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUsrA34k .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUsrA34k .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUsrA34k .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUsrA34k .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUsrA34k .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUsrA34k .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uzpfJ11YXL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzpfJ11YXL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzpfJ11YXL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uzpfJ11YXL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uzpfJ11YXL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uAZIUwVJV0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uAZIUwVJV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZIUwVJV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZIUwVJV0 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uAZIUwVJV0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uAZIUwVJV0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uWvUAZmWEh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUAZmWEh .row {
  align-items: center;
}
.cid-uWvUAZmWEh .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUAZmWEh .mbr-text,
.cid-uWvUAZmWEh .mbr-section-btn {
  color: #000000;
}
.cid-uWvUAZmWEh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUAZmWEh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUAZmWEh .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUAZmWEh .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUAZmWEh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUAZmWEh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUAZmWEh .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUAZmWEh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uzkcIkMCLL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzkcIkMCLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkcIkMCLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkcIkMCLL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uzkcIkMCLL .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uzkcIkMCLL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzkcIkMCLL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uzkcIkMCLL .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uzkcIkMCLL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWvUnAeCK4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUnAeCK4 .row {
  align-items: center;
}
.cid-uWvUnAeCK4 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUnAeCK4 .mbr-text,
.cid-uWvUnAeCK4 .mbr-section-btn {
  color: #000000;
}
.cid-uWvUnAeCK4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUnAeCK4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUnAeCK4 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUnAeCK4 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUnAeCK4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUnAeCK4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUnAeCK4 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUnAeCK4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uCMYWGQKIk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCMYWGQKIk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uCMYWGQKIk .panel-group {
  border: none;
}
.cid-uCMYWGQKIk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uCMYWGQKIk .card-header {
    padding: 0rem;
  }
}
.cid-uCMYWGQKIk .card {
  border: solid 1px #6592e6;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uCMYWGQKIk .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uCMYWGQKIk .card {
    padding: 1rem;
  }
}
.cid-uCMYWGQKIk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uCMYWGQKIk .img-col {
  padding: 0;
}
.cid-uCMYWGQKIk .img-item {
  height: 100%;
}
.cid-uCMYWGQKIk img {
  height: 100%;
  object-fit: cover;
}
.cid-uCMYWGQKIk .collapsed span {
  transform: rotate(0deg);
}
.cid-uCMYWGQKIk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCMYWGQKIk p {
  margin-bottom: 0.3rem;
}
.cid-uCMYWGQKIk .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uCMYWGQKIk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uCMYWGQKIk .panel-text {
  color: #000000;
}
.cid-uCMYWGQKIk .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uCMYWGQKIk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uCMYWGQKIk .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uCMYWGQKIk .panel-title-edit,
.cid-uCMYWGQKIk .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uCMYWGQKIk .mbr-section-title,
.cid-uCMYWGQKIk .mbr-section-subtitle {
  background: transparent;
  display: inline;
}
.cid-uCMYWGQKIk .mbr-section-subtitle,
.cid-uCMYWGQKIk .align {
  color: #000000;
}
.cid-uCMYWGQKIk .mbr-section-title,
.cid-uCMYWGQKIk .align {
  color: #ffffff;
}
.cid-uCMYWGQKIk .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #6592e6;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uCMYWGQKIk .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWvUbZ8U5j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUbZ8U5j .row {
  align-items: center;
}
.cid-uWvUbZ8U5j .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUbZ8U5j .mbr-text,
.cid-uWvUbZ8U5j .mbr-section-btn {
  color: #000000;
}
.cid-uWvUbZ8U5j .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUbZ8U5j .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUbZ8U5j .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUbZ8U5j .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUbZ8U5j .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUbZ8U5j .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUbZ8U5j .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUbZ8U5j .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uDXfkaiIIa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDXfkaiIIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDXfkaiIIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVHlWStfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uFVHlWStfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVHlWStfe .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-uFVHlWStfe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFVHlWStfe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFVHlWStfe .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFVHlWStfe .panel-group .card {
    padding: 16px;
  }
}
.cid-uFVHlWStfe .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFVHlWStfe .panel-group .card:hover,
.cid-uFVHlWStfe .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uFVHlWStfe .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #232323;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFVHlWStfe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uFVHlWStfe .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uFVHlWStfe .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFVHlWStfe .mbr-section-title {
  color: #ffffff;
}
.cid-uFVHlWStfe .panel-title-edit {
  color: #fdfde1;
}
.cid-uFVHlWStfe .panel-text {
  color: #a5a5a5;
}
.cid-uFVHlWStfe .mbr-section-title,
.cid-uFVHlWStfe .mbr-section-btn {
  color: #fdfde1;
}
.cid-uWvToIIMNQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvToIIMNQ .row {
  align-items: center;
}
.cid-uWvToIIMNQ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvToIIMNQ .mbr-text,
.cid-uWvToIIMNQ .mbr-section-btn {
  color: #000000;
}
.cid-uWvToIIMNQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvToIIMNQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvToIIMNQ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvToIIMNQ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvToIIMNQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvToIIMNQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvToIIMNQ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvToIIMNQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uEomrhGWCF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEomrhGWCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEomrhGWCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEomrhGWCF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uEomrhGWCF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uEomrhGWCF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uEomrhGWCF .panel-body,
.cid-uEomrhGWCF .card-header {
  padding: 1rem 0;
}
.cid-uEomrhGWCF .panel-title-edit {
  color: #000000;
}
.cid-uWvTjNIrMZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTjNIrMZ .row {
  align-items: center;
}
.cid-uWvTjNIrMZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTjNIrMZ .mbr-text,
.cid-uWvTjNIrMZ .mbr-section-btn {
  color: #000000;
}
.cid-uWvTjNIrMZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTjNIrMZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTjNIrMZ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTjNIrMZ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTjNIrMZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTjNIrMZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTjNIrMZ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTjNIrMZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uD4G1uff55 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://r.mobirisesite.com/1164982/assets/images/mbr-1920x1307.png");
}
.cid-uD4G1uff55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4G1uff55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uD4G1uff55 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD4G1uff55 .row {
  flex-direction: row-reverse;
}
.cid-uD4G1uff55 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uD4G1uff55 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uD4G1uff55 .mbr-text {
  color: #000000;
}
.cid-uELPw9CS2l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uELPw9CS2l blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uWvTwa3URf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTwa3URf .row {
  align-items: center;
}
.cid-uWvTwa3URf .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTwa3URf .mbr-text,
.cid-uWvTwa3URf .mbr-section-btn {
  color: #000000;
}
.cid-uWvTwa3URf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTwa3URf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTwa3URf .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTwa3URf .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTwa3URf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTwa3URf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTwa3URf .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTwa3URf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uVwifr8iNn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVwifr8iNn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFTJCw4kJ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1164982/assets/images/mbr-1920x1307.png");
}
.cid-uFTJCw4kJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTJCw4kJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTIZ5A9yl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFTIZ5A9yl .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uFTIZ5A9yl .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uFTIZ5A9yl .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uFTIZ5A9yl .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvTgfAQFI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTgfAQFI .row {
  align-items: center;
}
.cid-uWvTgfAQFI .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTgfAQFI .mbr-text,
.cid-uWvTgfAQFI .mbr-section-btn {
  color: #000000;
}
.cid-uWvTgfAQFI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTgfAQFI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTgfAQFI .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTgfAQFI .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTgfAQFI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTgfAQFI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTgfAQFI .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTgfAQFI .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uD6MFE77ot {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD6MFE77ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6MFE77ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6MFE77ot .mbr-section-title {
  text-align: left;
}
.cid-uD6sARjH7B {
  background-color: #ffffff;
}
.cid-uD6sARjH7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6sARjH7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6sARjH7B .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uD6sARjH7B .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 25px 30px;
}
@media (max-width: 992px) {
  .cid-uD6sARjH7B .panel-group .card .card-header {
    padding: 20px;
  }
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #212529;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #ff543d;
}
.cid-uD6sARjH7B .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-uD6sARjH7B .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uD6sARjH7B .panel-title-edit {
  color: #212529;
}
.cid-uD6sARjH7B .panel-text {
  color: #51565c;
  text-align: left;
}
.cid-uD6sARjH7B P {
  text-align: left;
}
.cid-uWvUfst6HP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUfst6HP .row {
  align-items: center;
}
.cid-uWvUfst6HP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUfst6HP .mbr-text,
.cid-uWvUfst6HP .mbr-section-btn {
  color: #000000;
}
.cid-uWvUfst6HP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUfst6HP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUfst6HP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUfst6HP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUfst6HP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUfst6HP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUfst6HP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUfst6HP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uzpZAgXmJ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzpZAgXmJ0 img,
.cid-uzpZAgXmJ0 .item-img {
  width: 100%;
}
.cid-uzpZAgXmJ0 .item:focus,
.cid-uzpZAgXmJ0 span:focus {
  outline: none;
}
.cid-uzpZAgXmJ0 .item-wrapper {
  position: relative;
}
.cid-uzpZAgXmJ0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzpZAgXmJ0 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzpZAgXmJ0 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpZAgXmJ0 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzpZAgXmJ0 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzpZAgXmJ0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzpZAgXmJ0 .mbr-section-title {
  color: #232323;
}
.cid-uzpZAgXmJ0 .mbr-text,
.cid-uzpZAgXmJ0 .mbr-section-btn {
  text-align: left;
}
.cid-uzpZAgXmJ0 .item-title {
  text-align: left;
}
.cid-uzpZAgXmJ0 .item-subtitle {
  text-align: left;
}
.cid-uzpZAgXmJ0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uzpZAgXmJ0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uzpZAgXmJ0 .embla__button--next,
.cid-uzpZAgXmJ0 .embla__button--prev {
  display: flex;
}
.cid-uzpZAgXmJ0 .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-uzpZAgXmJ0 .embla__button {
    display: none;
  }
}
.cid-uzpZAgXmJ0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzpZAgXmJ0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uzpZAgXmJ0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzpZAgXmJ0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uzpZAgXmJ0 .embla__button {
    top: auto;
  }
}
.cid-uzpZAgXmJ0 .embla {
  position: relative;
  width: 100%;
}
.cid-uzpZAgXmJ0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uzpZAgXmJ0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzpZAgXmJ0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzpZAgXmJ0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoVrdpepd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uGoVrdpepd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoVrdpepd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoVrdpepd .link {
  color: #4479d9;
}
.cid-uGp3itIcBN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGp3itIcBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp3itIcBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp3itIcBN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp3itIcBN .mbr-section-subtitle {
  text-align: left;
}
.cid-uGp1jmaZsQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1jmaZsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1jmaZsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1jmaZsQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp1jmaZsQ .mbr-section-title {
  text-align: left;
}
.cid-uGp1k2Wtf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1k2Wtf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1k2Wtf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1k2Wtf4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGp1k2Wtf4 .mbr-section-subtitle {
  color: #353535;
}
.cid-uGp1k2Wtf4 .mbr-section-title {
  text-align: left;
}
.cid-uGp1kMovOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGp1kMovOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp1kMovOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp1kMovOw .mbr-section-subtitle {
  text-align: left;
}
.cid-uGp1kMovOw .mbr-section-title {
  text-align: left;
}
.cid-uWvUieIlKe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvUieIlKe .row {
  align-items: center;
}
.cid-uWvUieIlKe .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvUieIlKe .mbr-text,
.cid-uWvUieIlKe .mbr-section-btn {
  color: #000000;
}
.cid-uWvUieIlKe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvUieIlKe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvUieIlKe .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvUieIlKe .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvUieIlKe .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvUieIlKe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvUieIlKe .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvUieIlKe .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uMHzniOMph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMHzniOMph .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uTT52XlA5s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTT52XlA5s blockquote {
  border-color: #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uTSZnCmZ0a {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTSZnCmZ0a .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-uTSZnCmZ0a .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uTSZnCmZ0a .date {
  color: #000000;
  font-weight: 600;
}
.cid-uTSZnCmZ0a .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-uTSZnCmZ0a .inline {
  align-items: center;
}
.cid-uTSZnCmZ0a .button {
  text-align: end;
}
.cid-uTSZnCmZ0a .btn {
  font-weight: 500;
}
.cid-uTSZnCmZ0a .btn:hover {
  transform: translateY(-5px);
}
.cid-uTSZnCmZ0a .container {
  max-width: 770px;
}
@media (max-width: 575px) {
  .cid-uTSZnCmZ0a .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-uTSZnCmZ0a .button {
    text-align: center;
  }
  .cid-uTSZnCmZ0a .date {
    text-align: center;
  }
}
.cid-uUmr09rMSB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUmr09rMSB .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-uUmr09rMSB .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uUmr09rMSB .date {
  color: #000000;
  font-weight: 600;
}
.cid-uUmr09rMSB .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-uUmr09rMSB .inline {
  align-items: center;
}
.cid-uUmr09rMSB .button {
  text-align: end;
}
.cid-uUmr09rMSB .btn {
  font-weight: 500;
}
.cid-uUmr09rMSB .btn:hover {
  transform: translateY(-5px);
}
.cid-uUmr09rMSB .container {
  max-width: 770px;
}
@media (max-width: 575px) {
  .cid-uUmr09rMSB .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-uUmr09rMSB .button {
    text-align: center;
  }
  .cid-uUmr09rMSB .date {
    text-align: center;
  }
}
.cid-uWvObmKgvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvObmKgvP .row {
  align-items: center;
}
.cid-uWvObmKgvP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvObmKgvP .mbr-text,
.cid-uWvObmKgvP .mbr-section-btn {
  color: #000000;
}
.cid-uWvObmKgvP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvObmKgvP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvObmKgvP .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvObmKgvP .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvObmKgvP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvObmKgvP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvObmKgvP .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvObmKgvP .mbr-section-title {
  text-align: center;
}
.cid-uWvT10kR01 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvT10kR01 .row {
  align-items: center;
}
.cid-uWvT10kR01 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvT10kR01 .mbr-text,
.cid-uWvT10kR01 .mbr-section-btn {
  color: #000000;
}
.cid-uWvT10kR01 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvT10kR01 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvT10kR01 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvT10kR01 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvT10kR01 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvT10kR01 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvT10kR01 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvT10kR01 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uFxvRKbpvk .navbar,
.cid-uFxvRKbpvk .navbar-fixed-top {
  z-index: 9999 !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.cid-uFxvRKbpvk .dropdown-menu {
  z-index: 10000 !important;
  display: none;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-top: 0;
}
.cid-uFxvRKbpvk .dropdown-menu.show {
  display: block !important;
}
@media (min-width: 992px) {
  .cid-uFxvRKbpvk .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.cid-uFxvRKbpvk .nav-link {
  transition: color 0.3s;
}
.cid-uFxvRKbpvk .nav-link:hover {
  color: #ffc107 !important;
}
.cid-uFxvRKbpvk .dropdown-item {
  padding: 0.7rem 1.5rem !important;
  border-bottom: 1px solid #f1f1f1;
}
.cid-uFxvRKbpvk .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uFxvRKbpvk .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #007bff !important;
}
@media (max-width: 991px) {
  .cid-uFxvRKbpvk .navbar-collapse {
    background: #ffffff;
    padding: 1rem;
  }
}
.cid-uFxCN5MkXo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFxCN5MkXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFxCN5MkXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFxCN5MkXo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFxCN5MkXo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFxCN5MkXo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWvTbWQyAw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTbWQyAw .row {
  align-items: center;
}
.cid-uWvTbWQyAw .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTbWQyAw .mbr-text,
.cid-uWvTbWQyAw .mbr-section-btn {
  color: #000000;
}
.cid-uWvTbWQyAw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTbWQyAw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTbWQyAw .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTbWQyAw .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTbWQyAw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTbWQyAw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTbWQyAw .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTbWQyAw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uDLIc8XTuu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDLIc8XTuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDLIc8XTuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDLIc8XTuu .mbr-section-title {
  text-align: left;
}
.cid-uWvTrCA7nZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvTrCA7nZ .row {
  align-items: center;
}
.cid-uWvTrCA7nZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvTrCA7nZ .mbr-text,
.cid-uWvTrCA7nZ .mbr-section-btn {
  color: #000000;
}
.cid-uWvTrCA7nZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvTrCA7nZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvTrCA7nZ .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvTrCA7nZ .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvTrCA7nZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvTrCA7nZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvTrCA7nZ .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvTrCA7nZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uQbrfyVSs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQbrfyVSs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQbrfyVSs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSW5u6B5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWvSW5u6B5 .row {
  align-items: center;
}
.cid-uWvSW5u6B5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uWvSW5u6B5 .mbr-text,
.cid-uWvSW5u6B5 .mbr-section-btn {
  color: #000000;
}
.cid-uWvSW5u6B5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWvSW5u6B5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uWvSW5u6B5 .social-list .mbr-iconfont-social:hover {
  background: #6592e6;
  color: white;
}
.cid-uWvSW5u6B5 .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uWvSW5u6B5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uWvSW5u6B5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWvSW5u6B5 .mbr-text-title {
  color: #bbbbbb;
}
.cid-uWvSW5u6B5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-v07gmPHzha {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07gmPHzha .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07gmPHzha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07gmPHzha .mbr-section-title {
  text-align: left;
}
.cid-v07a97l1z5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07a97l1z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07a97l1z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v07a97l1z5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v07a97l1z5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v07a97l1z5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v1GViTMEIp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GViTMEIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GViTMEIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GViTMEIp .item {
  padding-bottom: 2rem;
}
.cid-v1GViTMEIp .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GViTMEIp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GViTMEIp .carousel-control,
.cid-v1GViTMEIp .close {
  background: #1b1b1b;
}
.cid-v1GViTMEIp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GViTMEIp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .close::before {
  content: '\e91a';
}
.cid-v1GViTMEIp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GViTMEIp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GViTMEIp .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-v1GViTMEIp .carousel-indicators li.active,
.cid-v1GViTMEIp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GViTMEIp .carousel-indicators li::after,
.cid-v1GViTMEIp .carousel-indicators li::before {
  content: none;
}
.cid-v1GViTMEIp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GViTMEIp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GViTMEIp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .carousel-indicators {
    display: none;
  }
}
.cid-v1GViTMEIp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GViTMEIp .carousel-inner > .active {
  display: block;
}
.cid-v1GViTMEIp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GViTMEIp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GViTMEIp .carousel-control,
  .cid-v1GViTMEIp .carousel-indicators,
  .cid-v1GViTMEIp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GViTMEIp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GViTMEIp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GViTMEIp .carousel-indicators .active,
.cid-v1GViTMEIp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GViTMEIp .carousel-indicators .active {
  background: #fff;
}
.cid-v1GViTMEIp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GViTMEIp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GViTMEIp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GViTMEIp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GViTMEIp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GViTMEIp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GViTMEIp .carousel {
  width: 100%;
}
.cid-v1GViTMEIp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GViTMEIp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GViTMEIp .modal.fade .modal-dialog,
.cid-v1GViTMEIp .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GViTMEIp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GViTMEIp H6 {
  text-align: center;
}
.cid-v1GViTMEIp .mbr-section-subtitle {
  text-align: justify;
  color: #e43f3f;
}
.cid-v1GViTMEIp .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVu6rLuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVu6rLuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVu6rLuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVu6rLuD .item {
  padding-bottom: 2rem;
}
.cid-v1GVu6rLuD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVu6rLuD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVu6rLuD .carousel-control,
.cid-v1GVu6rLuD .close {
  background: #1b1b1b;
}
.cid-v1GVu6rLuD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVu6rLuD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .close::before {
  content: '\e91a';
}
.cid-v1GVu6rLuD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVu6rLuD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVu6rLuD .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-v1GVu6rLuD .carousel-indicators li.active,
.cid-v1GVu6rLuD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVu6rLuD .carousel-indicators li::after,
.cid-v1GVu6rLuD .carousel-indicators li::before {
  content: none;
}
.cid-v1GVu6rLuD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .carousel-indicators {
    display: none;
  }
}
.cid-v1GVu6rLuD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVu6rLuD .carousel-inner > .active {
  display: block;
}
.cid-v1GVu6rLuD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVu6rLuD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVu6rLuD .carousel-control,
  .cid-v1GVu6rLuD .carousel-indicators,
  .cid-v1GVu6rLuD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVu6rLuD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVu6rLuD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVu6rLuD .carousel-indicators .active,
.cid-v1GVu6rLuD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVu6rLuD .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVu6rLuD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVu6rLuD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVu6rLuD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVu6rLuD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVu6rLuD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVu6rLuD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVu6rLuD .carousel {
  width: 100%;
}
.cid-v1GVu6rLuD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVu6rLuD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVu6rLuD .modal.fade .modal-dialog,
.cid-v1GVu6rLuD .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVu6rLuD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVu6rLuD H6 {
  text-align: center;
}
.cid-v1GVu6rLuD .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVujPpHq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVujPpHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVujPpHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVujPpHq .item {
  padding-bottom: 2rem;
}
.cid-v1GVujPpHq .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVujPpHq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVujPpHq .carousel-control,
.cid-v1GVujPpHq .close {
  background: #1b1b1b;
}
.cid-v1GVujPpHq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVujPpHq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .close::before {
  content: '\e91a';
}
.cid-v1GVujPpHq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVujPpHq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVujPpHq .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-v1GVujPpHq .carousel-indicators li.active,
.cid-v1GVujPpHq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVujPpHq .carousel-indicators li::after,
.cid-v1GVujPpHq .carousel-indicators li::before {
  content: none;
}
.cid-v1GVujPpHq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVujPpHq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVujPpHq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .carousel-indicators {
    display: none;
  }
}
.cid-v1GVujPpHq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVujPpHq .carousel-inner > .active {
  display: block;
}
.cid-v1GVujPpHq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVujPpHq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVujPpHq .carousel-control,
  .cid-v1GVujPpHq .carousel-indicators,
  .cid-v1GVujPpHq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVujPpHq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVujPpHq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVujPpHq .carousel-indicators .active,
.cid-v1GVujPpHq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVujPpHq .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVujPpHq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVujPpHq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVujPpHq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVujPpHq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVujPpHq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVujPpHq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVujPpHq .carousel {
  width: 100%;
}
.cid-v1GVujPpHq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVujPpHq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVujPpHq .modal.fade .modal-dialog,
.cid-v1GVujPpHq .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVujPpHq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVujPpHq H6 {
  text-align: center;
}
.cid-v1GVujPpHq .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuvEJ6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVuvEJ6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuvEJ6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuvEJ6T .item {
  padding-bottom: 2rem;
}
.cid-v1GVuvEJ6T .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuvEJ6T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuvEJ6T .carousel-control,
.cid-v1GVuvEJ6T .close {
  background: #1b1b1b;
}
.cid-v1GVuvEJ6T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuvEJ6T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .close::before {
  content: '\e91a';
}
.cid-v1GVuvEJ6T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuvEJ6T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuvEJ6T .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-v1GVuvEJ6T .carousel-indicators li.active,
.cid-v1GVuvEJ6T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuvEJ6T .carousel-indicators li::after,
.cid-v1GVuvEJ6T .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuvEJ6T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuvEJ6T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuvEJ6T .carousel-inner > .active {
  display: block;
}
.cid-v1GVuvEJ6T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuvEJ6T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuvEJ6T .carousel-control,
  .cid-v1GVuvEJ6T .carousel-indicators,
  .cid-v1GVuvEJ6T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuvEJ6T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuvEJ6T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuvEJ6T .carousel-indicators .active,
.cid-v1GVuvEJ6T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuvEJ6T .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuvEJ6T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuvEJ6T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuvEJ6T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuvEJ6T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuvEJ6T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuvEJ6T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuvEJ6T .carousel {
  width: 100%;
}
.cid-v1GVuvEJ6T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuvEJ6T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuvEJ6T .modal.fade .modal-dialog,
.cid-v1GVuvEJ6T .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuvEJ6T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuvEJ6T H6 {
  text-align: center;
}
.cid-v1GVuvEJ6T .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuGtbHQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVuGtbHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuGtbHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuGtbHQ .item {
  padding-bottom: 2rem;
}
.cid-v1GVuGtbHQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuGtbHQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuGtbHQ .carousel-control,
.cid-v1GVuGtbHQ .close {
  background: #1b1b1b;
}
.cid-v1GVuGtbHQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuGtbHQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .close::before {
  content: '\e91a';
}
.cid-v1GVuGtbHQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuGtbHQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuGtbHQ .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-v1GVuGtbHQ .carousel-indicators li.active,
.cid-v1GVuGtbHQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuGtbHQ .carousel-indicators li::after,
.cid-v1GVuGtbHQ .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuGtbHQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuGtbHQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuGtbHQ .carousel-inner > .active {
  display: block;
}
.cid-v1GVuGtbHQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuGtbHQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuGtbHQ .carousel-control,
  .cid-v1GVuGtbHQ .carousel-indicators,
  .cid-v1GVuGtbHQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuGtbHQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuGtbHQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuGtbHQ .carousel-indicators .active,
.cid-v1GVuGtbHQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuGtbHQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuGtbHQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuGtbHQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuGtbHQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuGtbHQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuGtbHQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuGtbHQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuGtbHQ .carousel {
  width: 100%;
}
.cid-v1GVuGtbHQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuGtbHQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuGtbHQ .modal.fade .modal-dialog,
.cid-v1GVuGtbHQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuGtbHQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuGtbHQ H6 {
  text-align: center;
}
.cid-v1GVuGtbHQ .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVuUsHlQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GVuUsHlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVuUsHlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVuUsHlQ .item {
  padding-bottom: 2rem;
}
.cid-v1GVuUsHlQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVuUsHlQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVuUsHlQ .carousel-control,
.cid-v1GVuUsHlQ .close {
  background: #1b1b1b;
}
.cid-v1GVuUsHlQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVuUsHlQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .close::before {
  content: '\e91a';
}
.cid-v1GVuUsHlQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVuUsHlQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVuUsHlQ .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-v1GVuUsHlQ .carousel-indicators li.active,
.cid-v1GVuUsHlQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVuUsHlQ .carousel-indicators li::after,
.cid-v1GVuUsHlQ .carousel-indicators li::before {
  content: none;
}
.cid-v1GVuUsHlQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .carousel-indicators {
    display: none;
  }
}
.cid-v1GVuUsHlQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVuUsHlQ .carousel-inner > .active {
  display: block;
}
.cid-v1GVuUsHlQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVuUsHlQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVuUsHlQ .carousel-control,
  .cid-v1GVuUsHlQ .carousel-indicators,
  .cid-v1GVuUsHlQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVuUsHlQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVuUsHlQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVuUsHlQ .carousel-indicators .active,
.cid-v1GVuUsHlQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVuUsHlQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVuUsHlQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVuUsHlQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVuUsHlQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVuUsHlQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVuUsHlQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVuUsHlQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVuUsHlQ .carousel {
  width: 100%;
}
.cid-v1GVuUsHlQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVuUsHlQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVuUsHlQ .modal.fade .modal-dialog,
.cid-v1GVuUsHlQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVuUsHlQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVuUsHlQ H6 {
  text-align: center;
}
.cid-v1GVuUsHlQ .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVv7TPXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVv7TPXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVv7TPXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVv7TPXy .item {
  padding-bottom: 2rem;
}
.cid-v1GVv7TPXy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVv7TPXy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVv7TPXy .carousel-control,
.cid-v1GVv7TPXy .close {
  background: #1b1b1b;
}
.cid-v1GVv7TPXy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVv7TPXy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .close::before {
  content: '\e91a';
}
.cid-v1GVv7TPXy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVv7TPXy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVv7TPXy .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-v1GVv7TPXy .carousel-indicators li.active,
.cid-v1GVv7TPXy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVv7TPXy .carousel-indicators li::after,
.cid-v1GVv7TPXy .carousel-indicators li::before {
  content: none;
}
.cid-v1GVv7TPXy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .carousel-indicators {
    display: none;
  }
}
.cid-v1GVv7TPXy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVv7TPXy .carousel-inner > .active {
  display: block;
}
.cid-v1GVv7TPXy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVv7TPXy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVv7TPXy .carousel-control,
  .cid-v1GVv7TPXy .carousel-indicators,
  .cid-v1GVv7TPXy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVv7TPXy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVv7TPXy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVv7TPXy .carousel-indicators .active,
.cid-v1GVv7TPXy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVv7TPXy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVv7TPXy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVv7TPXy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVv7TPXy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVv7TPXy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVv7TPXy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVv7TPXy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVv7TPXy .carousel {
  width: 100%;
}
.cid-v1GVv7TPXy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVv7TPXy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVv7TPXy .modal.fade .modal-dialog,
.cid-v1GVv7TPXy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVv7TPXy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVv7TPXy H6 {
  text-align: center;
}
.cid-v1GVv7TPXy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvmbyKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvmbyKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvmbyKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvmbyKI .item {
  padding-bottom: 2rem;
}
.cid-v1GVvmbyKI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvmbyKI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvmbyKI .carousel-control,
.cid-v1GVvmbyKI .close {
  background: #1b1b1b;
}
.cid-v1GVvmbyKI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvmbyKI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .close::before {
  content: '\e91a';
}
.cid-v1GVvmbyKI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvmbyKI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvmbyKI .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-v1GVvmbyKI .carousel-indicators li.active,
.cid-v1GVvmbyKI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvmbyKI .carousel-indicators li::after,
.cid-v1GVvmbyKI .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvmbyKI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvmbyKI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvmbyKI .carousel-inner > .active {
  display: block;
}
.cid-v1GVvmbyKI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvmbyKI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvmbyKI .carousel-control,
  .cid-v1GVvmbyKI .carousel-indicators,
  .cid-v1GVvmbyKI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvmbyKI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvmbyKI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvmbyKI .carousel-indicators .active,
.cid-v1GVvmbyKI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvmbyKI .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvmbyKI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvmbyKI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvmbyKI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvmbyKI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvmbyKI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvmbyKI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvmbyKI .carousel {
  width: 100%;
}
.cid-v1GVvmbyKI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvmbyKI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvmbyKI .modal.fade .modal-dialog,
.cid-v1GVvmbyKI .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvmbyKI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvmbyKI H6 {
  text-align: center;
}
.cid-v1GVvmbyKI .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvzyqtE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvzyqtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvzyqtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvzyqtE .item {
  padding-bottom: 2rem;
}
.cid-v1GVvzyqtE .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvzyqtE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvzyqtE .carousel-control,
.cid-v1GVvzyqtE .close {
  background: #1b1b1b;
}
.cid-v1GVvzyqtE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvzyqtE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .close::before {
  content: '\e91a';
}
.cid-v1GVvzyqtE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvzyqtE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvzyqtE .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-v1GVvzyqtE .carousel-indicators li.active,
.cid-v1GVvzyqtE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvzyqtE .carousel-indicators li::after,
.cid-v1GVvzyqtE .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvzyqtE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvzyqtE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvzyqtE .carousel-inner > .active {
  display: block;
}
.cid-v1GVvzyqtE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvzyqtE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvzyqtE .carousel-control,
  .cid-v1GVvzyqtE .carousel-indicators,
  .cid-v1GVvzyqtE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvzyqtE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvzyqtE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvzyqtE .carousel-indicators .active,
.cid-v1GVvzyqtE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvzyqtE .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvzyqtE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvzyqtE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvzyqtE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvzyqtE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvzyqtE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvzyqtE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvzyqtE .carousel {
  width: 100%;
}
.cid-v1GVvzyqtE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvzyqtE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvzyqtE .modal.fade .modal-dialog,
.cid-v1GVvzyqtE .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvzyqtE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvzyqtE H6 {
  text-align: center;
}
.cid-v1GVvzyqtE .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GVvOfAsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GVvOfAsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GVvOfAsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GVvOfAsb .item {
  padding-bottom: 2rem;
}
.cid-v1GVvOfAsb .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GVvOfAsb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GVvOfAsb .carousel-control,
.cid-v1GVvOfAsb .close {
  background: #1b1b1b;
}
.cid-v1GVvOfAsb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GVvOfAsb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .close::before {
  content: '\e91a';
}
.cid-v1GVvOfAsb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GVvOfAsb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GVvOfAsb .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-v1GVvOfAsb .carousel-indicators li.active,
.cid-v1GVvOfAsb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GVvOfAsb .carousel-indicators li::after,
.cid-v1GVvOfAsb .carousel-indicators li::before {
  content: none;
}
.cid-v1GVvOfAsb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .carousel-indicators {
    display: none;
  }
}
.cid-v1GVvOfAsb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GVvOfAsb .carousel-inner > .active {
  display: block;
}
.cid-v1GVvOfAsb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GVvOfAsb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GVvOfAsb .carousel-control,
  .cid-v1GVvOfAsb .carousel-indicators,
  .cid-v1GVvOfAsb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GVvOfAsb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GVvOfAsb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GVvOfAsb .carousel-indicators .active,
.cid-v1GVvOfAsb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GVvOfAsb .carousel-indicators .active {
  background: #fff;
}
.cid-v1GVvOfAsb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GVvOfAsb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GVvOfAsb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GVvOfAsb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GVvOfAsb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GVvOfAsb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GVvOfAsb .carousel {
  width: 100%;
}
.cid-v1GVvOfAsb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GVvOfAsb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GVvOfAsb .modal.fade .modal-dialog,
.cid-v1GVvOfAsb .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GVvOfAsb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GVvOfAsb H6 {
  text-align: center;
}
.cid-v1GVvOfAsb .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXikAkdt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXikAkdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXikAkdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXikAkdt .item {
  padding-bottom: 2rem;
}
.cid-v1GXikAkdt .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXikAkdt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXikAkdt .carousel-control,
.cid-v1GXikAkdt .close {
  background: #1b1b1b;
}
.cid-v1GXikAkdt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXikAkdt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .close::before {
  content: '\e91a';
}
.cid-v1GXikAkdt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXikAkdt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXikAkdt .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-v1GXikAkdt .carousel-indicators li.active,
.cid-v1GXikAkdt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXikAkdt .carousel-indicators li::after,
.cid-v1GXikAkdt .carousel-indicators li::before {
  content: none;
}
.cid-v1GXikAkdt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXikAkdt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXikAkdt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .carousel-indicators {
    display: none;
  }
}
.cid-v1GXikAkdt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXikAkdt .carousel-inner > .active {
  display: block;
}
.cid-v1GXikAkdt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXikAkdt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXikAkdt .carousel-control,
  .cid-v1GXikAkdt .carousel-indicators,
  .cid-v1GXikAkdt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXikAkdt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXikAkdt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXikAkdt .carousel-indicators .active,
.cid-v1GXikAkdt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXikAkdt .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXikAkdt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXikAkdt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXikAkdt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXikAkdt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXikAkdt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXikAkdt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXikAkdt .carousel {
  width: 100%;
}
.cid-v1GXikAkdt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXikAkdt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXikAkdt .modal.fade .modal-dialog,
.cid-v1GXikAkdt .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXikAkdt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXikAkdt H6 {
  text-align: center;
}
.cid-v1GXikAkdt .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXiUzYt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXiUzYt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXiUzYt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXiUzYt0 .item {
  padding-bottom: 2rem;
}
.cid-v1GXiUzYt0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXiUzYt0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXiUzYt0 .carousel-control,
.cid-v1GXiUzYt0 .close {
  background: #1b1b1b;
}
.cid-v1GXiUzYt0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXiUzYt0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .close::before {
  content: '\e91a';
}
.cid-v1GXiUzYt0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXiUzYt0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXiUzYt0 .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-v1GXiUzYt0 .carousel-indicators li.active,
.cid-v1GXiUzYt0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXiUzYt0 .carousel-indicators li::after,
.cid-v1GXiUzYt0 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXiUzYt0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXiUzYt0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXiUzYt0 .carousel-inner > .active {
  display: block;
}
.cid-v1GXiUzYt0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXiUzYt0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXiUzYt0 .carousel-control,
  .cid-v1GXiUzYt0 .carousel-indicators,
  .cid-v1GXiUzYt0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXiUzYt0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXiUzYt0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXiUzYt0 .carousel-indicators .active,
.cid-v1GXiUzYt0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXiUzYt0 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXiUzYt0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXiUzYt0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXiUzYt0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXiUzYt0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXiUzYt0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXiUzYt0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXiUzYt0 .carousel {
  width: 100%;
}
.cid-v1GXiUzYt0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXiUzYt0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXiUzYt0 .modal.fade .modal-dialog,
.cid-v1GXiUzYt0 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXiUzYt0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXiUzYt0 H6 {
  text-align: center;
}
.cid-v1GXiUzYt0 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXjeCIx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXjeCIx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXjeCIx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXjeCIx0 .item {
  padding-bottom: 2rem;
}
.cid-v1GXjeCIx0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXjeCIx0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXjeCIx0 .carousel-control,
.cid-v1GXjeCIx0 .close {
  background: #1b1b1b;
}
.cid-v1GXjeCIx0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXjeCIx0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .close::before {
  content: '\e91a';
}
.cid-v1GXjeCIx0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXjeCIx0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXjeCIx0 .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-v1GXjeCIx0 .carousel-indicators li.active,
.cid-v1GXjeCIx0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXjeCIx0 .carousel-indicators li::after,
.cid-v1GXjeCIx0 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXjeCIx0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXjeCIx0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXjeCIx0 .carousel-inner > .active {
  display: block;
}
.cid-v1GXjeCIx0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXjeCIx0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXjeCIx0 .carousel-control,
  .cid-v1GXjeCIx0 .carousel-indicators,
  .cid-v1GXjeCIx0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjeCIx0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXjeCIx0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXjeCIx0 .carousel-indicators .active,
.cid-v1GXjeCIx0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXjeCIx0 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXjeCIx0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXjeCIx0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXjeCIx0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXjeCIx0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXjeCIx0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXjeCIx0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXjeCIx0 .carousel {
  width: 100%;
}
.cid-v1GXjeCIx0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXjeCIx0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXjeCIx0 .modal.fade .modal-dialog,
.cid-v1GXjeCIx0 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXjeCIx0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXjeCIx0 H6 {
  text-align: center;
}
.cid-v1GXjeCIx0 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXjIWZcA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXjIWZcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXjIWZcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXjIWZcA .item {
  padding-bottom: 2rem;
}
.cid-v1GXjIWZcA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXjIWZcA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXjIWZcA .carousel-control,
.cid-v1GXjIWZcA .close {
  background: #1b1b1b;
}
.cid-v1GXjIWZcA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXjIWZcA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .close::before {
  content: '\e91a';
}
.cid-v1GXjIWZcA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXjIWZcA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXjIWZcA .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-v1GXjIWZcA .carousel-indicators li.active,
.cid-v1GXjIWZcA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXjIWZcA .carousel-indicators li::after,
.cid-v1GXjIWZcA .carousel-indicators li::before {
  content: none;
}
.cid-v1GXjIWZcA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .carousel-indicators {
    display: none;
  }
}
.cid-v1GXjIWZcA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXjIWZcA .carousel-inner > .active {
  display: block;
}
.cid-v1GXjIWZcA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXjIWZcA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXjIWZcA .carousel-control,
  .cid-v1GXjIWZcA .carousel-indicators,
  .cid-v1GXjIWZcA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXjIWZcA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXjIWZcA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXjIWZcA .carousel-indicators .active,
.cid-v1GXjIWZcA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXjIWZcA .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXjIWZcA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXjIWZcA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXjIWZcA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXjIWZcA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXjIWZcA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXjIWZcA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXjIWZcA .carousel {
  width: 100%;
}
.cid-v1GXjIWZcA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXjIWZcA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXjIWZcA .modal.fade .modal-dialog,
.cid-v1GXjIWZcA .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXjIWZcA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXjIWZcA H6 {
  text-align: center;
}
.cid-v1GXjIWZcA .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXk8uhmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXk8uhmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXk8uhmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXk8uhmL .item {
  padding-bottom: 2rem;
}
.cid-v1GXk8uhmL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXk8uhmL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXk8uhmL .carousel-control,
.cid-v1GXk8uhmL .close {
  background: #1b1b1b;
}
.cid-v1GXk8uhmL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXk8uhmL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .close::before {
  content: '\e91a';
}
.cid-v1GXk8uhmL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXk8uhmL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXk8uhmL .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-v1GXk8uhmL .carousel-indicators li.active,
.cid-v1GXk8uhmL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXk8uhmL .carousel-indicators li::after,
.cid-v1GXk8uhmL .carousel-indicators li::before {
  content: none;
}
.cid-v1GXk8uhmL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .carousel-indicators {
    display: none;
  }
}
.cid-v1GXk8uhmL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXk8uhmL .carousel-inner > .active {
  display: block;
}
.cid-v1GXk8uhmL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXk8uhmL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXk8uhmL .carousel-control,
  .cid-v1GXk8uhmL .carousel-indicators,
  .cid-v1GXk8uhmL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXk8uhmL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXk8uhmL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXk8uhmL .carousel-indicators .active,
.cid-v1GXk8uhmL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXk8uhmL .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXk8uhmL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXk8uhmL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXk8uhmL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXk8uhmL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXk8uhmL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXk8uhmL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXk8uhmL .carousel {
  width: 100%;
}
.cid-v1GXk8uhmL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXk8uhmL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXk8uhmL .modal.fade .modal-dialog,
.cid-v1GXk8uhmL .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXk8uhmL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXk8uhmL H6 {
  text-align: center;
}
.cid-v1GXk8uhmL .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXktVTxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXktVTxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXktVTxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXktVTxM .item {
  padding-bottom: 2rem;
}
.cid-v1GXktVTxM .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXktVTxM .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXktVTxM .carousel-control,
.cid-v1GXktVTxM .close {
  background: #1b1b1b;
}
.cid-v1GXktVTxM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXktVTxM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .close::before {
  content: '\e91a';
}
.cid-v1GXktVTxM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXktVTxM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXktVTxM .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-v1GXktVTxM .carousel-indicators li.active,
.cid-v1GXktVTxM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXktVTxM .carousel-indicators li::after,
.cid-v1GXktVTxM .carousel-indicators li::before {
  content: none;
}
.cid-v1GXktVTxM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXktVTxM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXktVTxM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .carousel-indicators {
    display: none;
  }
}
.cid-v1GXktVTxM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXktVTxM .carousel-inner > .active {
  display: block;
}
.cid-v1GXktVTxM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXktVTxM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXktVTxM .carousel-control,
  .cid-v1GXktVTxM .carousel-indicators,
  .cid-v1GXktVTxM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXktVTxM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXktVTxM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXktVTxM .carousel-indicators .active,
.cid-v1GXktVTxM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXktVTxM .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXktVTxM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXktVTxM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXktVTxM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXktVTxM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXktVTxM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXktVTxM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXktVTxM .carousel {
  width: 100%;
}
.cid-v1GXktVTxM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXktVTxM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXktVTxM .modal.fade .modal-dialog,
.cid-v1GXktVTxM .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXktVTxM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXktVTxM H6 {
  text-align: center;
}
.cid-v1GXktVTxM .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1XZWnDxaC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1XZWnDxaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1XZWnDxaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1XZWnDxaC .item {
  padding-bottom: 2rem;
}
.cid-v1XZWnDxaC .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1XZWnDxaC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1XZWnDxaC .carousel-control,
.cid-v1XZWnDxaC .close {
  background: #1b1b1b;
}
.cid-v1XZWnDxaC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1XZWnDxaC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .close::before {
  content: '\e91a';
}
.cid-v1XZWnDxaC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1XZWnDxaC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1XZWnDxaC .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-v1XZWnDxaC .carousel-indicators li.active,
.cid-v1XZWnDxaC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1XZWnDxaC .carousel-indicators li::after,
.cid-v1XZWnDxaC .carousel-indicators li::before {
  content: none;
}
.cid-v1XZWnDxaC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .carousel-indicators {
    display: none;
  }
}
.cid-v1XZWnDxaC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1XZWnDxaC .carousel-inner > .active {
  display: block;
}
.cid-v1XZWnDxaC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1XZWnDxaC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1XZWnDxaC .carousel-control,
  .cid-v1XZWnDxaC .carousel-indicators,
  .cid-v1XZWnDxaC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1XZWnDxaC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1XZWnDxaC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1XZWnDxaC .carousel-indicators .active,
.cid-v1XZWnDxaC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1XZWnDxaC .carousel-indicators .active {
  background: #fff;
}
.cid-v1XZWnDxaC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1XZWnDxaC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1XZWnDxaC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1XZWnDxaC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1XZWnDxaC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1XZWnDxaC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1XZWnDxaC .carousel {
  width: 100%;
}
.cid-v1XZWnDxaC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1XZWnDxaC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1XZWnDxaC .modal.fade .modal-dialog,
.cid-v1XZWnDxaC .modal.in .modal-dialog {
  transform: none;
}
.cid-v1XZWnDxaC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1XZWnDxaC H6 {
  text-align: center;
}
.cid-v1XZWnDxaC .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXlk5jKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXlk5jKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXlk5jKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXlk5jKy .item {
  padding-bottom: 2rem;
}
.cid-v1GXlk5jKy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXlk5jKy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXlk5jKy .carousel-control,
.cid-v1GXlk5jKy .close {
  background: #1b1b1b;
}
.cid-v1GXlk5jKy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXlk5jKy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .close::before {
  content: '\e91a';
}
.cid-v1GXlk5jKy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXlk5jKy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXlk5jKy .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-v1GXlk5jKy .carousel-indicators li.active,
.cid-v1GXlk5jKy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXlk5jKy .carousel-indicators li::after,
.cid-v1GXlk5jKy .carousel-indicators li::before {
  content: none;
}
.cid-v1GXlk5jKy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .carousel-indicators {
    display: none;
  }
}
.cid-v1GXlk5jKy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXlk5jKy .carousel-inner > .active {
  display: block;
}
.cid-v1GXlk5jKy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXlk5jKy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXlk5jKy .carousel-control,
  .cid-v1GXlk5jKy .carousel-indicators,
  .cid-v1GXlk5jKy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXlk5jKy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXlk5jKy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXlk5jKy .carousel-indicators .active,
.cid-v1GXlk5jKy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXlk5jKy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXlk5jKy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXlk5jKy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXlk5jKy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXlk5jKy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXlk5jKy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXlk5jKy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXlk5jKy .carousel {
  width: 100%;
}
.cid-v1GXlk5jKy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXlk5jKy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXlk5jKy .modal.fade .modal-dialog,
.cid-v1GXlk5jKy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXlk5jKy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXlk5jKy H6 {
  text-align: center;
}
.cid-v1GXlk5jKy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXvKNpEf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXvKNpEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXvKNpEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXvKNpEf .item {
  padding-bottom: 2rem;
}
.cid-v1GXvKNpEf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXvKNpEf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXvKNpEf .carousel-control,
.cid-v1GXvKNpEf .close {
  background: #1b1b1b;
}
.cid-v1GXvKNpEf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXvKNpEf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .close::before {
  content: '\e91a';
}
.cid-v1GXvKNpEf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXvKNpEf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXvKNpEf .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-v1GXvKNpEf .carousel-indicators li.active,
.cid-v1GXvKNpEf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXvKNpEf .carousel-indicators li::after,
.cid-v1GXvKNpEf .carousel-indicators li::before {
  content: none;
}
.cid-v1GXvKNpEf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .carousel-indicators {
    display: none;
  }
}
.cid-v1GXvKNpEf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXvKNpEf .carousel-inner > .active {
  display: block;
}
.cid-v1GXvKNpEf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXvKNpEf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXvKNpEf .carousel-control,
  .cid-v1GXvKNpEf .carousel-indicators,
  .cid-v1GXvKNpEf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXvKNpEf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXvKNpEf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXvKNpEf .carousel-indicators .active,
.cid-v1GXvKNpEf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXvKNpEf .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXvKNpEf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXvKNpEf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXvKNpEf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXvKNpEf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXvKNpEf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXvKNpEf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXvKNpEf .carousel {
  width: 100%;
}
.cid-v1GXvKNpEf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXvKNpEf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXvKNpEf .modal.fade .modal-dialog,
.cid-v1GXvKNpEf .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXvKNpEf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXvKNpEf H6 {
  text-align: center;
}
.cid-v1GXvKNpEf .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXwqDJ3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXwqDJ3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXwqDJ3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXwqDJ3w .item {
  padding-bottom: 2rem;
}
.cid-v1GXwqDJ3w .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXwqDJ3w .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXwqDJ3w .carousel-control,
.cid-v1GXwqDJ3w .close {
  background: #1b1b1b;
}
.cid-v1GXwqDJ3w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXwqDJ3w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .close::before {
  content: '\e91a';
}
.cid-v1GXwqDJ3w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXwqDJ3w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXwqDJ3w .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-v1GXwqDJ3w .carousel-indicators li.active,
.cid-v1GXwqDJ3w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXwqDJ3w .carousel-indicators li::after,
.cid-v1GXwqDJ3w .carousel-indicators li::before {
  content: none;
}
.cid-v1GXwqDJ3w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .carousel-indicators {
    display: none;
  }
}
.cid-v1GXwqDJ3w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXwqDJ3w .carousel-inner > .active {
  display: block;
}
.cid-v1GXwqDJ3w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXwqDJ3w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXwqDJ3w .carousel-control,
  .cid-v1GXwqDJ3w .carousel-indicators,
  .cid-v1GXwqDJ3w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwqDJ3w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXwqDJ3w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXwqDJ3w .carousel-indicators .active,
.cid-v1GXwqDJ3w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXwqDJ3w .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXwqDJ3w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXwqDJ3w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXwqDJ3w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXwqDJ3w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXwqDJ3w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXwqDJ3w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXwqDJ3w .carousel {
  width: 100%;
}
.cid-v1GXwqDJ3w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXwqDJ3w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXwqDJ3w .modal.fade .modal-dialog,
.cid-v1GXwqDJ3w .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXwqDJ3w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXwqDJ3w H6 {
  text-align: center;
}
.cid-v1GXwqDJ3w .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXwWQEr6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXwWQEr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXwWQEr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXwWQEr6 .item {
  padding-bottom: 2rem;
}
.cid-v1GXwWQEr6 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXwWQEr6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXwWQEr6 .carousel-control,
.cid-v1GXwWQEr6 .close {
  background: #1b1b1b;
}
.cid-v1GXwWQEr6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXwWQEr6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .close::before {
  content: '\e91a';
}
.cid-v1GXwWQEr6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXwWQEr6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXwWQEr6 .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-v1GXwWQEr6 .carousel-indicators li.active,
.cid-v1GXwWQEr6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXwWQEr6 .carousel-indicators li::after,
.cid-v1GXwWQEr6 .carousel-indicators li::before {
  content: none;
}
.cid-v1GXwWQEr6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .carousel-indicators {
    display: none;
  }
}
.cid-v1GXwWQEr6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXwWQEr6 .carousel-inner > .active {
  display: block;
}
.cid-v1GXwWQEr6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXwWQEr6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXwWQEr6 .carousel-control,
  .cid-v1GXwWQEr6 .carousel-indicators,
  .cid-v1GXwWQEr6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXwWQEr6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXwWQEr6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXwWQEr6 .carousel-indicators .active,
.cid-v1GXwWQEr6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXwWQEr6 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXwWQEr6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXwWQEr6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXwWQEr6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXwWQEr6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXwWQEr6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXwWQEr6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXwWQEr6 .carousel {
  width: 100%;
}
.cid-v1GXwWQEr6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXwWQEr6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXwWQEr6 .modal.fade .modal-dialog,
.cid-v1GXwWQEr6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXwWQEr6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXwWQEr6 H6 {
  text-align: center;
}
.cid-v1GXwWQEr6 .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXxsd85X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXxsd85X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXxsd85X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXxsd85X .item {
  padding-bottom: 2rem;
}
.cid-v1GXxsd85X .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXxsd85X .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXxsd85X .carousel-control,
.cid-v1GXxsd85X .close {
  background: #1b1b1b;
}
.cid-v1GXxsd85X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXxsd85X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .close::before {
  content: '\e91a';
}
.cid-v1GXxsd85X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXxsd85X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXxsd85X .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-v1GXxsd85X .carousel-indicators li.active,
.cid-v1GXxsd85X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXxsd85X .carousel-indicators li::after,
.cid-v1GXxsd85X .carousel-indicators li::before {
  content: none;
}
.cid-v1GXxsd85X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXxsd85X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXxsd85X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .carousel-indicators {
    display: none;
  }
}
.cid-v1GXxsd85X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXxsd85X .carousel-inner > .active {
  display: block;
}
.cid-v1GXxsd85X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXxsd85X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXxsd85X .carousel-control,
  .cid-v1GXxsd85X .carousel-indicators,
  .cid-v1GXxsd85X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxsd85X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXxsd85X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXxsd85X .carousel-indicators .active,
.cid-v1GXxsd85X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXxsd85X .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXxsd85X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXxsd85X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXxsd85X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXxsd85X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXxsd85X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXxsd85X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXxsd85X .carousel {
  width: 100%;
}
.cid-v1GXxsd85X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXxsd85X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXxsd85X .modal.fade .modal-dialog,
.cid-v1GXxsd85X .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXxsd85X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXxsd85X H6 {
  text-align: center;
}
.cid-v1GXxsd85X .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXxUFFyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXxUFFyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXxUFFyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXxUFFyo .item {
  padding-bottom: 2rem;
}
.cid-v1GXxUFFyo .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXxUFFyo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXxUFFyo .carousel-control,
.cid-v1GXxUFFyo .close {
  background: #1b1b1b;
}
.cid-v1GXxUFFyo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXxUFFyo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .close::before {
  content: '\e91a';
}
.cid-v1GXxUFFyo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXxUFFyo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXxUFFyo .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-v1GXxUFFyo .carousel-indicators li.active,
.cid-v1GXxUFFyo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXxUFFyo .carousel-indicators li::after,
.cid-v1GXxUFFyo .carousel-indicators li::before {
  content: none;
}
.cid-v1GXxUFFyo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .carousel-indicators {
    display: none;
  }
}
.cid-v1GXxUFFyo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXxUFFyo .carousel-inner > .active {
  display: block;
}
.cid-v1GXxUFFyo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXxUFFyo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXxUFFyo .carousel-control,
  .cid-v1GXxUFFyo .carousel-indicators,
  .cid-v1GXxUFFyo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXxUFFyo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXxUFFyo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXxUFFyo .carousel-indicators .active,
.cid-v1GXxUFFyo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXxUFFyo .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXxUFFyo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXxUFFyo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXxUFFyo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXxUFFyo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXxUFFyo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXxUFFyo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXxUFFyo .carousel {
  width: 100%;
}
.cid-v1GXxUFFyo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXxUFFyo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXxUFFyo .modal.fade .modal-dialog,
.cid-v1GXxUFFyo .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXxUFFyo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXxUFFyo H6 {
  text-align: center;
}
.cid-v1GXxUFFyo .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXynJ0dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXynJ0dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXynJ0dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXynJ0dE .item {
  padding-bottom: 2rem;
}
.cid-v1GXynJ0dE .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXynJ0dE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXynJ0dE .carousel-control,
.cid-v1GXynJ0dE .close {
  background: #1b1b1b;
}
.cid-v1GXynJ0dE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXynJ0dE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .close::before {
  content: '\e91a';
}
.cid-v1GXynJ0dE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXynJ0dE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXynJ0dE .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-v1GXynJ0dE .carousel-indicators li.active,
.cid-v1GXynJ0dE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXynJ0dE .carousel-indicators li::after,
.cid-v1GXynJ0dE .carousel-indicators li::before {
  content: none;
}
.cid-v1GXynJ0dE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .carousel-indicators {
    display: none;
  }
}
.cid-v1GXynJ0dE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXynJ0dE .carousel-inner > .active {
  display: block;
}
.cid-v1GXynJ0dE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXynJ0dE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXynJ0dE .carousel-control,
  .cid-v1GXynJ0dE .carousel-indicators,
  .cid-v1GXynJ0dE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXynJ0dE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXynJ0dE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXynJ0dE .carousel-indicators .active,
.cid-v1GXynJ0dE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXynJ0dE .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXynJ0dE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXynJ0dE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXynJ0dE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXynJ0dE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXynJ0dE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXynJ0dE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXynJ0dE .carousel {
  width: 100%;
}
.cid-v1GXynJ0dE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXynJ0dE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXynJ0dE .modal.fade .modal-dialog,
.cid-v1GXynJ0dE .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXynJ0dE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXynJ0dE H6 {
  text-align: center;
}
.cid-v1GXynJ0dE .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXyPZy8A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXyPZy8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXyPZy8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXyPZy8A .item {
  padding-bottom: 2rem;
}
.cid-v1GXyPZy8A .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXyPZy8A .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXyPZy8A .carousel-control,
.cid-v1GXyPZy8A .close {
  background: #1b1b1b;
}
.cid-v1GXyPZy8A .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXyPZy8A .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .close::before {
  content: '\e91a';
}
.cid-v1GXyPZy8A .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXyPZy8A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXyPZy8A .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-v1GXyPZy8A .carousel-indicators li.active,
.cid-v1GXyPZy8A .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXyPZy8A .carousel-indicators li::after,
.cid-v1GXyPZy8A .carousel-indicators li::before {
  content: none;
}
.cid-v1GXyPZy8A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .carousel-indicators {
    display: none;
  }
}
.cid-v1GXyPZy8A .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXyPZy8A .carousel-inner > .active {
  display: block;
}
.cid-v1GXyPZy8A .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXyPZy8A .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXyPZy8A .carousel-control,
  .cid-v1GXyPZy8A .carousel-indicators,
  .cid-v1GXyPZy8A .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXyPZy8A .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXyPZy8A .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXyPZy8A .carousel-indicators .active,
.cid-v1GXyPZy8A .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXyPZy8A .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXyPZy8A .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXyPZy8A .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXyPZy8A .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXyPZy8A .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXyPZy8A .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXyPZy8A .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXyPZy8A .carousel {
  width: 100%;
}
.cid-v1GXyPZy8A .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXyPZy8A .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXyPZy8A .modal.fade .modal-dialog,
.cid-v1GXyPZy8A .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXyPZy8A .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXyPZy8A H6 {
  text-align: center;
}
.cid-v1GXyPZy8A .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXzinTIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXzinTIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXzinTIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXzinTIy .item {
  padding-bottom: 2rem;
}
.cid-v1GXzinTIy .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXzinTIy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXzinTIy .carousel-control,
.cid-v1GXzinTIy .close {
  background: #1b1b1b;
}
.cid-v1GXzinTIy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXzinTIy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .close::before {
  content: '\e91a';
}
.cid-v1GXzinTIy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXzinTIy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXzinTIy .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-v1GXzinTIy .carousel-indicators li.active,
.cid-v1GXzinTIy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXzinTIy .carousel-indicators li::after,
.cid-v1GXzinTIy .carousel-indicators li::before {
  content: none;
}
.cid-v1GXzinTIy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXzinTIy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXzinTIy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .carousel-indicators {
    display: none;
  }
}
.cid-v1GXzinTIy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXzinTIy .carousel-inner > .active {
  display: block;
}
.cid-v1GXzinTIy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXzinTIy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXzinTIy .carousel-control,
  .cid-v1GXzinTIy .carousel-indicators,
  .cid-v1GXzinTIy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzinTIy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXzinTIy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXzinTIy .carousel-indicators .active,
.cid-v1GXzinTIy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXzinTIy .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXzinTIy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXzinTIy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXzinTIy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXzinTIy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXzinTIy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXzinTIy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXzinTIy .carousel {
  width: 100%;
}
.cid-v1GXzinTIy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXzinTIy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXzinTIy .modal.fade .modal-dialog,
.cid-v1GXzinTIy .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXzinTIy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXzinTIy H6 {
  text-align: center;
}
.cid-v1GXzinTIy .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXzNgNvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXzNgNvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXzNgNvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXzNgNvH .item {
  padding-bottom: 2rem;
}
.cid-v1GXzNgNvH .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXzNgNvH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXzNgNvH .carousel-control,
.cid-v1GXzNgNvH .close {
  background: #1b1b1b;
}
.cid-v1GXzNgNvH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXzNgNvH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .close::before {
  content: '\e91a';
}
.cid-v1GXzNgNvH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXzNgNvH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXzNgNvH .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-v1GXzNgNvH .carousel-indicators li.active,
.cid-v1GXzNgNvH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXzNgNvH .carousel-indicators li::after,
.cid-v1GXzNgNvH .carousel-indicators li::before {
  content: none;
}
.cid-v1GXzNgNvH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .carousel-indicators {
    display: none;
  }
}
.cid-v1GXzNgNvH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXzNgNvH .carousel-inner > .active {
  display: block;
}
.cid-v1GXzNgNvH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXzNgNvH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXzNgNvH .carousel-control,
  .cid-v1GXzNgNvH .carousel-indicators,
  .cid-v1GXzNgNvH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXzNgNvH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXzNgNvH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXzNgNvH .carousel-indicators .active,
.cid-v1GXzNgNvH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXzNgNvH .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXzNgNvH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXzNgNvH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXzNgNvH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXzNgNvH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXzNgNvH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXzNgNvH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXzNgNvH .carousel {
  width: 100%;
}
.cid-v1GXzNgNvH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXzNgNvH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXzNgNvH .modal.fade .modal-dialog,
.cid-v1GXzNgNvH .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXzNgNvH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXzNgNvH H6 {
  text-align: center;
}
.cid-v1GXzNgNvH .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXAlSe9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXAlSe9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXAlSe9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXAlSe9U .item {
  padding-bottom: 2rem;
}
.cid-v1GXAlSe9U .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXAlSe9U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXAlSe9U .carousel-control,
.cid-v1GXAlSe9U .close {
  background: #1b1b1b;
}
.cid-v1GXAlSe9U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXAlSe9U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .close::before {
  content: '\e91a';
}
.cid-v1GXAlSe9U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXAlSe9U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXAlSe9U .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-v1GXAlSe9U .carousel-indicators li.active,
.cid-v1GXAlSe9U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXAlSe9U .carousel-indicators li::after,
.cid-v1GXAlSe9U .carousel-indicators li::before {
  content: none;
}
.cid-v1GXAlSe9U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .carousel-indicators {
    display: none;
  }
}
.cid-v1GXAlSe9U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXAlSe9U .carousel-inner > .active {
  display: block;
}
.cid-v1GXAlSe9U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXAlSe9U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXAlSe9U .carousel-control,
  .cid-v1GXAlSe9U .carousel-indicators,
  .cid-v1GXAlSe9U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAlSe9U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXAlSe9U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXAlSe9U .carousel-indicators .active,
.cid-v1GXAlSe9U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXAlSe9U .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXAlSe9U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXAlSe9U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXAlSe9U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXAlSe9U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXAlSe9U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXAlSe9U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXAlSe9U .carousel {
  width: 100%;
}
.cid-v1GXAlSe9U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXAlSe9U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXAlSe9U .modal.fade .modal-dialog,
.cid-v1GXAlSe9U .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXAlSe9U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXAlSe9U H6 {
  text-align: center;
}
.cid-v1GXAlSe9U .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXAUT0QI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXAUT0QI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXAUT0QI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXAUT0QI .item {
  padding-bottom: 2rem;
}
.cid-v1GXAUT0QI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXAUT0QI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXAUT0QI .carousel-control,
.cid-v1GXAUT0QI .close {
  background: #1b1b1b;
}
.cid-v1GXAUT0QI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXAUT0QI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .close::before {
  content: '\e91a';
}
.cid-v1GXAUT0QI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXAUT0QI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXAUT0QI .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-v1GXAUT0QI .carousel-indicators li.active,
.cid-v1GXAUT0QI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXAUT0QI .carousel-indicators li::after,
.cid-v1GXAUT0QI .carousel-indicators li::before {
  content: none;
}
.cid-v1GXAUT0QI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .carousel-indicators {
    display: none;
  }
}
.cid-v1GXAUT0QI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXAUT0QI .carousel-inner > .active {
  display: block;
}
.cid-v1GXAUT0QI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXAUT0QI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXAUT0QI .carousel-control,
  .cid-v1GXAUT0QI .carousel-indicators,
  .cid-v1GXAUT0QI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXAUT0QI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXAUT0QI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXAUT0QI .carousel-indicators .active,
.cid-v1GXAUT0QI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXAUT0QI .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXAUT0QI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXAUT0QI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXAUT0QI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXAUT0QI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXAUT0QI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXAUT0QI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXAUT0QI .carousel {
  width: 100%;
}
.cid-v1GXAUT0QI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXAUT0QI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXAUT0QI .modal.fade .modal-dialog,
.cid-v1GXAUT0QI .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXAUT0QI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXAUT0QI H6 {
  text-align: center;
}
.cid-v1GXAUT0QI .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXBryEdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXBryEdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXBryEdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXBryEdD .item {
  padding-bottom: 2rem;
}
.cid-v1GXBryEdD .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXBryEdD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXBryEdD .carousel-control,
.cid-v1GXBryEdD .close {
  background: #1b1b1b;
}
.cid-v1GXBryEdD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXBryEdD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .close::before {
  content: '\e91a';
}
.cid-v1GXBryEdD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXBryEdD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXBryEdD .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-v1GXBryEdD .carousel-indicators li.active,
.cid-v1GXBryEdD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXBryEdD .carousel-indicators li::after,
.cid-v1GXBryEdD .carousel-indicators li::before {
  content: none;
}
.cid-v1GXBryEdD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXBryEdD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXBryEdD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .carousel-indicators {
    display: none;
  }
}
.cid-v1GXBryEdD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXBryEdD .carousel-inner > .active {
  display: block;
}
.cid-v1GXBryEdD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXBryEdD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXBryEdD .carousel-control,
  .cid-v1GXBryEdD .carousel-indicators,
  .cid-v1GXBryEdD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXBryEdD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXBryEdD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXBryEdD .carousel-indicators .active,
.cid-v1GXBryEdD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXBryEdD .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXBryEdD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXBryEdD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXBryEdD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXBryEdD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXBryEdD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXBryEdD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXBryEdD .carousel {
  width: 100%;
}
.cid-v1GXBryEdD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXBryEdD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXBryEdD .modal.fade .modal-dialog,
.cid-v1GXBryEdD .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXBryEdD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXBryEdD H6 {
  text-align: center;
}
.cid-v1GXBryEdD .mbr-item-subtitle {
  text-align: justify;
}
.cid-v1GXD9NQtx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GXD9NQtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GXD9NQtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GXD9NQtx .item {
  padding-bottom: 2rem;
}
.cid-v1GXD9NQtx .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v1GXD9NQtx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GXD9NQtx .carousel-control,
.cid-v1GXD9NQtx .close {
  background: #1b1b1b;
}
.cid-v1GXD9NQtx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GXD9NQtx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .close::before {
  content: '\e91a';
}
.cid-v1GXD9NQtx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GXD9NQtx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GXD9NQtx .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-v1GXD9NQtx .carousel-indicators li.active,
.cid-v1GXD9NQtx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GXD9NQtx .carousel-indicators li::after,
.cid-v1GXD9NQtx .carousel-indicators li::before {
  content: none;
}
.cid-v1GXD9NQtx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .carousel-indicators {
    display: none;
  }
}
.cid-v1GXD9NQtx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GXD9NQtx .carousel-inner > .active {
  display: block;
}
.cid-v1GXD9NQtx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GXD9NQtx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GXD9NQtx .carousel-control,
  .cid-v1GXD9NQtx .carousel-indicators,
  .cid-v1GXD9NQtx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GXD9NQtx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GXD9NQtx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GXD9NQtx .carousel-indicators .active,
.cid-v1GXD9NQtx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GXD9NQtx .carousel-indicators .active {
  background: #fff;
}
.cid-v1GXD9NQtx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GXD9NQtx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GXD9NQtx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GXD9NQtx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GXD9NQtx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GXD9NQtx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GXD9NQtx .carousel {
  width: 100%;
}
.cid-v1GXD9NQtx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GXD9NQtx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GXD9NQtx .modal.fade .modal-dialog,
.cid-v1GXD9NQtx .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GXD9NQtx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GXD9NQtx H6 {
  text-align: center;
}
.cid-v1GXD9NQtx .mbr-item-subtitle {
  text-align: justify;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZ4xscP4N3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ4xscP4N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4xscP4N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ4xscP4N3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4xscP4N3 .row {
  flex-direction: row-reverse;
}
.cid-uZ4xscP4N3 img {
  width: 100%;
}
.cid-uZ4xkY6Fsr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ4xkY6Fsr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZBGHWjEsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZBGHWjEsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZBGHWjEsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uZBGHWjEsX .container {
    max-width: 1400px;
  }
}
.cid-uZBGHWjEsX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uZBGHWjEsX .row {
  justify-content: center;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZKRz3dPLw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZKRz3dPLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKRz3dPLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKRz3dPLw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZKRz3dPLw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZKRz3dPLw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZKRz3dPLw .panel-body,
.cid-uZKRz3dPLw .card-header {
  padding: 1rem 0;
}
.cid-uZKRz3dPLw .panel-title-edit {
  color: #000000;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZGYhf9rB0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGYhf9rB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGYhf9rB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGYhf9rB0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZGYhf9rB0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZGYhf9rB0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZGYhf9rB0 .panel-body,
.cid-uZGYhf9rB0 .card-header {
  padding: 1rem 0;
}
.cid-uZGYhf9rB0 .panel-title-edit {
  color: #000000;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZGYaHQ8IX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGYaHQ8IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGYaHQ8IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGYaHQ8IX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZGYaHQ8IX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZGYaHQ8IX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uZGYaHQ8IX .panel-body,
.cid-uZGYaHQ8IX .card-header {
  padding: 1rem 0;
}
.cid-uZGYaHQ8IX .panel-title-edit {
  color: #000000;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-v19N4Bovps {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v19N4Bovps .mbr-fallback-image.disabled {
  display: none;
}
.cid-v19N4Bovps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v19N4Bovps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v19N4Bovps img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v19N4Bovps .text-wrapper {
    padding: 2rem;
  }
}
.cid-v19Qr4FkxH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v19Qr4FkxH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v19Qr4FkxH P {
  text-align: left;
}
.cid-v7aZrMYPMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7aZrMYPMA blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-uZ82tNzRBV {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ82tNzRBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ82tNzRBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZ82tNzRBV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ82tNzRBV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZ82tNzRBV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZ83EcAqUx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZ83EcAqUx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-vbJv1qlsPe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbJv1qlsPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJv1qlsPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJv1qlsPe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vbJv1qlsPe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbJv1qlsPe .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-vbJv1qlsPe .panel-body,
.cid-vbJv1qlsPe .card-header {
  padding: 1rem 0;
}
.cid-vbJv1qlsPe .panel-title-edit {
  color: #000000;
}
.cid-vbJv1qlsPe .panel-text {
  text-align: justify;
}
.cid-uwGaS9X5r8 .nucuf-header {
  background-color: #000000 !important;
  padding: 0.8rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.cid-uwGaS9X5r8 .nucuf-nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: 0.3s;
  padding: 0.5rem 1.2rem !important;
}
.cid-uwGaS9X5r8 .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-uwGaS9X5r8 .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
}
.cid-uwGaS9X5r8 .hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.cid-uwGaS9X5r8 .line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #cebfaf;
  margin: 5px 0;
  transition: 0.4s;
}
.cid-uwGaS9X5r8 .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .cid-uwGaS9X5r8 .hamburger {
    display: block;
  }
  .cid-uwGaS9X5r8 .menu-links {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    transition: 0.5s ease;
  }
  .cid-uwGaS9X5r8 #menu-toggle:checked ~ .menu-links {
    left: 0;
  }
  .cid-uwGaS9X5r8 #menu-toggle:checked ~ .hamburger .line:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .cid-uwGaS9X5r8 #menu-toggle:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  .cid-uwGaS9X5r8 #menu-toggle:checked ~ .hamburger .line:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .cid-uwGaS9X5r8 .nav-item {
    margin: 15px 0;
  }
}
.cid-v68noH3M0u .nucuf-header {
  background-color: #000000 !important;
  padding: 0.8rem 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.cid-v68noH3M0u .navbar {
  background: transparent !important;
}
.cid-v68noH3M0u .nucuf-nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0.5rem 1.2rem !important;
  text-decoration: none;
}
.cid-v68noH3M0u .nucuf-nav-link:hover {
  color: #cebfaf !important;
}
.cid-v68noH3M0u .btn-primary {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 0.6rem 1.5rem !important;
  border-radius: 4px !important;
}
.cid-v68noH3M0u .hamburger {
  display: none;
  cursor: pointer;
  z-index: 10001;
}
.cid-v68noH3M0u .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #cebfaf;
  margin: 6px 0;
  transition: 0.4s ease;
}
.cid-v68noH3M0u .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .cid-v68noH3M0u .hamburger {
    display: block;
  }
  .cid-v68noH3M0u .menu-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 10000;
  }
  .cid-v68noH3M0u #menu-toggle:checked ~ .menu-links {
    left: 0;
  }
  .cid-v68noH3M0u #menu-toggle:checked ~ .hamburger .line:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 7px);
  }
  .cid-v68noH3M0u #menu-toggle:checked ~ .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  .cid-v68noH3M0u #menu-toggle:checked ~ .hamburger .line:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
  }
  .cid-v68noH3M0u .navbar-nav {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .cid-v68noH3M0u .nav-item {
    margin: 1.5rem 0;
  }
  .cid-v68noH3M0u .nucuf-nav-link {
    font-size: 1.8rem !important;
    color: #ffffff !important;
    display: block;
  }
  .cid-v68noH3M0u .navbar-buttons {
    width: 80%;
    margin-top: 2rem;
  }
}
.cid-v68nqNFD8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68nqNFD8l .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v68nrebgCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v68nrebgCO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwGaS9X5r8 .navbar {
  z-index: 1000 !important;
  background: #ffffff !important;
}
.cid-uwGaS9X5r8 .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}
.cid-uwGaS9X5r8 .dropdown-menu {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
.cid-uwGaS9X5r8 .dropdown-item {
  padding: 0.8rem 1.5rem !important;
  transition: all 0.2s;
}
.cid-uwGaS9X5r8 .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #ffc107 !important;
}
.cid-uwGaS9X5r8 .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.cid-vbTy4OvtW5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbTy4OvtW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbTy4OvtW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vbTy4OvtW5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vbTy4OvtW5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vbTy4OvtW5 .text-wrapper {
    padding: 2rem;
  }
}
