.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 {
  font-family: Playfair Display;
}
.display-1 {
  font-family: 'Young Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Young Serif', serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@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: #a73232 !important;
}
.bg-success {
  background-color: #313131 !important;
}
.bg-info {
  background-color: #242424 !important;
}
.bg-warning {
  background-color: #ecf4f6 !important;
}
.bg-danger {
  background-color: #fee3d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a73232 !important;
  border-color: #a73232 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c74545 !important;
  border-color: #c74545 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c74545 !important;
  border-color: #c74545 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9a9ea1 !important;
  border-color: #9a9ea1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b4b7ba !important;
  border-color: #b4b7ba !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b4b7ba !important;
  border-color: #b4b7ba !important;
}
.btn-info,
.btn-info:active {
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
  border-color: #3e3e3e !important;
}
.btn-success,
.btn-success:active {
  background-color: #313131 !important;
  border-color: #313131 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #a73232;
  color: #a73232;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #641e1e !important;
  background-color: transparent !important;
  border-color: #641e1e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a73232 !important;
  border-color: #a73232 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9a9ea1;
  color: #9a9ea1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e7376 !important;
  background-color: transparent !important;
  border-color: #6e7376 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9ea1 !important;
  border-color: #9a9ea1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #242424;
  color: #242424;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #313131;
  color: #313131;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #060606 !important;
  background-color: transparent !important;
  border-color: #060606 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #313131 !important;
  border-color: #313131 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !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: #a73232 !important;
}
.text-secondary {
  color: #9a9ea1 !important;
}
.text-success {
  color: #313131 !important;
}
.text-info {
  color: #242424 !important;
}
.text-warning {
  color: #ecf4f6 !important;
}
.text-danger {
  color: #fee3d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #591a1a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676b6e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a7ccd5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fb9a76 !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: #a73232;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #242424;
}
.alert-warning {
  background-color: #ecf4f6;
}
.alert-danger {
  background-color: #fee3d9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a73232;
  border-color: #a73232;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a73232;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d98080;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6d6d6;
}
.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: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #a73232 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #a73232;
}
/* 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: #a73232;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a73232;
}
.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: #a73232;
  border-bottom-color: #a73232;
}
.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: #a73232 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9a9ea1 !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='%23a73232' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #a73232 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #a73232;
  pointer-events: none;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #a73232 !important;
}
.cid-ub2jmc19tr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub2jmc19tr .btn {
  font-weight: 400;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub2jmc19tr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub2jmc19tr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub2jmc19tr .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub2jmc19tr .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub2jmc19tr .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub2jmc19tr .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub2jmc19tr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub2jmc19tr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub2jmc19tr .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub2jmc19tr .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub2jmc19tr .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub2jmc19tr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub2jmc19tr .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub2jmc19tr .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub2jmc19tr .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub2jmc19tr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub2jmc19tr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub2jmc19tr .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub2jmc19tr .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2jmc19tr .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub2jmc19tr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub2jmc19tr .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;
}
.cid-ub2jmc19tr .nav-item:focus,
.cid-ub2jmc19tr .nav-link:focus {
  outline: none;
}
.cid-ub2jmc19tr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub2jmc19tr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub2jmc19tr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub2jmc19tr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub2jmc19tr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub2jmc19tr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .navbar.opened {
  transition: all 0.25s;
}
.cid-ub2jmc19tr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub2jmc19tr .navbar .navbar-logo img {
  width: auto;
}
.cid-ub2jmc19tr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub2jmc19tr .navbar.collapsed {
  justify-content: center;
}
.cid-ub2jmc19tr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub2jmc19tr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub2jmc19tr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub2jmc19tr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub2jmc19tr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub2jmc19tr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub2jmc19tr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub2jmc19tr .navbar {
    min-height: 72px;
  }
  .cid-ub2jmc19tr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub2jmc19tr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub2jmc19tr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub2jmc19tr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub2jmc19tr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub2jmc19tr .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-ub2jmc19tr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub2jmc19tr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub2jmc19tr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub2jmc19tr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub2jmc19tr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub2jmc19tr .dropdown-item.active,
.cid-ub2jmc19tr .dropdown-item:active {
  background-color: transparent;
}
.cid-ub2jmc19tr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub2jmc19tr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub2jmc19tr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub2jmc19tr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub2jmc19tr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub2jmc19tr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub2jmc19tr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub2jmc19tr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub2jmc19tr .navbar-buttons {
    text-align: left;
  }
}
.cid-ub2jmc19tr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub2jmc19tr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub2jmc19tr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub2jmc19tr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub2jmc19tr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub2jmc19tr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub2jmc19tr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub2jmc19tr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub2jmc19tr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub2jmc19tr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub2jmc19tr .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub2jmc19tr .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub2jmc19tr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub2jmc19tr .navbar {
    height: 70px;
  }
  .cid-ub2jmc19tr .navbar.opened {
    height: auto;
  }
  .cid-ub2jmc19tr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub2jmc19tr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub2jmc19tr .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-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub2jmc19tr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub2jmc19tr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub2jmc19tr .navbar-brand {
    margin-right: auto;
  }
  .cid-ub2jmc19tr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub2jmc19tr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub2jmc19tr .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub2jmc19tr .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-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub2jmc19tr .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-ub2jmc19tr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub2jmc19tr .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-ub2jmc19tr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub2jmc19tr .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub2jmc19tr .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub2jmc19tr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tV6Fqa53Ye {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tV6Fqa53Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV6Fqa53Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV6Fqa53Ye .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-tV6Fqa53Ye .container {
    padding: 0 16px;
  }
}
.cid-tV6Fqa53Ye .content-wrapper {
  margin-bottom: 20%;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV6Fqa53Ye .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-tV6Fqa53Ye .mbr-section-title {
  color: #000000;
}
.cid-tV6Fqa53Ye .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tV6Fqa53Ye .mbr-section-title,
.cid-tV6Fqa53Ye .mbr-section-btn {
  text-align: center;
}
.cid-ub2A2FpxcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
  overflow: hidden;
}
.cid-ub2A2FpxcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2A2FpxcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2A2FpxcR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub2A2FpxcR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2A2FpxcR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2A2FpxcR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2A2FpxcR .container {
    padding: 0 16px;
  }
}
.cid-ub2A2FpxcR .row {
  justify-content: space-between;
}
.cid-ub2A2FpxcR .row:hover,
.cid-ub2A2FpxcR .row:focus {
  cursor: pointer;
}
.cid-ub2A2FpxcR .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub2A2FpxcR .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ub2A2FpxcR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ub2A2FpxcR .image-wrapper img {
    height: 300px;
  }
}
.cid-ub2A2FpxcR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub2A2FpxcR .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ub2A2FpxcR .mbr-section-title {
  color: #000000;
}
.cid-ub2A2FpxcR .mbr-text {
  color: #000000;
}
.cid-ub2SHJSN3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub2SHJSN3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2SHJSN3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2SHJSN3R .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2SHJSN3R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2SHJSN3R .container {
    padding: 0 16px;
  }
}
.cid-ub2SHJSN3R .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub2SHJSN3R .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub2SHJSN3R .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub2SHJSN3R .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub2SHJSN3R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub2SHJSN3R .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub2SHJSN3R .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub2SHJSN3R .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub2SHJSN3R .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub2SHJSN3R .mbr-section-title {
  color: #000000;
}
.cid-ub2SHJSN3R .mbr-text {
  color: #000000;
}
.cid-ub2SHJSN3R .mbr-name {
  color: #000000;
}
.cid-ub2SHJSN3R .mbr-section-title,
.cid-ub2SHJSN3R .icon-wrapper {
  color: #a73232;
}
.cid-ub2zPMVPQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub2zPMVPQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2zPMVPQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2zPMVPQ5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2zPMVPQ5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2zPMVPQ5 .container {
    padding: 0 16px;
  }
}
.cid-ub2zPMVPQ5 .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub2zPMVPQ5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub2zPMVPQ5 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub2zPMVPQ5 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub2zPMVPQ5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub2zPMVPQ5 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub2zPMVPQ5 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub2zPMVPQ5 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub2zPMVPQ5 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub2zPMVPQ5 .mbr-section-title {
  color: #000000;
}
.cid-ub2zPMVPQ5 .mbr-text {
  color: #000000;
}
.cid-ub2zPMVPQ5 .mbr-name {
  color: #000000;
}
.cid-ub2zPMVPQ5 .mbr-section-title,
.cid-ub2zPMVPQ5 .icon-wrapper {
  color: #a73232;
}
.cid-ub2zlIjBx2 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ub2zlIjBx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2zlIjBx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .container {
    padding: 0 24px;
  }
}
.cid-ub2zlIjBx2 .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper {
    display: block;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a73232;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-ub2zlIjBx2 .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: .33;
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 28px;
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 18px;
}
.cid-ub2zlIjBx2 .card-wrapper .card-wrap .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ub2zlIjBx2 .mbr-section-title {
  color: #ffffff;
}
.cid-ub2zlIjBx2 .mbr-text {
  color: #ffffff;
}
.cid-ub2zlIjBx2 .card-number {
  color: #202020;
}
.cid-ub2zlIjBx2 .card-name {
  color: #202020;
}
.cid-ub2zlIjBx2 .card-role {
  color: #202020;
  text-align: center;
}
.cid-ub2zlIjBx2 .card-name,
.cid-ub2zlIjBx2 .mbr-section-btn {
  text-align: center;
}
.cid-ub2T7rVrP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub2T7rVrP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2T7rVrP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2T7rVrP8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2T7rVrP8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2T7rVrP8 .container {
    padding: 0 16px;
  }
}
.cid-ub2T7rVrP8 .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub2T7rVrP8 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub2T7rVrP8 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub2T7rVrP8 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub2T7rVrP8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub2T7rVrP8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub2T7rVrP8 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub2T7rVrP8 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub2T7rVrP8 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub2T7rVrP8 .mbr-section-title {
  color: #000000;
}
.cid-ub2T7rVrP8 .mbr-text {
  color: #000000;
}
.cid-ub2T7rVrP8 .mbr-name {
  color: #000000;
}
.cid-ub2T7rVrP8 .mbr-section-title,
.cid-ub2T7rVrP8 .icon-wrapper {
  color: #a73232;
}
.cid-ub2T8cFefl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub2T8cFefl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2T8cFefl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2T8cFefl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2T8cFefl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub2T8cFefl .container {
    padding: 0 16px;
  }
}
.cid-ub2T8cFefl .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub2T8cFefl .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub2T8cFefl .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub2T8cFefl .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub2T8cFefl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub2T8cFefl .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub2T8cFefl .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub2T8cFefl .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub2T8cFefl .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub2T8cFefl .mbr-section-title {
  color: #000000;
}
.cid-ub2T8cFefl .mbr-text {
  color: #000000;
}
.cid-ub2T8cFefl .mbr-name {
  color: #000000;
}
.cid-ub2T8cFefl .mbr-section-title,
.cid-ub2T8cFefl .icon-wrapper {
  color: #a73232;
}
.cid-ubvABCD3J2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvABCD3J2 .container {
  max-width: 1312px;
}
.cid-ubvABCD3J2 .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvABCD3J2 .row {
    padding: 0 16px;
  }
}
.cid-ubvABCD3J2 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvABCD3J2 .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvABCD3J2 .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvABCD3J2 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvABCD3J2 .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvABCD3J2 .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvABCD3J2 .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvABCD3J2 .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvABCD3J2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvABCD3J2 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvABCD3J2 .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvABCD3J2 .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvABCD3J2 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvABCD3J2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvABCD3J2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvABCD3J2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvABCD3J2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvABCD3J2 .mbr-text,
.cid-ubvABCD3J2 .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvAATw319 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvAATw319 h2,
.cid-ubvAATw319 h3,
.cid-ubvAATw319 p,
.cid-ubvAATw319 h4 {
  color: #0a0a0a;
}
.cid-ubvAATw319 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvAATw319 .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvAATw319 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvAATw319 .form-control:focus,
.cid-ubvAATw319 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvAATw319 .form-group {
  margin-bottom: 1rem;
}
.cid-ubvAATw319 input::-webkit-input-placeholder,
.cid-ubvAATw319 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvAATw319 input:-moz-placeholder,
.cid-ubvAATw319 textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvAATw319 .jq-selectbox li,
.cid-ubvAATw319 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvAATw319 .jq-selectbox li:hover,
.cid-ubvAATw319 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvAATw319 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvAATw319 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvAATw319 .mbr-text {
  color: #767676;
}
.cid-ubvAATw319 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvAATw319 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvAATw319 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvAATw319 textarea.form-control {
  resize: none;
}
.cid-ubvAATw319 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvAATw319 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvAATw319 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvAATw319 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvAATw319 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvAATw319 .img-block-wrap {
    position: relative;
  }
  .cid-ubvAATw319 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvAATw319 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvAATw319 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvAATw319 .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvAATw319 .img-block {
    overflow: hidden;
  }
}
.cid-ubvAATw319 .list-item-text {
  color: #0a0a0a;
}
.cid-ub2RfCONAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub2RfCONAl .container-fluid {
  padding: 0;
}
.cid-ub2RfCONAl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub2RfCONAl .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub2RfCONAl .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub2RfCONAl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub2RfCONAl .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub2RfCONAl .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub2RfCONAl .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub2RfCONAl .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub2RfCONAl .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub2RfCONAl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub2RfCONAl .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub2RfCONAl .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub2RfCONAl .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub2RfCONAl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub2RfCONAl .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub2RfCONAl .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub2RfCONAl .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub2RfCONAl .copyright .mbr-text {
  margin: 0;
}
.cid-ub2RfCONAl .mbr-section-title,
.cid-ub2RfCONAl .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub2RfCONAl .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub30UEPHdR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub30UEPHdR .btn {
  font-weight: 400;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub30UEPHdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub30UEPHdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub30UEPHdR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub30UEPHdR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub30UEPHdR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub30UEPHdR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub30UEPHdR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub30UEPHdR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub30UEPHdR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub30UEPHdR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub30UEPHdR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub30UEPHdR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub30UEPHdR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub30UEPHdR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub30UEPHdR .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub30UEPHdR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub30UEPHdR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub30UEPHdR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub30UEPHdR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub30UEPHdR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub30UEPHdR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub30UEPHdR .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;
}
.cid-ub30UEPHdR .nav-item:focus,
.cid-ub30UEPHdR .nav-link:focus {
  outline: none;
}
.cid-ub30UEPHdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub30UEPHdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub30UEPHdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub30UEPHdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub30UEPHdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub30UEPHdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .navbar.opened {
  transition: all 0.25s;
}
.cid-ub30UEPHdR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub30UEPHdR .navbar .navbar-logo img {
  width: auto;
}
.cid-ub30UEPHdR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub30UEPHdR .navbar.collapsed {
  justify-content: center;
}
.cid-ub30UEPHdR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub30UEPHdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub30UEPHdR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub30UEPHdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub30UEPHdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub30UEPHdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub30UEPHdR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub30UEPHdR .navbar {
    min-height: 72px;
  }
  .cid-ub30UEPHdR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub30UEPHdR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub30UEPHdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub30UEPHdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub30UEPHdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub30UEPHdR .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-ub30UEPHdR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub30UEPHdR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub30UEPHdR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub30UEPHdR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub30UEPHdR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub30UEPHdR .dropdown-item.active,
.cid-ub30UEPHdR .dropdown-item:active {
  background-color: transparent;
}
.cid-ub30UEPHdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub30UEPHdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub30UEPHdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub30UEPHdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub30UEPHdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub30UEPHdR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub30UEPHdR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub30UEPHdR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub30UEPHdR .navbar-buttons {
    text-align: left;
  }
}
.cid-ub30UEPHdR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub30UEPHdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub30UEPHdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub30UEPHdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub30UEPHdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub30UEPHdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub30UEPHdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub30UEPHdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub30UEPHdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub30UEPHdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub30UEPHdR .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub30UEPHdR .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub30UEPHdR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub30UEPHdR .navbar {
    height: 70px;
  }
  .cid-ub30UEPHdR .navbar.opened {
    height: auto;
  }
  .cid-ub30UEPHdR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub30UEPHdR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub30UEPHdR .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-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub30UEPHdR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub30UEPHdR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub30UEPHdR .navbar-brand {
    margin-right: auto;
  }
  .cid-ub30UEPHdR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub30UEPHdR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub30UEPHdR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub30UEPHdR .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-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub30UEPHdR .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-ub30UEPHdR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub30UEPHdR .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-ub30UEPHdR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub30UEPHdR .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub30UEPHdR .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub30UEPHdR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub30UG82Qq {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub30UG82Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub30UG82Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub30UG82Qq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub30UG82Qq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UG82Qq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UG82Qq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UG82Qq .container {
    padding: 0 16px;
  }
}
.cid-ub30UG82Qq .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub30UG82Qq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub30UG82Qq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub30UG82Qq .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub30UG82Qq .mbr-section-title {
  color: #000000;
}
.cid-ub30UG82Qq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub30UG82Qq .mbr-section-title,
.cid-ub30UG82Qq .mbr-section-btn {
  text-align: center;
}
.cid-ub30UHQYby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub30UHQYby .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub30UHQYby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub30UHQYby .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UHQYby .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UHQYby .container {
    padding: 0 16px;
  }
}
.cid-ub30UHQYby .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub30UHQYby .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub30UHQYby .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub30UHQYby .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub30UHQYby .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub30UHQYby .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub30UHQYby .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub30UHQYby .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub30UHQYby .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub30UHQYby .mbr-section-title {
  color: #000000;
}
.cid-ub30UHQYby .mbr-text {
  color: #000000;
}
.cid-ub30UHQYby .mbr-name {
  color: #000000;
}
.cid-ub30UHQYby .mbr-section-title,
.cid-ub30UHQYby .icon-wrapper {
  color: #a73232;
}
.cid-ub32ptkZUn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub32ptkZUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32ptkZUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub32ptkZUn .container {
    padding: 0 30px;
  }
}
.cid-ub32ptkZUn .image-wrapper {
  position: relative;
}
.cid-ub32ptkZUn .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub32ptkZUn .image-wrapper img {
    height: 350px;
  }
}
.cid-ub32ptkZUn .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub32ptkZUn .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub30UIJ0VO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub30UIJ0VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub30UIJ0VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub30UIJ0VO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UIJ0VO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30UIJ0VO .container {
    padding: 0 16px;
  }
}
.cid-ub30UIJ0VO .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub30UIJ0VO .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub30UIJ0VO .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub30UIJ0VO .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub30UIJ0VO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub30UIJ0VO .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub30UIJ0VO .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub30UIJ0VO .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub30UIJ0VO .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub30UIJ0VO .mbr-section-title {
  color: #000000;
}
.cid-ub30UIJ0VO .mbr-text {
  color: #000000;
}
.cid-ub30UIJ0VO .mbr-name {
  color: #000000;
}
.cid-ub30UIJ0VO .mbr-section-title,
.cid-ub30UIJ0VO .icon-wrapper {
  color: #a73232;
}
.cid-ub32qasngH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub32qasngH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32qasngH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub32qasngH .container {
    padding: 0 30px;
  }
}
.cid-ub32qasngH .image-wrapper {
  position: relative;
}
.cid-ub32qasngH .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub32qasngH .image-wrapper img {
    height: 350px;
  }
}
.cid-ub32qasngH .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub32qasngH .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub30ULIlr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub30ULIlr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub30ULIlr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub30ULIlr0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30ULIlr0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub30ULIlr0 .container {
    padding: 0 16px;
  }
}
.cid-ub30ULIlr0 .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub30ULIlr0 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub30ULIlr0 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub30ULIlr0 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub30ULIlr0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub30ULIlr0 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub30ULIlr0 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub30ULIlr0 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub30ULIlr0 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub30ULIlr0 .mbr-section-title {
  color: #000000;
}
.cid-ub30ULIlr0 .mbr-text {
  color: #000000;
}
.cid-ub30ULIlr0 .mbr-name {
  color: #000000;
}
.cid-ub30ULIlr0 .mbr-section-title,
.cid-ub30ULIlr0 .icon-wrapper {
  color: #a73232;
}
.cid-ubvBnHaBkM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvBnHaBkM .container {
  max-width: 1312px;
}
.cid-ubvBnHaBkM .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvBnHaBkM .row {
    padding: 0 16px;
  }
}
.cid-ubvBnHaBkM .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvBnHaBkM .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvBnHaBkM .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvBnHaBkM .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvBnHaBkM .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvBnHaBkM .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvBnHaBkM .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvBnHaBkM .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvBnHaBkM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvBnHaBkM .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvBnHaBkM .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvBnHaBkM .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvBnHaBkM .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvBnHaBkM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvBnHaBkM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvBnHaBkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvBnHaBkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvBnHaBkM .mbr-text,
.cid-ubvBnHaBkM .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvBp7naY6 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvBp7naY6 h2,
.cid-ubvBp7naY6 h3,
.cid-ubvBp7naY6 p,
.cid-ubvBp7naY6 h4 {
  color: #0a0a0a;
}
.cid-ubvBp7naY6 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvBp7naY6 .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvBp7naY6 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvBp7naY6 .form-control:focus,
.cid-ubvBp7naY6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvBp7naY6 .form-group {
  margin-bottom: 1rem;
}
.cid-ubvBp7naY6 input::-webkit-input-placeholder,
.cid-ubvBp7naY6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvBp7naY6 input:-moz-placeholder,
.cid-ubvBp7naY6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvBp7naY6 .jq-selectbox li,
.cid-ubvBp7naY6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvBp7naY6 .jq-selectbox li:hover,
.cid-ubvBp7naY6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvBp7naY6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvBp7naY6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvBp7naY6 .mbr-text {
  color: #767676;
}
.cid-ubvBp7naY6 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvBp7naY6 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvBp7naY6 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvBp7naY6 textarea.form-control {
  resize: none;
}
.cid-ubvBp7naY6 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvBp7naY6 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvBp7naY6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvBp7naY6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvBp7naY6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvBp7naY6 .img-block-wrap {
    position: relative;
  }
  .cid-ubvBp7naY6 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvBp7naY6 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvBp7naY6 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvBp7naY6 .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvBp7naY6 .img-block {
    overflow: hidden;
  }
}
.cid-ubvBp7naY6 .list-item-text {
  color: #0a0a0a;
}
.cid-ub30UNXWbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub30UNXWbh .container-fluid {
  padding: 0;
}
.cid-ub30UNXWbh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub30UNXWbh .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub30UNXWbh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub30UNXWbh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub30UNXWbh .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub30UNXWbh .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub30UNXWbh .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub30UNXWbh .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub30UNXWbh .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub30UNXWbh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub30UNXWbh .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub30UNXWbh .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub30UNXWbh .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub30UNXWbh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub30UNXWbh .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub30UNXWbh .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub30UNXWbh .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub30UNXWbh .copyright .mbr-text {
  margin: 0;
}
.cid-ub30UNXWbh .mbr-section-title,
.cid-ub30UNXWbh .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub30UNXWbh .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub32MMc9dA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub32MMc9dA .btn {
  font-weight: 400;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub32MMc9dA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub32MMc9dA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub32MMc9dA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub32MMc9dA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub32MMc9dA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub32MMc9dA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub32MMc9dA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub32MMc9dA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub32MMc9dA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub32MMc9dA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub32MMc9dA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub32MMc9dA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub32MMc9dA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub32MMc9dA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub32MMc9dA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub32MMc9dA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub32MMc9dA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub32MMc9dA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub32MMc9dA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub32MMc9dA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub32MMc9dA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub32MMc9dA .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;
}
.cid-ub32MMc9dA .nav-item:focus,
.cid-ub32MMc9dA .nav-link:focus {
  outline: none;
}
.cid-ub32MMc9dA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub32MMc9dA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub32MMc9dA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub32MMc9dA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub32MMc9dA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub32MMc9dA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .navbar.opened {
  transition: all 0.25s;
}
.cid-ub32MMc9dA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub32MMc9dA .navbar .navbar-logo img {
  width: auto;
}
.cid-ub32MMc9dA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub32MMc9dA .navbar.collapsed {
  justify-content: center;
}
.cid-ub32MMc9dA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub32MMc9dA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub32MMc9dA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub32MMc9dA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub32MMc9dA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub32MMc9dA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub32MMc9dA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub32MMc9dA .navbar {
    min-height: 72px;
  }
  .cid-ub32MMc9dA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub32MMc9dA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub32MMc9dA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub32MMc9dA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub32MMc9dA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub32MMc9dA .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-ub32MMc9dA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub32MMc9dA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub32MMc9dA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub32MMc9dA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub32MMc9dA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub32MMc9dA .dropdown-item.active,
.cid-ub32MMc9dA .dropdown-item:active {
  background-color: transparent;
}
.cid-ub32MMc9dA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub32MMc9dA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub32MMc9dA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub32MMc9dA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub32MMc9dA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub32MMc9dA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub32MMc9dA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub32MMc9dA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub32MMc9dA .navbar-buttons {
    text-align: left;
  }
}
.cid-ub32MMc9dA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub32MMc9dA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub32MMc9dA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub32MMc9dA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub32MMc9dA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub32MMc9dA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub32MMc9dA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub32MMc9dA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub32MMc9dA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub32MMc9dA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub32MMc9dA .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub32MMc9dA .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub32MMc9dA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub32MMc9dA .navbar {
    height: 70px;
  }
  .cid-ub32MMc9dA .navbar.opened {
    height: auto;
  }
  .cid-ub32MMc9dA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub32MMc9dA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub32MMc9dA .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-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub32MMc9dA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub32MMc9dA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub32MMc9dA .navbar-brand {
    margin-right: auto;
  }
  .cid-ub32MMc9dA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub32MMc9dA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub32MMc9dA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub32MMc9dA .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-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub32MMc9dA .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-ub32MMc9dA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub32MMc9dA .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-ub32MMc9dA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub32MMc9dA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub32MMc9dA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub32MMc9dA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub32MOmiIp {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub32MOmiIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MOmiIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub32MOmiIp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub32MOmiIp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MOmiIp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MOmiIp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MOmiIp .container {
    padding: 0 16px;
  }
}
.cid-ub32MOmiIp .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub32MOmiIp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub32MOmiIp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub32MOmiIp .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub32MOmiIp .mbr-section-title {
  color: #000000;
}
.cid-ub32MOmiIp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub32MOmiIp .mbr-section-title,
.cid-ub32MOmiIp .mbr-section-btn {
  text-align: center;
}
.cid-ub32MPzGmG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub32MPzGmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MPzGmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub32MPzGmG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MPzGmG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MPzGmG .container {
    padding: 0 16px;
  }
}
.cid-ub32MPzGmG .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub32MPzGmG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub32MPzGmG .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub32MPzGmG .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub32MPzGmG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub32MPzGmG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub32MPzGmG .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub32MPzGmG .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub32MPzGmG .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub32MPzGmG .mbr-section-title {
  color: #000000;
}
.cid-ub32MPzGmG .mbr-text {
  color: #000000;
}
.cid-ub32MPzGmG .mbr-name {
  color: #000000;
}
.cid-ub32MPzGmG .mbr-section-title,
.cid-ub32MPzGmG .icon-wrapper {
  color: #a73232;
}
.cid-ub32MRW4ri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub32MRW4ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MRW4ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub32MRW4ri .container {
    padding: 0 30px;
  }
}
.cid-ub32MRW4ri .image-wrapper {
  position: relative;
}
.cid-ub32MRW4ri .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub32MRW4ri .image-wrapper img {
    height: 350px;
  }
}
.cid-ub32MRW4ri .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub32MRW4ri .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub32MTjQhs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub32MTjQhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MTjQhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub32MTjQhs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MTjQhs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MTjQhs .container {
    padding: 0 16px;
  }
}
.cid-ub32MTjQhs .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub32MTjQhs .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub32MTjQhs .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub32MTjQhs .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub32MTjQhs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub32MTjQhs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub32MTjQhs .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub32MTjQhs .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub32MTjQhs .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub32MTjQhs .mbr-section-title {
  color: #000000;
}
.cid-ub32MTjQhs .mbr-text {
  color: #000000;
}
.cid-ub32MTjQhs .mbr-name {
  color: #000000;
}
.cid-ub32MTjQhs .mbr-section-title,
.cid-ub32MTjQhs .icon-wrapper {
  color: #a73232;
}
.cid-ub32MUT3YV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub32MUT3YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MUT3YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub32MUT3YV .container {
    padding: 0 30px;
  }
}
.cid-ub32MUT3YV .image-wrapper {
  position: relative;
}
.cid-ub32MUT3YV .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub32MUT3YV .image-wrapper img {
    height: 350px;
  }
}
.cid-ub32MUT3YV .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub32MUT3YV .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub32MW2TIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub32MW2TIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub32MW2TIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub32MW2TIK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MW2TIK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub32MW2TIK .container {
    padding: 0 16px;
  }
}
.cid-ub32MW2TIK .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub32MW2TIK .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub32MW2TIK .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub32MW2TIK .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub32MW2TIK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub32MW2TIK .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub32MW2TIK .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub32MW2TIK .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub32MW2TIK .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub32MW2TIK .mbr-section-title {
  color: #000000;
}
.cid-ub32MW2TIK .mbr-text {
  color: #000000;
}
.cid-ub32MW2TIK .mbr-name {
  color: #000000;
}
.cid-ub32MW2TIK .mbr-section-title,
.cid-ub32MW2TIK .icon-wrapper {
  color: #a73232;
}
.cid-ubvBY0ClZr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvBY0ClZr .container {
  max-width: 1312px;
}
.cid-ubvBY0ClZr .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvBY0ClZr .row {
    padding: 0 16px;
  }
}
.cid-ubvBY0ClZr .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvBY0ClZr .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvBY0ClZr .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvBY0ClZr .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvBY0ClZr .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvBY0ClZr .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvBY0ClZr .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvBY0ClZr .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvBY0ClZr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvBY0ClZr .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvBY0ClZr .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvBY0ClZr .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvBY0ClZr .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvBY0ClZr .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvBY0ClZr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvBY0ClZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvBY0ClZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvBY0ClZr .mbr-text,
.cid-ubvBY0ClZr .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvBYDKYPo {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvBYDKYPo h2,
.cid-ubvBYDKYPo h3,
.cid-ubvBYDKYPo p,
.cid-ubvBYDKYPo h4 {
  color: #0a0a0a;
}
.cid-ubvBYDKYPo .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvBYDKYPo .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvBYDKYPo .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvBYDKYPo .form-control:focus,
.cid-ubvBYDKYPo .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvBYDKYPo .form-group {
  margin-bottom: 1rem;
}
.cid-ubvBYDKYPo input::-webkit-input-placeholder,
.cid-ubvBYDKYPo textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvBYDKYPo input:-moz-placeholder,
.cid-ubvBYDKYPo textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvBYDKYPo .jq-selectbox li,
.cid-ubvBYDKYPo .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvBYDKYPo .jq-selectbox li:hover,
.cid-ubvBYDKYPo .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvBYDKYPo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvBYDKYPo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvBYDKYPo .mbr-text {
  color: #767676;
}
.cid-ubvBYDKYPo a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvBYDKYPo .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvBYDKYPo .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvBYDKYPo textarea.form-control {
  resize: none;
}
.cid-ubvBYDKYPo .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvBYDKYPo .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvBYDKYPo h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvBYDKYPo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvBYDKYPo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvBYDKYPo .img-block-wrap {
    position: relative;
  }
  .cid-ubvBYDKYPo .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvBYDKYPo .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvBYDKYPo .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvBYDKYPo .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvBYDKYPo .img-block {
    overflow: hidden;
  }
}
.cid-ubvBYDKYPo .list-item-text {
  color: #0a0a0a;
}
.cid-ub32MXovqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub32MXovqC .container-fluid {
  padding: 0;
}
.cid-ub32MXovqC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub32MXovqC .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub32MXovqC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub32MXovqC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub32MXovqC .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub32MXovqC .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub32MXovqC .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub32MXovqC .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub32MXovqC .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub32MXovqC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub32MXovqC .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub32MXovqC .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub32MXovqC .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub32MXovqC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub32MXovqC .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub32MXovqC .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub32MXovqC .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub32MXovqC .copyright .mbr-text {
  margin: 0;
}
.cid-ub32MXovqC .mbr-section-title,
.cid-ub32MXovqC .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub32MXovqC .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub33lfyBLQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub33lfyBLQ .btn {
  font-weight: 400;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub33lfyBLQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub33lfyBLQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub33lfyBLQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub33lfyBLQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub33lfyBLQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub33lfyBLQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub33lfyBLQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub33lfyBLQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub33lfyBLQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub33lfyBLQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub33lfyBLQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub33lfyBLQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub33lfyBLQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub33lfyBLQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub33lfyBLQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub33lfyBLQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub33lfyBLQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub33lfyBLQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub33lfyBLQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub33lfyBLQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub33lfyBLQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub33lfyBLQ .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;
}
.cid-ub33lfyBLQ .nav-item:focus,
.cid-ub33lfyBLQ .nav-link:focus {
  outline: none;
}
.cid-ub33lfyBLQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub33lfyBLQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub33lfyBLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub33lfyBLQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub33lfyBLQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub33lfyBLQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar.opened {
  transition: all 0.25s;
}
.cid-ub33lfyBLQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub33lfyBLQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ub33lfyBLQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub33lfyBLQ .navbar.collapsed {
  justify-content: center;
}
.cid-ub33lfyBLQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub33lfyBLQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub33lfyBLQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub33lfyBLQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub33lfyBLQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub33lfyBLQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub33lfyBLQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub33lfyBLQ .navbar {
    min-height: 72px;
  }
  .cid-ub33lfyBLQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub33lfyBLQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub33lfyBLQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub33lfyBLQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub33lfyBLQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub33lfyBLQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub33lfyBLQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub33lfyBLQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub33lfyBLQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub33lfyBLQ .dropdown-item.active,
.cid-ub33lfyBLQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ub33lfyBLQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub33lfyBLQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub33lfyBLQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub33lfyBLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub33lfyBLQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub33lfyBLQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub33lfyBLQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub33lfyBLQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub33lfyBLQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ub33lfyBLQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub33lfyBLQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub33lfyBLQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub33lfyBLQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub33lfyBLQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub33lfyBLQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub33lfyBLQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub33lfyBLQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub33lfyBLQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub33lfyBLQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub33lfyBLQ .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub33lfyBLQ .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub33lfyBLQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub33lfyBLQ .navbar {
    height: 70px;
  }
  .cid-ub33lfyBLQ .navbar.opened {
    height: auto;
  }
  .cid-ub33lfyBLQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub33lfyBLQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub33lfyBLQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub33lfyBLQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub33lfyBLQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ub33lfyBLQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub33lfyBLQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub33lfyBLQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub33lfyBLQ .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-ub33lfyBLQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub33lfyBLQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub33lfyBLQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub33lfyBLQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub33lhGuib {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub33lhGuib .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33lhGuib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33lhGuib .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33lhGuib .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33lhGuib .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33lhGuib .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33lhGuib .container {
    padding: 0 16px;
  }
}
.cid-ub33lhGuib .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub33lhGuib .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub33lhGuib .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub33lhGuib .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub33lhGuib .mbr-section-title {
  color: #000000;
}
.cid-ub33lhGuib .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub33lhGuib .mbr-section-title,
.cid-ub33lhGuib .mbr-section-btn {
  text-align: center;
}
.cid-ub33liVJXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33liVJXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33liVJXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33liVJXt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33liVJXt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33liVJXt .container {
    padding: 0 16px;
  }
}
.cid-ub33liVJXt .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33liVJXt .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33liVJXt .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33liVJXt .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33liVJXt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33liVJXt .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33liVJXt .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33liVJXt .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33liVJXt .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33liVJXt .mbr-section-title {
  color: #000000;
}
.cid-ub33liVJXt .mbr-text {
  color: #000000;
}
.cid-ub33liVJXt .mbr-name {
  color: #000000;
}
.cid-ub33liVJXt .mbr-section-title,
.cid-ub33liVJXt .icon-wrapper {
  color: #a73232;
}
.cid-ub33lkfGoG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub33lkfGoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33lkfGoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub33lkfGoG .container {
    padding: 0 30px;
  }
}
.cid-ub33lkfGoG .image-wrapper {
  position: relative;
}
.cid-ub33lkfGoG .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub33lkfGoG .image-wrapper img {
    height: 350px;
  }
}
.cid-ub33lkfGoG .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub33lkfGoG .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub33llmpO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33llmpO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33llmpO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33llmpO6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33llmpO6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33llmpO6 .container {
    padding: 0 16px;
  }
}
.cid-ub33llmpO6 .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33llmpO6 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33llmpO6 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33llmpO6 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33llmpO6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33llmpO6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33llmpO6 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33llmpO6 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33llmpO6 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33llmpO6 .mbr-section-title {
  color: #000000;
}
.cid-ub33llmpO6 .mbr-text {
  color: #000000;
}
.cid-ub33llmpO6 .mbr-name {
  color: #000000;
}
.cid-ub33llmpO6 .mbr-section-title,
.cid-ub33llmpO6 .icon-wrapper {
  color: #a73232;
}
.cid-ub33lnEr3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub33lnEr3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33lnEr3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub33lnEr3g .container {
    padding: 0 30px;
  }
}
.cid-ub33lnEr3g .image-wrapper {
  position: relative;
}
.cid-ub33lnEr3g .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub33lnEr3g .image-wrapper img {
    height: 350px;
  }
}
.cid-ub33lnEr3g .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub33lnEr3g .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub33lpiZTG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33lpiZTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33lpiZTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33lpiZTG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33lpiZTG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33lpiZTG .container {
    padding: 0 16px;
  }
}
.cid-ub33lpiZTG .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33lpiZTG .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33lpiZTG .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33lpiZTG .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33lpiZTG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33lpiZTG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33lpiZTG .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33lpiZTG .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33lpiZTG .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33lpiZTG .mbr-section-title {
  color: #000000;
}
.cid-ub33lpiZTG .mbr-text {
  color: #000000;
}
.cid-ub33lpiZTG .mbr-name {
  color: #000000;
}
.cid-ub33lpiZTG .mbr-section-title,
.cid-ub33lpiZTG .icon-wrapper {
  color: #a73232;
}
.cid-ubvCaJNyno {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvCaJNyno .container {
  max-width: 1312px;
}
.cid-ubvCaJNyno .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvCaJNyno .row {
    padding: 0 16px;
  }
}
.cid-ubvCaJNyno .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvCaJNyno .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvCaJNyno .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvCaJNyno .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvCaJNyno .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCaJNyno .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvCaJNyno .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCaJNyno .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvCaJNyno .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvCaJNyno .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvCaJNyno .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvCaJNyno .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvCaJNyno .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvCaJNyno .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvCaJNyno .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvCaJNyno .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvCaJNyno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvCaJNyno .mbr-text,
.cid-ubvCaJNyno .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvCbsfriM {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvCbsfriM h2,
.cid-ubvCbsfriM h3,
.cid-ubvCbsfriM p,
.cid-ubvCbsfriM h4 {
  color: #0a0a0a;
}
.cid-ubvCbsfriM .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvCbsfriM .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvCbsfriM .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvCbsfriM .form-control:focus,
.cid-ubvCbsfriM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvCbsfriM .form-group {
  margin-bottom: 1rem;
}
.cid-ubvCbsfriM input::-webkit-input-placeholder,
.cid-ubvCbsfriM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvCbsfriM input:-moz-placeholder,
.cid-ubvCbsfriM textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvCbsfriM .jq-selectbox li,
.cid-ubvCbsfriM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvCbsfriM .jq-selectbox li:hover,
.cid-ubvCbsfriM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvCbsfriM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvCbsfriM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvCbsfriM .mbr-text {
  color: #767676;
}
.cid-ubvCbsfriM a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvCbsfriM .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvCbsfriM .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvCbsfriM textarea.form-control {
  resize: none;
}
.cid-ubvCbsfriM .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvCbsfriM .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvCbsfriM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvCbsfriM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvCbsfriM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvCbsfriM .img-block-wrap {
    position: relative;
  }
  .cid-ubvCbsfriM .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvCbsfriM .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvCbsfriM .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvCbsfriM .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvCbsfriM .img-block {
    overflow: hidden;
  }
}
.cid-ubvCbsfriM .list-item-text {
  color: #0a0a0a;
}
.cid-ub33lqYt5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub33lqYt5R .container-fluid {
  padding: 0;
}
.cid-ub33lqYt5R .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub33lqYt5R .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub33lqYt5R .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub33lqYt5R .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub33lqYt5R .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub33lqYt5R .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub33lqYt5R .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub33lqYt5R .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub33lqYt5R .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub33lqYt5R .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub33lqYt5R .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub33lqYt5R .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub33lqYt5R .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub33lqYt5R .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub33lqYt5R .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub33lqYt5R .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub33lqYt5R .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub33lqYt5R .copyright .mbr-text {
  margin: 0;
}
.cid-ub33lqYt5R .mbr-section-title,
.cid-ub33lqYt5R .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub33lqYt5R .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub3605uWSm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub3605uWSm .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-ub3605uWSm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub3605uWSm .btn {
  font-weight: 400;
}
.cid-ub3605uWSm .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-ub3605uWSm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub3605uWSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub3605uWSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub3605uWSm .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub3605uWSm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub3605uWSm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub3605uWSm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub3605uWSm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub3605uWSm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub3605uWSm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub3605uWSm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub3605uWSm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub3605uWSm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub3605uWSm .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub3605uWSm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub3605uWSm .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3605uWSm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub3605uWSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub3605uWSm .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub3605uWSm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3605uWSm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub3605uWSm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub3605uWSm .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;
}
.cid-ub3605uWSm .nav-item:focus,
.cid-ub3605uWSm .nav-link:focus {
  outline: none;
}
.cid-ub3605uWSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub3605uWSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub3605uWSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub3605uWSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub3605uWSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub3605uWSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub3605uWSm .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-ub3605uWSm .navbar.opened {
  transition: all 0.25s;
}
.cid-ub3605uWSm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub3605uWSm .navbar .navbar-logo img {
  width: auto;
}
.cid-ub3605uWSm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub3605uWSm .navbar.collapsed {
  justify-content: center;
}
.cid-ub3605uWSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub3605uWSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub3605uWSm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub3605uWSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub3605uWSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub3605uWSm .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-ub3605uWSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub3605uWSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub3605uWSm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3605uWSm .navbar {
    min-height: 72px;
  }
  .cid-ub3605uWSm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub3605uWSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub3605uWSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub3605uWSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub3605uWSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub3605uWSm .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-ub3605uWSm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub3605uWSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub3605uWSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub3605uWSm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub3605uWSm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub3605uWSm .dropdown-item.active,
.cid-ub3605uWSm .dropdown-item:active {
  background-color: transparent;
}
.cid-ub3605uWSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub3605uWSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub3605uWSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub3605uWSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub3605uWSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub3605uWSm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub3605uWSm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub3605uWSm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub3605uWSm .navbar-buttons {
    text-align: left;
  }
}
.cid-ub3605uWSm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub3605uWSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub3605uWSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub3605uWSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3605uWSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3605uWSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub3605uWSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3605uWSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub3605uWSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub3605uWSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3605uWSm .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub3605uWSm .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub3605uWSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3605uWSm .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-ub3605uWSm .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub3605uWSm .navbar {
    height: 70px;
  }
  .cid-ub3605uWSm .navbar.opened {
    height: auto;
  }
  .cid-ub3605uWSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub3605uWSm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub3605uWSm .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-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub3605uWSm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub3605uWSm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub3605uWSm .navbar-brand {
    margin-right: auto;
  }
  .cid-ub3605uWSm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub3605uWSm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub3605uWSm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub3605uWSm .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-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub3605uWSm .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-ub3605uWSm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub3605uWSm .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-ub3605uWSm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub3605uWSm .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub3605uWSm .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub3605uWSm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub3609Bzvm {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub3609Bzvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3609Bzvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3609Bzvm .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub3609Bzvm .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3609Bzvm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub3609Bzvm .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3609Bzvm .container {
    padding: 0 16px;
  }
}
.cid-ub3609Bzvm .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub3609Bzvm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub3609Bzvm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub3609Bzvm .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub3609Bzvm .mbr-section-title {
  color: #000000;
}
.cid-ub3609Bzvm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub3609Bzvm .mbr-section-title,
.cid-ub3609Bzvm .mbr-section-btn {
  text-align: center;
}
.cid-ub37RUVoxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-ub37RUVoxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub37RUVoxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub37RUVoxc .container {
    padding: 0 16px;
  }
}
.cid-ub37RUVoxc .row {
  justify-content: center;
}
.cid-ub37RUVoxc .content-wrapper {
  position: relative;
}
.cid-ub37RUVoxc .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ub37RUVoxc .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ub37RUVoxc .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #a73232;
  display: inline-flex;
}
.cid-ub37RUVoxc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub37RUVoxc .content-wrapper .mbr-text span {
  color: #a73232;
}
.cid-ub37RUVoxc .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #a73232 -10%, transparent 70%);
}
.cid-ub37RUVoxc .mbr-text {
  color: #000000;
}
.cid-ub37RUVoxc .mbr-text,
.cid-ub37RUVoxc .icon-wrapper {
  text-align: center;
}
.cid-ub3RPdFi5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-ub3RPdFi5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3RPdFi5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub3RPdFi5E .container {
    padding: 0 16px;
  }
}
.cid-ub3RPdFi5E .row {
  justify-content: center;
}
.cid-ub3RPdFi5E .content-wrapper {
  position: relative;
}
.cid-ub3RPdFi5E .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ub3RPdFi5E .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ub3RPdFi5E .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #a73232;
  display: inline-flex;
}
.cid-ub3RPdFi5E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub3RPdFi5E .content-wrapper .mbr-text span {
  color: #a73232;
}
.cid-ub3RPdFi5E .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #a73232 -10%, transparent 70%);
}
.cid-ub3RPdFi5E .mbr-text {
  color: #000000;
}
.cid-ub3RPdFi5E .mbr-text,
.cid-ub3RPdFi5E .icon-wrapper {
  text-align: center;
}
.cid-ub360gvkf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub360gvkf3 .container-fluid {
  padding: 0;
}
.cid-ub360gvkf3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub360gvkf3 .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub360gvkf3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub360gvkf3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub360gvkf3 .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub360gvkf3 .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub360gvkf3 .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub360gvkf3 .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub360gvkf3 .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub360gvkf3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub360gvkf3 .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub360gvkf3 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub360gvkf3 .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub360gvkf3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub360gvkf3 .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub360gvkf3 .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub360gvkf3 .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub360gvkf3 .copyright .mbr-text {
  margin: 0;
}
.cid-ub360gvkf3 .mbr-section-title,
.cid-ub360gvkf3 .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub360gvkf3 .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub38j8Iir0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub38j8Iir0 .btn {
  font-weight: 400;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub38j8Iir0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub38j8Iir0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub38j8Iir0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub38j8Iir0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub38j8Iir0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub38j8Iir0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub38j8Iir0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub38j8Iir0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub38j8Iir0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub38j8Iir0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub38j8Iir0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub38j8Iir0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub38j8Iir0 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub38j8Iir0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub38j8Iir0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub38j8Iir0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub38j8Iir0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub38j8Iir0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub38j8Iir0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub38j8Iir0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub38j8Iir0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub38j8Iir0 .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;
}
.cid-ub38j8Iir0 .nav-item:focus,
.cid-ub38j8Iir0 .nav-link:focus {
  outline: none;
}
.cid-ub38j8Iir0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub38j8Iir0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub38j8Iir0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub38j8Iir0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub38j8Iir0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub38j8Iir0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar.opened {
  transition: all 0.25s;
}
.cid-ub38j8Iir0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub38j8Iir0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ub38j8Iir0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub38j8Iir0 .navbar.collapsed {
  justify-content: center;
}
.cid-ub38j8Iir0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub38j8Iir0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub38j8Iir0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub38j8Iir0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub38j8Iir0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub38j8Iir0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub38j8Iir0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub38j8Iir0 .navbar {
    min-height: 72px;
  }
  .cid-ub38j8Iir0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub38j8Iir0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub38j8Iir0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub38j8Iir0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub38j8Iir0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub38j8Iir0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub38j8Iir0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub38j8Iir0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub38j8Iir0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub38j8Iir0 .dropdown-item.active,
.cid-ub38j8Iir0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ub38j8Iir0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub38j8Iir0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub38j8Iir0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub38j8Iir0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub38j8Iir0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub38j8Iir0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub38j8Iir0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub38j8Iir0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub38j8Iir0 .navbar-buttons {
    text-align: left;
  }
}
.cid-ub38j8Iir0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub38j8Iir0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub38j8Iir0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub38j8Iir0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub38j8Iir0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub38j8Iir0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub38j8Iir0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub38j8Iir0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub38j8Iir0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub38j8Iir0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub38j8Iir0 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub38j8Iir0 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub38j8Iir0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub38j8Iir0 .navbar {
    height: 70px;
  }
  .cid-ub38j8Iir0 .navbar.opened {
    height: auto;
  }
  .cid-ub38j8Iir0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub38j8Iir0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub38j8Iir0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub38j8Iir0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub38j8Iir0 .navbar-brand {
    margin-right: auto;
  }
  .cid-ub38j8Iir0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub38j8Iir0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub38j8Iir0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub38j8Iir0 .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-ub38j8Iir0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub38j8Iir0 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub38j8Iir0 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub38j8Iir0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub38jc5erU {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub38jc5erU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub38jc5erU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub38jc5erU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub38jc5erU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub38jc5erU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub38jc5erU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub38jc5erU .container {
    padding: 0 16px;
  }
}
.cid-ub38jc5erU .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub38jc5erU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub38jc5erU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub38jc5erU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub38jc5erU .mbr-section-title {
  color: #000000;
}
.cid-ub38jc5erU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub38jc5erU .mbr-section-title,
.cid-ub38jc5erU .mbr-section-btn {
  text-align: center;
}
.cid-ub38jdGHR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-ub38jdGHR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub38jdGHR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub38jdGHR8 .container {
    padding: 0 16px;
  }
}
.cid-ub38jdGHR8 .row {
  justify-content: center;
}
.cid-ub38jdGHR8 .content-wrapper {
  position: relative;
}
.cid-ub38jdGHR8 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ub38jdGHR8 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ub38jdGHR8 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #a73232;
  display: inline-flex;
}
.cid-ub38jdGHR8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub38jdGHR8 .content-wrapper .mbr-text span {
  color: #a73232;
}
.cid-ub38jdGHR8 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #a73232 -10%, transparent 70%);
}
.cid-ub38jdGHR8 .mbr-text {
  color: #000000;
}
.cid-ub38jdGHR8 .mbr-text,
.cid-ub38jdGHR8 .icon-wrapper {
  text-align: center;
}
.cid-ub39Dmik0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-ub39Dmik0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub39Dmik0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub39Dmik0J .container {
    padding: 0 16px;
  }
}
.cid-ub39Dmik0J .row {
  justify-content: center;
}
.cid-ub39Dmik0J .content-wrapper {
  position: relative;
}
.cid-ub39Dmik0J .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ub39Dmik0J .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ub39Dmik0J .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #a73232;
  display: inline-flex;
}
.cid-ub39Dmik0J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub39Dmik0J .content-wrapper .mbr-text span {
  color: #a73232;
}
.cid-ub39Dmik0J .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #a73232 -10%, transparent 70%);
}
.cid-ub39Dmik0J .mbr-text {
  color: #000000;
}
.cid-ub39Dmik0J .mbr-text,
.cid-ub39Dmik0J .icon-wrapper {
  text-align: center;
}
.cid-ub38jfn2fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub38jfn2fz .container-fluid {
  padding: 0;
}
.cid-ub38jfn2fz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub38jfn2fz .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub38jfn2fz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub38jfn2fz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub38jfn2fz .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub38jfn2fz .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub38jfn2fz .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub38jfn2fz .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub38jfn2fz .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub38jfn2fz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub38jfn2fz .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub38jfn2fz .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub38jfn2fz .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub38jfn2fz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub38jfn2fz .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub38jfn2fz .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub38jfn2fz .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub38jfn2fz .copyright .mbr-text {
  margin: 0;
}
.cid-ub38jfn2fz .mbr-section-title,
.cid-ub38jfn2fz .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub38jfn2fz .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub3anHEYe6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub3anHEYe6 .btn {
  font-weight: 400;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub3anHEYe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub3anHEYe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub3anHEYe6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub3anHEYe6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub3anHEYe6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub3anHEYe6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub3anHEYe6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub3anHEYe6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub3anHEYe6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub3anHEYe6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub3anHEYe6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub3anHEYe6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub3anHEYe6 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub3anHEYe6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub3anHEYe6 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3anHEYe6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub3anHEYe6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub3anHEYe6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub3anHEYe6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3anHEYe6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub3anHEYe6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub3anHEYe6 .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;
}
.cid-ub3anHEYe6 .nav-item:focus,
.cid-ub3anHEYe6 .nav-link:focus {
  outline: none;
}
.cid-ub3anHEYe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub3anHEYe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub3anHEYe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub3anHEYe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub3anHEYe6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub3anHEYe6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar.opened {
  transition: all 0.25s;
}
.cid-ub3anHEYe6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub3anHEYe6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ub3anHEYe6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub3anHEYe6 .navbar.collapsed {
  justify-content: center;
}
.cid-ub3anHEYe6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub3anHEYe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub3anHEYe6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub3anHEYe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub3anHEYe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub3anHEYe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub3anHEYe6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3anHEYe6 .navbar {
    min-height: 72px;
  }
  .cid-ub3anHEYe6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub3anHEYe6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub3anHEYe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub3anHEYe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub3anHEYe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub3anHEYe6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub3anHEYe6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub3anHEYe6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub3anHEYe6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub3anHEYe6 .dropdown-item.active,
.cid-ub3anHEYe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ub3anHEYe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub3anHEYe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub3anHEYe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub3anHEYe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub3anHEYe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub3anHEYe6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub3anHEYe6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub3anHEYe6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub3anHEYe6 .navbar-buttons {
    text-align: left;
  }
}
.cid-ub3anHEYe6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub3anHEYe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub3anHEYe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub3anHEYe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3anHEYe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3anHEYe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub3anHEYe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3anHEYe6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub3anHEYe6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub3anHEYe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3anHEYe6 .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub3anHEYe6 .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub3anHEYe6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub3anHEYe6 .navbar {
    height: 70px;
  }
  .cid-ub3anHEYe6 .navbar.opened {
    height: auto;
  }
  .cid-ub3anHEYe6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub3anHEYe6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub3anHEYe6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub3anHEYe6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub3anHEYe6 .navbar-brand {
    margin-right: auto;
  }
  .cid-ub3anHEYe6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub3anHEYe6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub3anHEYe6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub3anHEYe6 .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-ub3anHEYe6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub3anHEYe6 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub3anHEYe6 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub3anHEYe6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub3anKjAeF {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub3anKjAeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3anKjAeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3anKjAeF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub3anKjAeF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3anKjAeF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub3anKjAeF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3anKjAeF .container {
    padding: 0 16px;
  }
}
.cid-ub3anKjAeF .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub3anKjAeF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub3anKjAeF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub3anKjAeF .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub3anKjAeF .mbr-section-title {
  color: #000000;
}
.cid-ub3anKjAeF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub3anKjAeF .mbr-section-title,
.cid-ub3anKjAeF .mbr-section-btn {
  text-align: center;
}
.cid-ub3cWf20WC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub3cWf20WC p {
  margin: 0;
}
.cid-ub3cWf20WC ul {
  list-style-type: none;
  padding: 0;
}
.cid-ub3cWf20WC .list {
  display: flex;
  flex-direction: column;
}
.cid-ub3cWf20WC .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ub3cWf20WC .list .list-item {
    flex-direction: column;
  }
}
.cid-ub3cWf20WC .mbr-number {
  color: #a73232;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-ub3cWf20WC .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-ub3cWf20WC .line {
  width: 3px;
  background-color: #a73232;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-ub3cWf20WC .line {
    width: 100%;
    height: 3px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-ub3cWf20WC .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 2rem;
}
.cid-ub3anPkvxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub3anPkvxE .container-fluid {
  padding: 0;
}
.cid-ub3anPkvxE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub3anPkvxE .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub3anPkvxE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub3anPkvxE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub3anPkvxE .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub3anPkvxE .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub3anPkvxE .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub3anPkvxE .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub3anPkvxE .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub3anPkvxE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub3anPkvxE .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3anPkvxE .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub3anPkvxE .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub3anPkvxE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub3anPkvxE .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub3anPkvxE .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub3anPkvxE .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub3anPkvxE .copyright .mbr-text {
  margin: 0;
}
.cid-ub3anPkvxE .mbr-section-title,
.cid-ub3anPkvxE .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub3anPkvxE .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub3MarSbyQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub3MarSbyQ .btn {
  font-weight: 400;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub3MarSbyQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub3MarSbyQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub3MarSbyQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub3MarSbyQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub3MarSbyQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub3MarSbyQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub3MarSbyQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub3MarSbyQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub3MarSbyQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub3MarSbyQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub3MarSbyQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub3MarSbyQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub3MarSbyQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub3MarSbyQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub3MarSbyQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3MarSbyQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub3MarSbyQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub3MarSbyQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub3MarSbyQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3MarSbyQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub3MarSbyQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub3MarSbyQ .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;
}
.cid-ub3MarSbyQ .nav-item:focus,
.cid-ub3MarSbyQ .nav-link:focus {
  outline: none;
}
.cid-ub3MarSbyQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub3MarSbyQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub3MarSbyQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub3MarSbyQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub3MarSbyQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub3MarSbyQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar.opened {
  transition: all 0.25s;
}
.cid-ub3MarSbyQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub3MarSbyQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ub3MarSbyQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub3MarSbyQ .navbar.collapsed {
  justify-content: center;
}
.cid-ub3MarSbyQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub3MarSbyQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub3MarSbyQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub3MarSbyQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub3MarSbyQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub3MarSbyQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub3MarSbyQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3MarSbyQ .navbar {
    min-height: 72px;
  }
  .cid-ub3MarSbyQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub3MarSbyQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub3MarSbyQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub3MarSbyQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub3MarSbyQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub3MarSbyQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub3MarSbyQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub3MarSbyQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub3MarSbyQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub3MarSbyQ .dropdown-item.active,
.cid-ub3MarSbyQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ub3MarSbyQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub3MarSbyQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub3MarSbyQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub3MarSbyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub3MarSbyQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub3MarSbyQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub3MarSbyQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub3MarSbyQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub3MarSbyQ .navbar-buttons {
    text-align: left;
  }
}
.cid-ub3MarSbyQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub3MarSbyQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub3MarSbyQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub3MarSbyQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3MarSbyQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3MarSbyQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub3MarSbyQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3MarSbyQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub3MarSbyQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub3MarSbyQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3MarSbyQ .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub3MarSbyQ .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub3MarSbyQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub3MarSbyQ .navbar {
    height: 70px;
  }
  .cid-ub3MarSbyQ .navbar.opened {
    height: auto;
  }
  .cid-ub3MarSbyQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub3MarSbyQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub3MarSbyQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub3MarSbyQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub3MarSbyQ .navbar-brand {
    margin-right: auto;
  }
  .cid-ub3MarSbyQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub3MarSbyQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub3MarSbyQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub3MarSbyQ .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-ub3MarSbyQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub3MarSbyQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub3MarSbyQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub3MarSbyQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub3Mau3iJN {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub3Mau3iJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3Mau3iJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3Mau3iJN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub3Mau3iJN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3Mau3iJN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub3Mau3iJN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub3Mau3iJN .container {
    padding: 0 16px;
  }
}
.cid-ub3Mau3iJN .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub3Mau3iJN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub3Mau3iJN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub3Mau3iJN .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub3Mau3iJN .mbr-section-title {
  color: #000000;
}
.cid-ub3Mau3iJN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub3Mau3iJN .mbr-section-title,
.cid-ub3Mau3iJN .mbr-section-btn {
  text-align: center;
}
.cid-ub3QrPu0hQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-ub3QrPu0hQ .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-ub3QrPu0hQ .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-ub3QrPu0hQ .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-ub3QrPu0hQ .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-ub3QrPu0hQ .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ub3QrPu0hQ .google-map {
    height: 356px;
  }
}
.cid-ub3QrPu0hQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub3QrPu0hQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ub3QrPu0hQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub3QrPu0hQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub3QrPu0hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3QrPu0hQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3QsygU59 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ub3QsygU59 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ub3QsygU59 .row {
    justify-content: flex-start !important;
  }
}
.cid-ub3QsygU59 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-ub3QsygU59 .mbr-section-title {
  text-align: center;
}
.cid-ub3QsygU59 .mbr-section-subtitle {
  text-align: center;
}
.cid-ub3QsygU59 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ub3QsygU59 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-ub3QsygU59 .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-ub3QsygU59 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-ub3QsygU59 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-ubvCy0TGaQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvCy0TGaQ .container {
  max-width: 1312px;
}
.cid-ubvCy0TGaQ .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvCy0TGaQ .row {
    padding: 0 16px;
  }
}
.cid-ubvCy0TGaQ .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvCy0TGaQ .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvCy0TGaQ .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvCy0TGaQ .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvCy0TGaQ .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCy0TGaQ .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvCy0TGaQ .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCy0TGaQ .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvCy0TGaQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvCy0TGaQ .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvCy0TGaQ .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvCy0TGaQ .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvCy0TGaQ .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvCy0TGaQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvCy0TGaQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvCy0TGaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvCy0TGaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvCy0TGaQ .mbr-text,
.cid-ubvCy0TGaQ .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvCyKQR6N {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvCyKQR6N h2,
.cid-ubvCyKQR6N h3,
.cid-ubvCyKQR6N p,
.cid-ubvCyKQR6N h4 {
  color: #0a0a0a;
}
.cid-ubvCyKQR6N .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvCyKQR6N .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvCyKQR6N .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvCyKQR6N .form-control:focus,
.cid-ubvCyKQR6N .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvCyKQR6N .form-group {
  margin-bottom: 1rem;
}
.cid-ubvCyKQR6N input::-webkit-input-placeholder,
.cid-ubvCyKQR6N textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvCyKQR6N input:-moz-placeholder,
.cid-ubvCyKQR6N textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvCyKQR6N .jq-selectbox li,
.cid-ubvCyKQR6N .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvCyKQR6N .jq-selectbox li:hover,
.cid-ubvCyKQR6N .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvCyKQR6N .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvCyKQR6N .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvCyKQR6N .mbr-text {
  color: #767676;
}
.cid-ubvCyKQR6N a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvCyKQR6N .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvCyKQR6N .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvCyKQR6N textarea.form-control {
  resize: none;
}
.cid-ubvCyKQR6N .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvCyKQR6N .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvCyKQR6N h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvCyKQR6N .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvCyKQR6N .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvCyKQR6N .img-block-wrap {
    position: relative;
  }
  .cid-ubvCyKQR6N .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvCyKQR6N .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvCyKQR6N .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvCyKQR6N .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvCyKQR6N .img-block {
    overflow: hidden;
  }
}
.cid-ubvCyKQR6N .list-item-text {
  color: #0a0a0a;
}
.cid-ub3MaBsM7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub3MaBsM7r .container-fluid {
  padding: 0;
}
.cid-ub3MaBsM7r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub3MaBsM7r .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub3MaBsM7r .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub3MaBsM7r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub3MaBsM7r .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub3MaBsM7r .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub3MaBsM7r .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub3MaBsM7r .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub3MaBsM7r .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub3MaBsM7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub3MaBsM7r .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3MaBsM7r .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub3MaBsM7r .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub3MaBsM7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub3MaBsM7r .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub3MaBsM7r .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub3MaBsM7r .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub3MaBsM7r .copyright .mbr-text {
  margin: 0;
}
.cid-ub3MaBsM7r .mbr-section-title,
.cid-ub3MaBsM7r .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub3MaBsM7r .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub3MZWYxZB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub3MZWYxZB .btn {
  font-weight: 400;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub3MZWYxZB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub3MZWYxZB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub3MZWYxZB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub3MZWYxZB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub3MZWYxZB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub3MZWYxZB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub3MZWYxZB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub3MZWYxZB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub3MZWYxZB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub3MZWYxZB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub3MZWYxZB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub3MZWYxZB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub3MZWYxZB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub3MZWYxZB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub3MZWYxZB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3MZWYxZB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub3MZWYxZB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub3MZWYxZB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub3MZWYxZB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3MZWYxZB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub3MZWYxZB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub3MZWYxZB .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;
}
.cid-ub3MZWYxZB .nav-item:focus,
.cid-ub3MZWYxZB .nav-link:focus {
  outline: none;
}
.cid-ub3MZWYxZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub3MZWYxZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub3MZWYxZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub3MZWYxZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub3MZWYxZB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub3MZWYxZB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar.opened {
  transition: all 0.25s;
}
.cid-ub3MZWYxZB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub3MZWYxZB .navbar .navbar-logo img {
  width: auto;
}
.cid-ub3MZWYxZB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub3MZWYxZB .navbar.collapsed {
  justify-content: center;
}
.cid-ub3MZWYxZB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub3MZWYxZB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub3MZWYxZB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub3MZWYxZB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub3MZWYxZB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub3MZWYxZB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub3MZWYxZB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub3MZWYxZB .navbar {
    min-height: 72px;
  }
  .cid-ub3MZWYxZB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub3MZWYxZB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub3MZWYxZB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub3MZWYxZB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub3MZWYxZB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub3MZWYxZB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub3MZWYxZB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub3MZWYxZB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub3MZWYxZB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub3MZWYxZB .dropdown-item.active,
.cid-ub3MZWYxZB .dropdown-item:active {
  background-color: transparent;
}
.cid-ub3MZWYxZB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub3MZWYxZB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub3MZWYxZB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub3MZWYxZB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub3MZWYxZB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub3MZWYxZB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub3MZWYxZB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub3MZWYxZB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub3MZWYxZB .navbar-buttons {
    text-align: left;
  }
}
.cid-ub3MZWYxZB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub3MZWYxZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub3MZWYxZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub3MZWYxZB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3MZWYxZB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub3MZWYxZB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub3MZWYxZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3MZWYxZB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub3MZWYxZB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub3MZWYxZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub3MZWYxZB .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub3MZWYxZB .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub3MZWYxZB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub3MZWYxZB .navbar {
    height: 70px;
  }
  .cid-ub3MZWYxZB .navbar.opened {
    height: auto;
  }
  .cid-ub3MZWYxZB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub3MZWYxZB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub3MZWYxZB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub3MZWYxZB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub3MZWYxZB .navbar-brand {
    margin-right: auto;
  }
  .cid-ub3MZWYxZB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub3MZWYxZB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub3MZWYxZB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub3MZWYxZB .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-ub3MZWYxZB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub3MZWYxZB .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub3MZWYxZB .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub3MZWYxZB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubCY3VUsUl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubCY3VUsUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCY3VUsUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCY3VUsUl .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubCY3VUsUl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubCY3VUsUl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubCY3VUsUl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubCY3VUsUl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubCY3VUsUl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubCY3VUsUl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ub3N028LDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub3N028LDy .container-fluid {
  padding: 0;
}
.cid-ub3N028LDy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub3N028LDy .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub3N028LDy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub3N028LDy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub3N028LDy .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub3N028LDy .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub3N028LDy .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub3N028LDy .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub3N028LDy .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub3N028LDy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub3N028LDy .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub3N028LDy .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub3N028LDy .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub3N028LDy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub3N028LDy .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub3N028LDy .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub3N028LDy .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub3N028LDy .copyright .mbr-text {
  margin: 0;
}
.cid-ub3N028LDy .mbr-section-title,
.cid-ub3N028LDy .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub3N028LDy .mbr-text {
  color: #84858a;
  text-align: center;
}
.cid-ub33I3r7Ty {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ub33I3r7Ty .btn {
  font-weight: 400;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ub33I3r7Ty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ub33I3r7Ty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub33I3r7Ty .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ub33I3r7Ty .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-ub33I3r7Ty .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-ub33I3r7Ty .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ub33I3r7Ty .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ub33I3r7Ty .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ub33I3r7Ty .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-ub33I3r7Ty .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ub33I3r7Ty .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ub33I3r7Ty .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ub33I3r7Ty .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ub33I3r7Ty .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ub33I3r7Ty .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub33I3r7Ty .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ub33I3r7Ty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-ub33I3r7Ty .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
}
@media (max-width: 992px) {
  .cid-ub33I3r7Ty .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub33I3r7Ty .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ub33I3r7Ty .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ub33I3r7Ty .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;
}
.cid-ub33I3r7Ty .nav-item:focus,
.cid-ub33I3r7Ty .nav-link:focus {
  outline: none;
}
.cid-ub33I3r7Ty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ub33I3r7Ty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub33I3r7Ty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ub33I3r7Ty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ub33I3r7Ty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub33I3r7Ty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar.opened {
  transition: all 0.25s;
}
.cid-ub33I3r7Ty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ub33I3r7Ty .navbar .navbar-logo img {
  width: auto;
}
.cid-ub33I3r7Ty .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ub33I3r7Ty .navbar.collapsed {
  justify-content: center;
}
.cid-ub33I3r7Ty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub33I3r7Ty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub33I3r7Ty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ub33I3r7Ty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub33I3r7Ty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ub33I3r7Ty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ub33I3r7Ty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ub33I3r7Ty .navbar {
    min-height: 72px;
  }
  .cid-ub33I3r7Ty .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ub33I3r7Ty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub33I3r7Ty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub33I3r7Ty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub33I3r7Ty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ub33I3r7Ty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ub33I3r7Ty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ub33I3r7Ty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ub33I3r7Ty .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ub33I3r7Ty .dropdown-item.active,
.cid-ub33I3r7Ty .dropdown-item:active {
  background-color: transparent;
}
.cid-ub33I3r7Ty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ub33I3r7Ty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ub33I3r7Ty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ub33I3r7Ty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-ub33I3r7Ty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ub33I3r7Ty .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ub33I3r7Ty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub33I3r7Ty .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ub33I3r7Ty .navbar-buttons {
    text-align: left;
  }
}
.cid-ub33I3r7Ty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub33I3r7Ty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ub33I3r7Ty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub33I3r7Ty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub33I3r7Ty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub33I3r7Ty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub33I3r7Ty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub33I3r7Ty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub33I3r7Ty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub33I3r7Ty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub33I3r7Ty .navbar-dropdown {
  padding: 0;
  background-color: #f7f7f7 !important;
}
.cid-ub33I3r7Ty .opacityScroll {
  background: #f7f7f7 !important;
}
.cid-ub33I3r7Ty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub33I3r7Ty .navbar {
    height: 70px;
  }
  .cid-ub33I3r7Ty .navbar.opened {
    height: auto;
  }
  .cid-ub33I3r7Ty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub33I3r7Ty .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ub33I3r7Ty .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ub33I3r7Ty .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ub33I3r7Ty .navbar-brand {
    margin-right: auto;
  }
  .cid-ub33I3r7Ty .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    backdrop-filter: blur(8px);
  }
  .cid-ub33I3r7Ty .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ub33I3r7Ty .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ub33I3r7Ty .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-ub33I3r7Ty .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ub33I3r7Ty .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-ub33I3r7Ty .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ub33I3r7Ty .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ub33I6gmQy {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ub33I6gmQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33I6gmQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33I6gmQy .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33I6gmQy .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I6gmQy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I6gmQy .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I6gmQy .container {
    padding: 0 16px;
  }
}
.cid-ub33I6gmQy .content-wrapper {
  margin-bottom: 20%;
}
.cid-ub33I6gmQy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ub33I6gmQy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub33I6gmQy .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-ub33I6gmQy .mbr-section-title {
  color: #000000;
}
.cid-ub33I6gmQy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ub33I6gmQy .mbr-section-title,
.cid-ub33I6gmQy .mbr-section-btn {
  text-align: center;
}
.cid-ub33I7xXMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33I7xXMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33I7xXMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33I7xXMI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I7xXMI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I7xXMI .container {
    padding: 0 16px;
  }
}
.cid-ub33I7xXMI .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33I7xXMI .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33I7xXMI .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33I7xXMI .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33I7xXMI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33I7xXMI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33I7xXMI .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33I7xXMI .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33I7xXMI .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33I7xXMI .mbr-section-title {
  color: #000000;
}
.cid-ub33I7xXMI .mbr-text {
  color: #000000;
}
.cid-ub33I7xXMI .mbr-name {
  color: #000000;
}
.cid-ub33I7xXMI .mbr-section-title,
.cid-ub33I7xXMI .icon-wrapper {
  color: #a73232;
}
.cid-ub33I8H0kO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub33I8H0kO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33I8H0kO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub33I8H0kO .container {
    padding: 0 30px;
  }
}
.cid-ub33I8H0kO .image-wrapper {
  position: relative;
}
.cid-ub33I8H0kO .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub33I8H0kO .image-wrapper img {
    height: 350px;
  }
}
.cid-ub33I8H0kO .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub33I8H0kO .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub33I9OjOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33I9OjOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33I9OjOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33I9OjOV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I9OjOV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33I9OjOV .container {
    padding: 0 16px;
  }
}
.cid-ub33I9OjOV .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33I9OjOV .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33I9OjOV .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33I9OjOV .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33I9OjOV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33I9OjOV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33I9OjOV .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33I9OjOV .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33I9OjOV .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33I9OjOV .mbr-section-title {
  color: #000000;
}
.cid-ub33I9OjOV .mbr-text {
  color: #000000;
}
.cid-ub33I9OjOV .mbr-name {
  color: #000000;
}
.cid-ub33I9OjOV .mbr-section-title,
.cid-ub33I9OjOV .icon-wrapper {
  color: #a73232;
}
.cid-ub33Ib3vxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ub33Ib3vxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33Ib3vxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ub33Ib3vxh .container {
    padding: 0 30px;
  }
}
.cid-ub33Ib3vxh .image-wrapper {
  position: relative;
}
.cid-ub33Ib3vxh .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub33Ib3vxh .image-wrapper img {
    height: 350px;
  }
}
.cid-ub33Ib3vxh .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-45deg, #a73232 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ub33Ib3vxh .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-ub33IcdHc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-ub33IcdHc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub33IcdHc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub33IcdHc9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33IcdHc9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ub33IcdHc9 .container {
    padding: 0 16px;
  }
}
.cid-ub33IcdHc9 .row {
  padding: 60px 44px;
  background-color: #f7f7f7;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-ub33IcdHc9 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ub33IcdHc9 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-ub33IcdHc9 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #a73232;
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ub33IcdHc9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub33IcdHc9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ub33IcdHc9 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ub33IcdHc9 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ub33IcdHc9 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-ub33IcdHc9 .mbr-section-title {
  color: #000000;
}
.cid-ub33IcdHc9 .mbr-text {
  color: #000000;
}
.cid-ub33IcdHc9 .mbr-name {
  color: #000000;
}
.cid-ub33IcdHc9 .mbr-section-title,
.cid-ub33IcdHc9 .icon-wrapper {
  color: #a73232;
}
.cid-ubvCkXudKf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a9ea1;
}
.cid-ubvCkXudKf .container {
  max-width: 1312px;
}
.cid-ubvCkXudKf .row {
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .cid-ubvCkXudKf .row {
    padding: 0 16px;
  }
}
.cid-ubvCkXudKf .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 6rem;
  background-color: #9a9ea1;
}
@media (max-width: 991px) {
  .cid-ubvCkXudKf .content-wrap {
    padding: 48px 32px;
  }
}
@media (max-width: 567px) {
  .cid-ubvCkXudKf .content-wrap {
    padding: 32px 20px;
  }
}
.cid-ubvCkXudKf .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubvCkXudKf .image-wrapper {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCkXudKf .image-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvCkXudKf .col-text {
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubvCkXudKf .col-text {
    padding-right: 1rem;
  }
}
.cid-ubvCkXudKf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubvCkXudKf .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-ubvCkXudKf .btn-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubvCkXudKf .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cid-ubvCkXudKf .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-ubvCkXudKf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubvCkXudKf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubvCkXudKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubvCkXudKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubvCkXudKf .mbr-text,
.cid-ubvCkXudKf .mbr-section-btn {
  color: #a73232;
  text-align: center;
}
.cid-ubvClMzH3B {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-ubvClMzH3B h2,
.cid-ubvClMzH3B h3,
.cid-ubvClMzH3B p,
.cid-ubvClMzH3B h4 {
  color: #0a0a0a;
}
.cid-ubvClMzH3B .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-ubvClMzH3B .mbr-iconfont {
  color: #a73232;
  font-size: 2rem;
}
.cid-ubvClMzH3B .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-ubvClMzH3B .form-control:focus,
.cid-ubvClMzH3B .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-ubvClMzH3B .form-group {
  margin-bottom: 1rem;
}
.cid-ubvClMzH3B input::-webkit-input-placeholder,
.cid-ubvClMzH3B textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-ubvClMzH3B input:-moz-placeholder,
.cid-ubvClMzH3B textarea:-moz-placeholder {
  color: #656565;
}
.cid-ubvClMzH3B .jq-selectbox li,
.cid-ubvClMzH3B .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvClMzH3B .jq-selectbox li:hover,
.cid-ubvClMzH3B .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-ubvClMzH3B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvClMzH3B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-ubvClMzH3B .mbr-text {
  color: #767676;
}
.cid-ubvClMzH3B a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-ubvClMzH3B .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ubvClMzH3B .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-ubvClMzH3B textarea.form-control {
  resize: none;
}
.cid-ubvClMzH3B .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-ubvClMzH3B .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ubvClMzH3B h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ubvClMzH3B .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ubvClMzH3B .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-ubvClMzH3B .img-block-wrap {
    position: relative;
  }
  .cid-ubvClMzH3B .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-ubvClMzH3B .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-ubvClMzH3B .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubvClMzH3B .google-map {
    padding-bottom: 2rem;
  }
  .cid-ubvClMzH3B .img-block {
    overflow: hidden;
  }
}
.cid-ubvClMzH3B .list-item-text {
  color: #0a0a0a;
}
.cid-ub33IdAipb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-ub33IdAipb .container-fluid {
  padding: 0;
}
.cid-ub33IdAipb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ub33IdAipb .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-ub33IdAipb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ub33IdAipb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-ub33IdAipb .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-ub33IdAipb .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #313131;
  transition: all .3s linear;
}
.cid-ub33IdAipb .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-ub33IdAipb .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-ub33IdAipb .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ub33IdAipb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-ub33IdAipb .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #65676c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ub33IdAipb .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-ub33IdAipb .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-ub33IdAipb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ub33IdAipb .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-ub33IdAipb .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-ub33IdAipb .copyright {
  margin: 0 60px;
  border-top: 1px solid #65676c;
  padding: 26px 0;
}
.cid-ub33IdAipb .copyright .mbr-text {
  margin: 0;
}
.cid-ub33IdAipb .mbr-section-title,
.cid-ub33IdAipb .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-ub33IdAipb .mbr-text {
  color: #84858a;
  text-align: center;
}
