.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eceff2;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 4.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.76rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.76rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.295rem + (4.7 - 2.295) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #098088 !important;
}
.bg-success {
  background-color: #5de1a4 !important;
}
.bg-info {
  background-color: #098088 !important;
}
.bg-warning {
  background-color: #ff8b3f !important;
}
.bg-danger {
  background-color: #e35b68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #098088 !important;
  border-color: #098088 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0cadb8 !important;
  border-color: #0cadb8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0cadb8 !important;
  border-color: #0cadb8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee6c4d !important;
  border-color: #ee6c4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f2927c !important;
  border-color: #f2927c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f2927c !important;
  border-color: #f2927c !important;
}
.btn-info,
.btn-info:active {
  background-color: #098088 !important;
  border-color: #098088 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0cadb8 !important;
  border-color: #0cadb8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0cadb8 !important;
  border-color: #0cadb8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5de1a4 !important;
  border-color: #5de1a4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #88e9bc !important;
  border-color: #88e9bc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8b3f !important;
  border-color: #ff8b3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffaa72 !important;
  border-color: #ffaa72 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffaa72 !important;
  border-color: #ffaa72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e35b68 !important;
  border-color: #e35b68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea8790 !important;
  border-color: #ea8790 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea8790 !important;
  border-color: #ea8790 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #098088;
  color: #098088;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #043337 !important;
  background-color: transparent !important;
  border-color: #043337 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #098088 !important;
  border-color: #098088 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ee6c4d;
  color: #ee6c4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d03814 !important;
  background-color: transparent !important;
  border-color: #d03814 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee6c4d !important;
  border-color: #ee6c4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #098088;
  color: #098088;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #043337 !important;
  background-color: transparent !important;
  border-color: #043337 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #098088 !important;
  border-color: #098088 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5de1a4;
  color: #5de1a4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #24c37a !important;
  background-color: transparent !important;
  border-color: #24c37a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5de1a4 !important;
  border-color: #5de1a4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8b3f;
  color: #ff8b3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e75c00 !important;
  background-color: transparent !important;
  border-color: #e75c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b3f !important;
  border-color: #ff8b3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e35b68;
  color: #e35b68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c62231 !important;
  background-color: transparent !important;
  border-color: #c62231 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e35b68 !important;
  border-color: #e35b68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #098088 !important;
}
.text-secondary {
  color: #ee6c4d !important;
}
.text-success {
  color: #5de1a4 !important;
}
.text-info {
  color: #098088 !important;
}
.text-warning {
  color: #ff8b3f !important;
}
.text-danger {
  color: #e35b68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #032628 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c23413 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #22b672 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #032628 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d85500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b8202e !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: #098088;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #098088;
}
.alert-warning {
  background-color: #ff8b3f;
}
.alert-danger {
  background-color: #e35b68;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #098088;
  border-color: #098088;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #098088;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #20e3f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #20e3f0;
}
.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: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #098088 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #098088;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #098088;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #098088;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #098088;
  border-bottom-color: #098088;
}
.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: #098088 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ee6c4d !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='%23098088' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uanxeLGY7K {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uanxeLGY7K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uanxeLGY7K .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uanxeLGY7K .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uanxeLGY7K .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uanxeLGY7K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uanxeLGY7K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uanxeLGY7K .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uanxeLGY7K .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uanxeLGY7K .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uanxeLGY7K .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uanxeLGY7K .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uanxeLGY7K .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uanxeLGY7K .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uanxeLGY7K .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uanxeLGY7K .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uanxeLGY7K .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uanxeLGY7K .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uanxeLGY7K .navbar-logo {
    padding-left: 0;
  }
}
.cid-uanxeLGY7K .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uanxeLGY7K .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uanxeLGY7K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uanxeLGY7K .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uanxeLGY7K .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uanxeLGY7K .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uanxeLGY7K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uanxeLGY7K .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uanxeLGY7K .nav-item:focus,
.cid-uanxeLGY7K .nav-link:focus {
  outline: none;
}
.cid-uanxeLGY7K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uanxeLGY7K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uanxeLGY7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uanxeLGY7K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uanxeLGY7K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uanxeLGY7K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uanxeLGY7K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uanxeLGY7K .navbar.opened {
  transition: all 0.3s;
}
.cid-uanxeLGY7K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uanxeLGY7K .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uanxeLGY7K .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uanxeLGY7K .navbar.collapsed {
  justify-content: center;
}
.cid-uanxeLGY7K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uanxeLGY7K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uanxeLGY7K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uanxeLGY7K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uanxeLGY7K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uanxeLGY7K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uanxeLGY7K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uanxeLGY7K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uanxeLGY7K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uanxeLGY7K .navbar {
    min-height: 72px;
  }
  .cid-uanxeLGY7K .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uanxeLGY7K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uanxeLGY7K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uanxeLGY7K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uanxeLGY7K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uanxeLGY7K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uanxeLGY7K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uanxeLGY7K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uanxeLGY7K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uanxeLGY7K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uanxeLGY7K .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uanxeLGY7K .dropdown-item.active,
.cid-uanxeLGY7K .dropdown-item:active {
  background-color: transparent;
}
.cid-uanxeLGY7K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uanxeLGY7K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uanxeLGY7K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uanxeLGY7K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uanxeLGY7K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uanxeLGY7K .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uanxeLGY7K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uanxeLGY7K .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uanxeLGY7K .navbar-buttons {
    text-align: left;
  }
}
.cid-uanxeLGY7K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uanxeLGY7K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uanxeLGY7K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uanxeLGY7K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uanxeLGY7K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uanxeLGY7K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uanxeLGY7K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uanxeLGY7K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uanxeLGY7K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uanxeLGY7K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uanxeLGY7K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uanxeLGY7K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uanxeLGY7K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uanxeLGY7K .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uanxeLGY7K .navbar {
    height: 70px;
  }
  .cid-uanxeLGY7K .navbar.opened {
    height: auto;
  }
  .cid-uanxeLGY7K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uanxeLGY7K .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uanxeLGY7K .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uanxeLGY7K .navbar-brand {
    margin-right: auto;
  }
  .cid-uanxeLGY7K .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uanxeLGY7K .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uanxeLGY7K .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uanxeLGY7K .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uanxeLGY7K .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uanxeLGY7K .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uanxeLGNlY {
  display: flex;
  background-image: url("../../../assets/images/mbr-2-1920x1076.png");
}
.cid-uanxeLGNlY .mbr-overlay {
  background-color: #ffa600;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uanxeLGNlY {
    align-items: flex-end;
  }
  .cid-uanxeLGNlY .row {
    justify-content: center;
  }
  .cid-uanxeLGNlY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uanxeLGNlY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uanxeLGNlY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uanxeLGNlY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uanxeLGNlY .content-wrap {
    width: 100%;
  }
}
.cid-uanxeLGNlY .mbr-section-title,
.cid-uanxeLGNlY .mbr-section-subtitle {
  text-align: center;
}
.cid-uanxeLGNlY .mbr-text,
.cid-uanxeLGNlY .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-uanxeLGNlY .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uanxeLIbWX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uanxeLIbWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanxeLIbWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanxeLIbWX .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uanxeLIbWX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uanxeLIbWX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uanxeLIbWX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uanxeLIbWX .mbr-text,
.cid-uanxeLIbWX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uanxeLIbWX .card-title,
.cid-uanxeLIbWX .card-box {
  text-align: center;
  color: #000000;
}
.cid-uanxeLI1rR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ubWS0NgLhZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubWS0NgLhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWS0NgLhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWS0NgLhZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubWS0NgLhZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubWS0NgLhZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ubWS0NgLhZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubWS0NgLhZ .mbr-text,
.cid-ubWS0NgLhZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ubWS0NgLhZ .card-title,
.cid-ubWS0NgLhZ .card-box {
  text-align: center;
  color: #000000;
}
.cid-uanxeLHNuT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uanxeLHNuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanxeLHNuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanxeLHNuT .mbr-description {
  text-align: left;
}
.cid-uanxeLHNuT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uanxeLHNuT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uanxeLHNuT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uanxeLHNuT .card-title,
.cid-uanxeLHNuT .iconfont-wrapper {
  color: #000000;
}
.cid-uanxeLHNuT .card-text {
  color: #000000;
}
.cid-uanxeLHNuT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uanxeLHNuT .mbr-number {
  color: #9fe870;
}
.cid-uanxeLHNuT .mbr-text,
.cid-uanxeLHNuT .mbr-section-btn {
  text-align: center;
}
.cid-uanxeLHNuT .card-text,
.cid-uanxeLHNuT .item .mbr-section-btn {
  text-align: left;
}
.cid-uanxeLHNuT .mbr-section-btn {
  margin-top: 5rem;
}
.cid-uanxeLHNuT .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uanxeLHNuT .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uanxeLHNuT .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uanxeLHNuT .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uanxeLHNuT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uanxeLHNuT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uanxeLHNuT .card-title {
  text-align: left;
}
.cid-uanxeLHNuT .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uanxeLHNuT .item-content .item-footer {
  margin-top: auto;
}
.cid-ugLubFzarF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLubFzarF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugLubFzarF img,
.cid-ugLubFzarF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugLubFzarF .item:focus,
.cid-ugLubFzarF span:focus {
  outline: none;
}
.cid-ugLubFzarF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugLubFzarF .item {
    margin-bottom: 1rem;
  }
}
.cid-ugLubFzarF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugLubFzarF .mbr-section-title {
  color: #232323;
}
.cid-ugLubFzarF .mbr-text,
.cid-ugLubFzarF .mbr-section-btn {
  color: #232323;
}
.cid-ugLubFzarF .item-title {
  color: #232323;
}
.cid-ugLubFzarF .content-head {
  max-width: 800px;
}
.cid-uanxeLIaC9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uanxeLIaC9 .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-uanxeLIaC9 .panel-group {
  border: none;
}
.cid-uanxeLIaC9 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uanxeLIaC9 .card-header {
    padding: 0rem;
  }
}
.cid-uanxeLIaC9 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uanxeLIaC9 .img-col {
  padding: 0;
}
.cid-uanxeLIaC9 .img-item {
  height: 100%;
}
.cid-uanxeLIaC9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uanxeLIaC9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uanxeLIaC9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uanxeLIaC9 p {
  margin-bottom: 0.3rem;
}
.cid-uanxeLIaC9 .panel-title-edit {
  color: #000000;
}
.cid-uanxeLIaC9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uanxeLIaC9 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uanxeLIaC9 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uanxeLIaC9 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uanxeLIaC9 .panel-text {
  color: #000000;
}
.cid-uanxeLIaC9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uanxeLIaC9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uanxeLIaC9 .panel-title-edit,
.cid-uanxeLIaC9 .mbr-iconfont {
  color: #000000;
}
.cid-uefjvx3otb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uefjvx3otb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefjvx3otb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefjvx3otb .row {
  justify-content: center;
}
.cid-uefjvx3otb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uefjvx3otb .item {
    margin-bottom: 1rem;
  }
}
.cid-uefjvx3otb .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uefjvx3otb .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uefjvx3otb .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uefjvx3otb .content-head {
  max-width: 800px;
}
.cid-ue6YiTio3Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ue6YiTio3Q .showAlerts {
  display: block !important;
}
.cid-ue6YiTio3Q .rowflexrev {
  display: -webkit-flex;
}
.cid-ue6YiTio3Q .title {
  margin-bottom: 2rem;
}
.cid-ue6YiTio3Q .mbr-section-subtitle {
  color: #767676;
}
.cid-ue6YiTio3Q textarea.form-control {
  min-height: 188px;
}
.cid-ue6YiTio3Q LABEL {
  color: #232323;
  display: initial;
}
.cid-ue6YiTio3Q .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ue6YiTio3Q .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ue6YiTio3Q .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ue6YiTio3Q .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ue6YiTio3Q .alert {
  margin-bottom: 0;
}
.cid-ue6YiTio3Q .alert-success {
  background-color: #098088;
}
.cid-ue6YiTio3Q .alert-danger {
  background-color: #000000;
}
.cid-ue6YiTio3Q .btn {
  display: inline-flex;
}
.cid-ue6YiTio3Q .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ue6YiTio3Q .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ue6YiTio3Q input,
.cid-ue6YiTio3Q option,
.cid-ue6YiTio3Q textarea {
  color: #000000;
}
.cid-uanxeLIumD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uanxeLIumD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanxeLIumD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uanxeLIumD .container-fluid {
    padding: 0;
  }
}
.cid-uanxeLIumD .embla__button--next,
.cid-uanxeLIumD .embla__button--prev {
  display: flex;
}
.cid-uanxeLIumD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uanxeLIumD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uanxeLIumD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uanxeLIumD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uanxeLIumD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uanxeLIumD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uanxeLIumD .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uanxeLIumD .embla {
  position: relative;
  width: 100%;
}
.cid-uanxeLIumD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uanxeLIumD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uanxeLIumD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uanxeLIumD .embla__slide a {
  cursor: grab;
}
.cid-uanxeLIumD .embla__slide a:active {
  cursor: grabbing;
}
.cid-uanxeLIumD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uanxeLIumD .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uanxeLIumD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uanxeLIumD .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uanxeLIumD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uanxeLIumD .mbr-section-title {
  color: #232323;
}
.cid-uanxeLIumD .mbr-section-subtitle {
  color: #232323;
}
.cid-uanxeLIumD .mbr-box {
  color: #ffffff;
}
.cid-uanxeLIumD .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uanxeLIumD img,
.cid-uanxeLIumD .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uanxeLIumD .item-wrapper {
  position: relative;
}
.cid-uanxeLIumD .content-head {
  max-width: 800px;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ugL5nVXCkW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugL5nVXCkW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugL5nVXCkW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugL5nVXCkW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugL5nVXCkW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugL5nVXCkW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugL5nVXCkW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugL5nVXCkW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugL5nVXCkW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugL5nVXCkW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ugL5nVXCkW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugL5nVXCkW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugL5nVXCkW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugL5nVXCkW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ugL5nVXCkW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugL5nVXCkW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugL5nVXCkW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugL5nVXCkW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugL5nVXCkW .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugL5nVXCkW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugL5nVXCkW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugL5nVXCkW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugL5nVXCkW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ugL5nVXCkW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugL5nVXCkW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugL5nVXCkW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugL5nVXCkW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ugL5nVXCkW .nav-item:focus,
.cid-ugL5nVXCkW .nav-link:focus {
  outline: none;
}
.cid-ugL5nVXCkW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugL5nVXCkW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugL5nVXCkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugL5nVXCkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugL5nVXCkW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugL5nVXCkW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugL5nVXCkW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugL5nVXCkW .navbar.opened {
  transition: all 0.3s;
}
.cid-ugL5nVXCkW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugL5nVXCkW .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ugL5nVXCkW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugL5nVXCkW .navbar.collapsed {
  justify-content: center;
}
.cid-ugL5nVXCkW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugL5nVXCkW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugL5nVXCkW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ugL5nVXCkW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugL5nVXCkW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugL5nVXCkW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugL5nVXCkW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugL5nVXCkW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugL5nVXCkW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugL5nVXCkW .navbar {
    min-height: 72px;
  }
  .cid-ugL5nVXCkW .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugL5nVXCkW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugL5nVXCkW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugL5nVXCkW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugL5nVXCkW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugL5nVXCkW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugL5nVXCkW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugL5nVXCkW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugL5nVXCkW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugL5nVXCkW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugL5nVXCkW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugL5nVXCkW .dropdown-item.active,
.cid-ugL5nVXCkW .dropdown-item:active {
  background-color: transparent;
}
.cid-ugL5nVXCkW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugL5nVXCkW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugL5nVXCkW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugL5nVXCkW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ugL5nVXCkW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugL5nVXCkW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugL5nVXCkW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugL5nVXCkW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugL5nVXCkW .navbar-buttons {
    text-align: left;
  }
}
.cid-ugL5nVXCkW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugL5nVXCkW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugL5nVXCkW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugL5nVXCkW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugL5nVXCkW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugL5nVXCkW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugL5nVXCkW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugL5nVXCkW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugL5nVXCkW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugL5nVXCkW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugL5nVXCkW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugL5nVXCkW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugL5nVXCkW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugL5nVXCkW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugL5nVXCkW .navbar {
    height: 70px;
  }
  .cid-ugL5nVXCkW .navbar.opened {
    height: auto;
  }
  .cid-ugL5nVXCkW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugL5nVXCkW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugL5nVXCkW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugL5nVXCkW .navbar-brand {
    margin-right: auto;
  }
  .cid-ugL5nVXCkW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugL5nVXCkW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugL5nVXCkW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugL5nVXCkW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugL5nVXCkW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugL5nVXCkW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugLg9bLDUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugLeVx0wrE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugLeVx0wrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLeVx0wrE .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-ugLeVx0wrE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLeVx0wrE .row {
  flex-direction: row-reverse;
}
.cid-ugLeVx0wrE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugLeVx0wrE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLeVx0wrE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLeVx0wrE .mbr-section-title {
  color: #000000;
}
.cid-ugLeVx0wrE .mbr-text,
.cid-ugLeVx0wrE .mbr-section-btn {
  color: #000000;
}
.cid-ugLfnRsP6e {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugLfnRsP6e .mbr-text {
  color: #000000;
}
.cid-ugLfnRsP6e .mbr-section-subtitle {
  color: #000000;
}
.cid-ugLfnRsP6e .mbr-section-title {
  color: #000000;
}
.cid-uhyqybQd44 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ugL5nX1JjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugWZpPSVkv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugWZpPSVkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugWZpPSVkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugWZpPSVkv .mbr-description {
  text-align: left;
}
.cid-ugWZpPSVkv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugWZpPSVkv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugWZpPSVkv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugWZpPSVkv .card-title,
.cid-ugWZpPSVkv .iconfont-wrapper {
  color: #000000;
}
.cid-ugWZpPSVkv .card-text {
  color: #000000;
}
.cid-ugWZpPSVkv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugWZpPSVkv .mbr-number {
  color: #9fe870;
}
.cid-ugWZpPSVkv .mbr-text,
.cid-ugWZpPSVkv .mbr-section-btn {
  text-align: center;
}
.cid-ugWZpPSVkv .card-text,
.cid-ugWZpPSVkv .item .mbr-section-btn {
  text-align: left;
}
.cid-ugWZpPSVkv .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugWZpPSVkv .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugWZpPSVkv .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugWZpPSVkv .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugWZpPSVkv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugWZpPSVkv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugWZpPSVkv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugWZpPSVkv .card-title {
  text-align: left;
}
.cid-ugWZpPSVkv .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugWZpPSVkv .item-content .item-footer {
  margin-top: auto;
}
.cid-ugX2SeQB8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugX2SeQB8x .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugX2SeQB8x img,
.cid-ugX2SeQB8x .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugX2SeQB8x .item:focus,
.cid-ugX2SeQB8x span:focus {
  outline: none;
}
.cid-ugX2SeQB8x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX2SeQB8x .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX2SeQB8x .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugX2SeQB8x .mbr-section-title {
  color: #232323;
}
.cid-ugX2SeQB8x .mbr-text,
.cid-ugX2SeQB8x .mbr-section-btn {
  color: #232323;
}
.cid-ugX2SeQB8x .item-title {
  color: #232323;
}
.cid-ugX2SeQB8x .content-head {
  max-width: 800px;
}
.cid-ugWZrDfTaq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugWZrDfTaq .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-ugWZrDfTaq .panel-group {
  border: none;
}
.cid-ugWZrDfTaq .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugWZrDfTaq .card-header {
    padding: 0rem;
  }
}
.cid-ugWZrDfTaq .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugWZrDfTaq .img-col {
  padding: 0;
}
.cid-ugWZrDfTaq .img-item {
  height: 100%;
}
.cid-ugWZrDfTaq img {
  height: 100%;
  object-fit: cover;
}
.cid-ugWZrDfTaq .collapsed span {
  transform: rotate(0deg);
}
.cid-ugWZrDfTaq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugWZrDfTaq p {
  margin-bottom: 0.3rem;
}
.cid-ugWZrDfTaq .panel-title-edit {
  color: #000000;
}
.cid-ugWZrDfTaq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugWZrDfTaq .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugWZrDfTaq .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugWZrDfTaq .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugWZrDfTaq .panel-text {
  color: #000000;
}
.cid-ugWZrDfTaq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugWZrDfTaq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugWZrDfTaq .panel-title-edit,
.cid-ugWZrDfTaq .mbr-iconfont {
  color: #000000;
}
.cid-ugL5nYOgkY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugL5nYOgkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugL5nYOgkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ugL5nYOgkY .container-fluid {
    padding: 0;
  }
}
.cid-ugL5nYOgkY .embla__button--next,
.cid-ugL5nYOgkY .embla__button--prev {
  display: flex;
}
.cid-ugL5nYOgkY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ugL5nYOgkY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ugL5nYOgkY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ugL5nYOgkY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugL5nYOgkY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugL5nYOgkY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugL5nYOgkY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugL5nYOgkY .embla {
  position: relative;
  width: 100%;
}
.cid-ugL5nYOgkY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugL5nYOgkY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugL5nYOgkY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugL5nYOgkY .embla__slide a {
  cursor: grab;
}
.cid-ugL5nYOgkY .embla__slide a:active {
  cursor: grabbing;
}
.cid-ugL5nYOgkY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugL5nYOgkY .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ugL5nYOgkY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ugL5nYOgkY .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ugL5nYOgkY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ugL5nYOgkY .mbr-section-title {
  color: #232323;
}
.cid-ugL5nYOgkY .mbr-section-subtitle {
  color: #232323;
}
.cid-ugL5nYOgkY .mbr-box {
  color: #ffffff;
}
.cid-ugL5nYOgkY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ugL5nYOgkY img,
.cid-ugL5nYOgkY .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugL5nYOgkY .item-wrapper {
  position: relative;
}
.cid-ugL5nYOgkY .content-head {
  max-width: 800px;
}
.cid-ugWZtLCKcU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugWZtLCKcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugWZtLCKcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugWZtLCKcU .row {
  justify-content: center;
}
.cid-ugWZtLCKcU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugWZtLCKcU .item {
    margin-bottom: 1rem;
  }
}
.cid-ugWZtLCKcU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugWZtLCKcU .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugWZtLCKcU .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugWZtLCKcU .content-head {
  max-width: 800px;
}
.cid-ugWZuqf962 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugWZuqf962 .showAlerts {
  display: block !important;
}
.cid-ugWZuqf962 .rowflexrev {
  display: -webkit-flex;
}
.cid-ugWZuqf962 .title {
  margin-bottom: 2rem;
}
.cid-ugWZuqf962 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugWZuqf962 textarea.form-control {
  min-height: 188px;
}
.cid-ugWZuqf962 LABEL {
  color: #232323;
  display: initial;
}
.cid-ugWZuqf962 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugWZuqf962 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugWZuqf962 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugWZuqf962 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugWZuqf962 .alert {
  margin-bottom: 0;
}
.cid-ugWZuqf962 .alert-success {
  background-color: #098088;
}
.cid-ugWZuqf962 .alert-danger {
  background-color: #000000;
}
.cid-ugWZuqf962 .btn {
  display: inline-flex;
}
.cid-ugWZuqf962 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugWZuqf962 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugWZuqf962 input,
.cid-ugWZuqf962 option,
.cid-ugWZuqf962 textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ub63feKCzF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub63feKCzF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ub63feKCzF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub63feKCzF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ub63feKCzF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ub63feKCzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub63feKCzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub63feKCzF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub63feKCzF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub63feKCzF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub63feKCzF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub63feKCzF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub63feKCzF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub63feKCzF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub63feKCzF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub63feKCzF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub63feKCzF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub63feKCzF .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub63feKCzF .navbar-logo {
    padding-left: 0;
  }
}
.cid-ub63feKCzF .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub63feKCzF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub63feKCzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub63feKCzF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ub63feKCzF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub63feKCzF .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub63feKCzF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub63feKCzF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ub63feKCzF .nav-item:focus,
.cid-ub63feKCzF .nav-link:focus {
  outline: none;
}
.cid-ub63feKCzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub63feKCzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub63feKCzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub63feKCzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub63feKCzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub63feKCzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub63feKCzF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ub63feKCzF .navbar.opened {
  transition: all 0.3s;
}
.cid-ub63feKCzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub63feKCzF .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ub63feKCzF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub63feKCzF .navbar.collapsed {
  justify-content: center;
}
.cid-ub63feKCzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub63feKCzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub63feKCzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ub63feKCzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub63feKCzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub63feKCzF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ub63feKCzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub63feKCzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub63feKCzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub63feKCzF .navbar {
    min-height: 72px;
  }
  .cid-ub63feKCzF .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub63feKCzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub63feKCzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub63feKCzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub63feKCzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub63feKCzF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ub63feKCzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub63feKCzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub63feKCzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub63feKCzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub63feKCzF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub63feKCzF .dropdown-item.active,
.cid-ub63feKCzF .dropdown-item:active {
  background-color: transparent;
}
.cid-ub63feKCzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub63feKCzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub63feKCzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub63feKCzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub63feKCzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub63feKCzF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub63feKCzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub63feKCzF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub63feKCzF .navbar-buttons {
    text-align: left;
  }
}
.cid-ub63feKCzF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub63feKCzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub63feKCzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub63feKCzF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub63feKCzF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub63feKCzF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub63feKCzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub63feKCzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub63feKCzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub63feKCzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub63feKCzF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ub63feKCzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub63feKCzF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ub63feKCzF .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub63feKCzF .navbar {
    height: 70px;
  }
  .cid-ub63feKCzF .navbar.opened {
    height: auto;
  }
  .cid-ub63feKCzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub63feKCzF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub63feKCzF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub63feKCzF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub63feKCzF .navbar-brand {
    margin-right: auto;
  }
  .cid-ub63feKCzF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ub63feKCzF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub63feKCzF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub63feKCzF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ub63feKCzF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ub63feKCzF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubWTlpqrHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-ubWXxjo1vI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #098088;
}
.cid-ubWXxjo1vI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWXxjo1vI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ubWXxjo1vI .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-ubWXxjo1vI .mbr-section-title {
  color: #ffffff;
}
.cid-ubWXxjo1vI .mbr-text,
.cid-ubWXxjo1vI .mbr-section-btn {
  color: #ffffff;
}
.cid-ubWXxjo1vI .content-head {
  max-width: 800px;
}
.cid-ub63fmRXE3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ub63fmRXE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub63fmRXE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ub63fmRXE3 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ub63fmRXE3 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ub63fmRXE3 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ub63fmRXE3 .card-wrapper {
  background: #ffffff;
}
.cid-ub63fmRXE3 .mbr-text,
.cid-ub63fmRXE3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ub63fmRXE3 .card-title,
.cid-ub63fmRXE3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-ubWTWD28QK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ubWPbQaaYj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubWPbQaaYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWPbQaaYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWPbQaaYj .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubWPbQaaYj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubWPbQaaYj .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ubWPbQaaYj .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubWPbQaaYj .mbr-text,
.cid-ubWPbQaaYj .mbr-section-btn {
  color: #000000;
}
.cid-ubWPbQaaYj .card-title,
.cid-ubWPbQaaYj .card-box {
  text-align: left;
  color: #000000;
}
.cid-ubWPd9FWrg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubWPd9FWrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubWPd9FWrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubWPd9FWrg .mbr-side-description {
  text-align: left;
  color: #000000;
}
.cid-ugLLpXLHVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugLLpXLHVn .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-ugLLpXLHVn .panel-group {
  border: none;
}
.cid-ugLLpXLHVn .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugLLpXLHVn .card-header {
    padding: 0rem;
  }
}
.cid-ugLLpXLHVn .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugLLpXLHVn .img-col {
  padding: 0;
}
.cid-ugLLpXLHVn .img-item {
  height: 100%;
}
.cid-ugLLpXLHVn img {
  height: 100%;
  object-fit: cover;
}
.cid-ugLLpXLHVn .collapsed span {
  transform: rotate(0deg);
}
.cid-ugLLpXLHVn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugLLpXLHVn p {
  margin-bottom: 0.3rem;
}
.cid-ugLLpXLHVn .panel-title-edit {
  color: #000000;
}
.cid-ugLLpXLHVn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugLLpXLHVn .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugLLpXLHVn .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugLLpXLHVn .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugLLpXLHVn .panel-text {
  color: #000000;
}
.cid-ugLLpXLHVn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugLLpXLHVn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugLLpXLHVn .panel-title-edit,
.cid-ugLLpXLHVn .mbr-iconfont {
  color: #000000;
}
.cid-uoomLPZDgN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoomLPZDgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoomLPZDgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoomLPZDgN .container-fluid {
    padding: 0;
  }
}
.cid-uoomLPZDgN .embla__button--next,
.cid-uoomLPZDgN .embla__button--prev {
  display: flex;
}
.cid-uoomLPZDgN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoomLPZDgN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoomLPZDgN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoomLPZDgN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoomLPZDgN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoomLPZDgN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoomLPZDgN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoomLPZDgN .embla {
  position: relative;
  width: 100%;
}
.cid-uoomLPZDgN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoomLPZDgN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoomLPZDgN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoomLPZDgN .embla__slide a {
  cursor: grab;
}
.cid-uoomLPZDgN .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoomLPZDgN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoomLPZDgN .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoomLPZDgN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoomLPZDgN .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoomLPZDgN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoomLPZDgN .mbr-section-title {
  color: #232323;
}
.cid-uoomLPZDgN .mbr-section-subtitle {
  color: #232323;
}
.cid-uoomLPZDgN .mbr-box {
  color: #ffffff;
}
.cid-uoomLPZDgN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoomLPZDgN img,
.cid-uoomLPZDgN .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoomLPZDgN .item-wrapper {
  position: relative;
}
.cid-uoomLPZDgN .content-head {
  max-width: 800px;
}
.cid-uesQOA2fLw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uesQOA2fLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesQOA2fLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uesQOA2fLw .row {
  justify-content: center;
}
.cid-uesQOA2fLw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uesQOA2fLw .item {
    margin-bottom: 1rem;
  }
}
.cid-uesQOA2fLw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uesQOA2fLw .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uesQOA2fLw .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uesQOA2fLw .content-head {
  max-width: 800px;
}
.cid-ugLK5AdNz8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugLK5AdNz8 .showAlerts {
  display: block !important;
}
.cid-ugLK5AdNz8 .rowflexrev {
  display: -webkit-flex;
}
.cid-ugLK5AdNz8 .title {
  margin-bottom: 2rem;
}
.cid-ugLK5AdNz8 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugLK5AdNz8 textarea.form-control {
  min-height: 188px;
}
.cid-ugLK5AdNz8 LABEL {
  color: #232323;
  display: initial;
}
.cid-ugLK5AdNz8 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugLK5AdNz8 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugLK5AdNz8 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugLK5AdNz8 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugLK5AdNz8 .alert {
  margin-bottom: 0;
}
.cid-ugLK5AdNz8 .alert-success {
  background-color: #098088;
}
.cid-ugLK5AdNz8 .alert-danger {
  background-color: #000000;
}
.cid-ugLK5AdNz8 .btn {
  display: inline-flex;
}
.cid-ugLK5AdNz8 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugLK5AdNz8 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugLK5AdNz8 input,
.cid-ugLK5AdNz8 option,
.cid-ugLK5AdNz8 textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ucJv7xsSaR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucJv7xsSaR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucJv7xsSaR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucJv7xsSaR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucJv7xsSaR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucJv7xsSaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJv7xsSaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJv7xsSaR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucJv7xsSaR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucJv7xsSaR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucJv7xsSaR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucJv7xsSaR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucJv7xsSaR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucJv7xsSaR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucJv7xsSaR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucJv7xsSaR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucJv7xsSaR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucJv7xsSaR .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucJv7xsSaR .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucJv7xsSaR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJv7xsSaR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucJv7xsSaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucJv7xsSaR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucJv7xsSaR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucJv7xsSaR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucJv7xsSaR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJv7xsSaR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ucJv7xsSaR .nav-item:focus,
.cid-ucJv7xsSaR .nav-link:focus {
  outline: none;
}
.cid-ucJv7xsSaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJv7xsSaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJv7xsSaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJv7xsSaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJv7xsSaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJv7xsSaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJv7xsSaR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucJv7xsSaR .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJv7xsSaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJv7xsSaR .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucJv7xsSaR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucJv7xsSaR .navbar.collapsed {
  justify-content: center;
}
.cid-ucJv7xsSaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJv7xsSaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJv7xsSaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucJv7xsSaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJv7xsSaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJv7xsSaR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucJv7xsSaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJv7xsSaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJv7xsSaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJv7xsSaR .navbar {
    min-height: 72px;
  }
  .cid-ucJv7xsSaR .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucJv7xsSaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJv7xsSaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJv7xsSaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJv7xsSaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJv7xsSaR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucJv7xsSaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJv7xsSaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucJv7xsSaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJv7xsSaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucJv7xsSaR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucJv7xsSaR .dropdown-item.active,
.cid-ucJv7xsSaR .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJv7xsSaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJv7xsSaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJv7xsSaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJv7xsSaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ucJv7xsSaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucJv7xsSaR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucJv7xsSaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJv7xsSaR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucJv7xsSaR .navbar-buttons {
    text-align: left;
  }
}
.cid-ucJv7xsSaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucJv7xsSaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucJv7xsSaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucJv7xsSaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJv7xsSaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJv7xsSaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucJv7xsSaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJv7xsSaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJv7xsSaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJv7xsSaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJv7xsSaR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJv7xsSaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJv7xsSaR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucJv7xsSaR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJv7xsSaR .navbar {
    height: 70px;
  }
  .cid-ucJv7xsSaR .navbar.opened {
    height: auto;
  }
  .cid-ucJv7xsSaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucJv7xsSaR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucJv7xsSaR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucJv7xsSaR .navbar-brand {
    margin-right: auto;
  }
  .cid-ucJv7xsSaR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucJv7xsSaR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucJv7xsSaR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucJv7xsSaR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJv7xsSaR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucJv7xsSaR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFV8EVJftR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uFV8EVJftR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV8EVJftR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV8EVJftR .mbr-text {
  color: #000000;
}
.cid-uFV8EVJftR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFV8EVJftR .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uFV8EVJftR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFV8EVJftR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uFV8EVJftR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFV8EVJftR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFV8EVJftR .mbr-number {
  color: #757b62;
  text-align: left;
}
.cid-uFV8EVJftR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFV8EVJftR .card-text,
.cid-uFV8EVJftR .item .mbr-section-btn {
  text-align: left;
}
.cid-uFV8EVJftR .card-title,
.cid-uFV8EVJftR .iconfont-wrapper {
  text-align: left;
}
.cid-uFV8EVJftR .mbr-section-subtitle,
.cid-uFV8EVJftR .main-button {
  text-align: left;
  color: #000000;
}
.cid-uFV8EVJftR .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uFV8EVJftR .item-content .item-footer {
  margin-top: auto;
}
.cid-uFV8EVJftR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFV8EVJftR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uFV8EVJftR .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uFV8EVJftR .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ai4W46bs4m {
  padding-top: 0px;
  background: linear-gradient(180deg, #edefeb, #268288);
}
.cid-ai4W46bs4m .wave1 {
  opacity: 0.35;
  fill: #edefeb;
}
.cid-ai4W46bs4m .wave2 {
  fill: #edefeb;
}
.cid-ue6JL86p10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ue6JL86p10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6JL86p10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6CBtGxID {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ue6CBtGxID .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6CBtGxID .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ue6CBtGxID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6CBtGxID .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ue6CBtGxID .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ue6CBtGxID .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ue6CBtGxID .card-title,
.cid-ue6CBtGxID .iconfont-wrapper {
  color: #000000;
}
.cid-ue6CBtGxID .card-text {
  color: #000000;
}
.cid-ue6CBtGxID .content-head {
  max-width: 800px;
}
.cid-ue6CBtGxID .mbr-section-title {
  color: #000000;
}
.cid-ue6CBtGxID .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue6CBtGxID .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ue6JpNg58E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ue6JpNg58E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6JpNg58E .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ue6JpNg58E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6JpNg58E .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ue6JpNg58E .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ue6JpNg58E .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ue6JpNg58E .card-title,
.cid-ue6JpNg58E .iconfont-wrapper {
  color: #000000;
}
.cid-ue6JpNg58E .card-text {
  color: #000000;
}
.cid-ue6JpNg58E .content-head {
  max-width: 800px;
}
.cid-ue6JpNg58E .mbr-section-title {
  color: #000000;
}
.cid-ue6JpNg58E .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue6JpNg58E .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ue6Ljpuh49 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ue6Ljpuh49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6Ljpuh49 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ue6Ljpuh49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6Ljpuh49 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ue6Ljpuh49 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ue6Ljpuh49 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ue6Ljpuh49 .card-title,
.cid-ue6Ljpuh49 .iconfont-wrapper {
  color: #000000;
}
.cid-ue6Ljpuh49 .card-text {
  color: #000000;
}
.cid-ue6Ljpuh49 .content-head {
  max-width: 800px;
}
.cid-ue6Ljpuh49 .mbr-section-title {
  color: #000000;
}
.cid-ue6Ljpuh49 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue6Ljpuh49 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueamzu5Cei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueamzu5Cei .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueamzu5Cei .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueamzu5Cei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueamzu5Cei .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueamzu5Cei .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueamzu5Cei .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueamzu5Cei .card-title,
.cid-ueamzu5Cei .iconfont-wrapper {
  color: #000000;
}
.cid-ueamzu5Cei .card-text {
  color: #000000;
}
.cid-ueamzu5Cei .content-head {
  max-width: 800px;
}
.cid-ueamzu5Cei .mbr-section-title {
  color: #000000;
}
.cid-ueamzu5Cei .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueamzu5Cei .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueapJB2Dfe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueapJB2Dfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueapJB2Dfe .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueapJB2Dfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueapJB2Dfe .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueapJB2Dfe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueapJB2Dfe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueapJB2Dfe .card-title,
.cid-ueapJB2Dfe .iconfont-wrapper {
  color: #000000;
}
.cid-ueapJB2Dfe .card-text {
  color: #000000;
}
.cid-ueapJB2Dfe .content-head {
  max-width: 800px;
}
.cid-ueapJB2Dfe .mbr-section-title {
  color: #000000;
}
.cid-ueapJB2Dfe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueapJB2Dfe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueandKTgK4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueandKTgK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueandKTgK4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueandKTgK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueandKTgK4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueandKTgK4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueandKTgK4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueandKTgK4 .card-title,
.cid-ueandKTgK4 .iconfont-wrapper {
  color: #000000;
}
.cid-ueandKTgK4 .card-text {
  color: #000000;
}
.cid-ueandKTgK4 .content-head {
  max-width: 800px;
}
.cid-ueandKTgK4 .mbr-section-title {
  color: #000000;
}
.cid-ueandKTgK4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueandKTgK4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uearO6ZkmI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uearO6ZkmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uearO6ZkmI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uearO6ZkmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uearO6ZkmI .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uearO6ZkmI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uearO6ZkmI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uearO6ZkmI .card-title,
.cid-uearO6ZkmI .iconfont-wrapper {
  color: #000000;
}
.cid-uearO6ZkmI .card-text {
  color: #000000;
}
.cid-uearO6ZkmI .content-head {
  max-width: 800px;
}
.cid-uearO6ZkmI .mbr-section-title {
  color: #000000;
}
.cid-uearO6ZkmI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uearO6ZkmI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uearO6ZkmI .mbr-section-subtitle {
  color: #000000;
}
.cid-ueasp1ATTy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueasp1ATTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueasp1ATTy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueasp1ATTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueasp1ATTy .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueasp1ATTy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueasp1ATTy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueasp1ATTy .card-title,
.cid-ueasp1ATTy .iconfont-wrapper {
  color: #000000;
}
.cid-ueasp1ATTy .card-text {
  color: #000000;
}
.cid-ueasp1ATTy .content-head {
  max-width: 800px;
}
.cid-ueasp1ATTy .mbr-section-title {
  color: #000000;
}
.cid-ueasp1ATTy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueasp1ATTy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueasp1ATTy .mbr-section-subtitle {
  color: #000000;
}
.cid-ueatIMtT4y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueatIMtT4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueatIMtT4y .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueatIMtT4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueatIMtT4y .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueatIMtT4y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueatIMtT4y .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueatIMtT4y .card-title,
.cid-ueatIMtT4y .iconfont-wrapper {
  color: #000000;
}
.cid-ueatIMtT4y .card-text {
  color: #000000;
}
.cid-ueatIMtT4y .content-head {
  max-width: 800px;
}
.cid-ueatIMtT4y .mbr-section-title {
  color: #000000;
}
.cid-ueatIMtT4y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueatIMtT4y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueawbYXpqp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueawbYXpqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueawbYXpqp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueawbYXpqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueawbYXpqp .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueawbYXpqp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueawbYXpqp .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueawbYXpqp .card-title,
.cid-ueawbYXpqp .iconfont-wrapper {
  color: #000000;
}
.cid-ueawbYXpqp .card-text {
  color: #000000;
}
.cid-ueawbYXpqp .content-head {
  max-width: 800px;
}
.cid-ueawbYXpqp .mbr-section-title {
  color: #000000;
}
.cid-ueawbYXpqp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueawbYXpqp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueawbYXpqp .mbr-section-subtitle {
  color: #000000;
}
.cid-ueazu3JzUs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueazu3JzUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueazu3JzUs .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueazu3JzUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueazu3JzUs .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueazu3JzUs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueazu3JzUs .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueazu3JzUs .card-title,
.cid-ueazu3JzUs .iconfont-wrapper {
  color: #000000;
}
.cid-ueazu3JzUs .card-text {
  color: #000000;
}
.cid-ueazu3JzUs .content-head {
  max-width: 800px;
}
.cid-ueazu3JzUs .mbr-section-title {
  color: #000000;
}
.cid-ueazu3JzUs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueazu3JzUs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueazu3JzUs .mbr-section-subtitle {
  color: #000000;
}
.cid-ueaAvmpWTX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ueaAvmpWTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaAvmpWTX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueaAvmpWTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaAvmpWTX .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueaAvmpWTX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueaAvmpWTX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueaAvmpWTX .card-title,
.cid-ueaAvmpWTX .iconfont-wrapper {
  color: #000000;
}
.cid-ueaAvmpWTX .card-text {
  color: #000000;
}
.cid-ueaAvmpWTX .content-head {
  max-width: 800px;
}
.cid-ueaAvmpWTX .mbr-section-title {
  color: #000000;
}
.cid-ueaAvmpWTX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueaAvmpWTX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueaKSVXpDh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ueaKSVXpDh .mbr-text {
  color: #000000;
}
.cid-ueaKSVXpDh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ueaKSVXpDh .mbr-section-title {
  color: #000000;
}
.cid-ueaG80nFtf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ueaG80nFtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaG80nFtf .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ueaG80nFtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaG80nFtf .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ueaG80nFtf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ueaG80nFtf .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ueaG80nFtf .card-title,
.cid-ueaG80nFtf .iconfont-wrapper {
  color: #000000;
}
.cid-ueaG80nFtf .card-text {
  color: #000000;
}
.cid-ueaG80nFtf .content-head {
  max-width: 800px;
}
.cid-ueaG80nFtf .mbr-section-title {
  color: #000000;
}
.cid-ueaG80nFtf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueaG80nFtf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ueaG80nFtf .mbr-section-subtitle {
  color: #000000;
}
.cid-ugNxs1aFrF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugNxs1aFrF .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugNxs1aFrF .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueaHn347r7 {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ueaHn347r7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ueaHn347r7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ueaHn347r7 .mbr-section-title {
  color: #000000;
}
.cid-ucJv7BXZa7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-ugNlA2SJnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugNlA2SJnq .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-ugNlA2SJnq .panel-group {
  border: none;
}
.cid-ugNlA2SJnq .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugNlA2SJnq .card-header {
    padding: 0rem;
  }
}
.cid-ugNlA2SJnq .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugNlA2SJnq .img-col {
  padding: 0;
}
.cid-ugNlA2SJnq .img-item {
  height: 100%;
}
.cid-ugNlA2SJnq img {
  height: 100%;
  object-fit: cover;
}
.cid-ugNlA2SJnq .collapsed span {
  transform: rotate(0deg);
}
.cid-ugNlA2SJnq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugNlA2SJnq p {
  margin-bottom: 0.3rem;
}
.cid-ugNlA2SJnq .panel-title-edit {
  color: #000000;
}
.cid-ugNlA2SJnq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugNlA2SJnq .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugNlA2SJnq .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugNlA2SJnq .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugNlA2SJnq .panel-text {
  color: #000000;
}
.cid-ugNlA2SJnq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugNlA2SJnq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugNlA2SJnq .panel-title-edit,
.cid-ugNlA2SJnq .mbr-iconfont {
  color: #000000;
}
.cid-uesR086xdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uesR086xdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesR086xdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uesR086xdk .container-fluid {
    padding: 0;
  }
}
.cid-uesR086xdk .embla__button--next,
.cid-uesR086xdk .embla__button--prev {
  display: flex;
}
.cid-uesR086xdk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uesR086xdk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uesR086xdk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uesR086xdk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesR086xdk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uesR086xdk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uesR086xdk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uesR086xdk .embla {
  position: relative;
  width: 100%;
}
.cid-uesR086xdk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uesR086xdk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesR086xdk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesR086xdk .embla__slide a {
  cursor: grab;
}
.cid-uesR086xdk .embla__slide a:active {
  cursor: grabbing;
}
.cid-uesR086xdk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesR086xdk .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uesR086xdk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uesR086xdk .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uesR086xdk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uesR086xdk .mbr-section-title {
  color: #232323;
}
.cid-uesR086xdk .mbr-section-subtitle {
  color: #232323;
}
.cid-uesR086xdk .mbr-box {
  color: #ffffff;
}
.cid-uesR086xdk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uesR086xdk img,
.cid-uesR086xdk .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uesR086xdk .item-wrapper {
  position: relative;
}
.cid-uesR086xdk .content-head {
  max-width: 800px;
}
.cid-ugNlCmfnZx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugNlCmfnZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNlCmfnZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNlCmfnZx .row {
  justify-content: center;
}
.cid-ugNlCmfnZx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugNlCmfnZx .item {
    margin-bottom: 1rem;
  }
}
.cid-ugNlCmfnZx .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugNlCmfnZx .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugNlCmfnZx .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugNlCmfnZx .content-head {
  max-width: 800px;
}
.cid-ugNlFMwqIX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugNlFMwqIX .showAlerts {
  display: block !important;
}
.cid-ugNlFMwqIX .rowflexrev {
  display: -webkit-flex;
}
.cid-ugNlFMwqIX .title {
  margin-bottom: 2rem;
}
.cid-ugNlFMwqIX .mbr-section-subtitle {
  color: #767676;
}
.cid-ugNlFMwqIX textarea.form-control {
  min-height: 188px;
}
.cid-ugNlFMwqIX LABEL {
  color: #232323;
  display: initial;
}
.cid-ugNlFMwqIX .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNlFMwqIX .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugNlFMwqIX .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNlFMwqIX .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNlFMwqIX .alert {
  margin-bottom: 0;
}
.cid-ugNlFMwqIX .alert-success {
  background-color: #098088;
}
.cid-ugNlFMwqIX .alert-danger {
  background-color: #000000;
}
.cid-ugNlFMwqIX .btn {
  display: inline-flex;
}
.cid-ugNlFMwqIX .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugNlFMwqIX .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugNlFMwqIX input,
.cid-ugNlFMwqIX option,
.cid-ugNlFMwqIX textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ucKfapvvy4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucKfapvvy4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucKfapvvy4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucKfapvvy4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucKfapvvy4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucKfapvvy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucKfapvvy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucKfapvvy4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucKfapvvy4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucKfapvvy4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucKfapvvy4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucKfapvvy4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucKfapvvy4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucKfapvvy4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucKfapvvy4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucKfapvvy4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucKfapvvy4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucKfapvvy4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucKfapvvy4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucKfapvvy4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucKfapvvy4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucKfapvvy4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucKfapvvy4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucKfapvvy4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucKfapvvy4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucKfapvvy4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucKfapvvy4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ucKfapvvy4 .nav-item:focus,
.cid-ucKfapvvy4 .nav-link:focus {
  outline: none;
}
.cid-ucKfapvvy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucKfapvvy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucKfapvvy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucKfapvvy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucKfapvvy4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucKfapvvy4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucKfapvvy4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucKfapvvy4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucKfapvvy4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucKfapvvy4 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucKfapvvy4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucKfapvvy4 .navbar.collapsed {
  justify-content: center;
}
.cid-ucKfapvvy4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucKfapvvy4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucKfapvvy4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucKfapvvy4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucKfapvvy4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucKfapvvy4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucKfapvvy4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucKfapvvy4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucKfapvvy4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucKfapvvy4 .navbar {
    min-height: 72px;
  }
  .cid-ucKfapvvy4 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucKfapvvy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucKfapvvy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucKfapvvy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucKfapvvy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucKfapvvy4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucKfapvvy4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucKfapvvy4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucKfapvvy4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucKfapvvy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucKfapvvy4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucKfapvvy4 .dropdown-item.active,
.cid-ucKfapvvy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucKfapvvy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucKfapvvy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucKfapvvy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucKfapvvy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ucKfapvvy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucKfapvvy4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucKfapvvy4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucKfapvvy4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucKfapvvy4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucKfapvvy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucKfapvvy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucKfapvvy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucKfapvvy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKfapvvy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucKfapvvy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucKfapvvy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKfapvvy4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucKfapvvy4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucKfapvvy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucKfapvvy4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucKfapvvy4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucKfapvvy4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucKfapvvy4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucKfapvvy4 .navbar {
    height: 70px;
  }
  .cid-ucKfapvvy4 .navbar.opened {
    height: auto;
  }
  .cid-ucKfapvvy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucKfapvvy4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucKfapvvy4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucKfapvvy4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucKfapvvy4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucKfapvvy4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucKfapvvy4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucKfapvvy4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucKfapvvy4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucKfapvvy4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucKilSJSXN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
  overflow: hidden;
}
.cid-ucKfEavG8k {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-ucKfEavG8k .mbr-text {
  color: #000000;
}
.cid-ucKfEavG8k .mbr-section-subtitle {
  color: #000000;
}
.cid-ucKfEavG8k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucKfEavG8k .mbr-text,
.cid-ucKfEavG8k .item .mbr-section-btn {
  text-align: left;
}
.cid-ucKfEavG8k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucKfEavG8k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucKfEavG8k .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ucKfEavG8k .item-wrapper {
    padding: 4rem;
  }
}
.cid-ucKfEavG8k .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ucKfEavG8k .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ucKfEavG8k .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ucKfEavG8k .mbr-text UL {
  text-align: left;
}
.cid-ucKfEavG8k .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ucKfEavG8k .mbr-card-title {
  color: #000000;
}
.cid-ugNAwKPgl4 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #edefeb;
}
.cid-ugNAwKPgl4 .showAlerts {
  display: block !important;
}
.cid-ugNAwKPgl4 .rowflexrev {
  display: -webkit-flex;
}
.cid-ugNAwKPgl4 .title {
  margin-bottom: 2rem;
}
.cid-ugNAwKPgl4 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugNAwKPgl4 textarea.form-control {
  min-height: 188px;
}
.cid-ugNAwKPgl4 LABEL {
  color: #232323;
  display: initial;
}
.cid-ugNAwKPgl4 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNAwKPgl4 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugNAwKPgl4 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNAwKPgl4 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNAwKPgl4 .alert {
  margin-bottom: 0;
}
.cid-ugNAwKPgl4 .alert-success {
  background-color: #098088;
}
.cid-ugNAwKPgl4 .alert-danger {
  background-color: #000000;
}
.cid-ugNAwKPgl4 .btn {
  display: inline-flex;
}
.cid-ugNAwKPgl4 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugNAwKPgl4 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugNAwKPgl4 input,
.cid-ugNAwKPgl4 option,
.cid-ugNAwKPgl4 textarea {
  color: #000000;
}
.cid-ucKg95ayTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugSXqBBfny {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ugSXqBBfny .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSXqBBfny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSXqBBfny .mbr-text {
  color: #000000;
}
.cid-ugSXqBBfny .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugSXqBBfny .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugSXqBBfny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSXqBBfny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-ugSXqBBfny .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSXqBBfny .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugSXqBBfny .mbr-number {
  color: #757b62;
  text-align: left;
}
.cid-ugSXqBBfny .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugSXqBBfny .card-text,
.cid-ugSXqBBfny .item .mbr-section-btn {
  text-align: left;
}
.cid-ugSXqBBfny .card-title,
.cid-ugSXqBBfny .iconfont-wrapper {
  text-align: left;
}
.cid-ugSXqBBfny .mbr-section-subtitle,
.cid-ugSXqBBfny .main-button {
  text-align: left;
  color: #000000;
}
.cid-ugSXqBBfny .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugSXqBBfny .item-content .item-footer {
  margin-top: auto;
}
.cid-ugSXqBBfny .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSXqBBfny .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugSXqBBfny .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ugSXqBBfny .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ucKfavo4lq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-ugNA3sUdX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugNA3sUdX3 .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-ugNA3sUdX3 .panel-group {
  border: none;
}
.cid-ugNA3sUdX3 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugNA3sUdX3 .card-header {
    padding: 0rem;
  }
}
.cid-ugNA3sUdX3 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugNA3sUdX3 .img-col {
  padding: 0;
}
.cid-ugNA3sUdX3 .img-item {
  height: 100%;
}
.cid-ugNA3sUdX3 img {
  height: 100%;
  object-fit: cover;
}
.cid-ugNA3sUdX3 .collapsed span {
  transform: rotate(0deg);
}
.cid-ugNA3sUdX3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugNA3sUdX3 p {
  margin-bottom: 0.3rem;
}
.cid-ugNA3sUdX3 .panel-title-edit {
  color: #000000;
}
.cid-ugNA3sUdX3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugNA3sUdX3 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugNA3sUdX3 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugNA3sUdX3 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugNA3sUdX3 .panel-text {
  color: #000000;
}
.cid-ugNA3sUdX3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugNA3sUdX3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugNA3sUdX3 .panel-title-edit,
.cid-ugNA3sUdX3 .mbr-iconfont {
  color: #000000;
}
.cid-uesR6Mydem {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uesR6Mydem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesR6Mydem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uesR6Mydem .container-fluid {
    padding: 0;
  }
}
.cid-uesR6Mydem .embla__button--next,
.cid-uesR6Mydem .embla__button--prev {
  display: flex;
}
.cid-uesR6Mydem .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uesR6Mydem .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uesR6Mydem .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uesR6Mydem .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesR6Mydem .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uesR6Mydem .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uesR6Mydem .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uesR6Mydem .embla {
  position: relative;
  width: 100%;
}
.cid-uesR6Mydem .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uesR6Mydem .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesR6Mydem .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesR6Mydem .embla__slide a {
  cursor: grab;
}
.cid-uesR6Mydem .embla__slide a:active {
  cursor: grabbing;
}
.cid-uesR6Mydem .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesR6Mydem .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uesR6Mydem .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uesR6Mydem .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uesR6Mydem .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uesR6Mydem .mbr-section-title {
  color: #232323;
}
.cid-uesR6Mydem .mbr-section-subtitle {
  color: #232323;
}
.cid-uesR6Mydem .mbr-box {
  color: #ffffff;
}
.cid-uesR6Mydem .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uesR6Mydem img,
.cid-uesR6Mydem .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uesR6Mydem .item-wrapper {
  position: relative;
}
.cid-uesR6Mydem .content-head {
  max-width: 800px;
}
.cid-ugNA21rpm9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugNA21rpm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugNA21rpm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugNA21rpm9 .row {
  justify-content: center;
}
.cid-ugNA21rpm9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugNA21rpm9 .item {
    margin-bottom: 1rem;
  }
}
.cid-ugNA21rpm9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugNA21rpm9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugNA21rpm9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugNA21rpm9 .content-head {
  max-width: 800px;
}
.cid-ugNzTjhRRe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugNzTjhRRe .showAlerts {
  display: block !important;
}
.cid-ugNzTjhRRe .rowflexrev {
  display: -webkit-flex;
}
.cid-ugNzTjhRRe .title {
  margin-bottom: 2rem;
}
.cid-ugNzTjhRRe .mbr-section-subtitle {
  color: #767676;
}
.cid-ugNzTjhRRe textarea.form-control {
  min-height: 188px;
}
.cid-ugNzTjhRRe LABEL {
  color: #232323;
  display: initial;
}
.cid-ugNzTjhRRe .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNzTjhRRe .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugNzTjhRRe .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNzTjhRRe .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugNzTjhRRe .alert {
  margin-bottom: 0;
}
.cid-ugNzTjhRRe .alert-success {
  background-color: #098088;
}
.cid-ugNzTjhRRe .alert-danger {
  background-color: #000000;
}
.cid-ugNzTjhRRe .btn {
  display: inline-flex;
}
.cid-ugNzTjhRRe .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugNzTjhRRe .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugNzTjhRRe input,
.cid-ugNzTjhRRe option,
.cid-ugNzTjhRRe textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ugLjxYyPp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugLjxYyPp4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugLjxYyPp4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugLjxYyPp4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugLjxYyPp4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugLjxYyPp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugLjxYyPp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugLjxYyPp4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugLjxYyPp4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugLjxYyPp4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ugLjxYyPp4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugLjxYyPp4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugLjxYyPp4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugLjxYyPp4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ugLjxYyPp4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugLjxYyPp4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugLjxYyPp4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugLjxYyPp4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugLjxYyPp4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugLjxYyPp4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLjxYyPp4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugLjxYyPp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugLjxYyPp4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ugLjxYyPp4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugLjxYyPp4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugLjxYyPp4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugLjxYyPp4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ugLjxYyPp4 .nav-item:focus,
.cid-ugLjxYyPp4 .nav-link:focus {
  outline: none;
}
.cid-ugLjxYyPp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugLjxYyPp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugLjxYyPp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugLjxYyPp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugLjxYyPp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugLjxYyPp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugLjxYyPp4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugLjxYyPp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugLjxYyPp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugLjxYyPp4 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ugLjxYyPp4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugLjxYyPp4 .navbar.collapsed {
  justify-content: center;
}
.cid-ugLjxYyPp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugLjxYyPp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugLjxYyPp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ugLjxYyPp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugLjxYyPp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugLjxYyPp4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugLjxYyPp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugLjxYyPp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugLjxYyPp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLjxYyPp4 .navbar {
    min-height: 72px;
  }
  .cid-ugLjxYyPp4 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugLjxYyPp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugLjxYyPp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugLjxYyPp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugLjxYyPp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugLjxYyPp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugLjxYyPp4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugLjxYyPp4 .dropdown-item.active,
.cid-ugLjxYyPp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugLjxYyPp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugLjxYyPp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugLjxYyPp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugLjxYyPp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ugLjxYyPp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugLjxYyPp4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugLjxYyPp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugLjxYyPp4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugLjxYyPp4 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugLjxYyPp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugLjxYyPp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugLjxYyPp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugLjxYyPp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLjxYyPp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLjxYyPp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugLjxYyPp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLjxYyPp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugLjxYyPp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugLjxYyPp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLjxYyPp4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugLjxYyPp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugLjxYyPp4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugLjxYyPp4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugLjxYyPp4 .navbar {
    height: 70px;
  }
  .cid-ugLjxYyPp4 .navbar.opened {
    height: auto;
  }
  .cid-ugLjxYyPp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugLjxYyPp4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugLjxYyPp4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugLjxYyPp4 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugLjxYyPp4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugLjxYyPp4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugLjxYyPp4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugLjxYyPp4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLjxYyPp4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugLjxYyPp4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugLjxYWE1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  overflow: hidden;
}
.cid-ugLjxZdEGU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugLjxZdEGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLjxZdEGU .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-ugLjxZdEGU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLjxZdEGU .row {
  flex-direction: row-reverse;
}
.cid-ugLjxZdEGU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugLjxZdEGU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLjxZdEGU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLjxZdEGU .mbr-section-title {
  color: #000000;
}
.cid-ugLjxZdEGU .mbr-text,
.cid-ugLjxZdEGU .mbr-section-btn {
  color: #000000;
}
.cid-ugLjxZxXXO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugLjxZxXXO .mbr-text {
  color: #000000;
}
.cid-ugLjxZxXXO .mbr-section-subtitle {
  color: #000000;
}
.cid-ugLjxZxXXO .mbr-section-title {
  color: #000000;
}
.cid-ugLmnyuhSH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugLmnyuhSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLmnyuhSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLl7Vy1CQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugLl7Vy1CQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLl7Vy1CQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLl7Vy1CQ .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ugLl7Vy1CQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLl7Vy1CQ .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ugLl7Vy1CQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLl7Vy1CQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLl7Vy1CQ .mbr-section-title {
  color: #000000;
}
.cid-ugLl7Vy1CQ .mbr-text,
.cid-ugLl7Vy1CQ .mbr-section-btn {
  color: #000000;
}
.cid-ugLl7Vy1CQ img {
  width: 100%;
  height: 100%;
}
.cid-ugLomLefGU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugLomLefGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLomLefGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLomLefGU .row-reverse {
  flex-direction: row-reverse;
}
.cid-ugLomLefGU .row {
  flex-direction: row-reverse;
}
.cid-ugLomLefGU .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-ugLomLefGU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLomLefGU .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ugLomLefGU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLomLefGU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLomLefGU .mbr-section-title {
  color: #000000;
}
.cid-ugLomLefGU .mbr-text,
.cid-ugLomLefGU .mbr-section-btn {
  color: #000000;
}
.cid-ugLomLefGU img {
  width: 100%;
  height: 100%;
}
.cid-ugLqrp2Kh5 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugLqrp2Kh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLqrp2Kh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLqrp2Kh5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ugLqrp2Kh5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLqrp2Kh5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ugLqrp2Kh5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLqrp2Kh5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLqrp2Kh5 .mbr-section-title {
  color: #000000;
}
.cid-ugLqrp2Kh5 .mbr-text,
.cid-ugLqrp2Kh5 .mbr-section-btn {
  color: #000000;
}
.cid-ugLqrp2Kh5 img {
  width: 100%;
  height: 100%;
}
.cid-ugSQTpZOD7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugSQTpZOD7 .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugSQTpZOD7 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugSRlFEOzd {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ugSRlFEOzd .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugSRlFEOzd .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uhyqXZVAtn {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ugLjxZHFhl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTWfgbSPZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTWfgbSPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWfgbSPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTWfgbSPZ .mbr-description {
  text-align: left;
}
.cid-ugTWfgbSPZ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTWfgbSPZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTWfgbSPZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTWfgbSPZ .card-title,
.cid-ugTWfgbSPZ .iconfont-wrapper {
  color: #000000;
}
.cid-ugTWfgbSPZ .card-text {
  color: #000000;
}
.cid-ugTWfgbSPZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTWfgbSPZ .mbr-number {
  color: #9fe870;
}
.cid-ugTWfgbSPZ .mbr-text,
.cid-ugTWfgbSPZ .mbr-section-btn {
  text-align: center;
}
.cid-ugTWfgbSPZ .card-text,
.cid-ugTWfgbSPZ .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTWfgbSPZ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTWfgbSPZ .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTWfgbSPZ .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTWfgbSPZ .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTWfgbSPZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTWfgbSPZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTWfgbSPZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTWfgbSPZ .card-title {
  text-align: left;
}
.cid-ugTWfgbSPZ .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTWfgbSPZ .item-content .item-footer {
  margin-top: auto;
}
.cid-ugX36gQdWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugX36gQdWz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugX36gQdWz img,
.cid-ugX36gQdWz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugX36gQdWz .item:focus,
.cid-ugX36gQdWz span:focus {
  outline: none;
}
.cid-ugX36gQdWz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX36gQdWz .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX36gQdWz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugX36gQdWz .mbr-section-title {
  color: #232323;
}
.cid-ugX36gQdWz .mbr-text,
.cid-ugX36gQdWz .mbr-section-btn {
  color: #232323;
}
.cid-ugX36gQdWz .item-title {
  color: #232323;
}
.cid-ugX36gQdWz .content-head {
  max-width: 800px;
}
.cid-ugSQxW3YCo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugSQxW3YCo .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-ugSQxW3YCo .panel-group {
  border: none;
}
.cid-ugSQxW3YCo .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugSQxW3YCo .card-header {
    padding: 0rem;
  }
}
.cid-ugSQxW3YCo .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugSQxW3YCo .img-col {
  padding: 0;
}
.cid-ugSQxW3YCo .img-item {
  height: 100%;
}
.cid-ugSQxW3YCo img {
  height: 100%;
  object-fit: cover;
}
.cid-ugSQxW3YCo .collapsed span {
  transform: rotate(0deg);
}
.cid-ugSQxW3YCo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugSQxW3YCo p {
  margin-bottom: 0.3rem;
}
.cid-ugSQxW3YCo .panel-title-edit {
  color: #000000;
}
.cid-ugSQxW3YCo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugSQxW3YCo .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugSQxW3YCo .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSQxW3YCo .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugSQxW3YCo .panel-text {
  color: #000000;
}
.cid-ugSQxW3YCo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugSQxW3YCo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugSQxW3YCo .panel-title-edit,
.cid-ugSQxW3YCo .mbr-iconfont {
  color: #000000;
}
.cid-ugLjy0N050 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugLjy0N050 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLjy0N050 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ugLjy0N050 .container-fluid {
    padding: 0;
  }
}
.cid-ugLjy0N050 .embla__button--next,
.cid-ugLjy0N050 .embla__button--prev {
  display: flex;
}
.cid-ugLjy0N050 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ugLjy0N050 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ugLjy0N050 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugLjy0N050 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugLjy0N050 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugLjy0N050 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugLjy0N050 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugLjy0N050 .embla {
  position: relative;
  width: 100%;
}
.cid-ugLjy0N050 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugLjy0N050 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugLjy0N050 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugLjy0N050 .embla__slide a {
  cursor: grab;
}
.cid-ugLjy0N050 .embla__slide a:active {
  cursor: grabbing;
}
.cid-ugLjy0N050 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugLjy0N050 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ugLjy0N050 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ugLjy0N050 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ugLjy0N050 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ugLjy0N050 .mbr-section-title {
  color: #232323;
}
.cid-ugLjy0N050 .mbr-section-subtitle {
  color: #232323;
}
.cid-ugLjy0N050 .mbr-box {
  color: #ffffff;
}
.cid-ugLjy0N050 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ugLjy0N050 img,
.cid-ugLjy0N050 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugLjy0N050 .item-wrapper {
  position: relative;
}
.cid-ugLjy0N050 .content-head {
  max-width: 800px;
}
.cid-ugSQEnSFSZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugSQEnSFSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSQEnSFSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSQEnSFSZ .row {
  justify-content: center;
}
.cid-ugSQEnSFSZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSQEnSFSZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ugSQEnSFSZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSQEnSFSZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugSQEnSFSZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugSQEnSFSZ .content-head {
  max-width: 800px;
}
.cid-ugSQD4UBJs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugSQD4UBJs .showAlerts {
  display: block !important;
}
.cid-ugSQD4UBJs .rowflexrev {
  display: -webkit-flex;
}
.cid-ugSQD4UBJs .title {
  margin-bottom: 2rem;
}
.cid-ugSQD4UBJs .mbr-section-subtitle {
  color: #767676;
}
.cid-ugSQD4UBJs textarea.form-control {
  min-height: 188px;
}
.cid-ugSQD4UBJs LABEL {
  color: #232323;
  display: initial;
}
.cid-ugSQD4UBJs .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSQD4UBJs .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugSQD4UBJs .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSQD4UBJs .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSQD4UBJs .alert {
  margin-bottom: 0;
}
.cid-ugSQD4UBJs .alert-success {
  background-color: #098088;
}
.cid-ugSQD4UBJs .alert-danger {
  background-color: #000000;
}
.cid-ugSQD4UBJs .btn {
  display: inline-flex;
}
.cid-ugSQD4UBJs .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugSQD4UBJs .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugSQD4UBJs input,
.cid-ugSQD4UBJs option,
.cid-ugSQD4UBJs textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ueskvOXN6U {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueskvOXN6U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ueskvOXN6U .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueskvOXN6U .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueskvOXN6U .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ueskvOXN6U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueskvOXN6U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueskvOXN6U .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ueskvOXN6U .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ueskvOXN6U .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ueskvOXN6U .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ueskvOXN6U .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueskvOXN6U .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueskvOXN6U .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ueskvOXN6U .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueskvOXN6U .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueskvOXN6U .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueskvOXN6U .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueskvOXN6U .navbar-logo {
    padding-left: 0;
  }
}
.cid-ueskvOXN6U .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueskvOXN6U .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueskvOXN6U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ueskvOXN6U .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ueskvOXN6U .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueskvOXN6U .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ueskvOXN6U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueskvOXN6U .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ueskvOXN6U .nav-item:focus,
.cid-ueskvOXN6U .nav-link:focus {
  outline: none;
}
.cid-ueskvOXN6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueskvOXN6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueskvOXN6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueskvOXN6U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueskvOXN6U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueskvOXN6U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueskvOXN6U .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueskvOXN6U .navbar.opened {
  transition: all 0.3s;
}
.cid-ueskvOXN6U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueskvOXN6U .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ueskvOXN6U .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ueskvOXN6U .navbar.collapsed {
  justify-content: center;
}
.cid-ueskvOXN6U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueskvOXN6U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueskvOXN6U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueskvOXN6U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueskvOXN6U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueskvOXN6U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueskvOXN6U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueskvOXN6U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueskvOXN6U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueskvOXN6U .navbar {
    min-height: 72px;
  }
  .cid-ueskvOXN6U .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueskvOXN6U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueskvOXN6U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueskvOXN6U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueskvOXN6U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueskvOXN6U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueskvOXN6U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueskvOXN6U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueskvOXN6U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueskvOXN6U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueskvOXN6U .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueskvOXN6U .dropdown-item.active,
.cid-ueskvOXN6U .dropdown-item:active {
  background-color: transparent;
}
.cid-ueskvOXN6U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueskvOXN6U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueskvOXN6U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueskvOXN6U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ueskvOXN6U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueskvOXN6U .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueskvOXN6U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueskvOXN6U .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueskvOXN6U .navbar-buttons {
    text-align: left;
  }
}
.cid-ueskvOXN6U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueskvOXN6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ueskvOXN6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueskvOXN6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueskvOXN6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueskvOXN6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueskvOXN6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueskvOXN6U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueskvOXN6U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueskvOXN6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueskvOXN6U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueskvOXN6U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueskvOXN6U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueskvOXN6U .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueskvOXN6U .navbar {
    height: 70px;
  }
  .cid-ueskvOXN6U .navbar.opened {
    height: auto;
  }
  .cid-ueskvOXN6U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueskvOXN6U .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ueskvOXN6U .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueskvOXN6U .navbar-brand {
    margin-right: auto;
  }
  .cid-ueskvOXN6U .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ueskvOXN6U .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueskvOXN6U .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueskvOXN6U .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueskvOXN6U .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueskvOXN6U .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueDnbmssdn {
  display: flex;
  background-image: url("../../../assets/images/messenger-creation-beaf1032-a6e8-445d-98c8-f2c7264b8a1c-2000x1333.jpeg");
}
.cid-ueDnbmssdn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ueDnbmssdn {
    align-items: flex-end;
  }
  .cid-ueDnbmssdn .row {
    justify-content: center;
  }
  .cid-ueDnbmssdn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueDnbmssdn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueDnbmssdn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ueDnbmssdn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueDnbmssdn .content-wrap {
    width: 100%;
  }
}
.cid-ueDnbmssdn .mbr-section-title,
.cid-ueDnbmssdn .mbr-section-subtitle {
  text-align: center;
}
.cid-ueDnbmssdn .mbr-text,
.cid-ueDnbmssdn .mbr-section-btn {
  text-align: center;
}
.cid-ueskvPpCfe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ueskvPpCfe .mbr-text {
  color: #000000;
}
.cid-ueskvPpCfe .mbr-section-subtitle {
  color: #000000;
}
.cid-ueskvPpCfe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ueskvPpCfe .mbr-text,
.cid-ueskvPpCfe .item .mbr-section-btn {
  text-align: left;
}
.cid-ueskvPpCfe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueskvPpCfe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueskvPpCfe .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ueskvPpCfe .item-wrapper {
    padding: 4rem;
  }
}
.cid-ueskvPpCfe .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ueskvPpCfe .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-ueskvPpCfe .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ueskvPpCfe .mbr-text UL {
  text-align: left;
}
.cid-ueskvPpCfe .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ueskvPpCfe .mbr-card-title {
  color: #000000;
}
.cid-ugSTAskcgE {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #edefeb;
}
.cid-ugSTAskcgE .showAlerts {
  display: block !important;
}
.cid-ugSTAskcgE .rowflexrev {
  display: -webkit-flex;
}
.cid-ugSTAskcgE .title {
  margin-bottom: 2rem;
}
.cid-ugSTAskcgE .mbr-section-subtitle {
  color: #767676;
}
.cid-ugSTAskcgE textarea.form-control {
  min-height: 188px;
}
.cid-ugSTAskcgE LABEL {
  color: #232323;
  display: initial;
}
.cid-ugSTAskcgE .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTAskcgE .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugSTAskcgE .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTAskcgE .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTAskcgE .alert {
  margin-bottom: 0;
}
.cid-ugSTAskcgE .alert-success {
  background-color: #098088;
}
.cid-ugSTAskcgE .alert-danger {
  background-color: #000000;
}
.cid-ugSTAskcgE .btn {
  display: inline-flex;
}
.cid-ugSTAskcgE .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugSTAskcgE .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugSTAskcgE input,
.cid-ugSTAskcgE option,
.cid-ugSTAskcgE textarea {
  color: #000000;
}
.cid-ueskvYa6wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugSX7K7utJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ugSX7K7utJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSX7K7utJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSX7K7utJ .mbr-text {
  color: #000000;
}
.cid-ugSX7K7utJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugSX7K7utJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugSX7K7utJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSX7K7utJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-ugSX7K7utJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSX7K7utJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugSX7K7utJ .mbr-number {
  color: #757b62;
  text-align: left;
}
.cid-ugSX7K7utJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugSX7K7utJ .card-text,
.cid-ugSX7K7utJ .item .mbr-section-btn {
  text-align: left;
}
.cid-ugSX7K7utJ .card-title,
.cid-ugSX7K7utJ .iconfont-wrapper {
  text-align: left;
}
.cid-ugSX7K7utJ .mbr-section-subtitle,
.cid-ugSX7K7utJ .main-button {
  text-align: left;
  color: #000000;
}
.cid-ugSX7K7utJ .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugSX7K7utJ .item-content .item-footer {
  margin-top: auto;
}
.cid-ugSX7K7utJ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSX7K7utJ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugSX7K7utJ .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-ugSX7K7utJ .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-ueskvYN6BG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-ugSU3faLii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugSU3faLii .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-ugSU3faLii .panel-group {
  border: none;
}
.cid-ugSU3faLii .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugSU3faLii .card-header {
    padding: 0rem;
  }
}
.cid-ugSU3faLii .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugSU3faLii .img-col {
  padding: 0;
}
.cid-ugSU3faLii .img-item {
  height: 100%;
}
.cid-ugSU3faLii img {
  height: 100%;
  object-fit: cover;
}
.cid-ugSU3faLii .collapsed span {
  transform: rotate(0deg);
}
.cid-ugSU3faLii .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugSU3faLii p {
  margin-bottom: 0.3rem;
}
.cid-ugSU3faLii .panel-title-edit {
  color: #000000;
}
.cid-ugSU3faLii .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugSU3faLii .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugSU3faLii .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSU3faLii .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugSU3faLii .panel-text {
  color: #000000;
}
.cid-ugSU3faLii .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugSU3faLii .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugSU3faLii .panel-title-edit,
.cid-ugSU3faLii .mbr-iconfont {
  color: #000000;
}
.cid-ugSTPnTR4k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugSTPnTR4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSTPnTR4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSTPnTR4k .row {
  justify-content: center;
}
.cid-ugSTPnTR4k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSTPnTR4k .item {
    margin-bottom: 1rem;
  }
}
.cid-ugSTPnTR4k .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSTPnTR4k .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugSTPnTR4k .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugSTPnTR4k .content-head {
  max-width: 800px;
}
.cid-ugSTQ86mks {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugSTQ86mks .showAlerts {
  display: block !important;
}
.cid-ugSTQ86mks .rowflexrev {
  display: -webkit-flex;
}
.cid-ugSTQ86mks .title {
  margin-bottom: 2rem;
}
.cid-ugSTQ86mks .mbr-section-subtitle {
  color: #767676;
}
.cid-ugSTQ86mks textarea.form-control {
  min-height: 188px;
}
.cid-ugSTQ86mks LABEL {
  color: #232323;
  display: initial;
}
.cid-ugSTQ86mks .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTQ86mks .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugSTQ86mks .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTQ86mks .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugSTQ86mks .alert {
  margin-bottom: 0;
}
.cid-ugSTQ86mks .alert-success {
  background-color: #098088;
}
.cid-ugSTQ86mks .alert-danger {
  background-color: #000000;
}
.cid-ugSTQ86mks .btn {
  display: inline-flex;
}
.cid-ugSTQ86mks .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugSTQ86mks .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugSTQ86mks input,
.cid-ugSTQ86mks option,
.cid-ugSTQ86mks textarea {
  color: #000000;
}
.cid-uesRdxK0d5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uesRdxK0d5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesRdxK0d5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uesRdxK0d5 .container-fluid {
    padding: 0;
  }
}
.cid-uesRdxK0d5 .embla__button--next,
.cid-uesRdxK0d5 .embla__button--prev {
  display: flex;
}
.cid-uesRdxK0d5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uesRdxK0d5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uesRdxK0d5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uesRdxK0d5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesRdxK0d5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uesRdxK0d5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uesRdxK0d5 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uesRdxK0d5 .embla {
  position: relative;
  width: 100%;
}
.cid-uesRdxK0d5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uesRdxK0d5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesRdxK0d5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesRdxK0d5 .embla__slide a {
  cursor: grab;
}
.cid-uesRdxK0d5 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uesRdxK0d5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesRdxK0d5 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uesRdxK0d5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uesRdxK0d5 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uesRdxK0d5 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uesRdxK0d5 .mbr-section-title {
  color: #232323;
}
.cid-uesRdxK0d5 .mbr-section-subtitle {
  color: #232323;
}
.cid-uesRdxK0d5 .mbr-box {
  color: #ffffff;
}
.cid-uesRdxK0d5 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uesRdxK0d5 img,
.cid-uesRdxK0d5 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uesRdxK0d5 .item-wrapper {
  position: relative;
}
.cid-uesRdxK0d5 .content-head {
  max-width: 800px;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-uet0Em6u43 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uet0Em6u43 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uet0Em6u43 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uet0Em6u43 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uet0Em6u43 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uet0Em6u43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uet0Em6u43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uet0Em6u43 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uet0Em6u43 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uet0Em6u43 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uet0Em6u43 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uet0Em6u43 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uet0Em6u43 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uet0Em6u43 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uet0Em6u43 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uet0Em6u43 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uet0Em6u43 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uet0Em6u43 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uet0Em6u43 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uet0Em6u43 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uet0Em6u43 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uet0Em6u43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uet0Em6u43 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uet0Em6u43 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uet0Em6u43 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uet0Em6u43 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uet0Em6u43 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uet0Em6u43 .nav-item:focus,
.cid-uet0Em6u43 .nav-link:focus {
  outline: none;
}
.cid-uet0Em6u43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uet0Em6u43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uet0Em6u43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uet0Em6u43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uet0Em6u43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uet0Em6u43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uet0Em6u43 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uet0Em6u43 .navbar.opened {
  transition: all 0.3s;
}
.cid-uet0Em6u43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uet0Em6u43 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uet0Em6u43 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uet0Em6u43 .navbar.collapsed {
  justify-content: center;
}
.cid-uet0Em6u43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uet0Em6u43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uet0Em6u43 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uet0Em6u43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uet0Em6u43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uet0Em6u43 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uet0Em6u43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uet0Em6u43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uet0Em6u43 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uet0Em6u43 .navbar {
    min-height: 72px;
  }
  .cid-uet0Em6u43 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uet0Em6u43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uet0Em6u43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uet0Em6u43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uet0Em6u43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uet0Em6u43 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uet0Em6u43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uet0Em6u43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uet0Em6u43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uet0Em6u43 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uet0Em6u43 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uet0Em6u43 .dropdown-item.active,
.cid-uet0Em6u43 .dropdown-item:active {
  background-color: transparent;
}
.cid-uet0Em6u43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uet0Em6u43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uet0Em6u43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uet0Em6u43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uet0Em6u43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uet0Em6u43 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uet0Em6u43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uet0Em6u43 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uet0Em6u43 .navbar-buttons {
    text-align: left;
  }
}
.cid-uet0Em6u43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uet0Em6u43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uet0Em6u43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uet0Em6u43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet0Em6u43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet0Em6u43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uet0Em6u43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet0Em6u43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uet0Em6u43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uet0Em6u43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet0Em6u43 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uet0Em6u43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uet0Em6u43 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uet0Em6u43 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uet0Em6u43 .navbar {
    height: 70px;
  }
  .cid-uet0Em6u43 .navbar.opened {
    height: auto;
  }
  .cid-uet0Em6u43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uet0Em6u43 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uet0Em6u43 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uet0Em6u43 .navbar-brand {
    margin-right: auto;
  }
  .cid-uet0Em6u43 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uet0Em6u43 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uet0Em6u43 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uet0Em6u43 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uet0Em6u43 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uet0Em6u43 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uet0EmvjXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-uet0EmFP0g {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uet0EmFP0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uet0EmFP0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uet0EmRHIr {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uet0EmRHIr .mbr-text {
  color: #000000;
}
.cid-uet0EmRHIr .mbr-section-subtitle {
  color: #000000;
}
.cid-uet0En4r5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTP8w795i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTP8w795i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTP8w795i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTP8w795i .mbr-description {
  text-align: left;
}
.cid-ugTP8w795i .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTP8w795i .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTP8w795i .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTP8w795i .card-title,
.cid-ugTP8w795i .iconfont-wrapper {
  color: #000000;
}
.cid-ugTP8w795i .card-text {
  color: #000000;
}
.cid-ugTP8w795i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTP8w795i .mbr-number {
  color: #9fe870;
}
.cid-ugTP8w795i .mbr-text,
.cid-ugTP8w795i .mbr-section-btn {
  text-align: center;
}
.cid-ugTP8w795i .card-text,
.cid-ugTP8w795i .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTP8w795i .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTP8w795i .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTP8w795i .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTP8w795i .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTP8w795i .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTP8w795i .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTP8w795i .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTP8w795i .card-title {
  text-align: left;
}
.cid-ugTP8w795i .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTP8w795i .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTBOqy9Wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTBOqy9Wg .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-ugTBOqy9Wg .panel-group {
  border: none;
}
.cid-ugTBOqy9Wg .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTBOqy9Wg .card-header {
    padding: 0rem;
  }
}
.cid-ugTBOqy9Wg .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTBOqy9Wg .img-col {
  padding: 0;
}
.cid-ugTBOqy9Wg .img-item {
  height: 100%;
}
.cid-ugTBOqy9Wg img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTBOqy9Wg .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTBOqy9Wg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTBOqy9Wg p {
  margin-bottom: 0.3rem;
}
.cid-ugTBOqy9Wg .panel-title-edit {
  color: #000000;
}
.cid-ugTBOqy9Wg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTBOqy9Wg .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTBOqy9Wg .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTBOqy9Wg .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTBOqy9Wg .panel-text {
  color: #000000;
}
.cid-ugTBOqy9Wg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTBOqy9Wg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTBOqy9Wg .panel-title-edit,
.cid-ugTBOqy9Wg .mbr-iconfont {
  color: #000000;
}
.cid-uoompQIEbX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoompQIEbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoompQIEbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoompQIEbX .container-fluid {
    padding: 0;
  }
}
.cid-uoompQIEbX .embla__button--next,
.cid-uoompQIEbX .embla__button--prev {
  display: flex;
}
.cid-uoompQIEbX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoompQIEbX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoompQIEbX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoompQIEbX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoompQIEbX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoompQIEbX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoompQIEbX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoompQIEbX .embla {
  position: relative;
  width: 100%;
}
.cid-uoompQIEbX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoompQIEbX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoompQIEbX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoompQIEbX .embla__slide a {
  cursor: grab;
}
.cid-uoompQIEbX .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoompQIEbX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoompQIEbX .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoompQIEbX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoompQIEbX .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoompQIEbX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoompQIEbX .mbr-section-title {
  color: #232323;
}
.cid-uoompQIEbX .mbr-section-subtitle {
  color: #232323;
}
.cid-uoompQIEbX .mbr-box {
  color: #ffffff;
}
.cid-uoompQIEbX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoompQIEbX img,
.cid-uoompQIEbX .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoompQIEbX .item-wrapper {
  position: relative;
}
.cid-uoompQIEbX .content-head {
  max-width: 800px;
}
.cid-ugTBLQ2nHd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTBLQ2nHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTBLQ2nHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTBLQ2nHd .row {
  justify-content: center;
}
.cid-ugTBLQ2nHd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTBLQ2nHd .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTBLQ2nHd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTBLQ2nHd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTBLQ2nHd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTBLQ2nHd .content-head {
  max-width: 800px;
}
.cid-ugTBJB6JOx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTBJB6JOx .showAlerts {
  display: block !important;
}
.cid-ugTBJB6JOx .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTBJB6JOx .title {
  margin-bottom: 2rem;
}
.cid-ugTBJB6JOx .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTBJB6JOx textarea.form-control {
  min-height: 188px;
}
.cid-ugTBJB6JOx LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTBJB6JOx .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTBJB6JOx .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTBJB6JOx .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTBJB6JOx .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTBJB6JOx .alert {
  margin-bottom: 0;
}
.cid-ugTBJB6JOx .alert-success {
  background-color: #098088;
}
.cid-ugTBJB6JOx .alert-danger {
  background-color: #000000;
}
.cid-ugTBJB6JOx .btn {
  display: inline-flex;
}
.cid-ugTBJB6JOx .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTBJB6JOx .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTBJB6JOx input,
.cid-ugTBJB6JOx option,
.cid-ugTBJB6JOx textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ucK94zx3oQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucK94zx3oQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucK94zx3oQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucK94zx3oQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucK94zx3oQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucK94zx3oQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucK94zx3oQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucK94zx3oQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucK94zx3oQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucK94zx3oQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucK94zx3oQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucK94zx3oQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucK94zx3oQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucK94zx3oQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucK94zx3oQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucK94zx3oQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucK94zx3oQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucK94zx3oQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucK94zx3oQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucK94zx3oQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucK94zx3oQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucK94zx3oQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucK94zx3oQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucK94zx3oQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucK94zx3oQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucK94zx3oQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucK94zx3oQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ucK94zx3oQ .nav-item:focus,
.cid-ucK94zx3oQ .nav-link:focus {
  outline: none;
}
.cid-ucK94zx3oQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucK94zx3oQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucK94zx3oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucK94zx3oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucK94zx3oQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucK94zx3oQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucK94zx3oQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucK94zx3oQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ucK94zx3oQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucK94zx3oQ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucK94zx3oQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucK94zx3oQ .navbar.collapsed {
  justify-content: center;
}
.cid-ucK94zx3oQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucK94zx3oQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucK94zx3oQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucK94zx3oQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucK94zx3oQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucK94zx3oQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucK94zx3oQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucK94zx3oQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucK94zx3oQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucK94zx3oQ .navbar {
    min-height: 72px;
  }
  .cid-ucK94zx3oQ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucK94zx3oQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucK94zx3oQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucK94zx3oQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucK94zx3oQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucK94zx3oQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucK94zx3oQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucK94zx3oQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucK94zx3oQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucK94zx3oQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucK94zx3oQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucK94zx3oQ .dropdown-item.active,
.cid-ucK94zx3oQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ucK94zx3oQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucK94zx3oQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucK94zx3oQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucK94zx3oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ucK94zx3oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucK94zx3oQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucK94zx3oQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucK94zx3oQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucK94zx3oQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ucK94zx3oQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucK94zx3oQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucK94zx3oQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucK94zx3oQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucK94zx3oQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucK94zx3oQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucK94zx3oQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucK94zx3oQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucK94zx3oQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucK94zx3oQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucK94zx3oQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucK94zx3oQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucK94zx3oQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucK94zx3oQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucK94zx3oQ .navbar {
    height: 70px;
  }
  .cid-ucK94zx3oQ .navbar.opened {
    height: auto;
  }
  .cid-ucK94zx3oQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucK94zx3oQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucK94zx3oQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucK94zx3oQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ucK94zx3oQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucK94zx3oQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucK94zx3oQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucK94zx3oQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucK94zx3oQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucK94zx3oQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucK94APwEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-ucK94BTJVn {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucK94BTJVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucK94BTJVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucK94CXqFM {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ucK94CXqFM .mbr-text {
  color: #000000;
}
.cid-ucK94CXqFM .mbr-section-subtitle {
  color: #000000;
}
.cid-ucK94DPE4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTOZnEE5x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTOZnEE5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTOZnEE5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTOZnEE5x .mbr-description {
  text-align: left;
}
.cid-ugTOZnEE5x .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTOZnEE5x .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOZnEE5x .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTOZnEE5x .card-title,
.cid-ugTOZnEE5x .iconfont-wrapper {
  color: #000000;
}
.cid-ugTOZnEE5x .card-text {
  color: #000000;
}
.cid-ugTOZnEE5x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTOZnEE5x .mbr-number {
  color: #9fe870;
}
.cid-ugTOZnEE5x .mbr-text,
.cid-ugTOZnEE5x .mbr-section-btn {
  text-align: center;
}
.cid-ugTOZnEE5x .card-text,
.cid-ugTOZnEE5x .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTOZnEE5x .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTOZnEE5x .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTOZnEE5x .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOZnEE5x .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTOZnEE5x .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTOZnEE5x .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTOZnEE5x .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTOZnEE5x .card-title {
  text-align: left;
}
.cid-ugTOZnEE5x .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTOZnEE5x .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTDByEwuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTDByEwuv .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-ugTDByEwuv .panel-group {
  border: none;
}
.cid-ugTDByEwuv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTDByEwuv .card-header {
    padding: 0rem;
  }
}
.cid-ugTDByEwuv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTDByEwuv .img-col {
  padding: 0;
}
.cid-ugTDByEwuv .img-item {
  height: 100%;
}
.cid-ugTDByEwuv img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTDByEwuv .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTDByEwuv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTDByEwuv p {
  margin-bottom: 0.3rem;
}
.cid-ugTDByEwuv .panel-title-edit {
  color: #000000;
}
.cid-ugTDByEwuv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTDByEwuv .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTDByEwuv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTDByEwuv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTDByEwuv .panel-text {
  color: #000000;
}
.cid-ugTDByEwuv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTDByEwuv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTDByEwuv .panel-title-edit,
.cid-ugTDByEwuv .mbr-iconfont {
  color: #000000;
}
.cid-uoolSPCm8z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoolSPCm8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoolSPCm8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoolSPCm8z .container-fluid {
    padding: 0;
  }
}
.cid-uoolSPCm8z .embla__button--next,
.cid-uoolSPCm8z .embla__button--prev {
  display: flex;
}
.cid-uoolSPCm8z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoolSPCm8z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoolSPCm8z .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoolSPCm8z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoolSPCm8z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoolSPCm8z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoolSPCm8z .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoolSPCm8z .embla {
  position: relative;
  width: 100%;
}
.cid-uoolSPCm8z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoolSPCm8z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoolSPCm8z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoolSPCm8z .embla__slide a {
  cursor: grab;
}
.cid-uoolSPCm8z .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoolSPCm8z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoolSPCm8z .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoolSPCm8z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoolSPCm8z .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoolSPCm8z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoolSPCm8z .mbr-section-title {
  color: #232323;
}
.cid-uoolSPCm8z .mbr-section-subtitle {
  color: #232323;
}
.cid-uoolSPCm8z .mbr-box {
  color: #ffffff;
}
.cid-uoolSPCm8z .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoolSPCm8z img,
.cid-uoolSPCm8z .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoolSPCm8z .item-wrapper {
  position: relative;
}
.cid-uoolSPCm8z .content-head {
  max-width: 800px;
}
.cid-ugTDGLPS4H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTDGLPS4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTDGLPS4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTDGLPS4H .row {
  justify-content: center;
}
.cid-ugTDGLPS4H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTDGLPS4H .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTDGLPS4H .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTDGLPS4H .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTDGLPS4H .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTDGLPS4H .content-head {
  max-width: 800px;
}
.cid-ugTDDrcQeE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTDDrcQeE .showAlerts {
  display: block !important;
}
.cid-ugTDDrcQeE .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTDDrcQeE .title {
  margin-bottom: 2rem;
}
.cid-ugTDDrcQeE .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTDDrcQeE textarea.form-control {
  min-height: 188px;
}
.cid-ugTDDrcQeE LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTDDrcQeE .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTDDrcQeE .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTDDrcQeE .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTDDrcQeE .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTDDrcQeE .alert {
  margin-bottom: 0;
}
.cid-ugTDDrcQeE .alert-success {
  background-color: #098088;
}
.cid-ugTDDrcQeE .alert-danger {
  background-color: #000000;
}
.cid-ugTDDrcQeE .btn {
  display: inline-flex;
}
.cid-ugTDDrcQeE .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTDDrcQeE .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTDDrcQeE input,
.cid-ugTDDrcQeE option,
.cid-ugTDDrcQeE textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-uesYMXN77X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uesYMXN77X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uesYMXN77X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uesYMXN77X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uesYMXN77X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uesYMXN77X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uesYMXN77X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uesYMXN77X .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uesYMXN77X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uesYMXN77X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uesYMXN77X .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uesYMXN77X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uesYMXN77X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uesYMXN77X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uesYMXN77X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uesYMXN77X .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uesYMXN77X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uesYMXN77X .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uesYMXN77X .navbar-logo {
    padding-left: 0;
  }
}
.cid-uesYMXN77X .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uesYMXN77X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uesYMXN77X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uesYMXN77X .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uesYMXN77X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uesYMXN77X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uesYMXN77X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uesYMXN77X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uesYMXN77X .nav-item:focus,
.cid-uesYMXN77X .nav-link:focus {
  outline: none;
}
.cid-uesYMXN77X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uesYMXN77X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uesYMXN77X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uesYMXN77X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uesYMXN77X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uesYMXN77X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uesYMXN77X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uesYMXN77X .navbar.opened {
  transition: all 0.3s;
}
.cid-uesYMXN77X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uesYMXN77X .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uesYMXN77X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uesYMXN77X .navbar.collapsed {
  justify-content: center;
}
.cid-uesYMXN77X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uesYMXN77X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uesYMXN77X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uesYMXN77X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uesYMXN77X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uesYMXN77X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uesYMXN77X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uesYMXN77X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uesYMXN77X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uesYMXN77X .navbar {
    min-height: 72px;
  }
  .cid-uesYMXN77X .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uesYMXN77X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uesYMXN77X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uesYMXN77X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uesYMXN77X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uesYMXN77X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uesYMXN77X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uesYMXN77X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uesYMXN77X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uesYMXN77X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uesYMXN77X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uesYMXN77X .dropdown-item.active,
.cid-uesYMXN77X .dropdown-item:active {
  background-color: transparent;
}
.cid-uesYMXN77X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uesYMXN77X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uesYMXN77X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uesYMXN77X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uesYMXN77X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uesYMXN77X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uesYMXN77X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uesYMXN77X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uesYMXN77X .navbar-buttons {
    text-align: left;
  }
}
.cid-uesYMXN77X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uesYMXN77X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uesYMXN77X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uesYMXN77X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesYMXN77X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uesYMXN77X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uesYMXN77X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesYMXN77X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uesYMXN77X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uesYMXN77X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uesYMXN77X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uesYMXN77X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uesYMXN77X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uesYMXN77X .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uesYMXN77X .navbar {
    height: 70px;
  }
  .cid-uesYMXN77X .navbar.opened {
    height: auto;
  }
  .cid-uesYMXN77X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uesYMXN77X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uesYMXN77X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uesYMXN77X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uesYMXN77X .navbar-brand {
    margin-right: auto;
  }
  .cid-uesYMXN77X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uesYMXN77X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uesYMXN77X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uesYMXN77X .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uesYMXN77X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uesYMXN77X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTF5DptFF {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-ugTF5DptFF {
    align-items: flex-end;
  }
  .cid-ugTF5DptFF .row {
    justify-content: flex-start;
  }
  .cid-ugTF5DptFF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ugTF5DptFF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ugTF5DptFF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ugTF5DptFF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ugTF5DptFF .content-wrap {
    width: 100%;
  }
}
.cid-ugTF5DptFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTF5DptFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugTF5DptFF .mbr-section-title,
.cid-ugTF5DptFF .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ugTF5DptFF .mbr-text,
.cid-ugTF5DptFF .mbr-section-btn {
  text-align: left;
}
.cid-ugTF5DptFF .mbr-section-title {
  text-align: center;
  color: #ffc091;
}
.cid-uesYMYZZMl {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uesYMYZZMl .mbr-text {
  color: #000000;
}
.cid-uesYMYZZMl .mbr-section-subtitle {
  color: #000000;
}
.cid-uesYMZj9yb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1256x837.jpg");
  overflow: hidden;
}
.cid-ugTPfa4xpk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTPfa4xpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTPfa4xpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTPfa4xpk .mbr-description {
  text-align: left;
}
.cid-ugTPfa4xpk .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTPfa4xpk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPfa4xpk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPfa4xpk .card-title,
.cid-ugTPfa4xpk .iconfont-wrapper {
  color: #000000;
}
.cid-ugTPfa4xpk .card-text {
  color: #000000;
}
.cid-ugTPfa4xpk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTPfa4xpk .mbr-number {
  color: #9fe870;
}
.cid-ugTPfa4xpk .mbr-text,
.cid-ugTPfa4xpk .mbr-section-btn {
  text-align: center;
}
.cid-ugTPfa4xpk .card-text,
.cid-ugTPfa4xpk .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTPfa4xpk .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTPfa4xpk .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTPfa4xpk .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPfa4xpk .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTPfa4xpk .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTPfa4xpk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTPfa4xpk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTPfa4xpk .card-title {
  text-align: left;
}
.cid-ugTPfa4xpk .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTPfa4xpk .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTPgMIAgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTPgMIAgK .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-ugTPgMIAgK .panel-group {
  border: none;
}
.cid-ugTPgMIAgK .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTPgMIAgK .card-header {
    padding: 0rem;
  }
}
.cid-ugTPgMIAgK .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTPgMIAgK .img-col {
  padding: 0;
}
.cid-ugTPgMIAgK .img-item {
  height: 100%;
}
.cid-ugTPgMIAgK img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTPgMIAgK .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTPgMIAgK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTPgMIAgK p {
  margin-bottom: 0.3rem;
}
.cid-ugTPgMIAgK .panel-title-edit {
  color: #000000;
}
.cid-ugTPgMIAgK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTPgMIAgK .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTPgMIAgK .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPgMIAgK .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPgMIAgK .panel-text {
  color: #000000;
}
.cid-ugTPgMIAgK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTPgMIAgK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTPgMIAgK .panel-title-edit,
.cid-ugTPgMIAgK .mbr-iconfont {
  color: #000000;
}
.cid-uoomyw8r5h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoomyw8r5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoomyw8r5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoomyw8r5h .container-fluid {
    padding: 0;
  }
}
.cid-uoomyw8r5h .embla__button--next,
.cid-uoomyw8r5h .embla__button--prev {
  display: flex;
}
.cid-uoomyw8r5h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoomyw8r5h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoomyw8r5h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoomyw8r5h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoomyw8r5h .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoomyw8r5h .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoomyw8r5h .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoomyw8r5h .embla {
  position: relative;
  width: 100%;
}
.cid-uoomyw8r5h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoomyw8r5h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoomyw8r5h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoomyw8r5h .embla__slide a {
  cursor: grab;
}
.cid-uoomyw8r5h .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoomyw8r5h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoomyw8r5h .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoomyw8r5h .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoomyw8r5h .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoomyw8r5h .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoomyw8r5h .mbr-section-title {
  color: #232323;
}
.cid-uoomyw8r5h .mbr-section-subtitle {
  color: #232323;
}
.cid-uoomyw8r5h .mbr-box {
  color: #ffffff;
}
.cid-uoomyw8r5h .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoomyw8r5h img,
.cid-uoomyw8r5h .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoomyw8r5h .item-wrapper {
  position: relative;
}
.cid-uoomyw8r5h .content-head {
  max-width: 800px;
}
.cid-ugTPiE6vXZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTPiE6vXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTPiE6vXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTPiE6vXZ .row {
  justify-content: center;
}
.cid-ugTPiE6vXZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTPiE6vXZ .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTPiE6vXZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPiE6vXZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTPiE6vXZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPiE6vXZ .content-head {
  max-width: 800px;
}
.cid-ugTPjcUh4Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTPjcUh4Q .showAlerts {
  display: block !important;
}
.cid-ugTPjcUh4Q .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTPjcUh4Q .title {
  margin-bottom: 2rem;
}
.cid-ugTPjcUh4Q .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTPjcUh4Q textarea.form-control {
  min-height: 188px;
}
.cid-ugTPjcUh4Q LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTPjcUh4Q .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPjcUh4Q .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTPjcUh4Q .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPjcUh4Q .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPjcUh4Q .alert {
  margin-bottom: 0;
}
.cid-ugTPjcUh4Q .alert-success {
  background-color: #098088;
}
.cid-ugTPjcUh4Q .alert-danger {
  background-color: #000000;
}
.cid-ugTPjcUh4Q .btn {
  display: inline-flex;
}
.cid-ugTPjcUh4Q .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTPjcUh4Q .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTPjcUh4Q input,
.cid-ugTPjcUh4Q option,
.cid-ugTPjcUh4Q textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-uet03XzNED {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uet03XzNED .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uet03XzNED .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uet03XzNED .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uet03XzNED .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uet03XzNED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uet03XzNED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uet03XzNED .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uet03XzNED .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uet03XzNED .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uet03XzNED .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uet03XzNED .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uet03XzNED .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uet03XzNED .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uet03XzNED .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uet03XzNED .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uet03XzNED .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uet03XzNED .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uet03XzNED .navbar-logo {
    padding-left: 0;
  }
}
.cid-uet03XzNED .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uet03XzNED .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uet03XzNED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uet03XzNED .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uet03XzNED .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uet03XzNED .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uet03XzNED .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uet03XzNED .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uet03XzNED .nav-item:focus,
.cid-uet03XzNED .nav-link:focus {
  outline: none;
}
.cid-uet03XzNED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uet03XzNED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uet03XzNED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uet03XzNED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uet03XzNED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uet03XzNED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uet03XzNED .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uet03XzNED .navbar.opened {
  transition: all 0.3s;
}
.cid-uet03XzNED .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uet03XzNED .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uet03XzNED .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uet03XzNED .navbar.collapsed {
  justify-content: center;
}
.cid-uet03XzNED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uet03XzNED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uet03XzNED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uet03XzNED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uet03XzNED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uet03XzNED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uet03XzNED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uet03XzNED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uet03XzNED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uet03XzNED .navbar {
    min-height: 72px;
  }
  .cid-uet03XzNED .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uet03XzNED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uet03XzNED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uet03XzNED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uet03XzNED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uet03XzNED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uet03XzNED .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uet03XzNED .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uet03XzNED .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uet03XzNED .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uet03XzNED .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uet03XzNED .dropdown-item.active,
.cid-uet03XzNED .dropdown-item:active {
  background-color: transparent;
}
.cid-uet03XzNED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uet03XzNED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uet03XzNED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uet03XzNED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uet03XzNED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uet03XzNED .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uet03XzNED ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uet03XzNED .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uet03XzNED .navbar-buttons {
    text-align: left;
  }
}
.cid-uet03XzNED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uet03XzNED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uet03XzNED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uet03XzNED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet03XzNED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uet03XzNED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uet03XzNED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet03XzNED nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uet03XzNED nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uet03XzNED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uet03XzNED .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uet03XzNED a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uet03XzNED .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uet03XzNED .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uet03XzNED .navbar {
    height: 70px;
  }
  .cid-uet03XzNED .navbar.opened {
    height: auto;
  }
  .cid-uet03XzNED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uet03XzNED .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uet03XzNED .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uet03XzNED .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uet03XzNED .navbar-brand {
    margin-right: auto;
  }
  .cid-uet03XzNED .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uet03XzNED .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uet03XzNED .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uet03XzNED .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uet03XzNED .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uet03XzNED .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uet03YkQ0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-uet03YJWeb {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uet03YJWeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uet03YJWeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTLz6vvzn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugTLz6vvzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTLz6vvzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTLz6vvzn .row {
  flex-direction: row-reverse;
}
.cid-uet03ZcO9A {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uet03ZcO9A .mbr-text {
  color: #000000;
}
.cid-uet03ZcO9A .mbr-section-subtitle {
  color: #000000;
}
.cid-uet03ZLjI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTP3x4jrh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTP3x4jrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTP3x4jrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTP3x4jrh .mbr-description {
  text-align: left;
}
.cid-ugTP3x4jrh .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTP3x4jrh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTP3x4jrh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTP3x4jrh .card-title,
.cid-ugTP3x4jrh .iconfont-wrapper {
  color: #000000;
}
.cid-ugTP3x4jrh .card-text {
  color: #000000;
}
.cid-ugTP3x4jrh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTP3x4jrh .mbr-number {
  color: #9fe870;
}
.cid-ugTP3x4jrh .mbr-text,
.cid-ugTP3x4jrh .mbr-section-btn {
  text-align: center;
}
.cid-ugTP3x4jrh .card-text,
.cid-ugTP3x4jrh .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTP3x4jrh .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTP3x4jrh .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTP3x4jrh .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTP3x4jrh .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTP3x4jrh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTP3x4jrh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTP3x4jrh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTP3x4jrh .card-title {
  text-align: left;
}
.cid-ugTP3x4jrh .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTP3x4jrh .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTLOWyGRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTLOWyGRA .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-ugTLOWyGRA .panel-group {
  border: none;
}
.cid-ugTLOWyGRA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTLOWyGRA .card-header {
    padding: 0rem;
  }
}
.cid-ugTLOWyGRA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTLOWyGRA .img-col {
  padding: 0;
}
.cid-ugTLOWyGRA .img-item {
  height: 100%;
}
.cid-ugTLOWyGRA img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTLOWyGRA .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTLOWyGRA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTLOWyGRA p {
  margin-bottom: 0.3rem;
}
.cid-ugTLOWyGRA .panel-title-edit {
  color: #000000;
}
.cid-ugTLOWyGRA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTLOWyGRA .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTLOWyGRA .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTLOWyGRA .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTLOWyGRA .panel-text {
  color: #000000;
}
.cid-ugTLOWyGRA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTLOWyGRA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTLOWyGRA .panel-title-edit,
.cid-ugTLOWyGRA .mbr-iconfont {
  color: #000000;
}
.cid-uoomk62DPx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoomk62DPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoomk62DPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoomk62DPx .container-fluid {
    padding: 0;
  }
}
.cid-uoomk62DPx .embla__button--next,
.cid-uoomk62DPx .embla__button--prev {
  display: flex;
}
.cid-uoomk62DPx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoomk62DPx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoomk62DPx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoomk62DPx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoomk62DPx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoomk62DPx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoomk62DPx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoomk62DPx .embla {
  position: relative;
  width: 100%;
}
.cid-uoomk62DPx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoomk62DPx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoomk62DPx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoomk62DPx .embla__slide a {
  cursor: grab;
}
.cid-uoomk62DPx .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoomk62DPx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoomk62DPx .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoomk62DPx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoomk62DPx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoomk62DPx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoomk62DPx .mbr-section-title {
  color: #232323;
}
.cid-uoomk62DPx .mbr-section-subtitle {
  color: #232323;
}
.cid-uoomk62DPx .mbr-box {
  color: #ffffff;
}
.cid-uoomk62DPx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoomk62DPx img,
.cid-uoomk62DPx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoomk62DPx .item-wrapper {
  position: relative;
}
.cid-uoomk62DPx .content-head {
  max-width: 800px;
}
.cid-ugTLPNZOur {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTLPNZOur .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTLPNZOur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTLPNZOur .row {
  justify-content: center;
}
.cid-ugTLPNZOur .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTLPNZOur .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTLPNZOur .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTLPNZOur .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTLPNZOur .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTLPNZOur .content-head {
  max-width: 800px;
}
.cid-ugTLQYVm7R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTLQYVm7R .showAlerts {
  display: block !important;
}
.cid-ugTLQYVm7R .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTLQYVm7R .title {
  margin-bottom: 2rem;
}
.cid-ugTLQYVm7R .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTLQYVm7R textarea.form-control {
  min-height: 188px;
}
.cid-ugTLQYVm7R LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTLQYVm7R .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTLQYVm7R .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTLQYVm7R .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTLQYVm7R .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTLQYVm7R .alert {
  margin-bottom: 0;
}
.cid-ugTLQYVm7R .alert-success {
  background-color: #098088;
}
.cid-ugTLQYVm7R .alert-danger {
  background-color: #000000;
}
.cid-ugTLQYVm7R .btn {
  display: inline-flex;
}
.cid-ugTLQYVm7R .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTLQYVm7R .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTLQYVm7R input,
.cid-ugTLQYVm7R option,
.cid-ugTLQYVm7R textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ucJDI3r0IE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucJDI3r0IE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucJDI3r0IE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucJDI3r0IE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucJDI3r0IE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucJDI3r0IE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucJDI3r0IE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucJDI3r0IE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucJDI3r0IE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucJDI3r0IE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucJDI3r0IE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucJDI3r0IE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucJDI3r0IE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucJDI3r0IE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucJDI3r0IE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucJDI3r0IE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucJDI3r0IE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucJDI3r0IE .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucJDI3r0IE .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucJDI3r0IE .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJDI3r0IE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucJDI3r0IE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucJDI3r0IE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucJDI3r0IE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucJDI3r0IE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucJDI3r0IE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucJDI3r0IE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ucJDI3r0IE .nav-item:focus,
.cid-ucJDI3r0IE .nav-link:focus {
  outline: none;
}
.cid-ucJDI3r0IE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucJDI3r0IE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucJDI3r0IE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucJDI3r0IE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucJDI3r0IE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucJDI3r0IE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucJDI3r0IE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucJDI3r0IE .navbar.opened {
  transition: all 0.3s;
}
.cid-ucJDI3r0IE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucJDI3r0IE .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucJDI3r0IE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucJDI3r0IE .navbar.collapsed {
  justify-content: center;
}
.cid-ucJDI3r0IE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucJDI3r0IE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucJDI3r0IE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucJDI3r0IE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucJDI3r0IE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucJDI3r0IE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucJDI3r0IE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucJDI3r0IE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucJDI3r0IE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucJDI3r0IE .navbar {
    min-height: 72px;
  }
  .cid-ucJDI3r0IE .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucJDI3r0IE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucJDI3r0IE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucJDI3r0IE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucJDI3r0IE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucJDI3r0IE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucJDI3r0IE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucJDI3r0IE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucJDI3r0IE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucJDI3r0IE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucJDI3r0IE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucJDI3r0IE .dropdown-item.active,
.cid-ucJDI3r0IE .dropdown-item:active {
  background-color: transparent;
}
.cid-ucJDI3r0IE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucJDI3r0IE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucJDI3r0IE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucJDI3r0IE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ucJDI3r0IE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucJDI3r0IE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucJDI3r0IE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucJDI3r0IE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucJDI3r0IE .navbar-buttons {
    text-align: left;
  }
}
.cid-ucJDI3r0IE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucJDI3r0IE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucJDI3r0IE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucJDI3r0IE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJDI3r0IE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucJDI3r0IE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucJDI3r0IE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJDI3r0IE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucJDI3r0IE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucJDI3r0IE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucJDI3r0IE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucJDI3r0IE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucJDI3r0IE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucJDI3r0IE .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucJDI3r0IE .navbar {
    height: 70px;
  }
  .cid-ucJDI3r0IE .navbar.opened {
    height: auto;
  }
  .cid-ucJDI3r0IE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucJDI3r0IE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucJDI3r0IE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucJDI3r0IE .navbar-brand {
    margin-right: auto;
  }
  .cid-ucJDI3r0IE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucJDI3r0IE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucJDI3r0IE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucJDI3r0IE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucJDI3r0IE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucJDI3r0IE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucJDI62udC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-ucJDI7EoiM {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucJDI7EoiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucJDI7EoiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucJDIbYuAh {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ucJDIbYuAh .mbr-text {
  color: #000000;
}
.cid-ucJDIbYuAh .mbr-section-subtitle {
  color: #000000;
}
.cid-ucJDIdZoeQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTOPaDaDC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTOPaDaDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTOPaDaDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTOPaDaDC .mbr-description {
  text-align: left;
}
.cid-ugTOPaDaDC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTOPaDaDC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOPaDaDC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTOPaDaDC .card-title,
.cid-ugTOPaDaDC .iconfont-wrapper {
  color: #000000;
}
.cid-ugTOPaDaDC .card-text {
  color: #000000;
}
.cid-ugTOPaDaDC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTOPaDaDC .mbr-number {
  color: #9fe870;
}
.cid-ugTOPaDaDC .mbr-text,
.cid-ugTOPaDaDC .mbr-section-btn {
  text-align: center;
}
.cid-ugTOPaDaDC .card-text,
.cid-ugTOPaDaDC .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTOPaDaDC .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTOPaDaDC .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTOPaDaDC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOPaDaDC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTOPaDaDC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTOPaDaDC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTOPaDaDC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTOPaDaDC .card-title {
  text-align: left;
}
.cid-ugTOPaDaDC .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTOPaDaDC .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTN7yE2Vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTN7yE2Vv .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-ugTN7yE2Vv .panel-group {
  border: none;
}
.cid-ugTN7yE2Vv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTN7yE2Vv .card-header {
    padding: 0rem;
  }
}
.cid-ugTN7yE2Vv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTN7yE2Vv .img-col {
  padding: 0;
}
.cid-ugTN7yE2Vv .img-item {
  height: 100%;
}
.cid-ugTN7yE2Vv img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTN7yE2Vv .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTN7yE2Vv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTN7yE2Vv p {
  margin-bottom: 0.3rem;
}
.cid-ugTN7yE2Vv .panel-title-edit {
  color: #000000;
}
.cid-ugTN7yE2Vv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTN7yE2Vv .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTN7yE2Vv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTN7yE2Vv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTN7yE2Vv .panel-text {
  color: #000000;
}
.cid-ugTN7yE2Vv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTN7yE2Vv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTN7yE2Vv .panel-title-edit,
.cid-ugTN7yE2Vv .mbr-iconfont {
  color: #000000;
}
.cid-uesRjmDbQd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uesRjmDbQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uesRjmDbQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uesRjmDbQd .container-fluid {
    padding: 0;
  }
}
.cid-uesRjmDbQd .embla__button--next,
.cid-uesRjmDbQd .embla__button--prev {
  display: flex;
}
.cid-uesRjmDbQd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uesRjmDbQd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uesRjmDbQd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uesRjmDbQd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uesRjmDbQd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uesRjmDbQd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uesRjmDbQd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uesRjmDbQd .embla {
  position: relative;
  width: 100%;
}
.cid-uesRjmDbQd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uesRjmDbQd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uesRjmDbQd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uesRjmDbQd .embla__slide a {
  cursor: grab;
}
.cid-uesRjmDbQd .embla__slide a:active {
  cursor: grabbing;
}
.cid-uesRjmDbQd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uesRjmDbQd .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uesRjmDbQd .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uesRjmDbQd .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uesRjmDbQd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uesRjmDbQd .mbr-section-title {
  color: #232323;
}
.cid-uesRjmDbQd .mbr-section-subtitle {
  color: #232323;
}
.cid-uesRjmDbQd .mbr-box {
  color: #ffffff;
}
.cid-uesRjmDbQd .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uesRjmDbQd img,
.cid-uesRjmDbQd .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uesRjmDbQd .item-wrapper {
  position: relative;
}
.cid-uesRjmDbQd .content-head {
  max-width: 800px;
}
.cid-ugTN5jxAoN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTN5jxAoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTN5jxAoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTN5jxAoN .row {
  justify-content: center;
}
.cid-ugTN5jxAoN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTN5jxAoN .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTN5jxAoN .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTN5jxAoN .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTN5jxAoN .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTN5jxAoN .content-head {
  max-width: 800px;
}
.cid-ugTN5X5DvQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTN5X5DvQ .showAlerts {
  display: block !important;
}
.cid-ugTN5X5DvQ .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTN5X5DvQ .title {
  margin-bottom: 2rem;
}
.cid-ugTN5X5DvQ .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTN5X5DvQ textarea.form-control {
  min-height: 188px;
}
.cid-ugTN5X5DvQ LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTN5X5DvQ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTN5X5DvQ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTN5X5DvQ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTN5X5DvQ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTN5X5DvQ .alert {
  margin-bottom: 0;
}
.cid-ugTN5X5DvQ .alert-success {
  background-color: #098088;
}
.cid-ugTN5X5DvQ .alert-danger {
  background-color: #000000;
}
.cid-ugTN5X5DvQ .btn {
  display: inline-flex;
}
.cid-ugTN5X5DvQ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTN5X5DvQ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTN5X5DvQ input,
.cid-ugTN5X5DvQ option,
.cid-ugTN5X5DvQ textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ucK7HYxQz2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucK7HYxQz2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ucK7HYxQz2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucK7HYxQz2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucK7HYxQz2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ucK7HYxQz2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucK7HYxQz2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucK7HYxQz2 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ucK7HYxQz2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ucK7HYxQz2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ucK7HYxQz2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ucK7HYxQz2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucK7HYxQz2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucK7HYxQz2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ucK7HYxQz2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucK7HYxQz2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ucK7HYxQz2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucK7HYxQz2 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucK7HYxQz2 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ucK7HYxQz2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucK7HYxQz2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucK7HYxQz2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ucK7HYxQz2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ucK7HYxQz2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucK7HYxQz2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ucK7HYxQz2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucK7HYxQz2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ucK7HYxQz2 .nav-item:focus,
.cid-ucK7HYxQz2 .nav-link:focus {
  outline: none;
}
.cid-ucK7HYxQz2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucK7HYxQz2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucK7HYxQz2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucK7HYxQz2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucK7HYxQz2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucK7HYxQz2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucK7HYxQz2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucK7HYxQz2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucK7HYxQz2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucK7HYxQz2 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ucK7HYxQz2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucK7HYxQz2 .navbar.collapsed {
  justify-content: center;
}
.cid-ucK7HYxQz2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucK7HYxQz2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucK7HYxQz2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ucK7HYxQz2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucK7HYxQz2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucK7HYxQz2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucK7HYxQz2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucK7HYxQz2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucK7HYxQz2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucK7HYxQz2 .navbar {
    min-height: 72px;
  }
  .cid-ucK7HYxQz2 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ucK7HYxQz2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucK7HYxQz2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucK7HYxQz2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucK7HYxQz2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucK7HYxQz2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucK7HYxQz2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucK7HYxQz2 .dropdown-item.active,
.cid-ucK7HYxQz2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucK7HYxQz2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucK7HYxQz2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucK7HYxQz2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucK7HYxQz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ucK7HYxQz2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucK7HYxQz2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucK7HYxQz2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucK7HYxQz2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucK7HYxQz2 .navbar-buttons {
    text-align: left;
  }
}
.cid-ucK7HYxQz2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucK7HYxQz2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucK7HYxQz2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucK7HYxQz2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucK7HYxQz2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucK7HYxQz2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucK7HYxQz2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucK7HYxQz2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucK7HYxQz2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucK7HYxQz2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucK7HYxQz2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucK7HYxQz2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucK7HYxQz2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucK7HYxQz2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucK7HYxQz2 .navbar {
    height: 70px;
  }
  .cid-ucK7HYxQz2 .navbar.opened {
    height: auto;
  }
  .cid-ucK7HYxQz2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucK7HYxQz2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucK7HYxQz2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucK7HYxQz2 .navbar-brand {
    margin-right: auto;
  }
  .cid-ucK7HYxQz2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucK7HYxQz2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucK7HYxQz2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucK7HYxQz2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucK7HYxQz2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucK7HYxQz2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucK7I0v0Ts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-ucK7I1uRoP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucK7I1uRoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucK7I1uRoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucK7I2n8Z8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucK7I2n8Z8 .mbr-text {
  color: #000000;
}
.cid-ucK7I2n8Z8 .mbr-section-subtitle {
  color: #000000;
}
.cid-ucK7I30MEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTOTmBzYY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTOTmBzYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTOTmBzYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTOTmBzYY .mbr-description {
  text-align: left;
}
.cid-ugTOTmBzYY .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTOTmBzYY .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOTmBzYY .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTOTmBzYY .card-title,
.cid-ugTOTmBzYY .iconfont-wrapper {
  color: #000000;
}
.cid-ugTOTmBzYY .card-text {
  color: #000000;
}
.cid-ugTOTmBzYY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTOTmBzYY .mbr-number {
  color: #9fe870;
}
.cid-ugTOTmBzYY .mbr-text,
.cid-ugTOTmBzYY .mbr-section-btn {
  text-align: center;
}
.cid-ugTOTmBzYY .card-text,
.cid-ugTOTmBzYY .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTOTmBzYY .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTOTmBzYY .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTOTmBzYY .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOTmBzYY .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTOTmBzYY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTOTmBzYY .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTOTmBzYY .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTOTmBzYY .card-title {
  text-align: left;
}
.cid-ugTOTmBzYY .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTOTmBzYY .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTOiYOx4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTOiYOx4C .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-ugTOiYOx4C .panel-group {
  border: none;
}
.cid-ugTOiYOx4C .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTOiYOx4C .card-header {
    padding: 0rem;
  }
}
.cid-ugTOiYOx4C .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTOiYOx4C .img-col {
  padding: 0;
}
.cid-ugTOiYOx4C .img-item {
  height: 100%;
}
.cid-ugTOiYOx4C img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTOiYOx4C .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTOiYOx4C .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTOiYOx4C p {
  margin-bottom: 0.3rem;
}
.cid-ugTOiYOx4C .panel-title-edit {
  color: #000000;
}
.cid-ugTOiYOx4C .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTOiYOx4C .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTOiYOx4C .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOiYOx4C .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTOiYOx4C .panel-text {
  color: #000000;
}
.cid-ugTOiYOx4C .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTOiYOx4C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTOiYOx4C .panel-title-edit,
.cid-ugTOiYOx4C .mbr-iconfont {
  color: #000000;
}
.cid-uoolBBt4y0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoolBBt4y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoolBBt4y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoolBBt4y0 .container-fluid {
    padding: 0;
  }
}
.cid-uoolBBt4y0 .embla__button--next,
.cid-uoolBBt4y0 .embla__button--prev {
  display: flex;
}
.cid-uoolBBt4y0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoolBBt4y0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoolBBt4y0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoolBBt4y0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoolBBt4y0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoolBBt4y0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoolBBt4y0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoolBBt4y0 .embla {
  position: relative;
  width: 100%;
}
.cid-uoolBBt4y0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoolBBt4y0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoolBBt4y0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoolBBt4y0 .embla__slide a {
  cursor: grab;
}
.cid-uoolBBt4y0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoolBBt4y0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoolBBt4y0 .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoolBBt4y0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoolBBt4y0 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoolBBt4y0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoolBBt4y0 .mbr-section-title {
  color: #232323;
}
.cid-uoolBBt4y0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uoolBBt4y0 .mbr-box {
  color: #ffffff;
}
.cid-uoolBBt4y0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoolBBt4y0 img,
.cid-uoolBBt4y0 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoolBBt4y0 .item-wrapper {
  position: relative;
}
.cid-uoolBBt4y0 .content-head {
  max-width: 800px;
}
.cid-ugTOlJza3d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTOlJza3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTOlJza3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTOlJza3d .row {
  justify-content: center;
}
.cid-ugTOlJza3d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTOlJza3d .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTOlJza3d .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTOlJza3d .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTOlJza3d .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTOlJza3d .content-head {
  max-width: 800px;
}
.cid-ugTOkZsDO9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTOkZsDO9 .showAlerts {
  display: block !important;
}
.cid-ugTOkZsDO9 .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTOkZsDO9 .title {
  margin-bottom: 2rem;
}
.cid-ugTOkZsDO9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTOkZsDO9 textarea.form-control {
  min-height: 188px;
}
.cid-ugTOkZsDO9 LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTOkZsDO9 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTOkZsDO9 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTOkZsDO9 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTOkZsDO9 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTOkZsDO9 .alert {
  margin-bottom: 0;
}
.cid-ugTOkZsDO9 .alert-success {
  background-color: #098088;
}
.cid-ugTOkZsDO9 .alert-danger {
  background-color: #000000;
}
.cid-ugTOkZsDO9 .btn {
  display: inline-flex;
}
.cid-ugTOkZsDO9 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTOkZsDO9 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTOkZsDO9 input,
.cid-ugTOkZsDO9 option,
.cid-ugTOkZsDO9 textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ueiOXDnUOt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueiOXDnUOt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ueiOXDnUOt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueiOXDnUOt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueiOXDnUOt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ueiOXDnUOt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueiOXDnUOt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueiOXDnUOt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ueiOXDnUOt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ueiOXDnUOt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ueiOXDnUOt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ueiOXDnUOt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueiOXDnUOt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueiOXDnUOt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ueiOXDnUOt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueiOXDnUOt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueiOXDnUOt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueiOXDnUOt .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueiOXDnUOt .navbar-logo {
    padding-left: 0;
  }
}
.cid-ueiOXDnUOt .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueiOXDnUOt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueiOXDnUOt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ueiOXDnUOt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ueiOXDnUOt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueiOXDnUOt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ueiOXDnUOt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueiOXDnUOt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ueiOXDnUOt .nav-item:focus,
.cid-ueiOXDnUOt .nav-link:focus {
  outline: none;
}
.cid-ueiOXDnUOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueiOXDnUOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueiOXDnUOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueiOXDnUOt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueiOXDnUOt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueiOXDnUOt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueiOXDnUOt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueiOXDnUOt .navbar.opened {
  transition: all 0.3s;
}
.cid-ueiOXDnUOt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueiOXDnUOt .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ueiOXDnUOt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ueiOXDnUOt .navbar.collapsed {
  justify-content: center;
}
.cid-ueiOXDnUOt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueiOXDnUOt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueiOXDnUOt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ueiOXDnUOt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueiOXDnUOt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueiOXDnUOt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueiOXDnUOt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueiOXDnUOt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueiOXDnUOt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueiOXDnUOt .navbar {
    min-height: 72px;
  }
  .cid-ueiOXDnUOt .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueiOXDnUOt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueiOXDnUOt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueiOXDnUOt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueiOXDnUOt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueiOXDnUOt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueiOXDnUOt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueiOXDnUOt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueiOXDnUOt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueiOXDnUOt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueiOXDnUOt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueiOXDnUOt .dropdown-item.active,
.cid-ueiOXDnUOt .dropdown-item:active {
  background-color: transparent;
}
.cid-ueiOXDnUOt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueiOXDnUOt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueiOXDnUOt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueiOXDnUOt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ueiOXDnUOt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueiOXDnUOt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueiOXDnUOt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueiOXDnUOt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueiOXDnUOt .navbar-buttons {
    text-align: left;
  }
}
.cid-ueiOXDnUOt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueiOXDnUOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ueiOXDnUOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueiOXDnUOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueiOXDnUOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueiOXDnUOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueiOXDnUOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueiOXDnUOt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueiOXDnUOt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueiOXDnUOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueiOXDnUOt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueiOXDnUOt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueiOXDnUOt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueiOXDnUOt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueiOXDnUOt .navbar {
    height: 70px;
  }
  .cid-ueiOXDnUOt .navbar.opened {
    height: auto;
  }
  .cid-ueiOXDnUOt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueiOXDnUOt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ueiOXDnUOt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueiOXDnUOt .navbar-brand {
    margin-right: auto;
  }
  .cid-ueiOXDnUOt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ueiOXDnUOt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueiOXDnUOt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueiOXDnUOt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueiOXDnUOt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueiOXDnUOt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueiOXDMdOM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
  overflow: hidden;
}
.cid-ueiPlPK3vP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d44c9a;
}
.cid-ueiPlPK3vP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueiPlPK3vP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ueiPlPK3vP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #e8e7f3;
}
.cid-ueiPlPK3vP .mbr-section-title {
  color: #ffffff;
}
.cid-ueiPlPK3vP .mbr-text,
.cid-ueiPlPK3vP .mbr-section-btn {
  color: #ffffff;
}
.cid-ueiPlPK3vP .content-head {
  max-width: 800px;
}
.cid-ueiWDOg7yq {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ueiWDOg7yq .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ueiWDOg7yq .wave2 {
  fill: #e8e7f3;
}
.cid-ueiUNvVgia {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #e8e7f3;
}
.cid-ueiUNvVgia .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ueiUNvVgia .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-cbBo4JcKKs {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-cbBo4JcKKs .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-cbBo4JcKKs .wave2 {
  fill: #e8e7f3;
}
.cid-ueiVgzXSlQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ueiVgzXSlQ .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ueiVgzXSlQ .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueiWwGoB0e {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ueiWwGoB0e .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ueiWwGoB0e .wave2 {
  fill: #e8e7f3;
}
.cid-ueiX7pmSKh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ueiX7pmSKh .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ueiX7pmSKh .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueiXmq2yU0 {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ueiXmq2yU0 .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ueiXmq2yU0 .wave2 {
  fill: #e8e7f3;
}
.cid-ueiXngQgyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e7f3;
}
.cid-ueiXngQgyi .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ueiXngQgyi .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueJvSwhmNX {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ueJvSwhmNX .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ueJvSwhmNX .wave2 {
  fill: #e8e7f3;
}
.cid-ueJvVgsCKt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ueJvVgsCKt .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ueJvVgsCKt .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugLvuQPKcS {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugLvuQPKcS .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugLvuQPKcS .wave2 {
  fill: #e8e7f3;
}
.cid-ugLvtQ5Zht {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ugLvtQ5Zht .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugLvtQ5Zht .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugLw5LpsIP {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugLw5LpsIP .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugLw5LpsIP .wave2 {
  fill: #e8e7f3;
}
.cid-ugLw89Th3z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ugLw89Th3z .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugLw89Th3z .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugLwRwH6Md {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugLwRwH6Md .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugLwRwH6Md .wave2 {
  fill: #e8e7f3;
}
.cid-ugLwQoC31y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ugLwQoC31y .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugLwQoC31y .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugTS6Mf7ad {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugTS6Mf7ad .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugTS6Mf7ad .wave2 {
  fill: #e8e7f3;
}
.cid-ugTS46hzj3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ugTS46hzj3 .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugTS46hzj3 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugTSh8FHJx {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugTSh8FHJx .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugTSh8FHJx .wave2 {
  fill: #e8e7f3;
}
.cid-ugTSiaQAWy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e7f3;
}
.cid-ugTSiaQAWy .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugTSiaQAWy .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugTSy8LWnH {
  padding-top: 0px;
  background: linear-gradient(180deg, #e8e7f3, #9c98cf);
}
.cid-ugTSy8LWnH .wave1 {
  opacity: 0.35;
  fill: #e8e7f3;
}
.cid-ugTSy8LWnH .wave2 {
  fill: #e8e7f3;
}
.cid-ugTSySYzGN {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #e8e7f3;
}
.cid-ugTSySYzGN .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ugTSySYzGN .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ueiOXEqDwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugTPJ0dDmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugTPJ0dDmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTPJ0dDmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTPJ0dDmj .mbr-description {
  text-align: left;
}
.cid-ugTPJ0dDmj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugTPJ0dDmj .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPJ0dDmj .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPJ0dDmj .card-title,
.cid-ugTPJ0dDmj .iconfont-wrapper {
  color: #000000;
}
.cid-ugTPJ0dDmj .card-text {
  color: #000000;
}
.cid-ugTPJ0dDmj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugTPJ0dDmj .mbr-number {
  color: #9fe870;
}
.cid-ugTPJ0dDmj .mbr-text,
.cid-ugTPJ0dDmj .mbr-section-btn {
  text-align: center;
}
.cid-ugTPJ0dDmj .card-text,
.cid-ugTPJ0dDmj .item .mbr-section-btn {
  text-align: left;
}
.cid-ugTPJ0dDmj .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugTPJ0dDmj .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTPJ0dDmj .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPJ0dDmj .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugTPJ0dDmj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTPJ0dDmj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTPJ0dDmj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugTPJ0dDmj .card-title {
  text-align: left;
}
.cid-ugTPJ0dDmj .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugTPJ0dDmj .item-content .item-footer {
  margin-top: auto;
}
.cid-ugTPKd6oFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugTPKd6oFF .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-ugTPKd6oFF .panel-group {
  border: none;
}
.cid-ugTPKd6oFF .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugTPKd6oFF .card-header {
    padding: 0rem;
  }
}
.cid-ugTPKd6oFF .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugTPKd6oFF .img-col {
  padding: 0;
}
.cid-ugTPKd6oFF .img-item {
  height: 100%;
}
.cid-ugTPKd6oFF img {
  height: 100%;
  object-fit: cover;
}
.cid-ugTPKd6oFF .collapsed span {
  transform: rotate(0deg);
}
.cid-ugTPKd6oFF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugTPKd6oFF p {
  margin-bottom: 0.3rem;
}
.cid-ugTPKd6oFF .panel-title-edit {
  color: #000000;
}
.cid-ugTPKd6oFF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugTPKd6oFF .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugTPKd6oFF .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPKd6oFF .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPKd6oFF .panel-text {
  color: #000000;
}
.cid-ugTPKd6oFF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugTPKd6oFF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugTPKd6oFF .panel-title-edit,
.cid-ugTPKd6oFF .mbr-iconfont {
  color: #000000;
}
.cid-uoolNEfjyT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uoolNEfjyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoolNEfjyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoolNEfjyT .container-fluid {
    padding: 0;
  }
}
.cid-uoolNEfjyT .embla__button--next,
.cid-uoolNEfjyT .embla__button--prev {
  display: flex;
}
.cid-uoolNEfjyT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoolNEfjyT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoolNEfjyT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uoolNEfjyT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoolNEfjyT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoolNEfjyT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoolNEfjyT .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoolNEfjyT .embla {
  position: relative;
  width: 100%;
}
.cid-uoolNEfjyT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoolNEfjyT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoolNEfjyT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoolNEfjyT .embla__slide a {
  cursor: grab;
}
.cid-uoolNEfjyT .embla__slide a:active {
  cursor: grabbing;
}
.cid-uoolNEfjyT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoolNEfjyT .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uoolNEfjyT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoolNEfjyT .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uoolNEfjyT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoolNEfjyT .mbr-section-title {
  color: #232323;
}
.cid-uoolNEfjyT .mbr-section-subtitle {
  color: #232323;
}
.cid-uoolNEfjyT .mbr-box {
  color: #ffffff;
}
.cid-uoolNEfjyT .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoolNEfjyT img,
.cid-uoolNEfjyT .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uoolNEfjyT .item-wrapper {
  position: relative;
}
.cid-uoolNEfjyT .content-head {
  max-width: 800px;
}
.cid-ugTPM6xI80 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugTPM6xI80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTPM6xI80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTPM6xI80 .row {
  justify-content: center;
}
.cid-ugTPM6xI80 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugTPM6xI80 .item {
    margin-bottom: 1rem;
  }
}
.cid-ugTPM6xI80 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugTPM6xI80 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugTPM6xI80 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugTPM6xI80 .content-head {
  max-width: 800px;
}
.cid-ugTPMKrK4Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugTPMKrK4Q .showAlerts {
  display: block !important;
}
.cid-ugTPMKrK4Q .rowflexrev {
  display: -webkit-flex;
}
.cid-ugTPMKrK4Q .title {
  margin-bottom: 2rem;
}
.cid-ugTPMKrK4Q .mbr-section-subtitle {
  color: #767676;
}
.cid-ugTPMKrK4Q textarea.form-control {
  min-height: 188px;
}
.cid-ugTPMKrK4Q LABEL {
  color: #232323;
  display: initial;
}
.cid-ugTPMKrK4Q .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPMKrK4Q .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugTPMKrK4Q .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPMKrK4Q .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugTPMKrK4Q .alert {
  margin-bottom: 0;
}
.cid-ugTPMKrK4Q .alert-success {
  background-color: #098088;
}
.cid-ugTPMKrK4Q .alert-danger {
  background-color: #000000;
}
.cid-ugTPMKrK4Q .btn {
  display: inline-flex;
}
.cid-ugTPMKrK4Q .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugTPMKrK4Q .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugTPMKrK4Q input,
.cid-ugTPMKrK4Q option,
.cid-ugTPMKrK4Q textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ugLirZMQm8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugLirZMQm8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugLirZMQm8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugLirZMQm8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugLirZMQm8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugLirZMQm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugLirZMQm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugLirZMQm8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugLirZMQm8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugLirZMQm8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ugLirZMQm8 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugLirZMQm8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugLirZMQm8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugLirZMQm8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ugLirZMQm8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugLirZMQm8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugLirZMQm8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugLirZMQm8 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugLirZMQm8 .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugLirZMQm8 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLirZMQm8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugLirZMQm8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugLirZMQm8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ugLirZMQm8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugLirZMQm8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugLirZMQm8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugLirZMQm8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ugLirZMQm8 .nav-item:focus,
.cid-ugLirZMQm8 .nav-link:focus {
  outline: none;
}
.cid-ugLirZMQm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugLirZMQm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugLirZMQm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugLirZMQm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugLirZMQm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugLirZMQm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugLirZMQm8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugLirZMQm8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugLirZMQm8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugLirZMQm8 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ugLirZMQm8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugLirZMQm8 .navbar.collapsed {
  justify-content: center;
}
.cid-ugLirZMQm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugLirZMQm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugLirZMQm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ugLirZMQm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugLirZMQm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugLirZMQm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugLirZMQm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugLirZMQm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugLirZMQm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLirZMQm8 .navbar {
    min-height: 72px;
  }
  .cid-ugLirZMQm8 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugLirZMQm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugLirZMQm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugLirZMQm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugLirZMQm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugLirZMQm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugLirZMQm8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugLirZMQm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugLirZMQm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugLirZMQm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugLirZMQm8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugLirZMQm8 .dropdown-item.active,
.cid-ugLirZMQm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugLirZMQm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugLirZMQm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugLirZMQm8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugLirZMQm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ugLirZMQm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugLirZMQm8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugLirZMQm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugLirZMQm8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugLirZMQm8 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugLirZMQm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugLirZMQm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugLirZMQm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugLirZMQm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLirZMQm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLirZMQm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugLirZMQm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLirZMQm8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugLirZMQm8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugLirZMQm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLirZMQm8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugLirZMQm8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugLirZMQm8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugLirZMQm8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugLirZMQm8 .navbar {
    height: 70px;
  }
  .cid-ugLirZMQm8 .navbar.opened {
    height: auto;
  }
  .cid-ugLirZMQm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugLirZMQm8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugLirZMQm8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugLirZMQm8 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugLirZMQm8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugLirZMQm8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugLirZMQm8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugLirZMQm8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLirZMQm8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugLirZMQm8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugLis0bO6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugLis0pyzS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugLis0pyzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLis0pyzS .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-ugLis0pyzS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLis0pyzS .row {
  flex-direction: row-reverse;
}
.cid-ugLis0pyzS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugLis0pyzS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLis0pyzS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLis0pyzS .mbr-section-title {
  color: #000000;
}
.cid-ugLis0pyzS .mbr-text,
.cid-ugLis0pyzS .mbr-section-btn {
  color: #000000;
}
.cid-ugLis0JWLF {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ugLis0JWLF .mbr-text {
  color: #000000;
}
.cid-ugLis0JWLF .mbr-section-subtitle {
  color: #000000;
}
.cid-ugLis0JWLF .mbr-section-title {
  color: #000000;
}
.cid-uhyr3loQ5W {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ugLis0UUvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugX3r0TyZd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugX3r0TyZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugX3r0TyZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugX3r0TyZd .mbr-description {
  text-align: left;
}
.cid-ugX3r0TyZd .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugX3r0TyZd .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX3r0TyZd .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugX3r0TyZd .card-title,
.cid-ugX3r0TyZd .iconfont-wrapper {
  color: #000000;
}
.cid-ugX3r0TyZd .card-text {
  color: #000000;
}
.cid-ugX3r0TyZd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugX3r0TyZd .mbr-number {
  color: #9fe870;
}
.cid-ugX3r0TyZd .mbr-text,
.cid-ugX3r0TyZd .mbr-section-btn {
  text-align: center;
}
.cid-ugX3r0TyZd .card-text,
.cid-ugX3r0TyZd .item .mbr-section-btn {
  text-align: left;
}
.cid-ugX3r0TyZd .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugX3r0TyZd .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugX3r0TyZd .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX3r0TyZd .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugX3r0TyZd .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugX3r0TyZd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX3r0TyZd .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugX3r0TyZd .card-title {
  text-align: left;
}
.cid-ugX3r0TyZd .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugX3r0TyZd .item-content .item-footer {
  margin-top: auto;
}
.cid-ugX3e6W23y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugX3e6W23y .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugX3e6W23y img,
.cid-ugX3e6W23y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugX3e6W23y .item:focus,
.cid-ugX3e6W23y span:focus {
  outline: none;
}
.cid-ugX3e6W23y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX3e6W23y .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX3e6W23y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugX3e6W23y .mbr-section-title {
  color: #232323;
}
.cid-ugX3e6W23y .mbr-text,
.cid-ugX3e6W23y .mbr-section-btn {
  color: #232323;
}
.cid-ugX3e6W23y .item-title {
  color: #232323;
}
.cid-ugX3e6W23y .content-head {
  max-width: 800px;
}
.cid-ugX3eLEGDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugX3eLEGDj .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-ugX3eLEGDj .panel-group {
  border: none;
}
.cid-ugX3eLEGDj .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugX3eLEGDj .card-header {
    padding: 0rem;
  }
}
.cid-ugX3eLEGDj .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugX3eLEGDj .img-col {
  padding: 0;
}
.cid-ugX3eLEGDj .img-item {
  height: 100%;
}
.cid-ugX3eLEGDj img {
  height: 100%;
  object-fit: cover;
}
.cid-ugX3eLEGDj .collapsed span {
  transform: rotate(0deg);
}
.cid-ugX3eLEGDj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugX3eLEGDj p {
  margin-bottom: 0.3rem;
}
.cid-ugX3eLEGDj .panel-title-edit {
  color: #000000;
}
.cid-ugX3eLEGDj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugX3eLEGDj .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugX3eLEGDj .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX3eLEGDj .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugX3eLEGDj .panel-text {
  color: #000000;
}
.cid-ugX3eLEGDj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugX3eLEGDj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugX3eLEGDj .panel-title-edit,
.cid-ugX3eLEGDj .mbr-iconfont {
  color: #000000;
}
.cid-ugLis2a4UZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugLis2a4UZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLis2a4UZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ugLis2a4UZ .container-fluid {
    padding: 0;
  }
}
.cid-ugLis2a4UZ .embla__button--next,
.cid-ugLis2a4UZ .embla__button--prev {
  display: flex;
}
.cid-ugLis2a4UZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ugLis2a4UZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ugLis2a4UZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ugLis2a4UZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugLis2a4UZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugLis2a4UZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugLis2a4UZ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugLis2a4UZ .embla {
  position: relative;
  width: 100%;
}
.cid-ugLis2a4UZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugLis2a4UZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugLis2a4UZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugLis2a4UZ .embla__slide a {
  cursor: grab;
}
.cid-ugLis2a4UZ .embla__slide a:active {
  cursor: grabbing;
}
.cid-ugLis2a4UZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugLis2a4UZ .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ugLis2a4UZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ugLis2a4UZ .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ugLis2a4UZ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ugLis2a4UZ .mbr-section-title {
  color: #232323;
}
.cid-ugLis2a4UZ .mbr-section-subtitle {
  color: #232323;
}
.cid-ugLis2a4UZ .mbr-box {
  color: #ffffff;
}
.cid-ugLis2a4UZ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ugLis2a4UZ img,
.cid-ugLis2a4UZ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugLis2a4UZ .item-wrapper {
  position: relative;
}
.cid-ugLis2a4UZ .content-head {
  max-width: 800px;
}
.cid-ugX3fJAsKa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugX3fJAsKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugX3fJAsKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugX3fJAsKa .row {
  justify-content: center;
}
.cid-ugX3fJAsKa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX3fJAsKa .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX3fJAsKa .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX3fJAsKa .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugX3fJAsKa .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugX3fJAsKa .content-head {
  max-width: 800px;
}
.cid-ugX3h2Eweu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugX3h2Eweu .showAlerts {
  display: block !important;
}
.cid-ugX3h2Eweu .rowflexrev {
  display: -webkit-flex;
}
.cid-ugX3h2Eweu .title {
  margin-bottom: 2rem;
}
.cid-ugX3h2Eweu .mbr-section-subtitle {
  color: #767676;
}
.cid-ugX3h2Eweu textarea.form-control {
  min-height: 188px;
}
.cid-ugX3h2Eweu LABEL {
  color: #232323;
  display: initial;
}
.cid-ugX3h2Eweu .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX3h2Eweu .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugX3h2Eweu .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX3h2Eweu .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX3h2Eweu .alert {
  margin-bottom: 0;
}
.cid-ugX3h2Eweu .alert-success {
  background-color: #098088;
}
.cid-ugX3h2Eweu .alert-danger {
  background-color: #000000;
}
.cid-ugX3h2Eweu .btn {
  display: inline-flex;
}
.cid-ugX3h2Eweu .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugX3h2Eweu .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugX3h2Eweu input,
.cid-ugX3h2Eweu option,
.cid-ugX3h2Eweu textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-ugLsiLsKzr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugLsiLsKzr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugLsiLsKzr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugLsiLsKzr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugLsiLsKzr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-ugLsiLsKzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugLsiLsKzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugLsiLsKzr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ugLsiLsKzr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ugLsiLsKzr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ugLsiLsKzr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ugLsiLsKzr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ugLsiLsKzr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ugLsiLsKzr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ugLsiLsKzr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugLsiLsKzr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugLsiLsKzr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ugLsiLsKzr .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugLsiLsKzr .navbar-logo {
    padding-left: 0;
  }
}
.cid-ugLsiLsKzr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLsiLsKzr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugLsiLsKzr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ugLsiLsKzr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-ugLsiLsKzr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugLsiLsKzr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ugLsiLsKzr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugLsiLsKzr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-ugLsiLsKzr .nav-item:focus,
.cid-ugLsiLsKzr .nav-link:focus {
  outline: none;
}
.cid-ugLsiLsKzr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugLsiLsKzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugLsiLsKzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugLsiLsKzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugLsiLsKzr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugLsiLsKzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugLsiLsKzr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugLsiLsKzr .navbar.opened {
  transition: all 0.3s;
}
.cid-ugLsiLsKzr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugLsiLsKzr .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-ugLsiLsKzr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ugLsiLsKzr .navbar.collapsed {
  justify-content: center;
}
.cid-ugLsiLsKzr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugLsiLsKzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugLsiLsKzr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-ugLsiLsKzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugLsiLsKzr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugLsiLsKzr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugLsiLsKzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugLsiLsKzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugLsiLsKzr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugLsiLsKzr .navbar {
    min-height: 72px;
  }
  .cid-ugLsiLsKzr .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugLsiLsKzr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugLsiLsKzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugLsiLsKzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugLsiLsKzr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugLsiLsKzr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugLsiLsKzr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugLsiLsKzr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugLsiLsKzr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugLsiLsKzr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugLsiLsKzr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugLsiLsKzr .dropdown-item.active,
.cid-ugLsiLsKzr .dropdown-item:active {
  background-color: transparent;
}
.cid-ugLsiLsKzr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugLsiLsKzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugLsiLsKzr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugLsiLsKzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ugLsiLsKzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugLsiLsKzr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugLsiLsKzr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugLsiLsKzr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugLsiLsKzr .navbar-buttons {
    text-align: left;
  }
}
.cid-ugLsiLsKzr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugLsiLsKzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugLsiLsKzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugLsiLsKzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLsiLsKzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugLsiLsKzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugLsiLsKzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLsiLsKzr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugLsiLsKzr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugLsiLsKzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugLsiLsKzr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugLsiLsKzr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugLsiLsKzr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugLsiLsKzr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugLsiLsKzr .navbar {
    height: 70px;
  }
  .cid-ugLsiLsKzr .navbar.opened {
    height: auto;
  }
  .cid-ugLsiLsKzr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugLsiLsKzr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ugLsiLsKzr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugLsiLsKzr .navbar-brand {
    margin-right: auto;
  }
  .cid-ugLsiLsKzr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ugLsiLsKzr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugLsiLsKzr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugLsiLsKzr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugLsiLsKzr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugLsiLsKzr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugLsiLRPJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugLsiM53mu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugLsiM53mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLsiM53mu .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-ugLsiM53mu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugLsiM53mu .row {
  flex-direction: row-reverse;
}
.cid-ugLsiM53mu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ugLsiM53mu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ugLsiM53mu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ugLsiM53mu .mbr-section-title {
  color: #000000;
}
.cid-ugLsiM53mu .mbr-text,
.cid-ugLsiM53mu .mbr-section-btn {
  color: #000000;
}
.cid-ugLsiMpyOw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugLsiMpyOw .mbr-text {
  color: #000000;
}
.cid-ugLsiMpyOw .mbr-section-subtitle {
  color: #000000;
}
.cid-ugLsiMpyOw .mbr-section-title {
  color: #000000;
}
.cid-uhyqUr38f3 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ugLsiMCE1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1396.jpg");
  overflow: hidden;
}
.cid-ugX0Jw4KiC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugX0Jw4KiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugX0Jw4KiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugX0Jw4KiC .mbr-description {
  text-align: left;
}
.cid-ugX0Jw4KiC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ugX0Jw4KiC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX0Jw4KiC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugX0Jw4KiC .card-title,
.cid-ugX0Jw4KiC .iconfont-wrapper {
  color: #000000;
}
.cid-ugX0Jw4KiC .card-text {
  color: #000000;
}
.cid-ugX0Jw4KiC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugX0Jw4KiC .mbr-number {
  color: #9fe870;
}
.cid-ugX0Jw4KiC .mbr-text,
.cid-ugX0Jw4KiC .mbr-section-btn {
  text-align: center;
}
.cid-ugX0Jw4KiC .card-text,
.cid-ugX0Jw4KiC .item .mbr-section-btn {
  text-align: left;
}
.cid-ugX0Jw4KiC .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ugX0Jw4KiC .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugX0Jw4KiC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX0Jw4KiC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-ugX0Jw4KiC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugX0Jw4KiC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX0Jw4KiC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ugX0Jw4KiC .card-title {
  text-align: left;
}
.cid-ugX0Jw4KiC .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ugX0Jw4KiC .item-content .item-footer {
  margin-top: auto;
}
.cid-ugX2WEUizi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugX2WEUizi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-ugX2WEUizi img,
.cid-ugX2WEUizi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugX2WEUizi .item:focus,
.cid-ugX2WEUizi span:focus {
  outline: none;
}
.cid-ugX2WEUizi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX2WEUizi .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX2WEUizi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugX2WEUizi .mbr-section-title {
  color: #232323;
}
.cid-ugX2WEUizi .mbr-text,
.cid-ugX2WEUizi .mbr-section-btn {
  color: #232323;
}
.cid-ugX2WEUizi .item-title {
  color: #232323;
}
.cid-ugX2WEUizi .content-head {
  max-width: 800px;
}
.cid-ugX0LmwNKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ugX0LmwNKv .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-ugX0LmwNKv .panel-group {
  border: none;
}
.cid-ugX0LmwNKv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ugX0LmwNKv .card-header {
    padding: 0rem;
  }
}
.cid-ugX0LmwNKv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ugX0LmwNKv .img-col {
  padding: 0;
}
.cid-ugX0LmwNKv .img-item {
  height: 100%;
}
.cid-ugX0LmwNKv img {
  height: 100%;
  object-fit: cover;
}
.cid-ugX0LmwNKv .collapsed span {
  transform: rotate(0deg);
}
.cid-ugX0LmwNKv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugX0LmwNKv p {
  margin-bottom: 0.3rem;
}
.cid-ugX0LmwNKv .panel-title-edit {
  color: #000000;
}
.cid-ugX0LmwNKv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ugX0LmwNKv .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ugX0LmwNKv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX0LmwNKv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ugX0LmwNKv .panel-text {
  color: #000000;
}
.cid-ugX0LmwNKv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ugX0LmwNKv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ugX0LmwNKv .panel-title-edit,
.cid-ugX0LmwNKv .mbr-iconfont {
  color: #000000;
}
.cid-ugLsiNVvEk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-ugLsiNVvEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLsiNVvEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-ugLsiNVvEk .container-fluid {
    padding: 0;
  }
}
.cid-ugLsiNVvEk .embla__button--next,
.cid-ugLsiNVvEk .embla__button--prev {
  display: flex;
}
.cid-ugLsiNVvEk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ugLsiNVvEk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ugLsiNVvEk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ugLsiNVvEk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ugLsiNVvEk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugLsiNVvEk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugLsiNVvEk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugLsiNVvEk .embla {
  position: relative;
  width: 100%;
}
.cid-ugLsiNVvEk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ugLsiNVvEk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ugLsiNVvEk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ugLsiNVvEk .embla__slide a {
  cursor: grab;
}
.cid-ugLsiNVvEk .embla__slide a:active {
  cursor: grabbing;
}
.cid-ugLsiNVvEk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ugLsiNVvEk .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-ugLsiNVvEk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ugLsiNVvEk .embla__slide a {
  display: block;
  width: 100%;
}
.cid-ugLsiNVvEk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-ugLsiNVvEk .mbr-section-title {
  color: #232323;
}
.cid-ugLsiNVvEk .mbr-section-subtitle {
  color: #232323;
}
.cid-ugLsiNVvEk .mbr-box {
  color: #ffffff;
}
.cid-ugLsiNVvEk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ugLsiNVvEk img,
.cid-ugLsiNVvEk .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ugLsiNVvEk .item-wrapper {
  position: relative;
}
.cid-ugLsiNVvEk .content-head {
  max-width: 800px;
}
.cid-ugX0MG9Z0t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ugX0MG9Z0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugX0MG9Z0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugX0MG9Z0t .row {
  justify-content: center;
}
.cid-ugX0MG9Z0t .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugX0MG9Z0t .item {
    margin-bottom: 1rem;
  }
}
.cid-ugX0MG9Z0t .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugX0MG9Z0t .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugX0MG9Z0t .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ugX0MG9Z0t .content-head {
  max-width: 800px;
}
.cid-ugX0NzUvay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-ugX0NzUvay .showAlerts {
  display: block !important;
}
.cid-ugX0NzUvay .rowflexrev {
  display: -webkit-flex;
}
.cid-ugX0NzUvay .title {
  margin-bottom: 2rem;
}
.cid-ugX0NzUvay .mbr-section-subtitle {
  color: #767676;
}
.cid-ugX0NzUvay textarea.form-control {
  min-height: 188px;
}
.cid-ugX0NzUvay LABEL {
  color: #232323;
  display: initial;
}
.cid-ugX0NzUvay .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX0NzUvay .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugX0NzUvay .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX0NzUvay .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugX0NzUvay .alert {
  margin-bottom: 0;
}
.cid-ugX0NzUvay .alert-success {
  background-color: #098088;
}
.cid-ugX0NzUvay .alert-danger {
  background-color: #000000;
}
.cid-ugX0NzUvay .btn {
  display: inline-flex;
}
.cid-ugX0NzUvay .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugX0NzUvay .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugX0NzUvay input,
.cid-ugX0NzUvay option,
.cid-ugX0NzUvay textarea {
  color: #000000;
}
.cid-ugLNA5tV8q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugLNA5tV8q .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugLNA5tV8q .social-row .soc-item {
  margin: 8px;
}
.cid-ugLNA5tV8q .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugLNA5tV8q .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugLNA5tV8q .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-ugLNA5tV8q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLNA5tV8q .mbr-section-title {
  color: #ffffff;
}
.cid-ugLNA5tV8q .mbr-section-title,
.cid-ugLNA5tV8q .social-list {
  color: #000000;
}
.cid-ugLKwWjQan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ugLKwWjQan .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugLKwWjQan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugLKwWjQan .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ugLKwWjQan .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row {
    flex-direction: column-reverse !important;
  }
  .cid-ugLKwWjQan .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-ugLKwWjQan .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugLKwWjQan .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-ugLKwWjQan .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-ugLKwWjQan .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ugLKwWjQan .copyright {
    text-align: center;
  }
}
.cid-ugLKwWjQan row-links-soc-item {
  color: #f7f7f7;
}
.cid-uFV9hjz96l {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFV9hjz96l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFV9hjz96l .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFV9hjz96l .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFV9hjz96l .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFV9hjz96l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFV9hjz96l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFV9hjz96l .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFV9hjz96l .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFV9hjz96l .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFV9hjz96l .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFV9hjz96l .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFV9hjz96l .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFV9hjz96l .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFV9hjz96l .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFV9hjz96l .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFV9hjz96l .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFV9hjz96l .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFV9hjz96l .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFV9hjz96l .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFV9hjz96l .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFV9hjz96l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFV9hjz96l .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFV9hjz96l .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFV9hjz96l .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFV9hjz96l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFV9hjz96l .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uFV9hjz96l .nav-item:focus,
.cid-uFV9hjz96l .nav-link:focus {
  outline: none;
}
.cid-uFV9hjz96l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFV9hjz96l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFV9hjz96l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFV9hjz96l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFV9hjz96l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFV9hjz96l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFV9hjz96l .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFV9hjz96l .navbar.opened {
  transition: all 0.3s;
}
.cid-uFV9hjz96l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFV9hjz96l .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uFV9hjz96l .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFV9hjz96l .navbar.collapsed {
  justify-content: center;
}
.cid-uFV9hjz96l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFV9hjz96l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFV9hjz96l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFV9hjz96l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFV9hjz96l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFV9hjz96l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFV9hjz96l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFV9hjz96l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFV9hjz96l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFV9hjz96l .navbar {
    min-height: 72px;
  }
  .cid-uFV9hjz96l .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFV9hjz96l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFV9hjz96l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFV9hjz96l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFV9hjz96l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFV9hjz96l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFV9hjz96l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFV9hjz96l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFV9hjz96l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFV9hjz96l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFV9hjz96l .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFV9hjz96l .dropdown-item.active,
.cid-uFV9hjz96l .dropdown-item:active {
  background-color: transparent;
}
.cid-uFV9hjz96l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFV9hjz96l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFV9hjz96l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFV9hjz96l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uFV9hjz96l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFV9hjz96l .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFV9hjz96l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFV9hjz96l .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFV9hjz96l .navbar-buttons {
    text-align: left;
  }
}
.cid-uFV9hjz96l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFV9hjz96l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFV9hjz96l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFV9hjz96l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFV9hjz96l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFV9hjz96l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFV9hjz96l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFV9hjz96l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFV9hjz96l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFV9hjz96l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFV9hjz96l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFV9hjz96l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFV9hjz96l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFV9hjz96l .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFV9hjz96l .navbar {
    height: 70px;
  }
  .cid-uFV9hjz96l .navbar.opened {
    height: auto;
  }
  .cid-uFV9hjz96l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFV9hjz96l .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFV9hjz96l .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFV9hjz96l .navbar-brand {
    margin-right: auto;
  }
  .cid-uFV9hjz96l .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFV9hjz96l .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFV9hjz96l .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFV9hjz96l .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFV9hjz96l .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFV9hjz96l .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFV9rscTHk {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #edefeb;
}
.cid-uFV9rscTHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV9rscTHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV9rscTHk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFV9rscTHk .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFV9rscTHk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFV9rscTHk .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFV9rscTHk .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFV9rscTHk .header-menu li p {
  margin: 0;
}
.cid-uFV9rscTHk .content-head {
  max-width: 800px;
}
.cid-uFV9hv6zdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-uFV9hvAFsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFV9hvAFsO .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-uFV9hvAFsO .panel-group {
  border: none;
}
.cid-uFV9hvAFsO .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFV9hvAFsO .card-header {
    padding: 0rem;
  }
}
.cid-uFV9hvAFsO .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uFV9hvAFsO .img-col {
  padding: 0;
}
.cid-uFV9hvAFsO .img-item {
  height: 100%;
}
.cid-uFV9hvAFsO img {
  height: 100%;
  object-fit: cover;
}
.cid-uFV9hvAFsO .collapsed span {
  transform: rotate(0deg);
}
.cid-uFV9hvAFsO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFV9hvAFsO p {
  margin-bottom: 0.3rem;
}
.cid-uFV9hvAFsO .panel-title-edit {
  color: #000000;
}
.cid-uFV9hvAFsO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uFV9hvAFsO .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uFV9hvAFsO .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFV9hvAFsO .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uFV9hvAFsO .panel-text {
  color: #000000;
}
.cid-uFV9hvAFsO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uFV9hvAFsO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFV9hvAFsO .panel-title-edit,
.cid-uFV9hvAFsO .mbr-iconfont {
  color: #000000;
}
.cid-uFV9hwaqYA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFV9hwaqYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV9hwaqYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV9hwaqYA .row {
  justify-content: center;
}
.cid-uFV9hwaqYA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFV9hwaqYA .item {
    margin-bottom: 1rem;
  }
}
.cid-uFV9hwaqYA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFV9hwaqYA .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFV9hwaqYA .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uFV9hwaqYA .content-head {
  max-width: 800px;
}
.cid-uFV9hwMoNl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-uFV9hwMoNl .showAlerts {
  display: block !important;
}
.cid-uFV9hwMoNl .rowflexrev {
  display: -webkit-flex;
}
.cid-uFV9hwMoNl .title {
  margin-bottom: 2rem;
}
.cid-uFV9hwMoNl .mbr-section-subtitle {
  color: #767676;
}
.cid-uFV9hwMoNl textarea.form-control {
  min-height: 188px;
}
.cid-uFV9hwMoNl LABEL {
  color: #232323;
  display: initial;
}
.cid-uFV9hwMoNl .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFV9hwMoNl .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uFV9hwMoNl .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFV9hwMoNl .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFV9hwMoNl .alert {
  margin-bottom: 0;
}
.cid-uFV9hwMoNl .alert-success {
  background-color: #098088;
}
.cid-uFV9hwMoNl .alert-danger {
  background-color: #000000;
}
.cid-uFV9hwMoNl .btn {
  display: inline-flex;
}
.cid-uFV9hwMoNl .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uFV9hwMoNl .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uFV9hwMoNl input,
.cid-uFV9hwMoNl option,
.cid-uFV9hwMoNl textarea {
  color: #000000;
}
.cid-uFV9hFjgXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uFV9hFjgXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV9hFjgXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFV9hFjgXM .container-fluid {
    padding: 0;
  }
}
.cid-uFV9hFjgXM .embla__button--next,
.cid-uFV9hFjgXM .embla__button--prev {
  display: flex;
}
.cid-uFV9hFjgXM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFV9hFjgXM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFV9hFjgXM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uFV9hFjgXM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFV9hFjgXM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFV9hFjgXM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFV9hFjgXM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFV9hFjgXM .embla {
  position: relative;
  width: 100%;
}
.cid-uFV9hFjgXM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFV9hFjgXM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFV9hFjgXM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFV9hFjgXM .embla__slide a {
  cursor: grab;
}
.cid-uFV9hFjgXM .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFV9hFjgXM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFV9hFjgXM .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFV9hFjgXM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFV9hFjgXM .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uFV9hFjgXM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFV9hFjgXM .mbr-section-title {
  color: #232323;
}
.cid-uFV9hFjgXM .mbr-section-subtitle {
  color: #232323;
}
.cid-uFV9hFjgXM .mbr-box {
  color: #ffffff;
}
.cid-uFV9hFjgXM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFV9hFjgXM img,
.cid-uFV9hFjgXM .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFV9hFjgXM .item-wrapper {
  position: relative;
}
.cid-uFV9hFjgXM .content-head {
  max-width: 800px;
}
.cid-uFV9hGBtkd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFV9hGBtkd .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFV9hGBtkd .social-row .soc-item {
  margin: 8px;
}
.cid-uFV9hGBtkd .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFV9hGBtkd .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uFV9hGBtkd .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-uFV9hGBtkd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFV9hGBtkd .mbr-section-title {
  color: #ffffff;
}
.cid-uFV9hGBtkd .mbr-section-title,
.cid-uFV9hGBtkd .social-list {
  color: #000000;
}
.cid-uFV9hHoZXK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uFV9hHoZXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFV9hHoZXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFV9hHoZXK .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uFV9hHoZXK .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFV9hHoZXK .row {
    flex-direction: column-reverse !important;
  }
  .cid-uFV9hHoZXK .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uFV9hHoZXK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFV9hHoZXK .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFV9hHoZXK .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uFV9hHoZXK .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uFV9hHoZXK .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFV9hHoZXK .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFV9hHoZXK .copyright {
    text-align: center;
  }
}
.cid-uFV9hHoZXK row-links-soc-item {
  color: #f7f7f7;
}
.cid-uFVFpChDp0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFVFpChDp0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFVFpChDp0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFVFpChDp0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVFpChDp0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFVFpChDp0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVFpChDp0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVFpChDp0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFVFpChDp0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFVFpChDp0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFVFpChDp0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFVFpChDp0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFVFpChDp0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFVFpChDp0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFVFpChDp0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFVFpChDp0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFVFpChDp0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFVFpChDp0 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFVFpChDp0 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFVFpChDp0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFVFpChDp0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFVFpChDp0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFVFpChDp0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFVFpChDp0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVFpChDp0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFVFpChDp0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVFpChDp0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uFVFpChDp0 .nav-item:focus,
.cid-uFVFpChDp0 .nav-link:focus {
  outline: none;
}
.cid-uFVFpChDp0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVFpChDp0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVFpChDp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVFpChDp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVFpChDp0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVFpChDp0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVFpChDp0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFVFpChDp0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVFpChDp0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVFpChDp0 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uFVFpChDp0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFVFpChDp0 .navbar.collapsed {
  justify-content: center;
}
.cid-uFVFpChDp0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVFpChDp0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVFpChDp0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFVFpChDp0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVFpChDp0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVFpChDp0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFVFpChDp0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVFpChDp0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVFpChDp0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFVFpChDp0 .navbar {
    min-height: 72px;
  }
  .cid-uFVFpChDp0 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFVFpChDp0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVFpChDp0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVFpChDp0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVFpChDp0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVFpChDp0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFVFpChDp0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVFpChDp0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFVFpChDp0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVFpChDp0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFVFpChDp0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFVFpChDp0 .dropdown-item.active,
.cid-uFVFpChDp0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVFpChDp0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVFpChDp0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVFpChDp0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVFpChDp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uFVFpChDp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFVFpChDp0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFVFpChDp0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVFpChDp0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFVFpChDp0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uFVFpChDp0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVFpChDp0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVFpChDp0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVFpChDp0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVFpChDp0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVFpChDp0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVFpChDp0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVFpChDp0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVFpChDp0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVFpChDp0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVFpChDp0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFVFpChDp0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVFpChDp0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFVFpChDp0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVFpChDp0 .navbar {
    height: 70px;
  }
  .cid-uFVFpChDp0 .navbar.opened {
    height: auto;
  }
  .cid-uFVFpChDp0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFVFpChDp0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFVFpChDp0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFVFpChDp0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uFVFpChDp0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFVFpChDp0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFVFpChDp0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFVFpChDp0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVFpChDp0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFVFpChDp0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFVFCvioPt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uFVFCvioPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVFCvioPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVFCvioPt .mbr-text {
  color: #000000;
}
.cid-uFVFCvioPt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFVFCvioPt .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uFVFCvioPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVFCvioPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uFVFCvioPt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVFCvioPt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFVFCvioPt .mbr-number {
  color: #757b62;
  text-align: left;
}
.cid-uFVFCvioPt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFVFCvioPt .card-text,
.cid-uFVFCvioPt .item .mbr-section-btn {
  text-align: left;
}
.cid-uFVFCvioPt .card-title,
.cid-uFVFCvioPt .iconfont-wrapper {
  text-align: left;
}
.cid-uFVFCvioPt .mbr-section-subtitle,
.cid-uFVFCvioPt .main-button {
  text-align: left;
  color: #000000;
}
.cid-uFVFCvioPt .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uFVFCvioPt .item-content .item-footer {
  margin-top: auto;
}
.cid-uFVFCvioPt .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVFCvioPt .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uFVFCvioPt .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uFVFCvioPt .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uFVFpDvovh {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #edefeb;
}
.cid-uFVFpDvovh .showAlerts {
  display: block !important;
}
.cid-uFVFpDvovh .rowflexrev {
  display: -webkit-flex;
}
.cid-uFVFpDvovh .title {
  margin-bottom: 2rem;
}
.cid-uFVFpDvovh .mbr-section-subtitle {
  color: #767676;
}
.cid-uFVFpDvovh textarea.form-control {
  min-height: 188px;
}
.cid-uFVFpDvovh LABEL {
  color: #232323;
  display: initial;
}
.cid-uFVFpDvovh .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpDvovh .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uFVFpDvovh .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpDvovh .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpDvovh .alert {
  margin-bottom: 0;
}
.cid-uFVFpDvovh .alert-success {
  background-color: #098088;
}
.cid-uFVFpDvovh .alert-danger {
  background-color: #000000;
}
.cid-uFVFpDvovh .btn {
  display: inline-flex;
}
.cid-uFVFpDvovh .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uFVFpDvovh .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uFVFpDvovh input,
.cid-uFVFpDvovh option,
.cid-uFVFpDvovh textarea {
  color: #000000;
}
.cid-uFVFpNx9dM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-uFVFpO41Uc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFVFpO41Uc .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-uFVFpO41Uc .panel-group {
  border: none;
}
.cid-uFVFpO41Uc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFVFpO41Uc .card-header {
    padding: 0rem;
  }
}
.cid-uFVFpO41Uc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uFVFpO41Uc .img-col {
  padding: 0;
}
.cid-uFVFpO41Uc .img-item {
  height: 100%;
}
.cid-uFVFpO41Uc img {
  height: 100%;
  object-fit: cover;
}
.cid-uFVFpO41Uc .collapsed span {
  transform: rotate(0deg);
}
.cid-uFVFpO41Uc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVFpO41Uc p {
  margin-bottom: 0.3rem;
}
.cid-uFVFpO41Uc .panel-title-edit {
  color: #000000;
}
.cid-uFVFpO41Uc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uFVFpO41Uc .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uFVFpO41Uc .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVFpO41Uc .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uFVFpO41Uc .panel-text {
  color: #000000;
}
.cid-uFVFpO41Uc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uFVFpO41Uc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFVFpO41Uc .panel-title-edit,
.cid-uFVFpO41Uc .mbr-iconfont {
  color: #000000;
}
.cid-uFVFpOQoAs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFVFpOQoAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVFpOQoAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVFpOQoAs .row {
  justify-content: center;
}
.cid-uFVFpOQoAs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVFpOQoAs .item {
    margin-bottom: 1rem;
  }
}
.cid-uFVFpOQoAs .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVFpOQoAs .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVFpOQoAs .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uFVFpOQoAs .content-head {
  max-width: 800px;
}
.cid-uFVFpPvfWp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-uFVFpPvfWp .showAlerts {
  display: block !important;
}
.cid-uFVFpPvfWp .rowflexrev {
  display: -webkit-flex;
}
.cid-uFVFpPvfWp .title {
  margin-bottom: 2rem;
}
.cid-uFVFpPvfWp .mbr-section-subtitle {
  color: #767676;
}
.cid-uFVFpPvfWp textarea.form-control {
  min-height: 188px;
}
.cid-uFVFpPvfWp LABEL {
  color: #232323;
  display: initial;
}
.cid-uFVFpPvfWp .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpPvfWp .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uFVFpPvfWp .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpPvfWp .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVFpPvfWp .alert {
  margin-bottom: 0;
}
.cid-uFVFpPvfWp .alert-success {
  background-color: #098088;
}
.cid-uFVFpPvfWp .alert-danger {
  background-color: #000000;
}
.cid-uFVFpPvfWp .btn {
  display: inline-flex;
}
.cid-uFVFpPvfWp .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uFVFpPvfWp .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uFVFpPvfWp input,
.cid-uFVFpPvfWp option,
.cid-uFVFpPvfWp textarea {
  color: #000000;
}
.cid-uFVFpYjCFx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uFVFpYjCFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVFpYjCFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFVFpYjCFx .container-fluid {
    padding: 0;
  }
}
.cid-uFVFpYjCFx .embla__button--next,
.cid-uFVFpYjCFx .embla__button--prev {
  display: flex;
}
.cid-uFVFpYjCFx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFVFpYjCFx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFVFpYjCFx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uFVFpYjCFx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFVFpYjCFx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFVFpYjCFx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFVFpYjCFx .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFVFpYjCFx .embla {
  position: relative;
  width: 100%;
}
.cid-uFVFpYjCFx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFVFpYjCFx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFVFpYjCFx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFVFpYjCFx .embla__slide a {
  cursor: grab;
}
.cid-uFVFpYjCFx .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFVFpYjCFx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFVFpYjCFx .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFVFpYjCFx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFVFpYjCFx .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uFVFpYjCFx .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFVFpYjCFx .mbr-section-title {
  color: #232323;
}
.cid-uFVFpYjCFx .mbr-section-subtitle {
  color: #232323;
}
.cid-uFVFpYjCFx .mbr-box {
  color: #ffffff;
}
.cid-uFVFpYjCFx .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFVFpYjCFx img,
.cid-uFVFpYjCFx .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFVFpYjCFx .item-wrapper {
  position: relative;
}
.cid-uFVFpYjCFx .content-head {
  max-width: 800px;
}
.cid-uFVFpZJ6UQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFVFpZJ6UQ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFVFpZJ6UQ .social-row .soc-item {
  margin: 8px;
}
.cid-uFVFpZJ6UQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFVFpZJ6UQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uFVFpZJ6UQ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-uFVFpZJ6UQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFVFpZJ6UQ .mbr-section-title {
  color: #ffffff;
}
.cid-uFVFpZJ6UQ .mbr-section-title,
.cid-uFVFpZJ6UQ .social-list {
  color: #000000;
}
.cid-uFVFq0sItE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uFVFq0sItE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVFq0sItE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVFq0sItE .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uFVFq0sItE .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFVFq0sItE .row {
    flex-direction: column-reverse !important;
  }
  .cid-uFVFq0sItE .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uFVFq0sItE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFVFq0sItE .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFVFq0sItE .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uFVFq0sItE .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uFVFq0sItE .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFVFq0sItE .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFVFq0sItE .copyright {
    text-align: center;
  }
}
.cid-uFVFq0sItE row-links-soc-item {
  color: #f7f7f7;
}
.cid-uFVIEi3xsz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uFVIEi3xsz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uFVIEi3xsz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uFVIEi3xsz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFVIEi3xsz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uFVIEi3xsz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFVIEi3xsz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFVIEi3xsz .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uFVIEi3xsz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uFVIEi3xsz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uFVIEi3xsz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uFVIEi3xsz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uFVIEi3xsz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uFVIEi3xsz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uFVIEi3xsz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uFVIEi3xsz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uFVIEi3xsz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uFVIEi3xsz .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uFVIEi3xsz .navbar-logo {
    padding-left: 0;
  }
}
.cid-uFVIEi3xsz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFVIEi3xsz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uFVIEi3xsz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uFVIEi3xsz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uFVIEi3xsz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVIEi3xsz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uFVIEi3xsz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFVIEi3xsz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uFVIEi3xsz .nav-item:focus,
.cid-uFVIEi3xsz .nav-link:focus {
  outline: none;
}
.cid-uFVIEi3xsz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFVIEi3xsz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFVIEi3xsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFVIEi3xsz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFVIEi3xsz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFVIEi3xsz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFVIEi3xsz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uFVIEi3xsz .navbar.opened {
  transition: all 0.3s;
}
.cid-uFVIEi3xsz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFVIEi3xsz .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uFVIEi3xsz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uFVIEi3xsz .navbar.collapsed {
  justify-content: center;
}
.cid-uFVIEi3xsz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFVIEi3xsz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFVIEi3xsz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uFVIEi3xsz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFVIEi3xsz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFVIEi3xsz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFVIEi3xsz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFVIEi3xsz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFVIEi3xsz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uFVIEi3xsz .navbar {
    min-height: 72px;
  }
  .cid-uFVIEi3xsz .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uFVIEi3xsz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFVIEi3xsz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFVIEi3xsz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFVIEi3xsz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFVIEi3xsz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFVIEi3xsz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFVIEi3xsz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uFVIEi3xsz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFVIEi3xsz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFVIEi3xsz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uFVIEi3xsz .dropdown-item.active,
.cid-uFVIEi3xsz .dropdown-item:active {
  background-color: transparent;
}
.cid-uFVIEi3xsz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFVIEi3xsz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFVIEi3xsz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFVIEi3xsz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uFVIEi3xsz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uFVIEi3xsz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uFVIEi3xsz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFVIEi3xsz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFVIEi3xsz .navbar-buttons {
    text-align: left;
  }
}
.cid-uFVIEi3xsz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFVIEi3xsz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFVIEi3xsz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFVIEi3xsz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVIEi3xsz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFVIEi3xsz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFVIEi3xsz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVIEi3xsz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFVIEi3xsz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFVIEi3xsz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFVIEi3xsz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFVIEi3xsz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFVIEi3xsz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFVIEi3xsz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFVIEi3xsz .navbar {
    height: 70px;
  }
  .cid-uFVIEi3xsz .navbar.opened {
    height: auto;
  }
  .cid-uFVIEi3xsz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uFVIEi3xsz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uFVIEi3xsz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uFVIEi3xsz .navbar-brand {
    margin-right: auto;
  }
  .cid-uFVIEi3xsz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uFVIEi3xsz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uFVIEi3xsz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uFVIEi3xsz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uFVIEi3xsz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uFVIEi3xsz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFVIWyN0Di {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFVIWyN0Di .item:focus,
.cid-uFVIWyN0Di span:focus {
  outline: none;
}
.cid-uFVIWyN0Di .item {
  cursor: pointer;
}
.cid-uFVIWyN0Di .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVIWyN0Di .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uFVIWyN0Di .grid-container-1,
.cid-uFVIWyN0Di .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uFVIWyN0Di .grid-container-1,
  .cid-uFVIWyN0Di .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uFVIWyN0Di .mbr-section-title {
  color: #000000;
}
.cid-uFVIWyN0Di .mbr-text,
.cid-uFVIWyN0Di .mbr-section-btn {
  color: #000000;
}
.cid-uFVIWyN0Di .content-head {
  max-width: 800px;
}
.cid-uFVIWyN0Di .container,
.cid-uFVIWyN0Di .container-fluid {
  overflow: hidden;
}
.cid-uFVIWyN0Di .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFVIWyN0Di .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFVIWyN0Di .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFVIWyN0Di .grid-item img {
    min-width: 35vw;
  }
}
.cid-uFVIWyN0Di .grid-container-1,
.cid-uFVIWyN0Di .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFVIWyN0Di .grid-container-1 {
  align-items: flex-end;
}
.cid-uFVIWyN0Di .grid-container-2 {
  align-items: flex-start;
}
.cid-uFVIEiynkV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uFVIEiynkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIEiynkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVIEiynkV .mbr-text {
  color: #000000;
}
.cid-uFVIEiynkV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFVIEiynkV .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uFVIEiynkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVIEiynkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uFVIEiynkV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVIEiynkV .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uFVIEiynkV .mbr-number {
  color: #757b62;
  text-align: left;
}
.cid-uFVIEiynkV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFVIEiynkV .card-text,
.cid-uFVIEiynkV .item .mbr-section-btn {
  text-align: left;
}
.cid-uFVIEiynkV .card-title,
.cid-uFVIEiynkV .iconfont-wrapper {
  text-align: left;
}
.cid-uFVIEiynkV .mbr-section-subtitle,
.cid-uFVIEiynkV .main-button {
  text-align: left;
  color: #000000;
}
.cid-uFVIEiynkV .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uFVIEiynkV .item-content .item-footer {
  margin-top: auto;
}
.cid-uFVIEiynkV .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVIEiynkV .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uFVIEiynkV .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uFVIEiynkV .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uFYxgKqOlp {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #edefeb;
}
.cid-uFYxgKqOlp .showAlerts {
  display: block !important;
}
.cid-uFYxgKqOlp .rowflexrev {
  display: -webkit-flex;
}
.cid-uFYxgKqOlp .title {
  margin-bottom: 2rem;
}
.cid-uFYxgKqOlp .mbr-section-subtitle {
  color: #767676;
}
.cid-uFYxgKqOlp textarea.form-control {
  min-height: 188px;
}
.cid-uFYxgKqOlp LABEL {
  color: #232323;
  display: initial;
}
.cid-uFYxgKqOlp .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFYxgKqOlp .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uFYxgKqOlp .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFYxgKqOlp .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFYxgKqOlp .alert {
  margin-bottom: 0;
}
.cid-uFYxgKqOlp .alert-success {
  background-color: #098088;
}
.cid-uFYxgKqOlp .alert-danger {
  background-color: #000000;
}
.cid-uFYxgKqOlp .btn {
  display: inline-flex;
}
.cid-uFYxgKqOlp .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uFYxgKqOlp .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uFYxgKqOlp input,
.cid-uFYxgKqOlp option,
.cid-uFYxgKqOlp textarea {
  color: #000000;
}
.cid-uFYxgKqOlp H2 {
  text-align: center;
}
.cid-uFVIEu4glt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
  overflow: hidden;
}
.cid-uFVIEuIEEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uFVIEuIEEv .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-uFVIEuIEEv .panel-group {
  border: none;
}
.cid-uFVIEuIEEv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uFVIEuIEEv .card-header {
    padding: 0rem;
  }
}
.cid-uFVIEuIEEv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uFVIEuIEEv .img-col {
  padding: 0;
}
.cid-uFVIEuIEEv .img-item {
  height: 100%;
}
.cid-uFVIEuIEEv img {
  height: 100%;
  object-fit: cover;
}
.cid-uFVIEuIEEv .collapsed span {
  transform: rotate(0deg);
}
.cid-uFVIEuIEEv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFVIEuIEEv p {
  margin-bottom: 0.3rem;
}
.cid-uFVIEuIEEv .panel-title-edit {
  color: #000000;
}
.cid-uFVIEuIEEv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uFVIEuIEEv .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uFVIEuIEEv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVIEuIEEv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uFVIEuIEEv .panel-text {
  color: #000000;
}
.cid-uFVIEuIEEv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uFVIEuIEEv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFVIEuIEEv .panel-title-edit,
.cid-uFVIEuIEEv .mbr-iconfont {
  color: #000000;
}
.cid-uFVIEvouuL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFVIEvouuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIEvouuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVIEvouuL .row {
  justify-content: center;
}
.cid-uFVIEvouuL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFVIEvouuL .item {
    margin-bottom: 1rem;
  }
}
.cid-uFVIEvouuL .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uFVIEvouuL .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFVIEvouuL .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uFVIEvouuL .content-head {
  max-width: 800px;
}
.cid-uFVIEvYs9P {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-uFVIEvYs9P .showAlerts {
  display: block !important;
}
.cid-uFVIEvYs9P .rowflexrev {
  display: -webkit-flex;
}
.cid-uFVIEvYs9P .title {
  margin-bottom: 2rem;
}
.cid-uFVIEvYs9P .mbr-section-subtitle {
  color: #767676;
}
.cid-uFVIEvYs9P textarea.form-control {
  min-height: 188px;
}
.cid-uFVIEvYs9P LABEL {
  color: #232323;
  display: initial;
}
.cid-uFVIEvYs9P .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVIEvYs9P .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uFVIEvYs9P .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVIEvYs9P .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uFVIEvYs9P .alert {
  margin-bottom: 0;
}
.cid-uFVIEvYs9P .alert-success {
  background-color: #098088;
}
.cid-uFVIEvYs9P .alert-danger {
  background-color: #000000;
}
.cid-uFVIEvYs9P .btn {
  display: inline-flex;
}
.cid-uFVIEvYs9P .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uFVIEvYs9P .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uFVIEvYs9P input,
.cid-uFVIEvYs9P option,
.cid-uFVIEvYs9P textarea {
  color: #000000;
}
.cid-uFVIEGbDBq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uFVIEGbDBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIEGbDBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFVIEGbDBq .container-fluid {
    padding: 0;
  }
}
.cid-uFVIEGbDBq .embla__button--next,
.cid-uFVIEGbDBq .embla__button--prev {
  display: flex;
}
.cid-uFVIEGbDBq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFVIEGbDBq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFVIEGbDBq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uFVIEGbDBq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFVIEGbDBq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFVIEGbDBq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFVIEGbDBq .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFVIEGbDBq .embla {
  position: relative;
  width: 100%;
}
.cid-uFVIEGbDBq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFVIEGbDBq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFVIEGbDBq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFVIEGbDBq .embla__slide a {
  cursor: grab;
}
.cid-uFVIEGbDBq .embla__slide a:active {
  cursor: grabbing;
}
.cid-uFVIEGbDBq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFVIEGbDBq .embla__slide {
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uFVIEGbDBq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFVIEGbDBq .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uFVIEGbDBq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFVIEGbDBq .mbr-section-title {
  color: #232323;
}
.cid-uFVIEGbDBq .mbr-section-subtitle {
  color: #232323;
}
.cid-uFVIEGbDBq .mbr-box {
  color: #ffffff;
}
.cid-uFVIEGbDBq .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uFVIEGbDBq img,
.cid-uFVIEGbDBq .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFVIEGbDBq .item-wrapper {
  position: relative;
}
.cid-uFVIEGbDBq .content-head {
  max-width: 800px;
}
.cid-uFVIEHvDUK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFVIEHvDUK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uFVIEHvDUK .social-row .soc-item {
  margin: 8px;
}
.cid-uFVIEHvDUK .social-row .soc-item a:hover .mbr-iconfont,
.cid-uFVIEHvDUK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uFVIEHvDUK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #098088;
  transition: all 0.3s ease-in-out;
}
.cid-uFVIEHvDUK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFVIEHvDUK .mbr-section-title {
  color: #ffffff;
}
.cid-uFVIEHvDUK .mbr-section-title,
.cid-uFVIEHvDUK .social-list {
  color: #000000;
}
.cid-uFVIEImBqw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uFVIEImBqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVIEImBqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVIEImBqw .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uFVIEImBqw .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFVIEImBqw .row {
    flex-direction: column-reverse !important;
  }
  .cid-uFVIEImBqw .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uFVIEImBqw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFVIEImBqw .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uFVIEImBqw .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uFVIEImBqw .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uFVIEImBqw .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uFVIEImBqw .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uFVIEImBqw .copyright {
    text-align: center;
  }
}
.cid-uFVIEImBqw row-links-soc-item {
  color: #f7f7f7;
}
