.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: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #d84a16 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d84a16 !important;
  border-color: #d84a16 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #eb6736 !important;
  border-color: #eb6736 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #eb6736 !important;
  border-color: #eb6736 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #d84a16;
  color: #d84a16;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #892f0e !important;
  background-color: transparent !important;
  border-color: #892f0e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d84a16 !important;
  border-color: #d84a16 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #d84a16 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b2a0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #d84a16;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #d84a16;
  border-color: #d84a16;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d84a16;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d0c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d84a16 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d84a16;
}
/* 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: #d84a16;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d84a16;
}
.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: #d84a16;
  border-bottom-color: #d84a16;
}
.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: #d84a16 !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: #cbc97a !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='%23d84a16' %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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #d84a16 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpX3I4Oqp {
  background-color: transparent;
}
.cid-tOpX3I4Oqp .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tOpX3I4Oqp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tOpX3I4Oqp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpX3I4Oqp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpX3I4Oqp .menu_box .navbar.opened,
  .cid-tOpX3I4Oqp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOpX3I4Oqp .navbar-dropdown {
  position: relative !important;
}
.cid-tOpX3I4Oqp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpX3I4Oqp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpX3I4Oqp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpX3I4Oqp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpX3I4Oqp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpX3I4Oqp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas-body .mbr-text,
  .cid-tOpX3I4Oqp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpX3I4Oqp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpX3I4Oqp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpX3I4Oqp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpX3I4Oqp .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-tOpX3I4Oqp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpX3I4Oqp 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-tOpX3I4Oqp .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpX3I4Oqp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpX3I4Oqp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpX3I4Oqp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpX3I4Oqp .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpX3I4Oqp .nav-item .nav-link:hover,
.cid-tOpX3I4Oqp .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-tOpX3I4Oqp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpX3I4Oqp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpX3I4Oqp .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-tOpX3I4Oqp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpX3I4Oqp .offcanvas_box {
    display: none;
  }
}
.cid-tOpX3I4Oqp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpX3I4Oqp .container {
  display: flex;
  margin: auto;
}
.cid-tOpX3I4Oqp .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-tOpX3I4Oqp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpX3I4Oqp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpX3I4Oqp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .navbar-nav {
    margin: 0;
  }
}
.cid-tOpX3I4Oqp .dropdown-menu,
.cid-tOpX3I4Oqp .navbar.opened {
  background-color: false !important;
}
.cid-tOpX3I4Oqp .nav-item:focus,
.cid-tOpX3I4Oqp .nav-link:focus {
  outline: none;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpX3I4Oqp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpX3I4Oqp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpX3I4Oqp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpX3I4Oqp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpX3I4Oqp .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpX3I4Oqp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpX3I4Oqp .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpX3I4Oqp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpX3I4Oqp .navbar.collapsed {
  justify-content: center;
}
.cid-tOpX3I4Oqp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpX3I4Oqp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpX3I4Oqp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpX3I4Oqp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpX3I4Oqp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpX3I4Oqp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpX3I4Oqp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpX3I4Oqp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpX3I4Oqp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpX3I4Oqp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpX3I4Oqp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpX3I4Oqp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpX3I4Oqp .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-tOpX3I4Oqp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpX3I4Oqp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpX3I4Oqp .dropdown-item.active,
.cid-tOpX3I4Oqp .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpX3I4Oqp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpX3I4Oqp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpX3I4Oqp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpX3I4Oqp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpX3I4Oqp 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: #f0f0f0;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpX3I4Oqp .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-tOpX3I4Oqp .navbar {
    height: 70px;
  }
  .cid-tOpX3I4Oqp .navbar.opened {
    height: auto;
  }
  .cid-tOpX3I4Oqp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpX3I4Oqp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpX3I4Oqp .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpX3I4Oqp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpX3I4Oqp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpX3I4Oqp .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpX3I4Oqp .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpX3I4Oqp .text_widget {
  margin-bottom: 32px;
}
.cid-tOpX3I4Oqp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpX3I4Oqp .text_widget a:hover,
.cid-tOpX3I4Oqp .text_widget a:focus {
  opacity: .6;
}
.cid-tOpX3I4Oqp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpX3I4Oqp .navbar-caption {
  color: #000000;
}
.cid-tOpX3I4Oqp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpX3I4Oqp .mbr-section-subtitle,
.cid-tOpX3I4Oqp .text_widget,
.cid-tOpX3I4Oqp .mbr-section-btn {
  text-align: center;
}
.cid-tOpX3I4Oqp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOpX6HwJoV {
  background-color: #ffffff;
}
.cid-tOpX6HwJoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpX6HwJoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpX6HwJoV .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-tOpX6HwJoV .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpX6HwJoV .container {
    padding: 0 25px;
  }
}
.cid-tOpX6HwJoV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpX6HwJoV .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpX6HwJoV .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-tOpX6HwJoV .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tOpX6HwJoV .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-tOpX6HwJoV .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpX6HwJoV .title-wrapper {
    padding: 0;
  }
}
.cid-tOpX6HwJoV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpX6HwJoV .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tOpX6HwJoV .mbr-section-title {
  color: #000000;
}
.cid-tOpX6HwJoV .mbr-text {
  color: #000000;
}
.cid-uzhzeLKSJl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzhzeLKSJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhzeLKSJl .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-uzhzeLKSJl .container {
    padding: 0 30px;
  }
}
.cid-uzhzeLKSJl .row {
  justify-content: center;
}
.cid-uzhzeLKSJl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzhzeLKSJl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzhzeLKSJl .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzhzeLKSJl .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uzhzeLKSJl .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uzhzeLKSJl .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uzhzeLKSJl .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhzeLKSJl .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uzhzeLKSJl .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-uzhzeLKSJl .mbr-text {
  color: #144031;
}
.cid-uzhbXOAvWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzhbXOAvWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhbXOAvWi .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-uzhbXOAvWi .container {
    padding: 0 16px;
  }
}
.cid-uzhbXOAvWi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzhbXOAvWi .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uzhbXOAvWi .mbr-section-title {
  color: #ffffff;
}
.cid-uzhbXOAvWi .mbr-section-title,
.cid-uzhbXOAvWi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tOpX5YlPvQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOpX5YlPvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpX5YlPvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpX5YlPvQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpX5YlPvQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpX5YlPvQ .container {
    padding: 0 25px;
  }
}
.cid-tOpX5YlPvQ .row {
  justify-content: center;
}
.cid-tOpX5YlPvQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpX5YlPvQ .item {
  margin-bottom: 30px;
}
.cid-tOpX5YlPvQ .item:hover .item-wrapper .item-content,
.cid-tOpX5YlPvQ .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-tOpX5YlPvQ .item:hover .item-wrapper .item-content .mbr-role,
.cid-tOpX5YlPvQ .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-tOpX5YlPvQ .item:hover .item-wrapper .item-content .mbr-name,
.cid-tOpX5YlPvQ .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-tOpX5YlPvQ .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-tOpX5YlPvQ .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-tOpX5YlPvQ .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpX5YlPvQ .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tOpX5YlPvQ .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tOpX5YlPvQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpX5YlPvQ .mbr-name {
  color: #000000;
}
.cid-tOpX5YlPvQ .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uzhcXafSDK {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzhcXafSDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhcXafSDK .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzhcXafSDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhcXafSDK h1 {
  max-width: 800px;
}
.cid-uzhcXafSDK p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uzhcXafSDK .btn:hover {
  transform: scale(1.1);
  background: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #d84a16 !important;
}
.cid-uzhcXafSDK .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uzhcXafSDK .btn div {
  overflow: hidden;
}
.cid-uzhcXafSDK .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uzhcXafSDK {
    align-items: center;
  }
  .cid-uzhcXafSDK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzhcXafSDK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzhcXafSDK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzhcXafSDK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzhcXafSDK .content-wrap {
    width: 100%;
  }
}
.cid-uzhcXafSDK .mbr-section-subtitle,
.cid-uzhcXafSDK .line {
  color: #291f1e;
}
.cid-uzhcXafSDK .mbr-text,
.cid-uzhcXafSDK .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uzhcXafSDK .mbr-section-title {
  color: #291f1e;
}
.cid-tOpX6c8oc3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOpX6c8oc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpX6c8oc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpX6c8oc3 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpX6c8oc3 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpX6c8oc3 .container {
    padding: 0 25px;
  }
}
.cid-tOpX6c8oc3 .row {
  justify-content: center;
}
.cid-tOpX6c8oc3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpX6c8oc3 .item {
  margin-bottom: 30px;
}
.cid-tOpX6c8oc3 .item a {
  display: block;
}
.cid-tOpX6c8oc3 .item a:hover .item-wrapper .item-img img,
.cid-tOpX6c8oc3 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-tOpX6c8oc3 .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpX6c8oc3 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-tOpX6c8oc3 .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpX6c8oc3 .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpX6c8oc3 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpX6c8oc3 .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-tOpX6c8oc3 .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-tOpX6c8oc3 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tOpX6c8oc3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tOpX6c8oc3 .mbr-desc {
  color: #000000;
}
.cid-tOpX6c8oc3 .mbr-section-title {
  text-align: center;
}
.cid-tOpX6c8oc3 .item-title DIV {
  text-align: center;
}
.cid-tOpX7nrL6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpX7nrL6l .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpX7nrL6l .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpX7nrL6l .container {
    padding: 0 25px;
  }
}
.cid-tOpX7nrL6l .row {
  margin: 0;
}
.cid-tOpX7nrL6l .row .card {
  padding: 0;
}
.cid-tOpX7nrL6l .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOpX7nrL6l .image-wrapper {
    height: 350px;
  }
}
.cid-tOpX7nrL6l .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpX7nrL6l .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tOpX7nrL6l .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpX7nrL6l .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-tOpX7nrL6l .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-tOpX7nrL6l .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpX7nrL6l .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tOpX7nrL6l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpX7nrL6l .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpX7nrL6l .mbr-section-title {
  color: #ffffff;
}
.cid-tOpX7nrL6l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOpX7nrL6l .mbr-text {
  color: #000000;
}
.cid-tOpX7nrL6l .mbr-section-title,
.cid-tOpX7nrL6l .mbr-section-btn,
.cid-tOpX7nrL6l .logo-wrapper {
  color: #000000;
}
.cid-uzhkKarw4o {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzhkKarw4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhkKarw4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhkKarw4o .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzhkKarw4o .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzhkKarw4o .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uzhkKarw4o .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzhkKarw4o .image-wrapper img {
    height: 350px;
  }
}
.cid-uzhkKarw4o .mbr-section-title {
  color: #404349;
}
.cid-uzhkKarw4o .mbr-desc {
  color: #b19a7c;
}
.cid-uzhkKarw4o .mbr-text {
  color: #404349;
}
.cid-uzhkKarw4o .mbr-desc,
.cid-uzhkKarw4o .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tOpX7KF78q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOpX7KF78q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpX7KF78q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpX7KF78q .container {
    padding: 0 25px;
  }
}
.cid-tOpX7KF78q .row {
  margin: 0;
}
.cid-tOpX7KF78q .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tOpX7KF78q .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tOpX7KF78q .image-wrapper {
    min-height: 350px;
  }
}
.cid-tOpX7KF78q .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpX7KF78q .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tOpX7KF78q .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpX7KF78q .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpX7KF78q .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpX7KF78q .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpX7KF78q .mbr-section-title {
  color: #000000;
}
.cid-tOpX7KF78q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOpX7KF78q .mbr-section-title,
.cid-tOpX7KF78q .mbr-section-btn,
.cid-tOpX7KF78q .logo-wrapper {
  text-align: center;
}
.cid-uzhmal9Eef {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzhmal9Eef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhmal9Eef .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-uzhmal9Eef .container {
    padding: 0 15px;
  }
}
.cid-uzhmal9Eef .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uzhmal9Eef .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzhmal9Eef .content-wrapper {
    padding-right: 0;
  }
}
.cid-uzhmal9Eef .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzhmal9Eef .content-wrap {
    display: block;
  }
}
.cid-uzhmal9Eef .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzhmal9Eef .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzhmal9Eef .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzhmal9Eef .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzhmal9Eef .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzhmal9Eef .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uzhmal9Eef .mbr-section-title {
  color: #000000;
}
.cid-uzhmal9Eef .mbr-desc,
.cid-uzhmal9Eef .desc-wrapper {
  color: #3f1819;
}
.cid-uzhnKNJdaM {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzhnKNJdaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhnKNJdaM .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-uzhnKNJdaM .container {
    padding: 0 24px;
  }
}
.cid-uzhnKNJdaM .card {
  justify-content: center;
}
.cid-uzhnKNJdaM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uzhnKNJdaM .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uzhnKNJdaM .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uzhnKNJdaM .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uzhnKNJdaM .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uzhnKNJdaM .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uzhnKNJdaM .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uzhnKNJdaM .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uzhnKNJdaM .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uzhnKNJdaM .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uzhnKNJdaM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzhnKNJdaM .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uzhnKNJdaM .mbr-text,
.cid-uzhnKNJdaM .text-wrap {
  color: #202020;
}
.cid-tOpXaCAVPF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpXaCAVPF .container {
    padding: 0 25px;
  }
}
.cid-tOpXaCAVPF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpXaCAVPF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tOpXaCAVPF .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tOpXaCAVPF .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tOpXaCAVPF .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpXaCAVPF .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tOpXaCAVPF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOpXaCAVPF .mbr-section-title {
  color: #000000;
}
.cid-tOpXaCAVPF .panel-title-edit {
  color: #000000;
}
.cid-tOpXaCAVPF .panel-text {
  color: #000000;
}
.cid-uzhpkTGiBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzhpkTGiBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhpkTGiBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhpkTGiBz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzhpkTGiBz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzhpkTGiBz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzhpkTGiBz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzhpkTGiBz .container {
    padding: 0 16px;
  }
}
.cid-uzhpkTGiBz .row {
  justify-content: center;
}
.cid-uzhpkTGiBz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uzhpkTGiBz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzhpkTGiBz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzhpkTGiBz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzhpkTGiBz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uzhpkTGiBz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzhq4R1ceh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uzhq4R1ceh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhq4R1ceh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhq4R1ceh .map-wrapper {
  height: 100%;
}
.cid-uzhq4R1ceh .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzhq4R1ceh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhq4R1ceh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uzhq4R1ceh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhq4R1ceh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzhq4R1ceh .google-map {
  height: 100%;
  position: relative;
}
.cid-uzhq4R1ceh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzhq4R1ceh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzhq4R1ceh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzhq4R1ceh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzhq4R1ceh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzhq4R1ceh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzhq4R1ceh .content-head {
  max-width: 800px;
}
.cid-uzhq4R1ceh .mbr-section-title {
  color: #221b35;
}
.cid-uzhq4R1ceh .cardTitle {
  color: #221b35;
}
.cid-uzhq4R1ceh .list,
.cid-uzhq4R1ceh .item-wrap {
  color: #221b35;
}
.cid-uzhtgCgHbv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzhtgCgHbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhtgCgHbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhtgCgHbv .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .container {
    padding: 0 25px;
  }
}
.cid-uzhtgCgHbv .row {
  justify-content: space-between;
}
.cid-uzhtgCgHbv .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzhtgCgHbv .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzhtgCgHbv .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzhtgCgHbv .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzhtgCgHbv .list-content {
    display: block;
  }
}
.cid-uzhtgCgHbv .list-content .nav-wrapper,
.cid-uzhtgCgHbv .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .list-content .nav-wrapper,
  .cid-uzhtgCgHbv .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uzhtgCgHbv .list-content .nav-wrapper .mbr-list-title,
.cid-uzhtgCgHbv .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uzhtgCgHbv .list-content .nav-wrapper .list,
.cid-uzhtgCgHbv .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzhtgCgHbv .list-content .nav-wrapper .list .item-wrap,
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzhtgCgHbv .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uzhtgCgHbv .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uzhtgCgHbv .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhtgCgHbv .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uzhtgCgHbv .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uzhtgCgHbv .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhtgCgHbv .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzhtgCgHbv .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uzhtgCgHbv .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzhtgCgHbv .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzhtgCgHbv .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzhtgCgHbv .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uzhtgCgHbv .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzhtgCgHbv .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uzhtgCgHbv .mbr-section-title {
  color: #ffffff;
}
.cid-uzhtgCgHbv .mbr-list-title {
  color: #000000;
}
.cid-uzhtgCgHbv .list {
  color: #ffffff;
}
.cid-uzhtgCgHbv .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uzhtgCgHbv .mbr-brand {
  color: #ffffff;
}
.cid-uzhtgCgHbv .list,
.cid-uzhtgCgHbv .item-wrap {
  color: #000000;
}
.cid-uzhAORJ7j1 {
  background-color: transparent;
}
.cid-uzhAORJ7j1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzhAORJ7j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzhAORJ7j1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzhAORJ7j1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzhAORJ7j1 .menu_box .navbar.opened,
  .cid-uzhAORJ7j1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzhAORJ7j1 .navbar-dropdown {
  position: relative !important;
}
.cid-uzhAORJ7j1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzhAORJ7j1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzhAORJ7j1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzhAORJ7j1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uzhAORJ7j1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzhAORJ7j1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzhAORJ7j1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzhAORJ7j1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzhAORJ7j1 .offcanvas-body .mbr-text,
  .cid-uzhAORJ7j1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzhAORJ7j1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzhAORJ7j1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzhAORJ7j1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzhAORJ7j1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzhAORJ7j1 .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-uzhAORJ7j1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzhAORJ7j1 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-uzhAORJ7j1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzhAORJ7j1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzhAORJ7j1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzhAORJ7j1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzhAORJ7j1 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uzhAORJ7j1 .nav-item .nav-link:hover,
.cid-uzhAORJ7j1 .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-uzhAORJ7j1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzhAORJ7j1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzhAORJ7j1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzhAORJ7j1 .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-uzhAORJ7j1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzhAORJ7j1 .offcanvas_box {
    display: none;
  }
}
.cid-uzhAORJ7j1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzhAORJ7j1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzhAORJ7j1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzhAORJ7j1 .container {
  display: flex;
  margin: auto;
}
.cid-uzhAORJ7j1 .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-uzhAORJ7j1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzhAORJ7j1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzhAORJ7j1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzhAORJ7j1 .navbar-nav {
    margin: 0;
  }
}
.cid-uzhAORJ7j1 .dropdown-menu,
.cid-uzhAORJ7j1 .navbar.opened {
  background-color: false !important;
}
.cid-uzhAORJ7j1 .nav-item:focus,
.cid-uzhAORJ7j1 .nav-link:focus {
  outline: none;
}
.cid-uzhAORJ7j1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzhAORJ7j1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzhAORJ7j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzhAORJ7j1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhAORJ7j1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzhAORJ7j1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzhAORJ7j1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzhAORJ7j1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzhAORJ7j1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzhAORJ7j1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzhAORJ7j1 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzhAORJ7j1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzhAORJ7j1 .navbar.collapsed {
  justify-content: center;
}
.cid-uzhAORJ7j1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzhAORJ7j1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzhAORJ7j1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzhAORJ7j1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzhAORJ7j1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzhAORJ7j1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzhAORJ7j1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzhAORJ7j1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzhAORJ7j1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzhAORJ7j1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzhAORJ7j1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzhAORJ7j1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzhAORJ7j1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzhAORJ7j1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzhAORJ7j1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzhAORJ7j1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzhAORJ7j1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzhAORJ7j1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzhAORJ7j1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzhAORJ7j1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzhAORJ7j1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzhAORJ7j1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzhAORJ7j1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzhAORJ7j1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzhAORJ7j1 .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-uzhAORJ7j1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzhAORJ7j1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzhAORJ7j1 .dropdown-item.active,
.cid-uzhAORJ7j1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzhAORJ7j1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzhAORJ7j1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzhAORJ7j1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzhAORJ7j1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzhAORJ7j1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzhAORJ7j1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzhAORJ7j1 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: #f0f0f0;
}
.cid-uzhAORJ7j1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzhAORJ7j1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzhAORJ7j1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhAORJ7j1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhAORJ7j1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhAORJ7j1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhAORJ7j1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhAORJ7j1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhAORJ7j1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhAORJ7j1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzhAORJ7j1 .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-uzhAORJ7j1 .navbar {
    height: 70px;
  }
  .cid-uzhAORJ7j1 .navbar.opened {
    height: auto;
  }
  .cid-uzhAORJ7j1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhAORJ7j1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzhAORJ7j1 .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uzhAORJ7j1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzhAORJ7j1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzhAORJ7j1 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uzhAORJ7j1 .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uzhAORJ7j1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzhAORJ7j1 .text_widget {
  margin-bottom: 32px;
}
.cid-uzhAORJ7j1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzhAORJ7j1 .text_widget a:hover,
.cid-uzhAORJ7j1 .text_widget a:focus {
  opacity: .6;
}
.cid-uzhAORJ7j1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uzhAORJ7j1 .navbar-caption {
  color: #000000;
}
.cid-uzhAORJ7j1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzhAORJ7j1 .mbr-section-subtitle,
.cid-uzhAORJ7j1 .text_widget,
.cid-uzhAORJ7j1 .mbr-section-btn {
  text-align: center;
}
.cid-uzhAORJ7j1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzhAOT8Bae {
  background-color: #ffffff;
}
.cid-uzhAOT8Bae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhAOT8Bae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhAOT8Bae .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-uzhAOT8Bae .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzhAOT8Bae .container {
    padding: 0 25px;
  }
}
.cid-uzhAOT8Bae .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzhAOT8Bae .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzhAOT8Bae .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uzhAOT8Bae .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uzhAOT8Bae .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uzhAOT8Bae .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uzhAOT8Bae .title-wrapper {
    padding: 0;
  }
}
.cid-uzhAOT8Bae .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzhAOT8Bae .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uzhAOT8Bae .mbr-section-title {
  color: #000000;
}
.cid-uzhAOT8Bae .mbr-text {
  color: #000000;
}
.cid-uzhAOUCR5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzhAOUCR5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhAOUCR5O .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-uzhAOUCR5O .container {
    padding: 0 16px;
  }
}
.cid-uzhAOUCR5O .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzhAOUCR5O .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uzhAOUCR5O .mbr-section-title {
  color: #ffffff;
}
.cid-uzhAOUCR5O .mbr-section-title,
.cid-uzhAOUCR5O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzhAP5vXJc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uzhAP5vXJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhAP5vXJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhAP5vXJc .map-wrapper {
  height: 100%;
}
.cid-uzhAP5vXJc .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzhAP5vXJc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhAP5vXJc .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uzhAP5vXJc .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhAP5vXJc .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzhAP5vXJc .google-map {
  height: 100%;
  position: relative;
}
.cid-uzhAP5vXJc .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzhAP5vXJc .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzhAP5vXJc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzhAP5vXJc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzhAP5vXJc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzhAP5vXJc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzhAP5vXJc .content-head {
  max-width: 800px;
}
.cid-uzhAP5vXJc .mbr-section-title {
  color: #221b35;
}
.cid-uzhAP5vXJc .cardTitle {
  color: #221b35;
}
.cid-uzhAP5vXJc .list,
.cid-uzhAP5vXJc .item-wrap {
  color: #221b35;
}
.cid-uzhAP6kXIe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzhAP6kXIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhAP6kXIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhAP6kXIe .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .container {
    padding: 0 25px;
  }
}
.cid-uzhAP6kXIe .row {
  justify-content: space-between;
}
.cid-uzhAP6kXIe .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzhAP6kXIe .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzhAP6kXIe .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzhAP6kXIe .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzhAP6kXIe .list-content {
    display: block;
  }
}
.cid-uzhAP6kXIe .list-content .nav-wrapper,
.cid-uzhAP6kXIe .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .list-content .nav-wrapper,
  .cid-uzhAP6kXIe .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uzhAP6kXIe .list-content .nav-wrapper .mbr-list-title,
.cid-uzhAP6kXIe .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uzhAP6kXIe .list-content .nav-wrapper .list,
.cid-uzhAP6kXIe .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzhAP6kXIe .list-content .nav-wrapper .list .item-wrap,
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzhAP6kXIe .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uzhAP6kXIe .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uzhAP6kXIe .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhAP6kXIe .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uzhAP6kXIe .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uzhAP6kXIe .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhAP6kXIe .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzhAP6kXIe .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uzhAP6kXIe .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzhAP6kXIe .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzhAP6kXIe .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzhAP6kXIe .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uzhAP6kXIe .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzhAP6kXIe .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uzhAP6kXIe .mbr-section-title {
  color: #ffffff;
}
.cid-uzhAP6kXIe .mbr-list-title {
  color: #000000;
}
.cid-uzhAP6kXIe .list {
  color: #ffffff;
}
.cid-uzhAP6kXIe .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uzhAP6kXIe .mbr-brand {
  color: #ffffff;
}
.cid-uzhAP6kXIe .list,
.cid-uzhAP6kXIe .item-wrap {
  color: #000000;
}
.cid-uzhBFaQ9KG {
  background-color: transparent;
}
.cid-uzhBFaQ9KG .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzhBFaQ9KG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzhBFaQ9KG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzhBFaQ9KG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzhBFaQ9KG .menu_box .navbar.opened,
  .cid-uzhBFaQ9KG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzhBFaQ9KG .navbar-dropdown {
  position: relative !important;
}
.cid-uzhBFaQ9KG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzhBFaQ9KG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzhBFaQ9KG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzhBFaQ9KG .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uzhBFaQ9KG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzhBFaQ9KG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzhBFaQ9KG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzhBFaQ9KG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzhBFaQ9KG .offcanvas-body .mbr-text,
  .cid-uzhBFaQ9KG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzhBFaQ9KG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzhBFaQ9KG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzhBFaQ9KG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzhBFaQ9KG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzhBFaQ9KG .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-uzhBFaQ9KG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzhBFaQ9KG 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-uzhBFaQ9KG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzhBFaQ9KG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzhBFaQ9KG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzhBFaQ9KG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .nav-item {
    margin: 0 !important;
  }
}
.cid-uzhBFaQ9KG .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uzhBFaQ9KG .nav-item .nav-link:hover,
.cid-uzhBFaQ9KG .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-uzhBFaQ9KG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzhBFaQ9KG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzhBFaQ9KG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzhBFaQ9KG .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-uzhBFaQ9KG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzhBFaQ9KG .offcanvas_box {
    display: none;
  }
}
.cid-uzhBFaQ9KG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzhBFaQ9KG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzhBFaQ9KG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzhBFaQ9KG .container {
  display: flex;
  margin: auto;
}
.cid-uzhBFaQ9KG .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-uzhBFaQ9KG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzhBFaQ9KG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzhBFaQ9KG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzhBFaQ9KG .navbar-nav {
    margin: 0;
  }
}
.cid-uzhBFaQ9KG .dropdown-menu,
.cid-uzhBFaQ9KG .navbar.opened {
  background-color: false !important;
}
.cid-uzhBFaQ9KG .nav-item:focus,
.cid-uzhBFaQ9KG .nav-link:focus {
  outline: none;
}
.cid-uzhBFaQ9KG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzhBFaQ9KG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzhBFaQ9KG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzhBFaQ9KG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhBFaQ9KG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzhBFaQ9KG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzhBFaQ9KG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzhBFaQ9KG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzhBFaQ9KG .navbar.opened {
  transition: all 0.3s;
}
.cid-uzhBFaQ9KG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzhBFaQ9KG .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzhBFaQ9KG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzhBFaQ9KG .navbar.collapsed {
  justify-content: center;
}
.cid-uzhBFaQ9KG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzhBFaQ9KG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzhBFaQ9KG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzhBFaQ9KG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzhBFaQ9KG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzhBFaQ9KG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzhBFaQ9KG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzhBFaQ9KG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzhBFaQ9KG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzhBFaQ9KG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzhBFaQ9KG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzhBFaQ9KG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzhBFaQ9KG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzhBFaQ9KG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzhBFaQ9KG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzhBFaQ9KG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzhBFaQ9KG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzhBFaQ9KG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzhBFaQ9KG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzhBFaQ9KG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzhBFaQ9KG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzhBFaQ9KG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzhBFaQ9KG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzhBFaQ9KG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzhBFaQ9KG .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-uzhBFaQ9KG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzhBFaQ9KG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzhBFaQ9KG .dropdown-item.active,
.cid-uzhBFaQ9KG .dropdown-item:active {
  background-color: transparent;
}
.cid-uzhBFaQ9KG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzhBFaQ9KG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzhBFaQ9KG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzhBFaQ9KG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzhBFaQ9KG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzhBFaQ9KG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzhBFaQ9KG 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: #f0f0f0;
}
.cid-uzhBFaQ9KG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzhBFaQ9KG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzhBFaQ9KG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhBFaQ9KG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhBFaQ9KG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhBFaQ9KG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhBFaQ9KG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhBFaQ9KG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhBFaQ9KG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhBFaQ9KG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzhBFaQ9KG .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-uzhBFaQ9KG .navbar {
    height: 70px;
  }
  .cid-uzhBFaQ9KG .navbar.opened {
    height: auto;
  }
  .cid-uzhBFaQ9KG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhBFaQ9KG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzhBFaQ9KG .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uzhBFaQ9KG .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzhBFaQ9KG .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzhBFaQ9KG .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uzhBFaQ9KG .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uzhBFaQ9KG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzhBFaQ9KG .text_widget {
  margin-bottom: 32px;
}
.cid-uzhBFaQ9KG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzhBFaQ9KG .text_widget a:hover,
.cid-uzhBFaQ9KG .text_widget a:focus {
  opacity: .6;
}
.cid-uzhBFaQ9KG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uzhBFaQ9KG .navbar-caption {
  color: #000000;
}
.cid-uzhBFaQ9KG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzhBFaQ9KG .mbr-section-subtitle,
.cid-uzhBFaQ9KG .text_widget,
.cid-uzhBFaQ9KG .mbr-section-btn {
  text-align: center;
}
.cid-uzhBFaQ9KG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzhBFc8w4O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzhBFc8w4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhBFc8w4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhBFc8w4O .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-uzhBFc8w4O .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzhBFc8w4O .container {
    padding: 0 25px;
  }
}
.cid-uzhBFc8w4O .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzhBFc8w4O .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzhBFc8w4O .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uzhBFc8w4O .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uzhBFc8w4O .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uzhBFc8w4O .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uzhBFc8w4O .title-wrapper {
    padding: 0;
  }
}
.cid-uzhBFc8w4O .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzhBFc8w4O .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uzhBFc8w4O .mbr-section-title {
  color: #000000;
}
.cid-uzhBFc8w4O .mbr-text {
  color: #000000;
}
.cid-uzhBFcRaI3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzhBFcRaI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhBFcRaI3 .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-uzhBFcRaI3 .container {
    padding: 0 16px;
  }
}
.cid-uzhBFcRaI3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzhBFcRaI3 .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uzhBFcRaI3 .mbr-section-title {
  color: #ffffff;
}
.cid-uzhBFcRaI3 .mbr-section-title,
.cid-uzhBFcRaI3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzhBFdPejM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uzhBFdPejM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhBFdPejM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhBFdPejM .map-wrapper {
  height: 100%;
}
.cid-uzhBFdPejM .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzhBFdPejM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhBFdPejM .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uzhBFdPejM .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzhBFdPejM .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzhBFdPejM .google-map {
  height: 100%;
  position: relative;
}
.cid-uzhBFdPejM .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzhBFdPejM .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzhBFdPejM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzhBFdPejM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzhBFdPejM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzhBFdPejM ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzhBFdPejM .content-head {
  max-width: 800px;
}
.cid-uzhBFdPejM .mbr-section-title {
  color: #221b35;
}
.cid-uzhBFdPejM .cardTitle {
  color: #221b35;
}
.cid-uzhBFdPejM .list,
.cid-uzhBFdPejM .item-wrap {
  color: #221b35;
}
.cid-uzhBFeq0L5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzhBFeq0L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhBFeq0L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhBFeq0L5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .container {
    padding: 0 25px;
  }
}
.cid-uzhBFeq0L5 .row {
  justify-content: space-between;
}
.cid-uzhBFeq0L5 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzhBFeq0L5 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzhBFeq0L5 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzhBFeq0L5 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzhBFeq0L5 .list-content {
    display: block;
  }
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper,
.cid-uzhBFeq0L5 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .list-content .nav-wrapper,
  .cid-uzhBFeq0L5 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper .mbr-list-title,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper .list,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper .list .item-wrap,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uzhBFeq0L5 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uzhBFeq0L5 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhBFeq0L5 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uzhBFeq0L5 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uzhBFeq0L5 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzhBFeq0L5 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzhBFeq0L5 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uzhBFeq0L5 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzhBFeq0L5 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzhBFeq0L5 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzhBFeq0L5 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uzhBFeq0L5 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzhBFeq0L5 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uzhBFeq0L5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzhBFeq0L5 .mbr-list-title {
  color: #000000;
}
.cid-uzhBFeq0L5 .list {
  color: #ffffff;
}
.cid-uzhBFeq0L5 .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uzhBFeq0L5 .mbr-brand {
  color: #ffffff;
}
.cid-uzhBFeq0L5 .list,
.cid-uzhBFeq0L5 .item-wrap {
  color: #000000;
}
.cid-uzni9qulUN {
  background-color: transparent;
}
.cid-uzni9qulUN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzni9qulUN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzni9qulUN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzni9qulUN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzni9qulUN .menu_box .navbar.opened,
  .cid-uzni9qulUN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzni9qulUN .navbar-dropdown {
  position: relative !important;
}
.cid-uzni9qulUN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzni9qulUN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzni9qulUN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzni9qulUN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uzni9qulUN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzni9qulUN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzni9qulUN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzni9qulUN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzni9qulUN .offcanvas-body .mbr-text,
  .cid-uzni9qulUN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzni9qulUN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzni9qulUN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzni9qulUN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzni9qulUN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzni9qulUN .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-uzni9qulUN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzni9qulUN 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-uzni9qulUN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzni9qulUN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzni9qulUN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzni9qulUN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .nav-item {
    margin: 0 !important;
  }
}
.cid-uzni9qulUN .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uzni9qulUN .nav-item .nav-link:hover,
.cid-uzni9qulUN .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-uzni9qulUN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzni9qulUN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzni9qulUN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzni9qulUN .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-uzni9qulUN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzni9qulUN .offcanvas_box {
    display: none;
  }
}
.cid-uzni9qulUN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzni9qulUN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzni9qulUN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzni9qulUN .container {
  display: flex;
  margin: auto;
}
.cid-uzni9qulUN .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-uzni9qulUN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzni9qulUN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzni9qulUN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzni9qulUN .navbar-nav {
    margin: 0;
  }
}
.cid-uzni9qulUN .dropdown-menu,
.cid-uzni9qulUN .navbar.opened {
  background-color: false !important;
}
.cid-uzni9qulUN .nav-item:focus,
.cid-uzni9qulUN .nav-link:focus {
  outline: none;
}
.cid-uzni9qulUN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzni9qulUN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzni9qulUN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzni9qulUN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzni9qulUN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzni9qulUN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzni9qulUN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzni9qulUN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzni9qulUN .navbar.opened {
  transition: all 0.3s;
}
.cid-uzni9qulUN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzni9qulUN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzni9qulUN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzni9qulUN .navbar.collapsed {
  justify-content: center;
}
.cid-uzni9qulUN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzni9qulUN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzni9qulUN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzni9qulUN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzni9qulUN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzni9qulUN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzni9qulUN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzni9qulUN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzni9qulUN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzni9qulUN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzni9qulUN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzni9qulUN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzni9qulUN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzni9qulUN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzni9qulUN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzni9qulUN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzni9qulUN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzni9qulUN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzni9qulUN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzni9qulUN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzni9qulUN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzni9qulUN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzni9qulUN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzni9qulUN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzni9qulUN .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-uzni9qulUN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzni9qulUN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzni9qulUN .dropdown-item.active,
.cid-uzni9qulUN .dropdown-item:active {
  background-color: transparent;
}
.cid-uzni9qulUN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzni9qulUN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzni9qulUN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzni9qulUN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzni9qulUN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzni9qulUN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzni9qulUN 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: #f0f0f0;
}
.cid-uzni9qulUN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzni9qulUN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzni9qulUN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzni9qulUN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzni9qulUN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzni9qulUN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzni9qulUN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzni9qulUN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzni9qulUN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzni9qulUN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzni9qulUN .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-uzni9qulUN .navbar {
    height: 70px;
  }
  .cid-uzni9qulUN .navbar.opened {
    height: auto;
  }
  .cid-uzni9qulUN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzni9qulUN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzni9qulUN .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uzni9qulUN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzni9qulUN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzni9qulUN .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uzni9qulUN .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uzni9qulUN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzni9qulUN .text_widget {
  margin-bottom: 32px;
}
.cid-uzni9qulUN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzni9qulUN .text_widget a:hover,
.cid-uzni9qulUN .text_widget a:focus {
  opacity: .6;
}
.cid-uzni9qulUN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uzni9qulUN .navbar-caption {
  color: #000000;
}
.cid-uzni9qulUN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzni9qulUN .mbr-section-subtitle,
.cid-uzni9qulUN .text_widget,
.cid-uzni9qulUN .mbr-section-btn {
  text-align: center;
}
.cid-uzni9qulUN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uznia1bh50 {
  background-color: #ffffff;
}
.cid-uznia1bh50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznia1bh50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznia1bh50 .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-uznia1bh50 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uznia1bh50 .container {
    padding: 0 25px;
  }
}
.cid-uznia1bh50 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uznia1bh50 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uznia1bh50 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uznia1bh50 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uznia1bh50 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uznia1bh50 .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uznia1bh50 .title-wrapper {
    padding: 0;
  }
}
.cid-uznia1bh50 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznia1bh50 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uznia1bh50 .mbr-section-title {
  color: #000000;
}
.cid-uznia1bh50 .mbr-text {
  color: #000000;
}
.cid-uznia8GmRd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uznia8GmRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznia8GmRd .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-uznia8GmRd .container {
    padding: 0 30px;
  }
}
.cid-uznia8GmRd .row {
  justify-content: center;
}
.cid-uznia8GmRd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uznia8GmRd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uznia8GmRd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uznia8GmRd .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uznia8GmRd .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uznia8GmRd .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uznia8GmRd .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uznia8GmRd .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uznia8GmRd .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-uznia8GmRd .mbr-text {
  color: #144031;
}
.cid-uzniaaWMEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzniaaWMEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniaaWMEA .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-uzniaaWMEA .container {
    padding: 0 16px;
  }
}
.cid-uzniaaWMEA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzniaaWMEA .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uzniaaWMEA .mbr-section-title {
  color: #ffffff;
}
.cid-uzniaaWMEA .mbr-section-title,
.cid-uzniaaWMEA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzniacrJ94 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzniacrJ94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniacrJ94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniacrJ94 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzniacrJ94 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzniacrJ94 .container {
    padding: 0 25px;
  }
}
.cid-uzniacrJ94 .row {
  justify-content: center;
}
.cid-uzniacrJ94 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzniacrJ94 .item {
  margin-bottom: 30px;
}
.cid-uzniacrJ94 .item:hover .item-wrapper .item-content,
.cid-uzniacrJ94 .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uzniacrJ94 .item:hover .item-wrapper .item-content .mbr-role,
.cid-uzniacrJ94 .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uzniacrJ94 .item:hover .item-wrapper .item-content .mbr-name,
.cid-uzniacrJ94 .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uzniacrJ94 .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uzniacrJ94 .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uzniacrJ94 .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uzniacrJ94 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzniacrJ94 .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzniacrJ94 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzniacrJ94 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzniacrJ94 .mbr-name {
  color: #000000;
}
.cid-uzniacrJ94 .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uzniahtE9z {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzniahtE9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniahtE9z .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzniahtE9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniahtE9z h1 {
  max-width: 800px;
}
.cid-uzniahtE9z p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uzniahtE9z .btn:hover {
  transform: scale(1.1);
  background: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #d84a16 !important;
}
.cid-uzniahtE9z .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uzniahtE9z .btn div {
  overflow: hidden;
}
.cid-uzniahtE9z .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uzniahtE9z {
    align-items: center;
  }
  .cid-uzniahtE9z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzniahtE9z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzniahtE9z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzniahtE9z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzniahtE9z .content-wrap {
    width: 100%;
  }
}
.cid-uzniahtE9z .mbr-section-subtitle,
.cid-uzniahtE9z .line {
  color: #291f1e;
}
.cid-uzniahtE9z .mbr-text,
.cid-uzniahtE9z .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uzniahtE9z .mbr-section-title {
  color: #291f1e;
}
.cid-uzniakXskU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzniakXskU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniakXskU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniakXskU .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzniakXskU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzniakXskU .container {
    padding: 0 25px;
  }
}
.cid-uzniakXskU .row {
  justify-content: center;
}
.cid-uzniakXskU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzniakXskU .item {
  margin-bottom: 30px;
}
.cid-uzniakXskU .item a {
  display: block;
}
.cid-uzniakXskU .item a:hover .item-wrapper .item-img img,
.cid-uzniakXskU .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uzniakXskU .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uzniakXskU .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uzniakXskU .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzniakXskU .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzniakXskU .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzniakXskU .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uzniakXskU .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uzniakXskU .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uzniakXskU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uzniakXskU .mbr-desc {
  color: #000000;
}
.cid-uzniakXskU .mbr-section-title {
  text-align: center;
}
.cid-uzniakXskU .item-title DIV {
  text-align: center;
}
.cid-uznianPQr1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznianPQr1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uznianPQr1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uznianPQr1 .container {
    padding: 0 25px;
  }
}
.cid-uznianPQr1 .row {
  margin: 0;
}
.cid-uznianPQr1 .row .card {
  padding: 0;
}
.cid-uznianPQr1 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uznianPQr1 .image-wrapper {
    height: 350px;
  }
}
.cid-uznianPQr1 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uznianPQr1 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uznianPQr1 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uznianPQr1 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uznianPQr1 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uznianPQr1 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uznianPQr1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uznianPQr1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznianPQr1 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uznianPQr1 .mbr-section-title {
  color: #ffffff;
}
.cid-uznianPQr1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uznianPQr1 .mbr-text {
  color: #000000;
}
.cid-uznianPQr1 .mbr-section-title,
.cid-uznianPQr1 .mbr-section-btn,
.cid-uznianPQr1 .logo-wrapper {
  color: #000000;
}
.cid-uzniapZh18 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzniapZh18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniapZh18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniapZh18 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzniapZh18 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzniapZh18 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uzniapZh18 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzniapZh18 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzniapZh18 .mbr-section-title {
  color: #404349;
}
.cid-uzniapZh18 .mbr-desc {
  color: #b19a7c;
}
.cid-uzniapZh18 .mbr-text {
  color: #404349;
}
.cid-uzniapZh18 .mbr-desc,
.cid-uzniapZh18 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzniapZh18 .mbr-section-title,
.cid-uzniapZh18 .title-wrap {
  color: #000000;
}
.cid-uznias72Lt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uznias72Lt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uznias72Lt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uznias72Lt .container {
    padding: 0 25px;
  }
}
.cid-uznias72Lt .row {
  margin: 0;
}
.cid-uznias72Lt .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uznias72Lt .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uznias72Lt .image-wrapper {
    min-height: 350px;
  }
}
.cid-uznias72Lt .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uznias72Lt .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uznias72Lt .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uznias72Lt .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznias72Lt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznias72Lt .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uznias72Lt .mbr-section-title {
  color: #000000;
}
.cid-uznias72Lt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uznias72Lt .mbr-section-title,
.cid-uznias72Lt .mbr-section-btn,
.cid-uznias72Lt .logo-wrapper {
  text-align: center;
}
.cid-uzniawTByX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzniawTByX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniawTByX .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-uzniawTByX .container {
    padding: 0 15px;
  }
}
.cid-uzniawTByX .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uzniawTByX .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzniawTByX .content-wrapper {
    padding-right: 0;
  }
}
.cid-uzniawTByX .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzniawTByX .content-wrap {
    display: block;
  }
}
.cid-uzniawTByX .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzniawTByX .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzniawTByX .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzniawTByX .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzniawTByX .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzniawTByX .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uzniawTByX .mbr-section-title {
  color: #000000;
}
.cid-uzniawTByX .mbr-desc,
.cid-uzniawTByX .desc-wrapper {
  color: #3f1819;
}
.cid-uzniaydAtP {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzniaydAtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniaydAtP .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-uzniaydAtP .container {
    padding: 0 24px;
  }
}
.cid-uzniaydAtP .card {
  justify-content: center;
}
.cid-uzniaydAtP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uzniaydAtP .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uzniaydAtP .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uzniaydAtP .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uzniaydAtP .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uzniaydAtP .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uzniaydAtP .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uzniaydAtP .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uzniaydAtP .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uzniaydAtP .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uzniaydAtP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzniaydAtP .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uzniaydAtP .mbr-text,
.cid-uzniaydAtP .text-wrap {
  color: #202020;
}
.cid-uzniaAab7N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzniaAab7N .container {
    padding: 0 25px;
  }
}
.cid-uzniaAab7N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzniaAab7N .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uzniaAab7N .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uzniaAab7N .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uzniaAab7N .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uzniaAab7N .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzniaAab7N .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzniaAab7N .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzniaAab7N .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzniaAab7N .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzniaAab7N .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uzniaAab7N .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzniaAab7N .mbr-section-title {
  color: #000000;
}
.cid-uzniaAab7N .panel-title-edit {
  color: #000000;
}
.cid-uzniaAab7N .panel-text {
  color: #000000;
}
.cid-uzniaBWxCt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzniaBWxCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniaBWxCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniaBWxCt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzniaBWxCt .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzniaBWxCt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzniaBWxCt .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzniaBWxCt .container {
    padding: 0 16px;
  }
}
.cid-uzniaBWxCt .row {
  justify-content: center;
}
.cid-uzniaBWxCt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uzniaBWxCt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzniaBWxCt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzniaBWxCt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzniaBWxCt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uzniaBWxCt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uznnWKZSKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uznnWKZSKL .container {
    padding: 0 25px;
  }
}
.cid-uznnWKZSKL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uznnWKZSKL .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uznnWKZSKL .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uznnWKZSKL .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uznnWKZSKL .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uznnWKZSKL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uznnWKZSKL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznnWKZSKL .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznnWKZSKL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uznnWKZSKL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznnWKZSKL .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uznnWKZSKL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uznnWKZSKL .mbr-section-title {
  color: #000000;
}
.cid-uznnWKZSKL .panel-title-edit {
  color: #000000;
}
.cid-uznnWKZSKL .panel-text {
  color: #000000;
}
.cid-uzniaDQrRH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uzniaDQrRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniaDQrRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniaDQrRH .map-wrapper {
  height: 100%;
}
.cid-uzniaDQrRH .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzniaDQrRH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzniaDQrRH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uzniaDQrRH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzniaDQrRH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzniaDQrRH .google-map {
  height: 100%;
  position: relative;
}
.cid-uzniaDQrRH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzniaDQrRH .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzniaDQrRH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzniaDQrRH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzniaDQrRH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzniaDQrRH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzniaDQrRH .content-head {
  max-width: 800px;
}
.cid-uzniaDQrRH .mbr-section-title {
  color: #221b35;
}
.cid-uzniaDQrRH .cardTitle {
  color: #221b35;
}
.cid-uzniaDQrRH .list,
.cid-uzniaDQrRH .item-wrap {
  color: #221b35;
}
.cid-uzniaQZTQy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzniaQZTQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzniaQZTQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzniaQZTQy .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .container {
    padding: 0 25px;
  }
}
.cid-uzniaQZTQy .row {
  justify-content: space-between;
}
.cid-uzniaQZTQy .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzniaQZTQy .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzniaQZTQy .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzniaQZTQy .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzniaQZTQy .list-content {
    display: block;
  }
}
.cid-uzniaQZTQy .list-content .nav-wrapper,
.cid-uzniaQZTQy .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .list-content .nav-wrapper,
  .cid-uzniaQZTQy .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uzniaQZTQy .list-content .nav-wrapper .mbr-list-title,
.cid-uzniaQZTQy .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uzniaQZTQy .list-content .nav-wrapper .list,
.cid-uzniaQZTQy .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzniaQZTQy .list-content .nav-wrapper .list .item-wrap,
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzniaQZTQy .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uzniaQZTQy .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uzniaQZTQy .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzniaQZTQy .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uzniaQZTQy .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uzniaQZTQy .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzniaQZTQy .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzniaQZTQy .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uzniaQZTQy .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzniaQZTQy .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzniaQZTQy .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzniaQZTQy .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uzniaQZTQy .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzniaQZTQy .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uzniaQZTQy .mbr-section-title {
  color: #ffffff;
}
.cid-uzniaQZTQy .mbr-list-title {
  color: #000000;
}
.cid-uzniaQZTQy .list {
  color: #ffffff;
}
.cid-uzniaQZTQy .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uzniaQZTQy .mbr-brand {
  color: #ffffff;
}
.cid-uzniaQZTQy .list,
.cid-uzniaQZTQy .item-wrap {
  color: #000000;
}
.cid-uznp1zQ5Ct {
  background-color: transparent;
}
.cid-uznp1zQ5Ct .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uznp1zQ5Ct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uznp1zQ5Ct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uznp1zQ5Ct .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uznp1zQ5Ct .menu_box .navbar.opened,
  .cid-uznp1zQ5Ct .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uznp1zQ5Ct .navbar-dropdown {
  position: relative !important;
}
.cid-uznp1zQ5Ct .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uznp1zQ5Ct .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uznp1zQ5Ct .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uznp1zQ5Ct .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uznp1zQ5Ct .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uznp1zQ5Ct .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uznp1zQ5Ct .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uznp1zQ5Ct .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uznp1zQ5Ct .offcanvas-body .mbr-text,
  .cid-uznp1zQ5Ct .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uznp1zQ5Ct .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uznp1zQ5Ct .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uznp1zQ5Ct ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uznp1zQ5Ct .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uznp1zQ5Ct .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-uznp1zQ5Ct .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uznp1zQ5Ct 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-uznp1zQ5Ct .lg_brand {
    margin: 0 1rem;
  }
  .cid-uznp1zQ5Ct .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uznp1zQ5Ct .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uznp1zQ5Ct .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .nav-item {
    margin: 0 !important;
  }
}
.cid-uznp1zQ5Ct .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uznp1zQ5Ct .nav-item .nav-link:hover,
.cid-uznp1zQ5Ct .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-uznp1zQ5Ct .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uznp1zQ5Ct .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uznp1zQ5Ct .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uznp1zQ5Ct .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-uznp1zQ5Ct .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uznp1zQ5Ct .offcanvas_box {
    display: none;
  }
}
.cid-uznp1zQ5Ct .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uznp1zQ5Ct .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uznp1zQ5Ct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uznp1zQ5Ct .container {
  display: flex;
  margin: auto;
}
.cid-uznp1zQ5Ct .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-uznp1zQ5Ct .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uznp1zQ5Ct .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uznp1zQ5Ct .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uznp1zQ5Ct .navbar-nav {
    margin: 0;
  }
}
.cid-uznp1zQ5Ct .dropdown-menu,
.cid-uznp1zQ5Ct .navbar.opened {
  background-color: false !important;
}
.cid-uznp1zQ5Ct .nav-item:focus,
.cid-uznp1zQ5Ct .nav-link:focus {
  outline: none;
}
.cid-uznp1zQ5Ct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uznp1zQ5Ct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uznp1zQ5Ct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uznp1zQ5Ct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uznp1zQ5Ct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uznp1zQ5Ct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uznp1zQ5Ct .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uznp1zQ5Ct .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uznp1zQ5Ct .navbar.opened {
  transition: all 0.3s;
}
.cid-uznp1zQ5Ct .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uznp1zQ5Ct .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uznp1zQ5Ct .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uznp1zQ5Ct .navbar.collapsed {
  justify-content: center;
}
.cid-uznp1zQ5Ct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uznp1zQ5Ct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uznp1zQ5Ct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uznp1zQ5Ct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uznp1zQ5Ct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uznp1zQ5Ct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uznp1zQ5Ct .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uznp1zQ5Ct .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uznp1zQ5Ct .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uznp1zQ5Ct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uznp1zQ5Ct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uznp1zQ5Ct .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uznp1zQ5Ct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uznp1zQ5Ct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uznp1zQ5Ct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uznp1zQ5Ct .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uznp1zQ5Ct .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uznp1zQ5Ct .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uznp1zQ5Ct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uznp1zQ5Ct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uznp1zQ5Ct .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uznp1zQ5Ct .navbar.navbar-short {
  min-height: 60px;
}
.cid-uznp1zQ5Ct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uznp1zQ5Ct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uznp1zQ5Ct .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-uznp1zQ5Ct .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uznp1zQ5Ct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uznp1zQ5Ct .dropdown-item.active,
.cid-uznp1zQ5Ct .dropdown-item:active {
  background-color: transparent;
}
.cid-uznp1zQ5Ct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uznp1zQ5Ct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uznp1zQ5Ct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uznp1zQ5Ct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uznp1zQ5Ct ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uznp1zQ5Ct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uznp1zQ5Ct 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: #f0f0f0;
}
.cid-uznp1zQ5Ct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uznp1zQ5Ct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uznp1zQ5Ct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uznp1zQ5Ct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uznp1zQ5Ct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uznp1zQ5Ct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uznp1zQ5Ct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uznp1zQ5Ct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uznp1zQ5Ct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uznp1zQ5Ct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uznp1zQ5Ct .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-uznp1zQ5Ct .navbar {
    height: 70px;
  }
  .cid-uznp1zQ5Ct .navbar.opened {
    height: auto;
  }
  .cid-uznp1zQ5Ct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uznp1zQ5Ct .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uznp1zQ5Ct .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uznp1zQ5Ct .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uznp1zQ5Ct .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uznp1zQ5Ct .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uznp1zQ5Ct .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uznp1zQ5Ct .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uznp1zQ5Ct .text_widget {
  margin-bottom: 32px;
}
.cid-uznp1zQ5Ct .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uznp1zQ5Ct .text_widget a:hover,
.cid-uznp1zQ5Ct .text_widget a:focus {
  opacity: .6;
}
.cid-uznp1zQ5Ct .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uznp1zQ5Ct .navbar-caption {
  color: #000000;
}
.cid-uznp1zQ5Ct .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uznp1zQ5Ct .mbr-section-subtitle,
.cid-uznp1zQ5Ct .text_widget,
.cid-uznp1zQ5Ct .mbr-section-btn {
  text-align: center;
}
.cid-uznp1zQ5Ct a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uznp1BvBNc {
  background-color: #ffffff;
}
.cid-uznp1BvBNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1BvBNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1BvBNc .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-uznp1BvBNc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uznp1BvBNc .container {
    padding: 0 25px;
  }
}
.cid-uznp1BvBNc .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uznp1BvBNc .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uznp1BvBNc .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uznp1BvBNc .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uznp1BvBNc .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uznp1BvBNc .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uznp1BvBNc .title-wrapper {
    padding: 0;
  }
}
.cid-uznp1BvBNc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznp1BvBNc .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uznp1BvBNc .mbr-section-title {
  color: #000000;
}
.cid-uznp1BvBNc .mbr-text {
  color: #000000;
}
.cid-uznp1CshC3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uznp1CshC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1CshC3 .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-uznp1CshC3 .container {
    padding: 0 30px;
  }
}
.cid-uznp1CshC3 .row {
  justify-content: center;
}
.cid-uznp1CshC3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uznp1CshC3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uznp1CshC3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uznp1CshC3 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uznp1CshC3 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uznp1CshC3 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uznp1CshC3 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uznp1CshC3 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uznp1CshC3 .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-uznp1CshC3 .mbr-text {
  color: #144031;
}
.cid-uznp1Dcdde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznp1Dcdde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1Dcdde .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-uznp1Dcdde .container {
    padding: 0 16px;
  }
}
.cid-uznp1Dcdde .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uznp1Dcdde .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uznp1Dcdde .mbr-section-title {
  color: #ffffff;
}
.cid-uznp1Dcdde .mbr-section-title,
.cid-uznp1Dcdde .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uznp1DUfhl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uznp1DUfhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1DUfhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1DUfhl .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uznp1DUfhl .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uznp1DUfhl .container {
    padding: 0 25px;
  }
}
.cid-uznp1DUfhl .row {
  justify-content: center;
}
.cid-uznp1DUfhl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uznp1DUfhl .item {
  margin-bottom: 30px;
}
.cid-uznp1DUfhl .item:hover .item-wrapper .item-content,
.cid-uznp1DUfhl .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uznp1DUfhl .item:hover .item-wrapper .item-content .mbr-role,
.cid-uznp1DUfhl .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uznp1DUfhl .item:hover .item-wrapper .item-content .mbr-name,
.cid-uznp1DUfhl .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uznp1DUfhl .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uznp1DUfhl .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uznp1DUfhl .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uznp1DUfhl .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uznp1DUfhl .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uznp1DUfhl .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1DUfhl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uznp1DUfhl .mbr-name {
  color: #000000;
}
.cid-uznp1DUfhl .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uznp1EXPrC {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uznp1EXPrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1EXPrC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uznp1EXPrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1EXPrC h1 {
  max-width: 800px;
}
.cid-uznp1EXPrC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uznp1EXPrC .btn:hover {
  transform: scale(1.1);
  background: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #d84a16 !important;
}
.cid-uznp1EXPrC .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uznp1EXPrC .btn div {
  overflow: hidden;
}
.cid-uznp1EXPrC .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uznp1EXPrC {
    align-items: center;
  }
  .cid-uznp1EXPrC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uznp1EXPrC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uznp1EXPrC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uznp1EXPrC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uznp1EXPrC .content-wrap {
    width: 100%;
  }
}
.cid-uznp1EXPrC .mbr-section-subtitle,
.cid-uznp1EXPrC .line {
  color: #291f1e;
}
.cid-uznp1EXPrC .mbr-text,
.cid-uznp1EXPrC .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uznp1EXPrC .mbr-section-title {
  color: #291f1e;
}
.cid-uznp1FEOxQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uznp1FEOxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1FEOxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1FEOxQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uznp1FEOxQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uznp1FEOxQ .container {
    padding: 0 25px;
  }
}
.cid-uznp1FEOxQ .row {
  justify-content: center;
}
.cid-uznp1FEOxQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uznp1FEOxQ .item {
  margin-bottom: 30px;
}
.cid-uznp1FEOxQ .item a {
  display: block;
}
.cid-uznp1FEOxQ .item a:hover .item-wrapper .item-img img,
.cid-uznp1FEOxQ .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uznp1FEOxQ .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uznp1FEOxQ .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uznp1FEOxQ .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uznp1FEOxQ .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uznp1FEOxQ .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1FEOxQ .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uznp1FEOxQ .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uznp1FEOxQ .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uznp1FEOxQ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uznp1FEOxQ .mbr-desc {
  color: #000000;
}
.cid-uznp1FEOxQ .mbr-section-title {
  text-align: center;
}
.cid-uznp1FEOxQ .item-title DIV {
  text-align: center;
}
.cid-uznp1GClWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznp1GClWF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uznp1GClWF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uznp1GClWF .container {
    padding: 0 25px;
  }
}
.cid-uznp1GClWF .row {
  margin: 0;
}
.cid-uznp1GClWF .row .card {
  padding: 0;
}
.cid-uznp1GClWF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uznp1GClWF .image-wrapper {
    height: 350px;
  }
}
.cid-uznp1GClWF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uznp1GClWF .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uznp1GClWF .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uznp1GClWF .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uznp1GClWF .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uznp1GClWF .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uznp1GClWF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uznp1GClWF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznp1GClWF .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uznp1GClWF .mbr-section-title {
  color: #ffffff;
}
.cid-uznp1GClWF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uznp1GClWF .mbr-text {
  color: #000000;
}
.cid-uznp1GClWF .mbr-section-title,
.cid-uznp1GClWF .mbr-section-btn,
.cid-uznp1GClWF .logo-wrapper {
  color: #000000;
}
.cid-uznp1Hshu7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznp1Hshu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1Hshu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1Hshu7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uznp1Hshu7 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uznp1Hshu7 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uznp1Hshu7 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uznp1Hshu7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uznp1Hshu7 .mbr-section-title {
  color: #404349;
}
.cid-uznp1Hshu7 .mbr-desc {
  color: #b19a7c;
}
.cid-uznp1Hshu7 .mbr-text {
  color: #404349;
}
.cid-uznp1Hshu7 .mbr-desc,
.cid-uznp1Hshu7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uznp1Hshu7 .mbr-section-title,
.cid-uznp1Hshu7 .title-wrap {
  color: #000000;
}
.cid-uznp1IhZs3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uznp1IhZs3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uznp1IhZs3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uznp1IhZs3 .container {
    padding: 0 25px;
  }
}
.cid-uznp1IhZs3 .row {
  margin: 0;
}
.cid-uznp1IhZs3 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uznp1IhZs3 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uznp1IhZs3 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uznp1IhZs3 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uznp1IhZs3 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uznp1IhZs3 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uznp1IhZs3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uznp1IhZs3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznp1IhZs3 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uznp1IhZs3 .mbr-section-title {
  color: #000000;
}
.cid-uznp1IhZs3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uznp1IhZs3 .mbr-section-title,
.cid-uznp1IhZs3 .mbr-section-btn,
.cid-uznp1IhZs3 .logo-wrapper {
  text-align: center;
}
.cid-uznp1Jidqx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uznp1Jidqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1Jidqx .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-uznp1Jidqx .container {
    padding: 0 15px;
  }
}
.cid-uznp1Jidqx .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uznp1Jidqx .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uznp1Jidqx .content-wrapper {
    padding-right: 0;
  }
}
.cid-uznp1Jidqx .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uznp1Jidqx .content-wrap {
    display: block;
  }
}
.cid-uznp1Jidqx .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uznp1Jidqx .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uznp1Jidqx .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uznp1Jidqx .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uznp1Jidqx .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uznp1Jidqx .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uznp1Jidqx .mbr-section-title {
  color: #000000;
}
.cid-uznp1Jidqx .mbr-desc,
.cid-uznp1Jidqx .desc-wrapper {
  color: #3f1819;
}
.cid-uznp1KquXd {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uznp1KquXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1KquXd .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-uznp1KquXd .container {
    padding: 0 24px;
  }
}
.cid-uznp1KquXd .card {
  justify-content: center;
}
.cid-uznp1KquXd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uznp1KquXd .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uznp1KquXd .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uznp1KquXd .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uznp1KquXd .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uznp1KquXd .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uznp1KquXd .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uznp1KquXd .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uznp1KquXd .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uznp1KquXd .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uznp1KquXd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznp1KquXd .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uznp1KquXd .mbr-text,
.cid-uznp1KquXd .text-wrap {
  color: #202020;
}
.cid-uznp1LDJqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uznp1LDJqS .container {
    padding: 0 25px;
  }
}
.cid-uznp1LDJqS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uznp1LDJqS .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uznp1LDJqS .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uznp1LDJqS .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uznp1LDJqS .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uznp1LDJqS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uznp1LDJqS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznp1LDJqS .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznp1LDJqS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uznp1LDJqS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1LDJqS .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uznp1LDJqS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uznp1LDJqS .mbr-section-title {
  color: #000000;
}
.cid-uznp1LDJqS .panel-title-edit {
  color: #000000;
}
.cid-uznp1LDJqS .panel-text {
  color: #000000;
}
.cid-uznp1Ncgm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznp1Ncgm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1Ncgm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1Ncgm7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uznp1Ncgm7 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uznp1Ncgm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uznp1Ncgm7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uznp1Ncgm7 .container {
    padding: 0 16px;
  }
}
.cid-uznp1Ncgm7 .row {
  justify-content: center;
}
.cid-uznp1Ncgm7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uznp1Ncgm7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uznp1Ncgm7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uznp1Ncgm7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uznp1Ncgm7 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uznp1Ncgm7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uznp1OvwTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uznp1OvwTw .container {
    padding: 0 25px;
  }
}
.cid-uznp1OvwTw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uznp1OvwTw .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uznp1OvwTw .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uznp1OvwTw .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uznp1OvwTw .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uznp1OvwTw .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uznp1OvwTw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznp1OvwTw .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uznp1OvwTw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uznp1OvwTw .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1OvwTw .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uznp1OvwTw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uznp1OvwTw .mbr-section-title {
  color: #000000;
}
.cid-uznp1OvwTw .panel-title-edit {
  color: #000000;
}
.cid-uznp1OvwTw .panel-text {
  color: #000000;
}
.cid-uznp1PGRy5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uznp1PGRy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1PGRy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1PGRy5 .map-wrapper {
  height: 100%;
}
.cid-uznp1PGRy5 .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uznp1PGRy5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uznp1PGRy5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uznp1PGRy5 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uznp1PGRy5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uznp1PGRy5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uznp1PGRy5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uznp1PGRy5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uznp1PGRy5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uznp1PGRy5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uznp1PGRy5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uznp1PGRy5 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uznp1PGRy5 .content-head {
  max-width: 800px;
}
.cid-uznp1PGRy5 .mbr-section-title {
  color: #221b35;
}
.cid-uznp1PGRy5 .cardTitle {
  color: #221b35;
}
.cid-uznp1PGRy5 .list,
.cid-uznp1PGRy5 .item-wrap {
  color: #221b35;
}
.cid-uznp1R5MUa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uznp1R5MUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznp1R5MUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznp1R5MUa .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .container {
    padding: 0 25px;
  }
}
.cid-uznp1R5MUa .row {
  justify-content: space-between;
}
.cid-uznp1R5MUa .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uznp1R5MUa .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uznp1R5MUa .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1R5MUa .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uznp1R5MUa .list-content {
    display: block;
  }
}
.cid-uznp1R5MUa .list-content .nav-wrapper,
.cid-uznp1R5MUa .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .list-content .nav-wrapper,
  .cid-uznp1R5MUa .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uznp1R5MUa .list-content .nav-wrapper .mbr-list-title,
.cid-uznp1R5MUa .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uznp1R5MUa .list-content .nav-wrapper .list,
.cid-uznp1R5MUa .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uznp1R5MUa .list-content .nav-wrapper .list .item-wrap,
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznp1R5MUa .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uznp1R5MUa .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uznp1R5MUa .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uznp1R5MUa .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uznp1R5MUa .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uznp1R5MUa .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uznp1R5MUa .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uznp1R5MUa .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uznp1R5MUa .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uznp1R5MUa .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uznp1R5MUa .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uznp1R5MUa .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uznp1R5MUa .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uznp1R5MUa .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uznp1R5MUa .mbr-section-title {
  color: #ffffff;
}
.cid-uznp1R5MUa .mbr-list-title {
  color: #000000;
}
.cid-uznp1R5MUa .list {
  color: #ffffff;
}
.cid-uznp1R5MUa .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uznp1R5MUa .mbr-brand {
  color: #ffffff;
}
.cid-uznp1R5MUa .list,
.cid-uznp1R5MUa .item-wrap {
  color: #000000;
}
.cid-uzntg6dlui {
  background-color: transparent;
}
.cid-uzntg6dlui .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzntg6dlui .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzntg6dlui .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzntg6dlui .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzntg6dlui .menu_box .navbar.opened,
  .cid-uzntg6dlui .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzntg6dlui .navbar-dropdown {
  position: relative !important;
}
.cid-uzntg6dlui .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzntg6dlui .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzntg6dlui .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzntg6dlui .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uzntg6dlui .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzntg6dlui .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzntg6dlui .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzntg6dlui .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzntg6dlui .offcanvas-body .mbr-text,
  .cid-uzntg6dlui .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzntg6dlui .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzntg6dlui .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzntg6dlui ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzntg6dlui .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzntg6dlui .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-uzntg6dlui .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzntg6dlui 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-uzntg6dlui .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzntg6dlui .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzntg6dlui .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzntg6dlui .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .nav-item {
    margin: 0 !important;
  }
}
.cid-uzntg6dlui .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uzntg6dlui .nav-item .nav-link:hover,
.cid-uzntg6dlui .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #d84a16;
  color: #f0f0f0 !important;
}
.cid-uzntg6dlui .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzntg6dlui .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzntg6dlui .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzntg6dlui .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-uzntg6dlui .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzntg6dlui .offcanvas_box {
    display: none;
  }
}
.cid-uzntg6dlui .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzntg6dlui .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzntg6dlui .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzntg6dlui .container {
  display: flex;
  margin: auto;
}
.cid-uzntg6dlui .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-uzntg6dlui .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzntg6dlui .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzntg6dlui .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzntg6dlui .navbar-nav {
    margin: 0;
  }
}
.cid-uzntg6dlui .dropdown-menu,
.cid-uzntg6dlui .navbar.opened {
  background-color: false !important;
}
.cid-uzntg6dlui .nav-item:focus,
.cid-uzntg6dlui .nav-link:focus {
  outline: none;
}
.cid-uzntg6dlui .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzntg6dlui .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzntg6dlui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzntg6dlui .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzntg6dlui .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzntg6dlui .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzntg6dlui .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzntg6dlui .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzntg6dlui .navbar.opened {
  transition: all 0.3s;
}
.cid-uzntg6dlui .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzntg6dlui .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzntg6dlui .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzntg6dlui .navbar.collapsed {
  justify-content: center;
}
.cid-uzntg6dlui .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzntg6dlui .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzntg6dlui .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzntg6dlui .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzntg6dlui .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzntg6dlui .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzntg6dlui .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzntg6dlui .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzntg6dlui .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uzntg6dlui .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzntg6dlui .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzntg6dlui .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzntg6dlui .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzntg6dlui .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzntg6dlui .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzntg6dlui .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzntg6dlui .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzntg6dlui .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzntg6dlui .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzntg6dlui .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzntg6dlui .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzntg6dlui .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzntg6dlui .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzntg6dlui .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzntg6dlui .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-uzntg6dlui .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzntg6dlui .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzntg6dlui .dropdown-item.active,
.cid-uzntg6dlui .dropdown-item:active {
  background-color: transparent;
}
.cid-uzntg6dlui .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzntg6dlui .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzntg6dlui .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzntg6dlui .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzntg6dlui ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzntg6dlui .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzntg6dlui 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: #f0f0f0;
}
.cid-uzntg6dlui button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzntg6dlui button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzntg6dlui button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzntg6dlui button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzntg6dlui button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzntg6dlui nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzntg6dlui nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzntg6dlui nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzntg6dlui nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzntg6dlui a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzntg6dlui .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-uzntg6dlui .navbar {
    height: 70px;
  }
  .cid-uzntg6dlui .navbar.opened {
    height: auto;
  }
  .cid-uzntg6dlui .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzntg6dlui .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzntg6dlui .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uzntg6dlui .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzntg6dlui .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzntg6dlui .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uzntg6dlui .navbar-caption:hover {
  color: #d84a16;
}
@media (min-width: 992px) {
  .cid-uzntg6dlui .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzntg6dlui .text_widget {
  margin-bottom: 32px;
}
.cid-uzntg6dlui .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzntg6dlui .text_widget a:hover,
.cid-uzntg6dlui .text_widget a:focus {
  opacity: .6;
}
.cid-uzntg6dlui .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uzntg6dlui .navbar-caption {
  color: #000000;
}
.cid-uzntg6dlui .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzntg6dlui .mbr-section-subtitle,
.cid-uzntg6dlui .text_widget,
.cid-uzntg6dlui .mbr-section-btn {
  text-align: center;
}
.cid-uzntg6dlui a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzntg7vb3u {
  background-color: #ffffff;
}
.cid-uzntg7vb3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntg7vb3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntg7vb3u .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-uzntg7vb3u .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzntg7vb3u .container {
    padding: 0 25px;
  }
}
.cid-uzntg7vb3u .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzntg7vb3u .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzntg7vb3u .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-uzntg7vb3u .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-uzntg7vb3u .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-uzntg7vb3u .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uzntg7vb3u .title-wrapper {
    padding: 0;
  }
}
.cid-uzntg7vb3u .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzntg7vb3u .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uzntg7vb3u .mbr-section-title {
  color: #000000;
}
.cid-uzntg7vb3u .mbr-text {
  color: #000000;
}
.cid-uzntg8n5Gb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzntg8n5Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntg8n5Gb .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-uzntg8n5Gb .container {
    padding: 0 30px;
  }
}
.cid-uzntg8n5Gb .row {
  justify-content: center;
}
.cid-uzntg8n5Gb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzntg8n5Gb .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzntg8n5Gb .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzntg8n5Gb .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uzntg8n5Gb .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uzntg8n5Gb .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uzntg8n5Gb .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzntg8n5Gb .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uzntg8n5Gb .mbr-section-title {
  color: #22654E;
  text-align: center;
}
.cid-uzntg8n5Gb .mbr-text {
  color: #144031;
}
.cid-uzntg95urp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzntg95urp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntg95urp .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-uzntg95urp .container {
    padding: 0 16px;
  }
}
.cid-uzntg95urp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzntg95urp .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uzntg95urp .mbr-section-title {
  color: #ffffff;
}
.cid-uzntg95urp .mbr-section-title,
.cid-uzntg95urp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzntg9MSbg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzntg9MSbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntg9MSbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntg9MSbg .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzntg9MSbg .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzntg9MSbg .container {
    padding: 0 25px;
  }
}
.cid-uzntg9MSbg .row {
  justify-content: center;
}
.cid-uzntg9MSbg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzntg9MSbg .item {
  margin-bottom: 30px;
}
.cid-uzntg9MSbg .item:hover .item-wrapper .item-content,
.cid-uzntg9MSbg .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uzntg9MSbg .item:hover .item-wrapper .item-content .mbr-role,
.cid-uzntg9MSbg .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uzntg9MSbg .item:hover .item-wrapper .item-content .mbr-name,
.cid-uzntg9MSbg .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uzntg9MSbg .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uzntg9MSbg .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uzntg9MSbg .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uzntg9MSbg .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzntg9MSbg .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzntg9MSbg .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzntg9MSbg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzntg9MSbg .mbr-name {
  color: #000000;
}
.cid-uzntg9MSbg .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uzntgaXLVC {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzntgaXLVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgaXLVC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzntgaXLVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgaXLVC h1 {
  max-width: 800px;
}
.cid-uzntgaXLVC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uzntgaXLVC .btn:hover {
  transform: scale(1.1);
  background: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #d84a16 !important;
}
.cid-uzntgaXLVC .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uzntgaXLVC .btn div {
  overflow: hidden;
}
.cid-uzntgaXLVC .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uzntgaXLVC {
    align-items: center;
  }
  .cid-uzntgaXLVC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzntgaXLVC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzntgaXLVC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzntgaXLVC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzntgaXLVC .content-wrap {
    width: 100%;
  }
}
.cid-uzntgaXLVC .mbr-section-subtitle,
.cid-uzntgaXLVC .line {
  color: #291f1e;
}
.cid-uzntgaXLVC .mbr-text,
.cid-uzntgaXLVC .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uzntgaXLVC .mbr-section-title {
  color: #291f1e;
}
.cid-uzntgbKzOx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzntgbKzOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgbKzOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgbKzOx .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzntgbKzOx .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzntgbKzOx .container {
    padding: 0 25px;
  }
}
.cid-uzntgbKzOx .row {
  justify-content: center;
}
.cid-uzntgbKzOx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uzntgbKzOx .item {
  margin-bottom: 30px;
}
.cid-uzntgbKzOx .item a {
  display: block;
}
.cid-uzntgbKzOx .item a:hover .item-wrapper .item-img img,
.cid-uzntgbKzOx .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uzntgbKzOx .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-uzntgbKzOx .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-uzntgbKzOx .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzntgbKzOx .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uzntgbKzOx .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzntgbKzOx .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-uzntgbKzOx .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-uzntgbKzOx .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uzntgbKzOx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uzntgbKzOx .mbr-desc {
  color: #000000;
}
.cid-uzntgbKzOx .mbr-section-title {
  text-align: center;
}
.cid-uzntgbKzOx .item-title DIV {
  text-align: center;
}
.cid-uzntgcRaAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzntgcRaAI .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzntgcRaAI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzntgcRaAI .container {
    padding: 0 25px;
  }
}
.cid-uzntgcRaAI .row {
  margin: 0;
}
.cid-uzntgcRaAI .row .card {
  padding: 0;
}
.cid-uzntgcRaAI .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzntgcRaAI .image-wrapper {
    height: 350px;
  }
}
.cid-uzntgcRaAI .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzntgcRaAI .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uzntgcRaAI .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uzntgcRaAI .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uzntgcRaAI .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uzntgcRaAI .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzntgcRaAI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uzntgcRaAI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzntgcRaAI .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uzntgcRaAI .mbr-section-title {
  color: #ffffff;
}
.cid-uzntgcRaAI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzntgcRaAI .mbr-text {
  color: #000000;
}
.cid-uzntgcRaAI .mbr-section-title,
.cid-uzntgcRaAI .mbr-section-btn,
.cid-uzntgcRaAI .logo-wrapper {
  color: #000000;
}
.cid-uzntgfgFfP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzntgfgFfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgfgFfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgfgFfP .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzntgfgFfP .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzntgfgFfP .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uzntgfgFfP .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzntgfgFfP .image-wrapper img {
    height: 350px;
  }
}
.cid-uzntgfgFfP .mbr-section-title {
  color: #404349;
}
.cid-uzntgfgFfP .mbr-desc {
  color: #b19a7c;
}
.cid-uzntgfgFfP .mbr-text {
  color: #404349;
}
.cid-uzntgfgFfP .mbr-desc,
.cid-uzntgfgFfP .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uzntgfgFfP .mbr-section-title,
.cid-uzntgfgFfP .title-wrap {
  color: #000000;
}
.cid-uzntggSv4r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzntggSv4r .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzntggSv4r .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzntggSv4r .container {
    padding: 0 25px;
  }
}
.cid-uzntggSv4r .row {
  margin: 0;
}
.cid-uzntggSv4r .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uzntggSv4r .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uzntggSv4r .image-wrapper {
    min-height: 350px;
  }
}
.cid-uzntggSv4r .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzntggSv4r .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uzntggSv4r .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uzntggSv4r .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzntggSv4r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzntggSv4r .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uzntggSv4r .mbr-section-title {
  color: #000000;
}
.cid-uzntggSv4r .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzntggSv4r .mbr-section-title,
.cid-uzntggSv4r .mbr-section-btn,
.cid-uzntggSv4r .logo-wrapper {
  text-align: center;
}
.cid-uzntghW5Qq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzntghW5Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntghW5Qq .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-uzntghW5Qq .container {
    padding: 0 15px;
  }
}
.cid-uzntghW5Qq .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uzntghW5Qq .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uzntghW5Qq .content-wrapper {
    padding-right: 0;
  }
}
.cid-uzntghW5Qq .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzntghW5Qq .content-wrap {
    display: block;
  }
}
.cid-uzntghW5Qq .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzntghW5Qq .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzntghW5Qq .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzntghW5Qq .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uzntghW5Qq .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uzntghW5Qq .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uzntghW5Qq .mbr-section-title {
  color: #000000;
}
.cid-uzntghW5Qq .mbr-desc,
.cid-uzntghW5Qq .desc-wrapper {
  color: #3f1819;
}
.cid-uznwFSfyQb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uznwFSfyQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznwFSfyQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznwFSfyQb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .container {
    padding: 0 20px;
  }
}
.cid-uznwFSfyQb .row {
  justify-content: space-between;
}
.cid-uznwFSfyQb .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uznwFSfyQb .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uznwFSfyQb .image-wrapper .image-wrap {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uznwFSfyQb .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .image-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-uznwFSfyQb .image-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uznwFSfyQb .content-wrapper {
  padding: 0 100px 0 100px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .cid-uznwFSfyQb .content-wrapper {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uznwFSfyQb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uznwFSfyQb .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-uznwFSfyQb .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-uznwFSfyQb .content-wrapper .content-wrap .mbr-text {
  font-family: "Source Serif 4", sans-serif !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.cid-uznwFSfyQb .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-uznwFSfyQb .mbr-text {
  color: #1e1d1c;
}
.cid-uznwFSfyQb .mbr-section-title {
  color: #1e1d1c;
}
.cid-uzntgjev93 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzntgjev93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgjev93 .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-uzntgjev93 .container {
    padding: 0 24px;
  }
}
.cid-uzntgjev93 .card {
  justify-content: center;
}
.cid-uzntgjev93 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uzntgjev93 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uzntgjev93 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uzntgjev93 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uzntgjev93 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uzntgjev93 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uzntgjev93 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uzntgjev93 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uzntgjev93 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uzntgjev93 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uzntgjev93 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzntgjev93 .mbr-section-title {
  color: #202020;
  text-align: center;
}
.cid-uzntgjev93 .mbr-text,
.cid-uzntgjev93 .text-wrap {
  color: #202020;
}
.cid-uzntgkFHGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzntgkFHGD .container {
    padding: 0 25px;
  }
}
.cid-uzntgkFHGD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzntgkFHGD .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uzntgkFHGD .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uzntgkFHGD .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uzntgkFHGD .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uzntgkFHGD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzntgkFHGD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzntgkFHGD .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzntgkFHGD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzntgkFHGD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzntgkFHGD .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uzntgkFHGD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzntgkFHGD .mbr-section-title {
  color: #000000;
}
.cid-uzntgkFHGD .panel-title-edit {
  color: #000000;
}
.cid-uzntgkFHGD .panel-text {
  color: #000000;
}
.cid-uzntgmbmjN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzntgmbmjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgmbmjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgmbmjN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzntgmbmjN .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzntgmbmjN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uzntgmbmjN .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uzntgmbmjN .container {
    padding: 0 16px;
  }
}
.cid-uzntgmbmjN .row {
  justify-content: center;
}
.cid-uzntgmbmjN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uzntgmbmjN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzntgmbmjN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzntgmbmjN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzntgmbmjN .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uzntgmbmjN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uzntgnXaCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzntgnXaCA .container {
    padding: 0 25px;
  }
}
.cid-uzntgnXaCA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzntgnXaCA .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uzntgnXaCA .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uzntgnXaCA .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uzntgnXaCA .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uzntgnXaCA .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzntgnXaCA .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzntgnXaCA .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uzntgnXaCA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzntgnXaCA .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzntgnXaCA .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uzntgnXaCA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzntgnXaCA .mbr-section-title {
  color: #000000;
}
.cid-uzntgnXaCA .panel-title-edit {
  color: #000000;
}
.cid-uzntgnXaCA .panel-text {
  color: #000000;
}
.cid-uzntgpPdHu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uzntgpPdHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgpPdHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgpPdHu .map-wrapper {
  height: 100%;
}
.cid-uzntgpPdHu .card-wrapper {
  border: 1px solid #d84a16;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzntgpPdHu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzntgpPdHu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uzntgpPdHu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzntgpPdHu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uzntgpPdHu .google-map {
  height: 100%;
  position: relative;
}
.cid-uzntgpPdHu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzntgpPdHu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uzntgpPdHu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzntgpPdHu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzntgpPdHu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzntgpPdHu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzntgpPdHu .content-head {
  max-width: 800px;
}
.cid-uzntgpPdHu .mbr-section-title {
  color: #221b35;
}
.cid-uzntgpPdHu .cardTitle {
  color: #221b35;
}
.cid-uzntgpPdHu .list,
.cid-uzntgpPdHu .item-wrap {
  color: #221b35;
}
.cid-uzntgr6jDO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzntgr6jDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntgr6jDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntgr6jDO .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .container {
    padding: 0 25px;
  }
}
.cid-uzntgr6jDO .row {
  justify-content: space-between;
}
.cid-uzntgr6jDO .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uzntgr6jDO .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uzntgr6jDO .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzntgr6jDO .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzntgr6jDO .list-content {
    display: block;
  }
}
.cid-uzntgr6jDO .list-content .nav-wrapper,
.cid-uzntgr6jDO .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .list-content .nav-wrapper,
  .cid-uzntgr6jDO .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uzntgr6jDO .list-content .nav-wrapper .mbr-list-title,
.cid-uzntgr6jDO .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-uzntgr6jDO .list-content .nav-wrapper .list,
.cid-uzntgr6jDO .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uzntgr6jDO .list-content .nav-wrapper .list .item-wrap,
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzntgr6jDO .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uzntgr6jDO .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uzntgr6jDO .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzntgr6jDO .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uzntgr6jDO .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uzntgr6jDO .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzntgr6jDO .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uzntgr6jDO .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uzntgr6jDO .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uzntgr6jDO .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uzntgr6jDO .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uzntgr6jDO .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uzntgr6jDO .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uzntgr6jDO .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uzntgr6jDO .mbr-section-title {
  color: #ffffff;
}
.cid-uzntgr6jDO .mbr-list-title {
  color: #000000;
}
.cid-uzntgr6jDO .list {
  color: #ffffff;
}
.cid-uzntgr6jDO .mbr-copy {
  color: #000000;
  text-align: right;
}
.cid-uzntgr6jDO .mbr-brand {
  color: #ffffff;
}
.cid-uzntgr6jDO .list,
.cid-uzntgr6jDO .item-wrap {
  color: #000000;
}
