.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: Afacad;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #0097ff !important;
}
.bg-info {
  background-color: #999c9f !important;
}
.bg-warning {
  background-color: #0097ff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #999c9f !important;
  border-color: #999c9f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b3b6b8 !important;
  border-color: #b3b6b8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b3b6b8 !important;
  border-color: #b3b6b8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0097ff !important;
  border-color: #0097ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #33acff !important;
  border-color: #33acff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33acff !important;
  border-color: #33acff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0097ff !important;
  border-color: #0097ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #33acff !important;
  border-color: #33acff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33acff !important;
  border-color: #33acff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #999c9f;
  color: #999c9f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6d7174 !important;
  background-color: transparent !important;
  border-color: #6d7174 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999c9f !important;
  border-color: #999c9f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0097ff;
  color: #0097ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0064a8 !important;
  background-color: transparent !important;
  border-color: #0064a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0097ff !important;
  border-color: #0097ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0097ff;
  color: #0097ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0064a8 !important;
  background-color: transparent !important;
  border-color: #0064a8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0097ff !important;
  border-color: #0097ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #0097ff !important;
}
.text-info {
  color: #999c9f !important;
}
.text-warning {
  color: #0097ff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #005b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #66696c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #005b99 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999c9f;
}
.alert-warning {
  background-color: #0097ff;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbdcdd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #f3f6f9 !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='%23000000' %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: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #000000 !important;
}
.cid-u1IPQctdnu {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u1IPQctdnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1IPQctdnu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1IPQctdnu .menu_box .navbar.opened,
  .cid-u1IPQctdnu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1IPQctdnu .navbar-dropdown {
  position: relative !important;
}
.cid-u1IPQctdnu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1IPQctdnu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1IPQctdnu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1IPQctdnu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1IPQctdnu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1IPQctdnu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1IPQctdnu .offcanvas-body .mbr-text,
  .cid-u1IPQctdnu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1IPQctdnu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1IPQctdnu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1IPQctdnu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1IPQctdnu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1IPQctdnu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1IPQctdnu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1IPQctdnu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1IPQctdnu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1IPQctdnu .nav-item .nav-link:hover,
.cid-u1IPQctdnu .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1IPQctdnu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1IPQctdnu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1IPQctdnu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1IPQctdnu .offcanvas_box {
    display: none;
  }
}
.cid-u1IPQctdnu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1IPQctdnu .container {
  display: flex;
  margin: auto;
}
.cid-u1IPQctdnu .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1IPQctdnu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1IPQctdnu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1IPQctdnu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .navbar-nav {
    margin: 0;
  }
}
.cid-u1IPQctdnu .dropdown-menu,
.cid-u1IPQctdnu .navbar.opened {
  background-color: false !important;
}
.cid-u1IPQctdnu .nav-item:focus,
.cid-u1IPQctdnu .nav-link:focus {
  outline: none;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1IPQctdnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1IPQctdnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1IPQctdnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1IPQctdnu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1IPQctdnu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1IPQctdnu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1IPQctdnu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar.collapsed {
  justify-content: center;
}
.cid-u1IPQctdnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1IPQctdnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1IPQctdnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1IPQctdnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1IPQctdnu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1IPQctdnu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1IPQctdnu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1IPQctdnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1IPQctdnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1IPQctdnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1IPQctdnu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1IPQctdnu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1IPQctdnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1IPQctdnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1IPQctdnu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1IPQctdnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1IPQctdnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1IPQctdnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1IPQctdnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1IPQctdnu .dropdown-item.active,
.cid-u1IPQctdnu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1IPQctdnu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1IPQctdnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1IPQctdnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1IPQctdnu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1IPQctdnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1IPQctdnu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1IPQctdnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1IPQctdnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1IPQctdnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1IPQctdnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1IPQctdnu .navbar {
    height: 70px;
  }
  .cid-u1IPQctdnu .navbar.opened {
    height: auto;
  }
  .cid-u1IPQctdnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IPQctdnu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1IPQctdnu .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1IPQctdnu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1IPQctdnu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1IPQctdnu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u1IPQctdnu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1IPQctdnu .text_widget {
  margin-bottom: 32px;
}
.cid-u1IPQctdnu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1IPQctdnu .text_widget a:hover,
.cid-u1IPQctdnu .text_widget a:focus {
  opacity: .8;
}
.cid-u1IPQctdnu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .navbar-caption {
  color: #000000;
}
.cid-u1IPQctdnu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1IPQctdnu .mbr-section-subtitle,
.cid-u1IPQctdnu .text_widget,
.cid-u1IPQctdnu .mbr-section-btn {
  text-align: center;
}
.cid-u1IPQctdnu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u8HUnkTQjG {
  background-image: url("../../../assets/images/firefly-fitness-man-standing-on-the-top-of-a-office-building-with-cityscape-in-background-sporty-gu-2000x1143.jpg");
}
.cid-u8HUnkTQjG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8HUnkTQjG .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u8HUnkTQjG .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u8HUnkTQjG .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-u8HUnkTQjG .col-form {
    padding: 30px;
  }
}
.cid-u8HUnkTQjG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .text-wrapper {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #0097ff;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .label-text {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .mbr-text {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-u8HUnkTQjG .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-u8HUnkTQjG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8HUnkTQjG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u8HUnkTQjG .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-u8HUnkTQjG .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .form-container {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u8HUnkTQjG .form-title {
    text-align: center !important;
  }
}
.cid-u8HUnkTQjG .form-control {
  font-size: 1rem;
}
.cid-u8HUnkTQjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8HUnkTQjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8HWvzKxtG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8HWvzKxtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8HWvzKxtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8HWvzKxtG .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u8HWvzKxtG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8HWvzKxtG .container {
    padding: 0 20px;
  }
}
.cid-u8HWvzKxtG .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u8HWvzKxtG .row {
    padding: 46px 4px 46px;
  }
}
.cid-u8HWvzKxtG .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u8HWvzKxtG .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-u8HWvzKxtG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8HWvzKxtG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8HWvzKxtG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8HWvzKxtG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u8HWvzKxtG .item {
  margin-bottom: 40px;
}
.cid-u8HWvzKxtG .item:first-child {
  margin-bottom: 0;
}
.cid-u8HWvzKxtG .item:hover .item-wrapper .item-img img,
.cid-u8HWvzKxtG .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-u8HWvzKxtG .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-u8HWvzKxtG .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-u8HWvzKxtG .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-u8HWvzKxtG .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-u8HWvzKxtG .item a {
  display: block;
}
.cid-u8HWvzKxtG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8HWvzKxtG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8HWvzKxtG .mbr-text,
.cid-u8HWvzKxtG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u8HWvzKxtG .card-title {
  color: #000000;
}
.cid-u8HWvzKxtG .card-desc {
  color: #616161;
}
.cid-uaudqamZVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaudqamZVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaudqamZVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaudqamZVO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ua1x7ZlimR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ua1x7ZlimR .mbr-text {
  color: #838383;
}
.cid-ua1x7ZlimR .mbr-section-subtitle {
  color: #838383;
}
.cid-ua1x7ZlimR .mbr-section-title {
  color: #000000;
}
.cid-ua1x7ZlimR .mbr-card-title {
  color: #ffffff;
}
.cid-ua1x7ZlimR .mbr-card-title,
.cid-ua1x7ZlimR .line {
  color: #000000;
}
.cid-ua1x7ZlimR .mbr-text1 {
  color: #000000;
}
.cid-ua1x7ZlimR h4 {
  line-height: 1.2;
}
.cid-u1IQ6kcW78 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ6kcW78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ6kcW78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ6kcW78 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQ6kcW78 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .container {
    padding: 0 20px;
  }
}
.cid-u1IQ6kcW78 .content-wrapper {
  background-color: #1e1e1e;
  border-radius: 20px;
  overflow: hidden;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap {
  padding: 60px 60px 100px;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .content-wrapper .content-wrap {
    padding: 46px 20px 46px;
  }
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u1IQ6kcW78 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u1IQ6kcW78 .box .mbr-media {
  position: relative;
  height: 800px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u1IQ6kcW78 .box .mbr-media {
    height: 400px;
  }
}
.cid-u1IQ6kcW78 .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 0 !important;
}
.cid-u1IQ6kcW78 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-u1IQ6kcW78 .mbr-media {
  position: relative;
}
.cid-u1IQ6kcW78 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u1IQ6kcW78 a:hover {
  background-image: none !important;
}
.cid-u1IQ6kcW78 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u1IQ6kcW78 .icon-wrap:hover,
.cid-u1IQ6kcW78 .icon-wrap:focus {
  background-color: #ffffff;
}
.cid-u1IQ6kcW78 .icon-wrap:hover .mbr-iconfont,
.cid-u1IQ6kcW78 .icon-wrap:focus .mbr-iconfont {
  color: #000000;
}
.cid-u1IQ6kcW78 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u1IQ6kcW78 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1IQ6kcW78 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1IQ6kcW78 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1IQ6kcW78 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1IQ6kcW78 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1IQ6kcW78 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ6kcW78 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQ6kcW78 .mbr-text,
.cid-u1IQ6kcW78 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u1IQMld45c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQMld45c .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQMld45c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQMld45c .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u1IQMld45c .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .container {
    padding: 0 20px;
  }
}
.cid-u1IQMld45c .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u1IQMld45c .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-u1IQMld45c .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-u1IQMld45c .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-u1IQMld45c .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control:hover,
.cid-u1IQMld45c .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-u1IQMld45c .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u1IQMld45c .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u1IQMld45c .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u1IQMld45c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c .mbr-text,
.cid-u1IQMld45c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u1IQMld45c label {
  color: #000000;
}
.cid-u1IQMld45c .mbr-section-btn {
  text-align: center;
}
.cid-u1IQ7Ozymc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1IQ7Ozymc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IQ7Ozymc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IQ7Ozymc .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .container {
    padding: 0 20px;
  }
}
.cid-u1IQ7Ozymc .row {
  padding: 60px 0;
}
.cid-u1IQ7Ozymc .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1IQ7Ozymc .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:hover,
.cid-u1IQ7Ozymc .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-u1IQ7Ozymc .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u1IQ7Ozymc .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-u1IQ7Ozymc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-u1IQ7Ozymc .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u1IQ7Ozymc .mbr-section-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-address {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-list-title {
  color: #000000;
}
.cid-u1IQ7Ozymc .list {
  color: #000000;
}
.cid-u1IQ7Ozymc .mbr-copy {
  color: #000000;
}
.cid-uc666Sc3vo {
  background-color: transparent;
}
.cid-uc666Sc3vo .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc666Sc3vo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc666Sc3vo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc666Sc3vo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc666Sc3vo .menu_box .navbar.opened,
  .cid-uc666Sc3vo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc666Sc3vo .navbar-dropdown {
  position: relative !important;
}
.cid-uc666Sc3vo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc666Sc3vo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc666Sc3vo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc666Sc3vo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc666Sc3vo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc666Sc3vo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc666Sc3vo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc666Sc3vo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc666Sc3vo .offcanvas-body .mbr-text,
  .cid-uc666Sc3vo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc666Sc3vo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc666Sc3vo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc666Sc3vo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc666Sc3vo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc666Sc3vo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc666Sc3vo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc666Sc3vo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc666Sc3vo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc666Sc3vo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc666Sc3vo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc666Sc3vo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .nav-item {
    margin: 0 !important;
  }
}
.cid-uc666Sc3vo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc666Sc3vo .nav-item .nav-link:hover,
.cid-uc666Sc3vo .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc666Sc3vo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc666Sc3vo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc666Sc3vo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc666Sc3vo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc666Sc3vo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc666Sc3vo .offcanvas_box {
    display: none;
  }
}
.cid-uc666Sc3vo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc666Sc3vo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc666Sc3vo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc666Sc3vo .container {
  display: flex;
  margin: auto;
}
.cid-uc666Sc3vo .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc666Sc3vo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc666Sc3vo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc666Sc3vo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc666Sc3vo .navbar-nav {
    margin: 0;
  }
}
.cid-uc666Sc3vo .dropdown-menu,
.cid-uc666Sc3vo .navbar.opened {
  background-color: false !important;
}
.cid-uc666Sc3vo .nav-item:focus,
.cid-uc666Sc3vo .nav-link:focus {
  outline: none;
}
.cid-uc666Sc3vo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc666Sc3vo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc666Sc3vo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc666Sc3vo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc666Sc3vo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc666Sc3vo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc666Sc3vo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc666Sc3vo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc666Sc3vo .navbar.opened {
  transition: all 0.3s;
}
.cid-uc666Sc3vo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc666Sc3vo .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc666Sc3vo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc666Sc3vo .navbar.collapsed {
  justify-content: center;
}
.cid-uc666Sc3vo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc666Sc3vo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc666Sc3vo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc666Sc3vo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc666Sc3vo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc666Sc3vo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc666Sc3vo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc666Sc3vo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc666Sc3vo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc666Sc3vo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc666Sc3vo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc666Sc3vo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc666Sc3vo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc666Sc3vo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc666Sc3vo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc666Sc3vo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc666Sc3vo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc666Sc3vo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc666Sc3vo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc666Sc3vo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc666Sc3vo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc666Sc3vo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc666Sc3vo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc666Sc3vo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc666Sc3vo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc666Sc3vo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc666Sc3vo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc666Sc3vo .dropdown-item.active,
.cid-uc666Sc3vo .dropdown-item:active {
  background-color: transparent;
}
.cid-uc666Sc3vo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc666Sc3vo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc666Sc3vo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc666Sc3vo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc666Sc3vo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc666Sc3vo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc666Sc3vo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc666Sc3vo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc666Sc3vo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc666Sc3vo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc666Sc3vo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc666Sc3vo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc666Sc3vo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc666Sc3vo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc666Sc3vo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc666Sc3vo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc666Sc3vo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc666Sc3vo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc666Sc3vo .navbar {
    height: 70px;
  }
  .cid-uc666Sc3vo .navbar.opened {
    height: auto;
  }
  .cid-uc666Sc3vo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc666Sc3vo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc666Sc3vo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc666Sc3vo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc666Sc3vo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc666Sc3vo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc666Sc3vo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc666Sc3vo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc666Sc3vo .text_widget {
  margin-bottom: 32px;
}
.cid-uc666Sc3vo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc666Sc3vo .text_widget a:hover,
.cid-uc666Sc3vo .text_widget a:focus {
  opacity: .8;
}
.cid-uc666Sc3vo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc666Sc3vo .navbar-caption {
  color: #000000;
}
.cid-uc666Sc3vo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc666Sc3vo .mbr-section-subtitle,
.cid-uc666Sc3vo .text_widget,
.cid-uc666Sc3vo .mbr-section-btn {
  text-align: center;
}
.cid-uc666Sc3vo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc666SLW5S {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1900x950.jpg");
}
.cid-uc666SLW5S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc666SLW5S .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc666SLW5S .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uc666SLW5S .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc666SLW5S .col-form {
    padding: 30px;
  }
}
.cid-uc666SLW5S .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .text-wrapper {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #0097ff;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .label-text {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .mbr-text {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uc666SLW5S .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uc666SLW5S .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uc666SLW5S .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc666SLW5S .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uc666SLW5S .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .form-container {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uc666SLW5S .form-title {
    text-align: center !important;
  }
}
.cid-uc666SLW5S .form-control {
  font-size: 1rem;
}
.cid-uc666SLW5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc666SLW5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc666SLW5S .mbr-section-title,
.cid-uc666SLW5S .mbr-section-btn {
  color: #ffffff;
}
.cid-uc66fhzvWK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc66fhzvWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc66fhzvWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc66fhzvWK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc66fhzvWK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .container {
    padding: 0 20px;
  }
}
.cid-uc66fhzvWK .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc66fhzvWK .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uc66fhzvWK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc66fhzvWK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-uc66fhzvWK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uc66fhzvWK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uc66fhzvWK .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uc66fhzvWK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc66fhzvWK .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc66fhzvWK .panel-title-edit {
  color: #000000;
}
.cid-uc66fhzvWK .panel-text {
  color: #000000;
}
.cid-uc6uFluPQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-uc6uFluPQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6uFluPQS .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-uc6uFluPQS .container {
    padding: 0 16px;
  }
}
.cid-uc6uFluPQS .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uc6uFluPQS .row {
    height: 200px;
  }
}
.cid-uc666UPLYM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc666UPLYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc666UPLYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc666UPLYM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc666UPLYM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc666UPLYM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc666UPLYM .container {
    padding: 0 20px;
  }
}
.cid-uc666UPLYM .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc666UPLYM .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc666UPLYM .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc666UPLYM .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc666UPLYM .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc666UPLYM .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc666UPLYM .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-control:hover,
.cid-uc666UPLYM .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc666UPLYM .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc666UPLYM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc666UPLYM .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc666UPLYM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc666UPLYM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc666UPLYM .mbr-text,
.cid-uc666UPLYM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc666UPLYM label {
  color: #000000;
}
.cid-uc666UPLYM .mbr-section-btn {
  text-align: center;
}
.cid-uc666VkzRZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc666VkzRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc666VkzRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc666VkzRZ .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc666VkzRZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .container {
    padding: 0 20px;
  }
}
.cid-uc666VkzRZ .row {
  padding: 60px 0;
}
.cid-uc666VkzRZ .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc666VkzRZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc666VkzRZ .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc666VkzRZ .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc666VkzRZ .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc666VkzRZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc666VkzRZ .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc666VkzRZ .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc666VkzRZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc666VkzRZ .list-wrapper .list .item-wrap:hover,
.cid-uc666VkzRZ .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc666VkzRZ .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc666VkzRZ .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc666VkzRZ .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc666VkzRZ .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc666VkzRZ .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc666VkzRZ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc666VkzRZ .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc666VkzRZ .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc666VkzRZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc666VkzRZ .mbr-section-title {
  color: #000000;
}
.cid-uc666VkzRZ .mbr-address {
  color: #000000;
}
.cid-uc666VkzRZ .mbr-list-title {
  color: #000000;
}
.cid-uc666VkzRZ .list {
  color: #000000;
}
.cid-uc666VkzRZ .mbr-copy {
  color: #000000;
}
.cid-uc6vdTaDq9 {
  background-color: transparent;
}
.cid-uc6vdTaDq9 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc6vdTaDq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc6vdTaDq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc6vdTaDq9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc6vdTaDq9 .menu_box .navbar.opened,
  .cid-uc6vdTaDq9 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc6vdTaDq9 .navbar-dropdown {
  position: relative !important;
}
.cid-uc6vdTaDq9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc6vdTaDq9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc6vdTaDq9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc6vdTaDq9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc6vdTaDq9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc6vdTaDq9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc6vdTaDq9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc6vdTaDq9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc6vdTaDq9 .offcanvas-body .mbr-text,
  .cid-uc6vdTaDq9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc6vdTaDq9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc6vdTaDq9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc6vdTaDq9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc6vdTaDq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6vdTaDq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc6vdTaDq9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc6vdTaDq9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc6vdTaDq9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc6vdTaDq9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc6vdTaDq9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc6vdTaDq9 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uc6vdTaDq9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc6vdTaDq9 .nav-item .nav-link:hover,
.cid-uc6vdTaDq9 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc6vdTaDq9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc6vdTaDq9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc6vdTaDq9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6vdTaDq9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc6vdTaDq9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc6vdTaDq9 .offcanvas_box {
    display: none;
  }
}
.cid-uc6vdTaDq9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc6vdTaDq9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc6vdTaDq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc6vdTaDq9 .container {
  display: flex;
  margin: auto;
}
.cid-uc6vdTaDq9 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc6vdTaDq9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc6vdTaDq9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc6vdTaDq9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc6vdTaDq9 .navbar-nav {
    margin: 0;
  }
}
.cid-uc6vdTaDq9 .dropdown-menu,
.cid-uc6vdTaDq9 .navbar.opened {
  background-color: false !important;
}
.cid-uc6vdTaDq9 .nav-item:focus,
.cid-uc6vdTaDq9 .nav-link:focus {
  outline: none;
}
.cid-uc6vdTaDq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc6vdTaDq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc6vdTaDq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc6vdTaDq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc6vdTaDq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc6vdTaDq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc6vdTaDq9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc6vdTaDq9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc6vdTaDq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uc6vdTaDq9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc6vdTaDq9 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc6vdTaDq9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc6vdTaDq9 .navbar.collapsed {
  justify-content: center;
}
.cid-uc6vdTaDq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc6vdTaDq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc6vdTaDq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc6vdTaDq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc6vdTaDq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc6vdTaDq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc6vdTaDq9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc6vdTaDq9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc6vdTaDq9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc6vdTaDq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc6vdTaDq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc6vdTaDq9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc6vdTaDq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc6vdTaDq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc6vdTaDq9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc6vdTaDq9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc6vdTaDq9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc6vdTaDq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc6vdTaDq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc6vdTaDq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc6vdTaDq9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc6vdTaDq9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc6vdTaDq9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc6vdTaDq9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc6vdTaDq9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc6vdTaDq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc6vdTaDq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc6vdTaDq9 .dropdown-item.active,
.cid-uc6vdTaDq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uc6vdTaDq9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc6vdTaDq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc6vdTaDq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc6vdTaDq9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc6vdTaDq9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc6vdTaDq9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc6vdTaDq9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc6vdTaDq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc6vdTaDq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc6vdTaDq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6vdTaDq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6vdTaDq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc6vdTaDq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6vdTaDq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc6vdTaDq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc6vdTaDq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6vdTaDq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc6vdTaDq9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc6vdTaDq9 .navbar {
    height: 70px;
  }
  .cid-uc6vdTaDq9 .navbar.opened {
    height: auto;
  }
  .cid-uc6vdTaDq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc6vdTaDq9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc6vdTaDq9 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc6vdTaDq9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc6vdTaDq9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc6vdTaDq9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc6vdTaDq9 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc6vdTaDq9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc6vdTaDq9 .text_widget {
  margin-bottom: 32px;
}
.cid-uc6vdTaDq9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc6vdTaDq9 .text_widget a:hover,
.cid-uc6vdTaDq9 .text_widget a:focus {
  opacity: .8;
}
.cid-uc6vdTaDq9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc6vdTaDq9 .navbar-caption {
  color: #000000;
}
.cid-uc6vdTaDq9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc6vdTaDq9 .mbr-section-subtitle,
.cid-uc6vdTaDq9 .text_widget,
.cid-uc6vdTaDq9 .mbr-section-btn {
  text-align: center;
}
.cid-uc6vdTaDq9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6vdTNoAt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1900x950.jpg");
}
.cid-uc6vdTNoAt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc6vdTNoAt .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6vdTNoAt .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uc6vdTNoAt .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6vdTNoAt .col-form {
    padding: 30px;
  }
}
.cid-uc6vdTNoAt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .text-wrapper {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #0097ff;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .label-text {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .mbr-text {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uc6vdTNoAt .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uc6vdTNoAt .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uc6vdTNoAt .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc6vdTNoAt .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uc6vdTNoAt .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .form-container {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uc6vdTNoAt .form-title {
    text-align: center !important;
  }
}
.cid-uc6vdTNoAt .form-control {
  font-size: 1rem;
}
.cid-uc6vdTNoAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6vdTNoAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6vdTNoAt .mbr-section-title,
.cid-uc6vdTNoAt .mbr-section-btn {
  color: #ffffff;
}
.cid-uc6vdUck6Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6vdUck6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6vdUck6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6vdUck6Y .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc6vdUck6Y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .container {
    padding: 0 20px;
  }
}
.cid-uc6vdUck6Y .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc6vdUck6Y .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uc6vdUck6Y .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uc6vdUck6Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-uc6vdUck6Y .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uc6vdUck6Y .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uc6vdUck6Y .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uc6vdUck6Y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc6vdUck6Y .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uc6vdUck6Y .panel-title-edit {
  color: #000000;
}
.cid-uc6vdUck6Y .panel-text {
  color: #000000;
}
.cid-uc6vdUD3D5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-uc6vdUD3D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6vdUD3D5 .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-uc6vdUD3D5 .container {
    padding: 0 16px;
  }
}
.cid-uc6vdUD3D5 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uc6vdUD3D5 .row {
    height: 200px;
  }
}
.cid-uc6vdV1iPK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6vdV1iPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6vdV1iPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6vdV1iPK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc6vdV1iPK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc6vdV1iPK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc6vdV1iPK .container {
    padding: 0 20px;
  }
}
.cid-uc6vdV1iPK .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc6vdV1iPK .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc6vdV1iPK .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc6vdV1iPK .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc6vdV1iPK .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc6vdV1iPK .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc6vdV1iPK .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-control:hover,
.cid-uc6vdV1iPK .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc6vdV1iPK .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc6vdV1iPK .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc6vdV1iPK .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc6vdV1iPK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc6vdV1iPK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc6vdV1iPK .mbr-text,
.cid-uc6vdV1iPK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc6vdV1iPK label {
  color: #000000;
}
.cid-uc6vdV1iPK .mbr-section-btn {
  text-align: center;
}
.cid-uc6vdVtSvb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6vdVtSvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6vdVtSvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6vdVtSvb .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc6vdVtSvb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .container {
    padding: 0 20px;
  }
}
.cid-uc6vdVtSvb .row {
  padding: 60px 0;
}
.cid-uc6vdVtSvb .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6vdVtSvb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc6vdVtSvb .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc6vdVtSvb .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6vdVtSvb .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc6vdVtSvb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc6vdVtSvb .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc6vdVtSvb .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc6vdVtSvb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc6vdVtSvb .list-wrapper .list .item-wrap:hover,
.cid-uc6vdVtSvb .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc6vdVtSvb .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc6vdVtSvb .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc6vdVtSvb .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc6vdVtSvb .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6vdVtSvb .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc6vdVtSvb .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc6vdVtSvb .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc6vdVtSvb .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc6vdVtSvb .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc6vdVtSvb .mbr-section-title {
  color: #000000;
}
.cid-uc6vdVtSvb .mbr-address {
  color: #000000;
}
.cid-uc6vdVtSvb .mbr-list-title {
  color: #000000;
}
.cid-uc6vdVtSvb .list {
  color: #000000;
}
.cid-uc6vdVtSvb .mbr-copy {
  color: #000000;
}
.cid-uc6y2EsVqd {
  background-color: transparent;
}
.cid-uc6y2EsVqd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc6y2EsVqd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc6y2EsVqd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc6y2EsVqd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc6y2EsVqd .menu_box .navbar.opened,
  .cid-uc6y2EsVqd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc6y2EsVqd .navbar-dropdown {
  position: relative !important;
}
.cid-uc6y2EsVqd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc6y2EsVqd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc6y2EsVqd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc6y2EsVqd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc6y2EsVqd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc6y2EsVqd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc6y2EsVqd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc6y2EsVqd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc6y2EsVqd .offcanvas-body .mbr-text,
  .cid-uc6y2EsVqd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc6y2EsVqd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc6y2EsVqd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc6y2EsVqd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc6y2EsVqd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6y2EsVqd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc6y2EsVqd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc6y2EsVqd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc6y2EsVqd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc6y2EsVqd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc6y2EsVqd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc6y2EsVqd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .nav-item {
    margin: 0 !important;
  }
}
.cid-uc6y2EsVqd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc6y2EsVqd .nav-item .nav-link:hover,
.cid-uc6y2EsVqd .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc6y2EsVqd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc6y2EsVqd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc6y2EsVqd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6y2EsVqd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc6y2EsVqd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc6y2EsVqd .offcanvas_box {
    display: none;
  }
}
.cid-uc6y2EsVqd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc6y2EsVqd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc6y2EsVqd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc6y2EsVqd .container {
  display: flex;
  margin: auto;
}
.cid-uc6y2EsVqd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc6y2EsVqd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc6y2EsVqd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc6y2EsVqd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc6y2EsVqd .navbar-nav {
    margin: 0;
  }
}
.cid-uc6y2EsVqd .dropdown-menu,
.cid-uc6y2EsVqd .navbar.opened {
  background-color: false !important;
}
.cid-uc6y2EsVqd .nav-item:focus,
.cid-uc6y2EsVqd .nav-link:focus {
  outline: none;
}
.cid-uc6y2EsVqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc6y2EsVqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc6y2EsVqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc6y2EsVqd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc6y2EsVqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc6y2EsVqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc6y2EsVqd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc6y2EsVqd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc6y2EsVqd .navbar.opened {
  transition: all 0.3s;
}
.cid-uc6y2EsVqd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc6y2EsVqd .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc6y2EsVqd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc6y2EsVqd .navbar.collapsed {
  justify-content: center;
}
.cid-uc6y2EsVqd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc6y2EsVqd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc6y2EsVqd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc6y2EsVqd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc6y2EsVqd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc6y2EsVqd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc6y2EsVqd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc6y2EsVqd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc6y2EsVqd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc6y2EsVqd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc6y2EsVqd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc6y2EsVqd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc6y2EsVqd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc6y2EsVqd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc6y2EsVqd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc6y2EsVqd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc6y2EsVqd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc6y2EsVqd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc6y2EsVqd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc6y2EsVqd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc6y2EsVqd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc6y2EsVqd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc6y2EsVqd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc6y2EsVqd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc6y2EsVqd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc6y2EsVqd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc6y2EsVqd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc6y2EsVqd .dropdown-item.active,
.cid-uc6y2EsVqd .dropdown-item:active {
  background-color: transparent;
}
.cid-uc6y2EsVqd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc6y2EsVqd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc6y2EsVqd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc6y2EsVqd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc6y2EsVqd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc6y2EsVqd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc6y2EsVqd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc6y2EsVqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc6y2EsVqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc6y2EsVqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6y2EsVqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6y2EsVqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc6y2EsVqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6y2EsVqd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc6y2EsVqd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc6y2EsVqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6y2EsVqd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc6y2EsVqd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc6y2EsVqd .navbar {
    height: 70px;
  }
  .cid-uc6y2EsVqd .navbar.opened {
    height: auto;
  }
  .cid-uc6y2EsVqd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc6y2EsVqd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc6y2EsVqd .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc6y2EsVqd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc6y2EsVqd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc6y2EsVqd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc6y2EsVqd .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc6y2EsVqd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc6y2EsVqd .text_widget {
  margin-bottom: 32px;
}
.cid-uc6y2EsVqd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc6y2EsVqd .text_widget a:hover,
.cid-uc6y2EsVqd .text_widget a:focus {
  opacity: .8;
}
.cid-uc6y2EsVqd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc6y2EsVqd .navbar-caption {
  color: #000000;
}
.cid-uc6y2EsVqd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc6y2EsVqd .mbr-section-subtitle,
.cid-uc6y2EsVqd .text_widget,
.cid-uc6y2EsVqd .mbr-section-btn {
  text-align: center;
}
.cid-uc6y2EsVqd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6y2F0mc5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x960.jpeg");
}
.cid-uc6y2F0mc5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc6y2F0mc5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6y2F0mc5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uc6y2F0mc5 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6y2F0mc5 .col-form {
    padding: 30px;
  }
}
.cid-uc6y2F0mc5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #0097ff;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .label-text {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .mbr-text {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uc6y2F0mc5 .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uc6y2F0mc5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uc6y2F0mc5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc6y2F0mc5 .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uc6y2F0mc5 .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .form-container {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uc6y2F0mc5 .form-title {
    text-align: center !important;
  }
}
.cid-uc6y2F0mc5 .form-control {
  font-size: 1rem;
}
.cid-uc6y2F0mc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6y2F0mc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6y2F0mc5 .mbr-section-title,
.cid-uc6y2F0mc5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uc6zET4H8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uc6zET4H8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6zET4H8N .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-uc6zET4H8N .container {
    padding: 0 16px;
  }
}
.cid-uc6zET4H8N .row {
  position: relative;
  justify-content: space-between;
}
.cid-uc6zET4H8N .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uc6zET4H8N .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uc6zET4H8N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uc6zET4H8N .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uc6zET4H8N .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uc6zET4H8N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc6zET4H8N .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uc6zET4H8N .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc6zET4H8N .image-wrapper img {
    height: 350px;
  }
}
.cid-uc6zET4H8N .mbr-section-title {
  color: #000000;
}
.cid-uc6zET4H8N .mbr-text {
  color: #000000;
}
.cid-uc6y2FRBQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x960.jpg");
}
.cid-uc6y2FRBQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6y2FRBQ7 .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-uc6y2FRBQ7 .container {
    padding: 0 16px;
  }
}
.cid-uc6y2FRBQ7 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uc6y2FRBQ7 .row {
    height: 200px;
  }
}
.cid-uc6y2GfZZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6y2GfZZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6y2GfZZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6y2GfZZh .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc6y2GfZZh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc6y2GfZZh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc6y2GfZZh .container {
    padding: 0 20px;
  }
}
.cid-uc6y2GfZZh .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc6y2GfZZh .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc6y2GfZZh .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc6y2GfZZh .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc6y2GfZZh .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc6y2GfZZh .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc6y2GfZZh .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-control:hover,
.cid-uc6y2GfZZh .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc6y2GfZZh .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc6y2GfZZh .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc6y2GfZZh .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc6y2GfZZh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc6y2GfZZh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc6y2GfZZh .mbr-text,
.cid-uc6y2GfZZh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc6y2GfZZh label {
  color: #000000;
}
.cid-uc6y2GfZZh .mbr-section-btn {
  text-align: center;
}
.cid-uc6y2GGV5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6y2GGV5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6y2GGV5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6y2GGV5V .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc6y2GGV5V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .container {
    padding: 0 20px;
  }
}
.cid-uc6y2GGV5V .row {
  padding: 60px 0;
}
.cid-uc6y2GGV5V .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6y2GGV5V .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc6y2GGV5V .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc6y2GGV5V .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6y2GGV5V .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc6y2GGV5V .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc6y2GGV5V .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc6y2GGV5V .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc6y2GGV5V .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc6y2GGV5V .list-wrapper .list .item-wrap:hover,
.cid-uc6y2GGV5V .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc6y2GGV5V .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc6y2GGV5V .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc6y2GGV5V .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc6y2GGV5V .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6y2GGV5V .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc6y2GGV5V .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc6y2GGV5V .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc6y2GGV5V .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc6y2GGV5V .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc6y2GGV5V .mbr-section-title {
  color: #000000;
}
.cid-uc6y2GGV5V .mbr-address {
  color: #000000;
}
.cid-uc6y2GGV5V .mbr-list-title {
  color: #000000;
}
.cid-uc6y2GGV5V .list {
  color: #000000;
}
.cid-uc6y2GGV5V .mbr-copy {
  color: #000000;
}
.cid-uc6Bq8w03U {
  background-color: transparent;
}
.cid-uc6Bq8w03U .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc6Bq8w03U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc6Bq8w03U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc6Bq8w03U .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc6Bq8w03U .menu_box .navbar.opened,
  .cid-uc6Bq8w03U .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc6Bq8w03U .navbar-dropdown {
  position: relative !important;
}
.cid-uc6Bq8w03U .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc6Bq8w03U .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc6Bq8w03U .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc6Bq8w03U .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc6Bq8w03U .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc6Bq8w03U .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc6Bq8w03U .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc6Bq8w03U .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc6Bq8w03U .offcanvas-body .mbr-text,
  .cid-uc6Bq8w03U .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc6Bq8w03U .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc6Bq8w03U .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc6Bq8w03U ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc6Bq8w03U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6Bq8w03U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc6Bq8w03U .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc6Bq8w03U li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc6Bq8w03U .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc6Bq8w03U .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc6Bq8w03U .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc6Bq8w03U .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .nav-item {
    margin: 0 !important;
  }
}
.cid-uc6Bq8w03U .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc6Bq8w03U .nav-item .nav-link:hover,
.cid-uc6Bq8w03U .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc6Bq8w03U .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc6Bq8w03U .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc6Bq8w03U .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6Bq8w03U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc6Bq8w03U .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc6Bq8w03U .offcanvas_box {
    display: none;
  }
}
.cid-uc6Bq8w03U .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc6Bq8w03U .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc6Bq8w03U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc6Bq8w03U .container {
  display: flex;
  margin: auto;
}
.cid-uc6Bq8w03U .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc6Bq8w03U .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc6Bq8w03U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc6Bq8w03U .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc6Bq8w03U .navbar-nav {
    margin: 0;
  }
}
.cid-uc6Bq8w03U .dropdown-menu,
.cid-uc6Bq8w03U .navbar.opened {
  background-color: false !important;
}
.cid-uc6Bq8w03U .nav-item:focus,
.cid-uc6Bq8w03U .nav-link:focus {
  outline: none;
}
.cid-uc6Bq8w03U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc6Bq8w03U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc6Bq8w03U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc6Bq8w03U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc6Bq8w03U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc6Bq8w03U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc6Bq8w03U .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc6Bq8w03U .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc6Bq8w03U .navbar.opened {
  transition: all 0.3s;
}
.cid-uc6Bq8w03U .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc6Bq8w03U .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc6Bq8w03U .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc6Bq8w03U .navbar.collapsed {
  justify-content: center;
}
.cid-uc6Bq8w03U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc6Bq8w03U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc6Bq8w03U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc6Bq8w03U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc6Bq8w03U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc6Bq8w03U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc6Bq8w03U .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc6Bq8w03U .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc6Bq8w03U .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc6Bq8w03U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc6Bq8w03U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc6Bq8w03U .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc6Bq8w03U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc6Bq8w03U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc6Bq8w03U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc6Bq8w03U .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc6Bq8w03U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc6Bq8w03U .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc6Bq8w03U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc6Bq8w03U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc6Bq8w03U .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc6Bq8w03U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc6Bq8w03U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc6Bq8w03U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc6Bq8w03U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc6Bq8w03U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc6Bq8w03U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc6Bq8w03U .dropdown-item.active,
.cid-uc6Bq8w03U .dropdown-item:active {
  background-color: transparent;
}
.cid-uc6Bq8w03U .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc6Bq8w03U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc6Bq8w03U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc6Bq8w03U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc6Bq8w03U ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc6Bq8w03U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc6Bq8w03U button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc6Bq8w03U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc6Bq8w03U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc6Bq8w03U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6Bq8w03U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6Bq8w03U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc6Bq8w03U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6Bq8w03U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc6Bq8w03U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc6Bq8w03U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6Bq8w03U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc6Bq8w03U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc6Bq8w03U .navbar {
    height: 70px;
  }
  .cid-uc6Bq8w03U .navbar.opened {
    height: auto;
  }
  .cid-uc6Bq8w03U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc6Bq8w03U .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc6Bq8w03U .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc6Bq8w03U .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc6Bq8w03U .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc6Bq8w03U .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc6Bq8w03U .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc6Bq8w03U .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc6Bq8w03U .text_widget {
  margin-bottom: 32px;
}
.cid-uc6Bq8w03U .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc6Bq8w03U .text_widget a:hover,
.cid-uc6Bq8w03U .text_widget a:focus {
  opacity: .8;
}
.cid-uc6Bq8w03U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc6Bq8w03U .navbar-caption {
  color: #000000;
}
.cid-uc6Bq8w03U .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc6Bq8w03U .mbr-section-subtitle,
.cid-uc6Bq8w03U .text_widget,
.cid-uc6Bq8w03U .mbr-section-btn {
  text-align: center;
}
.cid-uc6Bq8w03U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6Bqb1VZu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x960.jpeg");
}
.cid-uc6Bqb1VZu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc6Bqb1VZu .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6Bqb1VZu .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uc6Bqb1VZu .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uc6Bqb1VZu .col-form {
    padding: 30px;
  }
}
.cid-uc6Bqb1VZu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .text-wrapper {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #0097ff;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .label-text {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .mbr-text {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uc6Bqb1VZu .btn-container {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uc6Bqb1VZu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uc6Bqb1VZu .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc6Bqb1VZu .form-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .cid-uc6Bqb1VZu .form-container {
    max-width: 22rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .form-container {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .form-title {
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uc6Bqb1VZu .form-title {
    text-align: center !important;
  }
}
.cid-uc6Bqb1VZu .form-control {
  font-size: 1rem;
}
.cid-uc6Bqb1VZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6Bqb1VZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6Bqb1VZu .mbr-section-title,
.cid-uc6Bqb1VZu .mbr-section-btn {
  color: #ffffff;
}
.cid-uc6BqbV4WR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uc6BqbV4WR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6BqbV4WR .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-uc6BqbV4WR .container {
    padding: 0 16px;
  }
}
.cid-uc6BqbV4WR .row {
  position: relative;
  justify-content: space-between;
}
.cid-uc6BqbV4WR .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uc6BqbV4WR .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uc6BqbV4WR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uc6BqbV4WR .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uc6BqbV4WR .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uc6BqbV4WR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc6BqbV4WR .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uc6BqbV4WR .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc6BqbV4WR .image-wrapper img {
    height: 350px;
  }
}
.cid-uc6BqbV4WR .mbr-section-title {
  color: #000000;
}
.cid-uc6BqbV4WR .mbr-text {
  color: #000000;
}
.cid-uc6BqcwVUl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x960.jpg");
}
.cid-uc6BqcwVUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6BqcwVUl .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-uc6BqcwVUl .container {
    padding: 0 16px;
  }
}
.cid-uc6BqcwVUl .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uc6BqcwVUl .row {
    height: 200px;
  }
}
.cid-uc6Bqd34dH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6Bqd34dH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6Bqd34dH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6Bqd34dH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc6Bqd34dH .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc6Bqd34dH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc6Bqd34dH .container {
    padding: 0 20px;
  }
}
.cid-uc6Bqd34dH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc6Bqd34dH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc6Bqd34dH .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc6Bqd34dH .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc6Bqd34dH .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc6Bqd34dH .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc6Bqd34dH .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-control:hover,
.cid-uc6Bqd34dH .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc6Bqd34dH .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc6Bqd34dH .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc6Bqd34dH .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc6Bqd34dH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc6Bqd34dH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc6Bqd34dH .mbr-text,
.cid-uc6Bqd34dH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc6Bqd34dH label {
  color: #000000;
}
.cid-uc6Bqd34dH .mbr-section-btn {
  text-align: center;
}
.cid-uc6BqdD2tr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6BqdD2tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6BqdD2tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6BqdD2tr .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc6BqdD2tr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .container {
    padding: 0 20px;
  }
}
.cid-uc6BqdD2tr .row {
  padding: 60px 0;
}
.cid-uc6BqdD2tr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6BqdD2tr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc6BqdD2tr .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc6BqdD2tr .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6BqdD2tr .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc6BqdD2tr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc6BqdD2tr .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc6BqdD2tr .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc6BqdD2tr .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc6BqdD2tr .list-wrapper .list .item-wrap:hover,
.cid-uc6BqdD2tr .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc6BqdD2tr .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc6BqdD2tr .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc6BqdD2tr .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc6BqdD2tr .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6BqdD2tr .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc6BqdD2tr .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc6BqdD2tr .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc6BqdD2tr .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc6BqdD2tr .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc6BqdD2tr .mbr-section-title {
  color: #000000;
}
.cid-uc6BqdD2tr .mbr-address {
  color: #000000;
}
.cid-uc6BqdD2tr .mbr-list-title {
  color: #000000;
}
.cid-uc6BqdD2tr .list {
  color: #000000;
}
.cid-uc6BqdD2tr .mbr-copy {
  color: #000000;
}
.cid-uc6D1obNGK {
  background-color: transparent;
}
.cid-uc6D1obNGK .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc6D1obNGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc6D1obNGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc6D1obNGK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc6D1obNGK .menu_box .navbar.opened,
  .cid-uc6D1obNGK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc6D1obNGK .navbar-dropdown {
  position: relative !important;
}
.cid-uc6D1obNGK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc6D1obNGK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc6D1obNGK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc6D1obNGK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc6D1obNGK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc6D1obNGK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc6D1obNGK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc6D1obNGK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc6D1obNGK .offcanvas-body .mbr-text,
  .cid-uc6D1obNGK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc6D1obNGK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc6D1obNGK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc6D1obNGK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc6D1obNGK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6D1obNGK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc6D1obNGK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc6D1obNGK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc6D1obNGK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc6D1obNGK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc6D1obNGK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc6D1obNGK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .nav-item {
    margin: 0 !important;
  }
}
.cid-uc6D1obNGK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc6D1obNGK .nav-item .nav-link:hover,
.cid-uc6D1obNGK .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc6D1obNGK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc6D1obNGK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc6D1obNGK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6D1obNGK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc6D1obNGK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc6D1obNGK .offcanvas_box {
    display: none;
  }
}
.cid-uc6D1obNGK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc6D1obNGK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc6D1obNGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc6D1obNGK .container {
  display: flex;
  margin: auto;
}
.cid-uc6D1obNGK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc6D1obNGK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc6D1obNGK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc6D1obNGK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc6D1obNGK .navbar-nav {
    margin: 0;
  }
}
.cid-uc6D1obNGK .dropdown-menu,
.cid-uc6D1obNGK .navbar.opened {
  background-color: false !important;
}
.cid-uc6D1obNGK .nav-item:focus,
.cid-uc6D1obNGK .nav-link:focus {
  outline: none;
}
.cid-uc6D1obNGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc6D1obNGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc6D1obNGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc6D1obNGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc6D1obNGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc6D1obNGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc6D1obNGK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc6D1obNGK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc6D1obNGK .navbar.opened {
  transition: all 0.3s;
}
.cid-uc6D1obNGK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc6D1obNGK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc6D1obNGK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc6D1obNGK .navbar.collapsed {
  justify-content: center;
}
.cid-uc6D1obNGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc6D1obNGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc6D1obNGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc6D1obNGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc6D1obNGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc6D1obNGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc6D1obNGK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc6D1obNGK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc6D1obNGK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc6D1obNGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc6D1obNGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc6D1obNGK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc6D1obNGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc6D1obNGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc6D1obNGK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc6D1obNGK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc6D1obNGK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc6D1obNGK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc6D1obNGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc6D1obNGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc6D1obNGK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc6D1obNGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc6D1obNGK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc6D1obNGK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc6D1obNGK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc6D1obNGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc6D1obNGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc6D1obNGK .dropdown-item.active,
.cid-uc6D1obNGK .dropdown-item:active {
  background-color: transparent;
}
.cid-uc6D1obNGK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc6D1obNGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc6D1obNGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc6D1obNGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc6D1obNGK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc6D1obNGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc6D1obNGK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc6D1obNGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc6D1obNGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc6D1obNGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6D1obNGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6D1obNGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc6D1obNGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6D1obNGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc6D1obNGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc6D1obNGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6D1obNGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc6D1obNGK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc6D1obNGK .navbar {
    height: 70px;
  }
  .cid-uc6D1obNGK .navbar.opened {
    height: auto;
  }
  .cid-uc6D1obNGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc6D1obNGK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc6D1obNGK .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc6D1obNGK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc6D1obNGK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc6D1obNGK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc6D1obNGK .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc6D1obNGK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc6D1obNGK .text_widget {
  margin-bottom: 32px;
}
.cid-uc6D1obNGK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc6D1obNGK .text_widget a:hover,
.cid-uc6D1obNGK .text_widget a:focus {
  opacity: .8;
}
.cid-uc6D1obNGK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc6D1obNGK .navbar-caption {
  color: #000000;
}
.cid-uc6D1obNGK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc6D1obNGK .mbr-section-subtitle,
.cid-uc6D1obNGK .text_widget,
.cid-uc6D1obNGK .mbr-section-btn {
  text-align: center;
}
.cid-uc6D1obNGK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6Do1rpnw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x960.jpeg");
}
.cid-uc6Do1rpnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6Do1rpnw .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-uc6Do1rpnw .container {
    padding: 0 24px;
  }
}
.cid-uc6Do1rpnw .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uc6Do1rpnw .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uc6Do1rpnw .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uc6Do1rpnw .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uc6Do1rpnw .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6Do1rpnw .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uc6Do1rpnw .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6Do1rpnw .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uc6Do1rpnw .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uc6Do1rpnw .mbr-desc {
  color: #202020;
}
.cid-uc6Do1rpnw .mbr-section-title {
  color: #202020;
}
.cid-uc6Do1rpnw .mbr-text {
  color: #202020;
}
.cid-uc6EvRTnAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uc6EvRTnAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6EvRTnAJ .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-uc6EvRTnAJ .container {
    padding: 0 16px;
  }
}
.cid-uc6EvRTnAJ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uc6EvRTnAJ .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uc6EvRTnAJ .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uc6EvRTnAJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uc6EvRTnAJ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uc6EvRTnAJ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uc6EvRTnAJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uc6EvRTnAJ .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uc6EvRTnAJ .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uc6EvRTnAJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uc6EvRTnAJ .mbr-section-title {
  color: #000000;
}
.cid-uc6EvRTnAJ .mbr-text {
  color: #000000;
}
.cid-uc6D1qiUbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x960.jpg");
}
.cid-uc6D1qiUbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6D1qiUbr .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-uc6D1qiUbr .container {
    padding: 0 16px;
  }
}
.cid-uc6D1qiUbr .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uc6D1qiUbr .row {
    height: 200px;
  }
}
.cid-uc6D1qS0K5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6D1qS0K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6D1qS0K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6D1qS0K5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uc6D1qS0K5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uc6D1qS0K5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uc6D1qS0K5 .container {
    padding: 0 20px;
  }
}
.cid-uc6D1qS0K5 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uc6D1qS0K5 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uc6D1qS0K5 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uc6D1qS0K5 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-uc6D1qS0K5 .dragArea.row .mbr-text {
  margin-bottom: 60px !important;
}
@media (max-width: 992px) {
  .cid-uc6D1qS0K5 .dragArea.row .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uc6D1qS0K5 .dragArea.row .form-group {
  margin-bottom: 46px !important;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-control {
  padding: 0 0 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-control:hover,
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-control::placeholder {
  color: #dcdde0;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uc6D1qS0K5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uc6D1qS0K5 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc6D1qS0K5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc6D1qS0K5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uc6D1qS0K5 .mbr-text,
.cid-uc6D1qS0K5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uc6D1qS0K5 label {
  color: #000000;
}
.cid-uc6D1qS0K5 .mbr-section-btn {
  text-align: center;
}
.cid-uc6D1ruwjD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6D1ruwjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6D1ruwjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6D1ruwjD .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc6D1ruwjD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .container {
    padding: 0 20px;
  }
}
.cid-uc6D1ruwjD .row {
  padding: 60px 0;
}
.cid-uc6D1ruwjD .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6D1ruwjD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc6D1ruwjD .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc6D1ruwjD .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6D1ruwjD .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc6D1ruwjD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc6D1ruwjD .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc6D1ruwjD .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc6D1ruwjD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc6D1ruwjD .list-wrapper .list .item-wrap:hover,
.cid-uc6D1ruwjD .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc6D1ruwjD .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc6D1ruwjD .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc6D1ruwjD .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc6D1ruwjD .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6D1ruwjD .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc6D1ruwjD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc6D1ruwjD .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc6D1ruwjD .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc6D1ruwjD .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc6D1ruwjD .mbr-section-title {
  color: #000000;
}
.cid-uc6D1ruwjD .mbr-address {
  color: #000000;
}
.cid-uc6D1ruwjD .mbr-list-title {
  color: #000000;
}
.cid-uc6D1ruwjD .list {
  color: #000000;
}
.cid-uc6D1ruwjD .mbr-copy {
  color: #000000;
}
.cid-uc6G50MN44 {
  background-color: transparent;
}
.cid-uc6G50MN44 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uc6G50MN44 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uc6G50MN44 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uc6G50MN44 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uc6G50MN44 .menu_box .navbar.opened,
  .cid-uc6G50MN44 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uc6G50MN44 .navbar-dropdown {
  position: relative !important;
}
.cid-uc6G50MN44 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uc6G50MN44 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uc6G50MN44 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uc6G50MN44 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-uc6G50MN44 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uc6G50MN44 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uc6G50MN44 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uc6G50MN44 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uc6G50MN44 .offcanvas-body .mbr-text,
  .cid-uc6G50MN44 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uc6G50MN44 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uc6G50MN44 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uc6G50MN44 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uc6G50MN44 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6G50MN44 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uc6G50MN44 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uc6G50MN44 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uc6G50MN44 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uc6G50MN44 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uc6G50MN44 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uc6G50MN44 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .nav-item {
    margin: 0 !important;
  }
}
.cid-uc6G50MN44 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uc6G50MN44 .nav-item .nav-link:hover,
.cid-uc6G50MN44 .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-uc6G50MN44 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uc6G50MN44 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uc6G50MN44 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uc6G50MN44 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uc6G50MN44 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uc6G50MN44 .offcanvas_box {
    display: none;
  }
}
.cid-uc6G50MN44 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uc6G50MN44 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uc6G50MN44 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uc6G50MN44 .container {
  display: flex;
  margin: auto;
}
.cid-uc6G50MN44 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uc6G50MN44 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uc6G50MN44 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uc6G50MN44 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uc6G50MN44 .navbar-nav {
    margin: 0;
  }
}
.cid-uc6G50MN44 .dropdown-menu,
.cid-uc6G50MN44 .navbar.opened {
  background-color: false !important;
}
.cid-uc6G50MN44 .nav-item:focus,
.cid-uc6G50MN44 .nav-link:focus {
  outline: none;
}
.cid-uc6G50MN44 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc6G50MN44 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc6G50MN44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc6G50MN44 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc6G50MN44 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc6G50MN44 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc6G50MN44 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uc6G50MN44 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uc6G50MN44 .navbar.opened {
  transition: all 0.3s;
}
.cid-uc6G50MN44 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uc6G50MN44 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uc6G50MN44 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uc6G50MN44 .navbar.collapsed {
  justify-content: center;
}
.cid-uc6G50MN44 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc6G50MN44 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uc6G50MN44 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc6G50MN44 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc6G50MN44 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc6G50MN44 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uc6G50MN44 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uc6G50MN44 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uc6G50MN44 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uc6G50MN44 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc6G50MN44 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc6G50MN44 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uc6G50MN44 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc6G50MN44 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uc6G50MN44 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uc6G50MN44 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uc6G50MN44 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uc6G50MN44 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uc6G50MN44 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uc6G50MN44 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc6G50MN44 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uc6G50MN44 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uc6G50MN44 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uc6G50MN44 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uc6G50MN44 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc6G50MN44 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uc6G50MN44 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc6G50MN44 .dropdown-item.active,
.cid-uc6G50MN44 .dropdown-item:active {
  background-color: transparent;
}
.cid-uc6G50MN44 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uc6G50MN44 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc6G50MN44 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc6G50MN44 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uc6G50MN44 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uc6G50MN44 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uc6G50MN44 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dcdde0;
}
.cid-uc6G50MN44 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc6G50MN44 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc6G50MN44 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6G50MN44 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc6G50MN44 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc6G50MN44 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6G50MN44 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc6G50MN44 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc6G50MN44 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc6G50MN44 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uc6G50MN44 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc6G50MN44 .navbar {
    height: 70px;
  }
  .cid-uc6G50MN44 .navbar.opened {
    height: auto;
  }
  .cid-uc6G50MN44 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc6G50MN44 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uc6G50MN44 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uc6G50MN44 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uc6G50MN44 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uc6G50MN44 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-uc6G50MN44 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uc6G50MN44 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uc6G50MN44 .text_widget {
  margin-bottom: 32px;
}
.cid-uc6G50MN44 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uc6G50MN44 .text_widget a:hover,
.cid-uc6G50MN44 .text_widget a:focus {
  opacity: .8;
}
.cid-uc6G50MN44 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uc6G50MN44 .navbar-caption {
  color: #000000;
}
.cid-uc6G50MN44 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uc6G50MN44 .mbr-section-subtitle,
.cid-uc6G50MN44 .text_widget,
.cid-uc6G50MN44 .mbr-section-btn {
  text-align: center;
}
.cid-uc6G50MN44 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uc6GULSCdf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uc6GULSCdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6GULSCdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6GULSCdf .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uc6GULSCdf .container {
    padding: 10px 8px;
  }
}
.cid-uc6GULSCdf .row {
  margin: 0;
}
.cid-uc6GULSCdf .row .card {
  padding: 0;
}
.cid-uc6GULSCdf .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc6GULSCdf .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uc6GULSCdf .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uc6GULSCdf .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uc6GULSCdf .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uc6GULSCdf .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uc6GULSCdf .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uc6GULSCdf .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uc6GULSCdf .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uc6GULSCdf .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uc6GULSCdf .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none;
  background: #ffffff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #999c9f;
}
@media (max-width: 768px) {
  .cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #999c9f;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uc6GULSCdf .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uc6GULSCdf .mbr-section-title {
  color: #222222;
}
.cid-uc6GULSCdf .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uc6GULSCdf .mbr-name {
  color: #222222;
}
.cid-uc6GULSCdf .mbr-role {
  color: #222222;
}
.cid-uc6GULSCdf label {
  color: #ffffff;
}
.cid-uc6GULSCdf .mbr-section-title,
.cid-uc6GULSCdf .person-wrapper {
  text-align: center;
}
.cid-uc6G53WYfp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uc6G53WYfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6G53WYfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6G53WYfp .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uc6G53WYfp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .container {
    padding: 0 20px;
  }
}
.cid-uc6G53WYfp .row {
  padding: 60px 0;
}
.cid-uc6G53WYfp .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6G53WYfp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uc6G53WYfp .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uc6G53WYfp .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6G53WYfp .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uc6G53WYfp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uc6G53WYfp .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uc6G53WYfp .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uc6G53WYfp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uc6G53WYfp .list-wrapper .list .item-wrap:hover,
.cid-uc6G53WYfp .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uc6G53WYfp .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uc6G53WYfp .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uc6G53WYfp .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uc6G53WYfp .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uc6G53WYfp .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uc6G53WYfp .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uc6G53WYfp .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uc6G53WYfp .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uc6G53WYfp .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uc6G53WYfp .mbr-section-title {
  color: #000000;
}
.cid-uc6G53WYfp .mbr-address {
  color: #000000;
}
.cid-uc6G53WYfp .mbr-list-title {
  color: #000000;
}
.cid-uc6G53WYfp .list {
  color: #000000;
}
.cid-uc6G53WYfp .mbr-copy {
  color: #000000;
}
