body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.9rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3.4rem;
  line-height: 115%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.125rem;
  line-height: 135%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2.2rem;
  line-height: 130%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 135%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #fe6750 !important;
}
.bg-success {
  background-color: #fff6eb !important;
}
.bg-info {
  background-color: #e42406 !important;
}
.bg-warning {
  background-color: #ffe4c1 !important;
}
.bg-danger {
  background-color: #570000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe6750 !important;
  border-color: #fe6750 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f62201 !important;
  border-color: #f62201 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f62201 !important;
  border-color: #f62201 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #550aa9 !important;
  border-color: #550aa9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2c0557 !important;
  border-color: #2c0557 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c0557 !important;
  border-color: #2c0557 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e42406 !important;
  border-color: #e42406 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #901704 !important;
  border-color: #901704 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #901704 !important;
  border-color: #901704 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
  color: #eb8100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #945200 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #eb8100 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
  color: #c16d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c16d00 !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #570000 !important;
  border-color: #570000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe6750;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f62201 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe6750 !important;
  border-color: #fe6750 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #550aa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2c0557 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #550aa9 !important;
  border-color: #550aa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e42406;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #901704 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e42406 !important;
  border-color: #e42406 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffcf94 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #eb8100 !important;
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe4c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffbe6a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c16d00 !important;
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #570000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #570000 !important;
  border-color: #570000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fe6750 !important;
}
.text-secondary {
  color: #550aa9 !important;
}
.text-success {
  color: #fff6eb !important;
}
.text-info {
  color: #e42406 !important;
}
.text-warning {
  color: #ffe4c1 !important;
}
.text-danger {
  color: #570000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e72001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #250449 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc885 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #811403 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffb85b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fe6750;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e42406;
}
.alert-warning {
  background-color: #ffe4c1;
}
.alert-danger {
  background-color: #570000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe6750;
  border-color: #fe6750;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fe6750;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdc2b9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d70000;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #fe6750 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #fe6750;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe6750;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe6750;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fe6750;
  border-bottom-color: #fe6750;
}
.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: #000000 !important;
  background-color: #fe6750 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #550aa9 !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='%23fe6750' %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 {
  height: 60px;
  min-width: 80px;
  padding: 0 24px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 50px;
    padding: 0 19px;
  }
}
@media (max-width: 425px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 40px;
    min-width: 70px;
    padding: 0 14px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .95;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #550aa9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #fe6750;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #550aa9 !important;
  background-color: #fe6750 !important;
  opacity: 1;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #550aa9;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #fe6750 !important;
  background-color: #550aa9 !important;
  opacity: 1;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #fff6eb;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #550aa9 !important;
  background-color: #fff6eb !important;
  opacity: 1;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #e42406;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #550aa9 !important;
  background-color: #e42406 !important;
  opacity: 1;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffe4c1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #fe6750 !important;
  background-color: #ffe4c1 !important;
  opacity: 1;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #570000;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #fe6750 !important;
  background-color: #570000 !important;
  opacity: 1;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #fff !important;
  background-color: #000 !important;
  opacity: 1;
}
.cid-u8xaYeWKIf .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-u8xaYeWKIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-u8xaYeWKIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8xaYeWKIf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8xaYeWKIf .menu_box .navbar.opened,
  .cid-u8xaYeWKIf .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8xaYeWKIf .navbar-dropdown {
  position: relative !important;
}
.cid-u8xaYeWKIf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8xaYeWKIf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8xaYeWKIf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u8xaYeWKIf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8xaYeWKIf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8xaYeWKIf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8xaYeWKIf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8xaYeWKIf .offcanvas-body .mbr-text,
  .cid-u8xaYeWKIf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8xaYeWKIf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8xaYeWKIf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8xaYeWKIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8xaYeWKIf .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-u8xaYeWKIf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8xaYeWKIf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8xaYeWKIf .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8xaYeWKIf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8xaYeWKIf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8xaYeWKIf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .nav-item {
    margin: 0 !important;
  }
}
.cid-u8xaYeWKIf .nav-item .nav-link:hover,
.cid-u8xaYeWKIf .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe6750 !important;
}
.cid-u8xaYeWKIf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8xaYeWKIf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8xaYeWKIf .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-u8xaYeWKIf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8xaYeWKIf .offcanvas_box {
    display: none;
  }
}
.cid-u8xaYeWKIf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8xaYeWKIf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8xaYeWKIf .container {
  display: flex;
  margin: auto;
}
.cid-u8xaYeWKIf .iconfont-wrapper {
  color: #2b2b2b;
  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-u8xaYeWKIf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8xaYeWKIf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8xaYeWKIf .navbar-caption {
  color: #2b2b2b;
}
.cid-u8xaYeWKIf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .navbar-nav {
    margin: 0;
  }
}
.cid-u8xaYeWKIf .dropdown-menu,
.cid-u8xaYeWKIf .navbar.opened {
  background-color: false !important;
}
.cid-u8xaYeWKIf .nav-item:focus,
.cid-u8xaYeWKIf .nav-link:focus {
  outline: none;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8xaYeWKIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8xaYeWKIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8xaYeWKIf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8xaYeWKIf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8xaYeWKIf .navbar.opened {
  transition: all 0.3s;
}
.cid-u8xaYeWKIf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8xaYeWKIf .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u8xaYeWKIf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8xaYeWKIf .navbar.collapsed {
  justify-content: center;
}
.cid-u8xaYeWKIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8xaYeWKIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8xaYeWKIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8xaYeWKIf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8xaYeWKIf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8xaYeWKIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8xaYeWKIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8xaYeWKIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8xaYeWKIf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8xaYeWKIf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8xaYeWKIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8xaYeWKIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8xaYeWKIf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8xaYeWKIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8xaYeWKIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8xaYeWKIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8xaYeWKIf .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-u8xaYeWKIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8xaYeWKIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8xaYeWKIf .dropdown-item.active,
.cid-u8xaYeWKIf .dropdown-item:active {
  background-color: transparent;
}
.cid-u8xaYeWKIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8xaYeWKIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8xaYeWKIf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8xaYeWKIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8xaYeWKIf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8xaYeWKIf .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-u8xaYeWKIf .navbar {
    height: 70px;
  }
  .cid-u8xaYeWKIf .navbar.opened {
    height: auto;
  }
  .cid-u8xaYeWKIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8xaYeWKIf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8xaYeWKIf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8xaYeWKIf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8xaYeWKIf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u8xaYeWKIf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8xaYeWKIf .navbar-caption:hover {
  color: #fe6750;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8xaYeWKIf .text_widget {
  margin-bottom: 32px;
}
.cid-u8xaYeWKIf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8xaYeWKIf .text_widget a:hover {
  opacity: .5;
}
.cid-u8xaYeWKIf .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u8xaYeWKIf .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u8xaYeWKIf .mbr-section-subtitle,
.cid-u8xaYeWKIf .text_widget,
.cid-u8xaYeWKIf .mbr-section-btn {
  text-align: center;
}
.cid-u8xaYeWKIf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tqJSfPYgIT {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/new-york-personal-injury-lawyer-scaled.webp");
}
.cid-tqJSfPYgIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJSfPYgIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJSfPYgIT .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-tqJSfPYgIT .title-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-tqJSfPYgIT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tqJSfPYgIT .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqJSfPYgIT .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqJSfPYgIT .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tqJSfPYgIT .image-wrapper {
    height: 400px;
  }
}
.cid-tqJSfPYgIT .image-wrapper img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji {
  position: absolute;
  top: -0.5rem;
  left: 5rem;
  font-size: 42px;
  z-index: 1;
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(2) {
  font-size: 55px;
  top: 1rem;
  left: auto;
  right: 4rem;
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(3) {
  font-size: 55px;
  top: 5rem;
  left: auto;
  right: -1rem;
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(4) {
  font-size: 50px;
  top: 10rem;
  left: 1rem;
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(5) {
  font-size: 80px;
  top: auto;
  bottom: 6rem;
  left: -1rem;
}
@media (max-width: 425px) {
  .cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(5) {
    bottom: 0;
    left: 0;
  }
}
.cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(6) {
  font-size: 50px;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: 14rem;
}
@media (max-width: 425px) {
  .cid-tqJSfPYgIT .image-wrapper .mbr-emoji:nth-child(6) {
    right: auto;
    bottom: -1rem;
  }
}
.cid-tqJSfPYgIT .image-wrapper .image-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 425px) {
  .cid-tqJSfPYgIT .image-wrapper .image-wrap {
    align-items: center;
  }
}
.cid-tqJSfPYgIT .image-wrapper .image-wrap img {
  max-width: 300px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .cid-tqJSfPYgIT .image-wrapper .image-wrap img {
    max-width: 180px;
    min-height: 300px;
  }
}
.cid-tqJSfPYgIT .mbr-section-title {
  color: #f8f7ff;
}
.cid-tqJSfPYgIT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tqJSfPYgIT .mbr-section-title,
.cid-tqJSfPYgIT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tEABtLPVh8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #987a5a;
}
@media (max-width: 991px) {
  .cid-tEABtLPVh8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEABtLPVh8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEABtLPVh8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEABtLPVh8 .mbr-section-title {
  color: #ffffff;
}
.cid-tEABtLPVh8 .mbr-text {
  color: #ffffff;
}
.cid-u8x5LGk4Ib {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8x5LGk4Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8x5LGk4Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8x5LGk4Ib .row {
    padding: 0 24px;
  }
}
.cid-u8x5LGk4Ib .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8x5LGk4Ib .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u8x5LGk4Ib .mbr-section-title {
  color: #2c0066;
}
.cid-u8x5LGk4Ib .mbr-section-title,
.cid-u8x5LGk4Ib .mbr-section-btn {
  text-align: center;
  color: #ffb18a;
}
.cid-tqJT20P23e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #987a5a;
}
.cid-tqJT20P23e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJT20P23e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJT20P23e .card {
    padding: 0 80px;
  }
  .cid-tqJT20P23e .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tqJT20P23e .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tqJT20P23e .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tqJT20P23e .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tqJT20P23e .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tqJT20P23e .image-wrapper {
    padding: 0;
  }
}
.cid-tqJT20P23e .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tqJT20P23e .image-wrapper img {
    height: 300px;
  }
}
.cid-tqJT20P23e .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 280px;
  padding: 50px 30px;
  background-color: #570000;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tqJT20P23e .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tqJT20P23e .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tqJT20P23e .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tqJT20P23e .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tqJT20P23e .mbr-section-title {
  color: #ffffff;
}
.cid-tqJT20P23e .mbr-text {
  color: #ffffff;
}
.cid-tqJT20P23e .mbr-number {
  color: #ffe4c1;
}
.cid-tqJT20P23e .mbr-desc {
  color: #ffe4c1;
}
.cid-tEAK7VT0ui {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tEAK7VT0ui .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEAK7VT0ui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEAK7VT0ui .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tEAK7VT0ui .row {
    align-items: center !important;
  }
}
.cid-tEAK7VT0ui .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tEAK7VT0ui .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tEAK7VT0ui .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tEAK7VT0ui .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tEAK7VT0ui .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tEAK7VT0ui .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #829d85;
}
@media (max-width: 991px) {
  .cid-tEAK7VT0ui .text-wrap {
    padding: 30px 0;
  }
}
.cid-tEAK7VT0ui .mbr-title {
  color: #ffb18a;
}
.cid-tEAK7VT0ui .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tEAK7VT0ui .list-box {
  width: 100%;
}
.cid-tEAK7VT0ui .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-tEAK7VT0ui .list-text {
  position: relative;
}
.cid-tEAK7VT0ui .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tEAK7VT0ui .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-tEAK7VT0ui .mbr-section-btn {
  margin-top: 20px;
}
.cid-tEAK7VT0ui .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  border-radius: 0 0 100px 0;
}
@media (max-width: 991px) {
  .cid-tEAK7VT0ui .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tEAK7VT0ui .img-box {
    border-radius: 0 0 0 15vw;
    border-radius: 0 0 15vw 0;
  }
}
.cid-tEAK7VT0ui .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tEAK7VT0ui .mbr-text,
.cid-tEAK7VT0ui .mbr-section-btn {
  color: #ffb18a;
}
.cid-uCqtuxSTMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-uCqtuxSTMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqtuxSTMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCqtuxSTMN .row {
    padding: 0 24px;
  }
}
.cid-uCqtuxSTMN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCqtuxSTMN .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uCqtuxSTMN .mbr-section-title {
  color: #005c62;
}
.cid-uCqtuxSTMN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCqtuxSTMN .mbr-section-title,
.cid-uCqtuxSTMN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCtzy8HUUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCtzy8HUUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtzy8HUUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCtzy8HUUp .card {
    padding: 0;
  }
  .cid-uCtzy8HUUp .container-fluid {
    padding: 0 16px;
  }
}
.cid-uCtzy8HUUp .card:first-child {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uCtzy8HUUp .card:first-child .title-wrapper {
  padding: 84px 0;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uCtzy8HUUp .card:first-child .title-wrapper {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-uCtzy8HUUp .card:first-child .title-wrapper {
    padding: 56px 0;
    width: 90%;
  }
}
.cid-uCtzy8HUUp .card:first-child .title-wrapper .mbr-section-subtitle {
  margin: 10px 0 0 0;
}
.cid-uCtzy8HUUp .card:first-child .title-wrapper .mbr-section-title {
  margin: 32px 0;
}
.cid-uCtzy8HUUp .card:first-child .title-wrapper .mbr-section-btn {
  margin: 14px 0;
}
@media (max-width: 768px) {
  .cid-uCtzy8HUUp .card:first-child .title-wrapper .mbr-section-btn {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .cid-uCtzy8HUUp .card:last-child {
    padding: 0;
  }
}
.cid-uCtzy8HUUp .card:last-child .image-wrapper {
  height: 100%;
}
.cid-uCtzy8HUUp .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCtzy8HUUp .mbr-section-title {
  color: #ffe4c1;
}
.cid-uCtzy8HUUp .mbr-section-subtitle {
  color: #ffe4c1;
  text-align: center;
}
.cid-uCtzy8HUUp .mbr-section-title,
.cid-uCtzy8HUUp .mbr-section-btn {
  text-align: center;
}
.cid-uCtzQEtPJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-uCtzQEtPJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtzQEtPJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCtzQEtPJR .row {
    padding: 0 24px;
  }
}
.cid-uCtzQEtPJR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCtzQEtPJR .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uCtzQEtPJR .mbr-section-title {
  color: #005c62;
}
.cid-uCtzQEtPJR .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCtzQEtPJR .mbr-section-title,
.cid-uCtzQEtPJR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCtA1KtqFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCtA1KtqFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtA1KtqFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCtA1KtqFx .row {
    padding: 0 24px;
  }
}
.cid-uCtA1KtqFx .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #ffe4c1;
  height: 100%;
  border-radius: 30px;
}
.cid-uCtA1KtqFx .image-wrapper img {
  max-width: 280px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-uCtA1KtqFx .image-wrapper img {
    height: 300px;
  }
}
.cid-uCtA1KtqFx .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uCtA1KtqFx .title-wrapper {
    margin-top: 32px;
    padding-left: 0;
  }
}
.cid-uCtA1KtqFx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uCtA1KtqFx .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uCtA1KtqFx .mbr-section-title {
  color: #ffe4c1;
}
.cid-uCtA1KtqFx .mbr-text {
  color: #ffe4c1;
}
.cid-u8x9Uosq1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-u8x9Uosq1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8x9Uosq1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u8x9Uosq1n .row {
    flex-direction: column-reverse;
  }
  .cid-u8x9Uosq1n .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8x9Uosq1n .google-map {
  height: 100%;
  position: relative;
}
.cid-u8x9Uosq1n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8x9Uosq1n .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-u8x9Uosq1n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8x9Uosq1n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8x9Uosq1n .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u8x9Uosq1n .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fff1de;
}
.cid-u8x9Uosq1n .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u8x9Uosq1n .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8x9Uosq1n .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u8x9Uosq1n .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fe6750;
}
.cid-u8x9Uosq1n .mbr-section-title {
  color: #ffffff;
}
.cid-u8x9Uosq1n P {
  color: #000000;
}
.cid-u8x9Hr1V8Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8x9Hr1V8Y .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uCs3oW1It0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uCs3oW1It0 img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 img {
    height: 400px;
  }
}
.cid-uCs3oW1It0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCs3oW1It0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCs3oW1It0 .card {
  justify-content: flex-end;
}
.cid-uCs3oW1It0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCs3oW1It0 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCs3oW1It0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCs3oW1It0 .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCs3oW1It0 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCs3oW1It0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCs3oW1It0 .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uCs3oW1It0 .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fff6eb;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uCs3oW1It0 .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uCs3oW1It0 .mbr-section-title {
  color: #000000;
}
.cid-uCs3oW1It0 .mbr-text {
  color: #000000;
}
.cid-uCs3oW1It0 .card-text {
  color: #000000;
}
.cid-uCs3oW1It0 .mbr-section-title,
.cid-uCs3oW1It0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tHpxs6dgAU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff6eb;
}
.cid-tHpxs6dgAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHpxs6dgAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHpxs6dgAU .row {
    padding: 0 24px;
  }
}
.cid-tHpxs6dgAU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tHpxs6dgAU .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tHpxs6dgAU .mbr-section-title {
  color: #005c62;
}
.cid-tHpxs6dgAU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tHpxs6dgAU .mbr-section-title,
.cid-tHpxs6dgAU .mbr-section-btn {
  text-align: center;
}
.cid-uCs2XWdk5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-uCs2XWdk5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCs2XWdk5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uCs2XWdk5q .row {
    flex-direction: column-reverse;
  }
  .cid-uCs2XWdk5q .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCs2XWdk5q .google-map {
  height: 100%;
  position: relative;
}
.cid-uCs2XWdk5q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCs2XWdk5q .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-uCs2XWdk5q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCs2XWdk5q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCs2XWdk5q .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCs2XWdk5q .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fff1de;
}
.cid-uCs2XWdk5q .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uCs2XWdk5q .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCs2XWdk5q .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uCs2XWdk5q .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fe6750;
}
.cid-uCs2XWdk5q .mbr-section-title {
  color: #ffffff;
}
.cid-uCs2XWdk5q P {
  color: #000000;
}
.cid-u8x9Hr1V8Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8x9Hr1V8Y .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-u8xaYeWKIf .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-u8xaYeWKIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-u8xaYeWKIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8xaYeWKIf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u8xaYeWKIf .menu_box .navbar.opened,
  .cid-u8xaYeWKIf .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u8xaYeWKIf .navbar-dropdown {
  position: relative !important;
}
.cid-u8xaYeWKIf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u8xaYeWKIf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u8xaYeWKIf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-u8xaYeWKIf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u8xaYeWKIf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u8xaYeWKIf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u8xaYeWKIf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u8xaYeWKIf .offcanvas-body .mbr-text,
  .cid-u8xaYeWKIf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u8xaYeWKIf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u8xaYeWKIf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u8xaYeWKIf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u8xaYeWKIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8xaYeWKIf .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-u8xaYeWKIf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u8xaYeWKIf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u8xaYeWKIf .lg_brand {
    margin: 0 1rem;
  }
  .cid-u8xaYeWKIf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u8xaYeWKIf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u8xaYeWKIf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .nav-item {
    margin: 0 !important;
  }
}
.cid-u8xaYeWKIf .nav-item .nav-link:hover,
.cid-u8xaYeWKIf .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe6750 !important;
}
.cid-u8xaYeWKIf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u8xaYeWKIf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u8xaYeWKIf .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-u8xaYeWKIf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u8xaYeWKIf .offcanvas_box {
    display: none;
  }
}
.cid-u8xaYeWKIf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u8xaYeWKIf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u8xaYeWKIf .container {
  display: flex;
  margin: auto;
}
.cid-u8xaYeWKIf .iconfont-wrapper {
  color: #2b2b2b;
  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-u8xaYeWKIf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u8xaYeWKIf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u8xaYeWKIf .navbar-caption {
  color: #2b2b2b;
}
.cid-u8xaYeWKIf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .navbar-nav {
    margin: 0;
  }
}
.cid-u8xaYeWKIf .dropdown-menu,
.cid-u8xaYeWKIf .navbar.opened {
  background-color: false !important;
}
.cid-u8xaYeWKIf .nav-item:focus,
.cid-u8xaYeWKIf .nav-link:focus {
  outline: none;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8xaYeWKIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8xaYeWKIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8xaYeWKIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8xaYeWKIf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u8xaYeWKIf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u8xaYeWKIf .navbar.opened {
  transition: all 0.3s;
}
.cid-u8xaYeWKIf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u8xaYeWKIf .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-u8xaYeWKIf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u8xaYeWKIf .navbar.collapsed {
  justify-content: center;
}
.cid-u8xaYeWKIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8xaYeWKIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8xaYeWKIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8xaYeWKIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u8xaYeWKIf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u8xaYeWKIf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u8xaYeWKIf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u8xaYeWKIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8xaYeWKIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u8xaYeWKIf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8xaYeWKIf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u8xaYeWKIf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u8xaYeWKIf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u8xaYeWKIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u8xaYeWKIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8xaYeWKIf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u8xaYeWKIf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8xaYeWKIf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8xaYeWKIf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8xaYeWKIf .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-u8xaYeWKIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u8xaYeWKIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8xaYeWKIf .dropdown-item.active,
.cid-u8xaYeWKIf .dropdown-item:active {
  background-color: transparent;
}
.cid-u8xaYeWKIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8xaYeWKIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8xaYeWKIf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8xaYeWKIf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u8xaYeWKIf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8xaYeWKIf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8xaYeWKIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8xaYeWKIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8xaYeWKIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u8xaYeWKIf .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-u8xaYeWKIf .navbar {
    height: 70px;
  }
  .cid-u8xaYeWKIf .navbar.opened {
    height: auto;
  }
  .cid-u8xaYeWKIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8xaYeWKIf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u8xaYeWKIf .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u8xaYeWKIf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u8xaYeWKIf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-u8xaYeWKIf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u8xaYeWKIf .navbar-caption:hover {
  color: #fe6750;
}
@media (min-width: 992px) {
  .cid-u8xaYeWKIf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u8xaYeWKIf .text_widget {
  margin-bottom: 32px;
}
.cid-u8xaYeWKIf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u8xaYeWKIf .text_widget a:hover {
  opacity: .5;
}
.cid-u8xaYeWKIf .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-u8xaYeWKIf .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-u8xaYeWKIf .mbr-section-subtitle,
.cid-u8xaYeWKIf .text_widget,
.cid-u8xaYeWKIf .mbr-section-btn {
  text-align: center;
}
.cid-u8xaYeWKIf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCtpmNlKNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uCtpmNlKNi img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi img {
    height: 400px;
  }
}
.cid-uCtpmNlKNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpmNlKNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCtpmNlKNi .card {
  justify-content: flex-end;
}
.cid-uCtpmNlKNi .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCtpmNlKNi .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCtpmNlKNi .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCtpmNlKNi .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCtpmNlKNi .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCtpmNlKNi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCtpmNlKNi .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi .image-wrapper {
    min-height: 400px;
  }
}
.cid-uCtpmNlKNi .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fff6eb;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uCtpmNlKNi .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uCtpmNlKNi .mbr-section-title {
  color: #000000;
}
.cid-uCtpmNlKNi .mbr-text {
  color: #000000;
}
.cid-uCtpmNlKNi .card-text {
  color: #000000;
}
.cid-uCtpmNlKNi .mbr-section-title,
.cid-uCtpmNlKNi .mbr-section-btn {
  color: #ffffff;
}
.cid-uCtpmNJEOW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff6eb;
}
.cid-uCtpmNJEOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpmNJEOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCtpmNJEOW .row {
    padding: 0 24px;
  }
}
.cid-uCtpmNJEOW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCtpmNJEOW .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uCtpmNJEOW .mbr-section-title {
  color: #005c62;
}
.cid-uCtpmNJEOW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCtpmNJEOW .mbr-section-title,
.cid-uCtpmNJEOW .mbr-section-btn {
  text-align: center;
}
.cid-uCtpmO0dgD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-uCtpmO0dgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpmO0dgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uCtpmO0dgD .row {
    flex-direction: column-reverse;
  }
  .cid-uCtpmO0dgD .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCtpmO0dgD .google-map {
  height: 100%;
  position: relative;
}
.cid-uCtpmO0dgD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCtpmO0dgD .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-uCtpmO0dgD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCtpmO0dgD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCtpmO0dgD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCtpmO0dgD .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fff1de;
}
.cid-uCtpmO0dgD .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uCtpmO0dgD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCtpmO0dgD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uCtpmO0dgD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fe6750;
}
.cid-uCtpmO0dgD .mbr-section-title {
  color: #ffffff;
}
.cid-uCtpmO0dgD P {
  color: #000000;
}
.cid-uCtpmOs9y5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCtpmOs9y5 .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uCtpmONL5n .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uCtpmONL5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-uCtpmONL5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCtpmONL5n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCtpmONL5n .menu_box .navbar.opened,
  .cid-uCtpmONL5n .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCtpmONL5n .navbar-dropdown {
  position: relative !important;
}
.cid-uCtpmONL5n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCtpmONL5n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCtpmONL5n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCtpmONL5n .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uCtpmONL5n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCtpmONL5n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCtpmONL5n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCtpmONL5n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCtpmONL5n .offcanvas-body .mbr-text,
  .cid-uCtpmONL5n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uCtpmONL5n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCtpmONL5n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCtpmONL5n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCtpmONL5n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCtpmONL5n .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-uCtpmONL5n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCtpmONL5n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCtpmONL5n .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCtpmONL5n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uCtpmONL5n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCtpmONL5n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .nav-item {
    margin: 0 !important;
  }
}
.cid-uCtpmONL5n .nav-item .nav-link:hover,
.cid-uCtpmONL5n .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe6750 !important;
}
.cid-uCtpmONL5n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCtpmONL5n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCtpmONL5n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCtpmONL5n .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-uCtpmONL5n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCtpmONL5n .offcanvas_box {
    display: none;
  }
}
.cid-uCtpmONL5n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCtpmONL5n .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCtpmONL5n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCtpmONL5n .container {
  display: flex;
  margin: auto;
}
.cid-uCtpmONL5n .iconfont-wrapper {
  color: #2b2b2b;
  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-uCtpmONL5n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCtpmONL5n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uCtpmONL5n .navbar-caption {
  color: #2b2b2b;
}
.cid-uCtpmONL5n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCtpmONL5n .navbar-nav {
    margin: 0;
  }
}
.cid-uCtpmONL5n .dropdown-menu,
.cid-uCtpmONL5n .navbar.opened {
  background-color: false !important;
}
.cid-uCtpmONL5n .nav-item:focus,
.cid-uCtpmONL5n .nav-link:focus {
  outline: none;
}
.cid-uCtpmONL5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCtpmONL5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCtpmONL5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCtpmONL5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCtpmONL5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCtpmONL5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCtpmONL5n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCtpmONL5n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCtpmONL5n .navbar.opened {
  transition: all 0.3s;
}
.cid-uCtpmONL5n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCtpmONL5n .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uCtpmONL5n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uCtpmONL5n .navbar.collapsed {
  justify-content: center;
}
.cid-uCtpmONL5n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCtpmONL5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCtpmONL5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCtpmONL5n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCtpmONL5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCtpmONL5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCtpmONL5n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCtpmONL5n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCtpmONL5n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCtpmONL5n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCtpmONL5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCtpmONL5n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCtpmONL5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCtpmONL5n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCtpmONL5n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCtpmONL5n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCtpmONL5n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCtpmONL5n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCtpmONL5n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCtpmONL5n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCtpmONL5n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCtpmONL5n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCtpmONL5n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCtpmONL5n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCtpmONL5n .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-uCtpmONL5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCtpmONL5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCtpmONL5n .dropdown-item.active,
.cid-uCtpmONL5n .dropdown-item:active {
  background-color: transparent;
}
.cid-uCtpmONL5n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCtpmONL5n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCtpmONL5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCtpmONL5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCtpmONL5n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCtpmONL5n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCtpmONL5n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-uCtpmONL5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-uCtpmONL5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCtpmONL5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCtpmONL5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCtpmONL5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCtpmONL5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCtpmONL5n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCtpmONL5n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCtpmONL5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCtpmONL5n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCtpmONL5n .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-uCtpmONL5n .navbar {
    height: 70px;
  }
  .cid-uCtpmONL5n .navbar.opened {
    height: auto;
  }
  .cid-uCtpmONL5n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCtpmONL5n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCtpmONL5n .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uCtpmONL5n .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCtpmONL5n .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCtpmONL5n .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCtpmONL5n .navbar-caption:hover {
  color: #fe6750;
}
@media (min-width: 992px) {
  .cid-uCtpmONL5n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCtpmONL5n .text_widget {
  margin-bottom: 32px;
}
.cid-uCtpmONL5n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCtpmONL5n .text_widget a:hover {
  opacity: .5;
}
.cid-uCtpmONL5n .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uCtpmONL5n .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uCtpmONL5n .mbr-section-subtitle,
.cid-uCtpmONL5n .text_widget,
.cid-uCtpmONL5n .mbr-section-btn {
  text-align: center;
}
.cid-uCtpmONL5n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uCtpnnAIFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uCtpnnAIFY img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY img {
    height: 400px;
  }
}
.cid-uCtpnnAIFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpnnAIFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCtpnnAIFY .card {
  justify-content: flex-end;
}
.cid-uCtpnnAIFY .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCtpnnAIFY .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCtpnnAIFY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCtpnnAIFY .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCtpnnAIFY .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCtpnnAIFY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCtpnnAIFY .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY .image-wrapper {
    min-height: 400px;
  }
}
.cid-uCtpnnAIFY .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #fff6eb;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-uCtpnnAIFY .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uCtpnnAIFY .mbr-section-title {
  color: #000000;
}
.cid-uCtpnnAIFY .mbr-text {
  color: #000000;
}
.cid-uCtpnnAIFY .card-text {
  color: #000000;
}
.cid-uCtpnnAIFY .mbr-section-title,
.cid-uCtpnnAIFY .mbr-section-btn {
  color: #ffffff;
}
.cid-uCtpnnS5JR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fff6eb;
}
.cid-uCtpnnS5JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpnnS5JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCtpnnS5JR .row {
    padding: 0 24px;
  }
}
.cid-uCtpnnS5JR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCtpnnS5JR .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uCtpnnS5JR .mbr-section-title {
  color: #005c62;
}
.cid-uCtpnnS5JR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uCtpnnS5JR .mbr-section-title,
.cid-uCtpnnS5JR .mbr-section-btn {
  text-align: center;
}
.cid-uCtpno8iHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #111111;
}
.cid-uCtpno8iHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtpno8iHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uCtpno8iHj .row {
    flex-direction: column-reverse;
  }
  .cid-uCtpno8iHj .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCtpno8iHj .google-map {
  height: 100%;
  position: relative;
}
.cid-uCtpno8iHj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCtpno8iHj .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-uCtpno8iHj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCtpno8iHj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCtpno8iHj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uCtpno8iHj .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fff1de;
}
.cid-uCtpno8iHj .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uCtpno8iHj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCtpno8iHj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uCtpno8iHj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fe6750;
}
.cid-uCtpno8iHj .mbr-section-title {
  color: #ffffff;
}
.cid-uCtpno8iHj P {
  color: #000000;
}
.cid-uCtpnoupEI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uCtpnoupEI .media-container-row .mbr-text {
  color: #fffcee;
}
.cid-uCtpnoL0Z6 .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uCtpnoL0Z6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-uCtpnoL0Z6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCtpnoL0Z6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCtpnoL0Z6 .menu_box .navbar.opened,
  .cid-uCtpnoL0Z6 .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCtpnoL0Z6 .navbar-dropdown {
  position: relative !important;
}
.cid-uCtpnoL0Z6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uCtpnoL0Z6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCtpnoL0Z6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCtpnoL0Z6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #bbbbbb;
  }
  .cid-uCtpnoL0Z6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCtpnoL0Z6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCtpnoL0Z6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCtpnoL0Z6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCtpnoL0Z6 .offcanvas-body .mbr-text,
  .cid-uCtpnoL0Z6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uCtpnoL0Z6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #2b2b2b;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCtpnoL0Z6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCtpnoL0Z6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCtpnoL0Z6 .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-uCtpnoL0Z6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCtpnoL0Z6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uCtpnoL0Z6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCtpnoL0Z6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uCtpnoL0Z6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCtpnoL0Z6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uCtpnoL0Z6 .nav-item .nav-link:hover,
.cid-uCtpnoL0Z6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #fe6750 !important;
}
.cid-uCtpnoL0Z6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCtpnoL0Z6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCtpnoL0Z6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCtpnoL0Z6 .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-uCtpnoL0Z6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCtpnoL0Z6 .offcanvas_box {
    display: none;
  }
}
.cid-uCtpnoL0Z6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCtpnoL0Z6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCtpnoL0Z6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCtpnoL0Z6 .container {
  display: flex;
  margin: auto;
}
.cid-uCtpnoL0Z6 .iconfont-wrapper {
  color: #2b2b2b;
  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-uCtpnoL0Z6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCtpnoL0Z6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uCtpnoL0Z6 .navbar-caption {
  color: #2b2b2b;
}
.cid-uCtpnoL0Z6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCtpnoL0Z6 .navbar-nav {
    margin: 0;
  }
}
.cid-uCtpnoL0Z6 .dropdown-menu,
.cid-uCtpnoL0Z6 .navbar.opened {
  background-color: false !important;
}
.cid-uCtpnoL0Z6 .nav-item:focus,
.cid-uCtpnoL0Z6 .nav-link:focus {
  outline: none;
}
.cid-uCtpnoL0Z6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCtpnoL0Z6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCtpnoL0Z6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCtpnoL0Z6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCtpnoL0Z6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCtpnoL0Z6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCtpnoL0Z6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCtpnoL0Z6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCtpnoL0Z6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCtpnoL0Z6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCtpnoL0Z6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 20px;
}
.cid-uCtpnoL0Z6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uCtpnoL0Z6 .navbar.collapsed {
  justify-content: center;
}
.cid-uCtpnoL0Z6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCtpnoL0Z6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCtpnoL0Z6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCtpnoL0Z6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCtpnoL0Z6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCtpnoL0Z6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCtpnoL0Z6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCtpnoL0Z6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCtpnoL0Z6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCtpnoL0Z6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCtpnoL0Z6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCtpnoL0Z6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCtpnoL0Z6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCtpnoL0Z6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCtpnoL0Z6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCtpnoL0Z6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCtpnoL0Z6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCtpnoL0Z6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCtpnoL0Z6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCtpnoL0Z6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCtpnoL0Z6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCtpnoL0Z6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCtpnoL0Z6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCtpnoL0Z6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCtpnoL0Z6 .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-uCtpnoL0Z6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCtpnoL0Z6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCtpnoL0Z6 .dropdown-item.active,
.cid-uCtpnoL0Z6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCtpnoL0Z6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCtpnoL0Z6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCtpnoL0Z6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCtpnoL0Z6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCtpnoL0Z6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCtpnoL0Z6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCtpnoL0Z6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #ffffff;
}
.cid-uCtpnoL0Z6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #2b2b2b;
}
.cid-uCtpnoL0Z6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCtpnoL0Z6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCtpnoL0Z6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCtpnoL0Z6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCtpnoL0Z6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCtpnoL0Z6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCtpnoL0Z6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCtpnoL0Z6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCtpnoL0Z6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCtpnoL0Z6 .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-uCtpnoL0Z6 .navbar {
    height: 70px;
  }
  .cid-uCtpnoL0Z6 .navbar.opened {
    height: auto;
  }
  .cid-uCtpnoL0Z6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCtpnoL0Z6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCtpnoL0Z6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uCtpnoL0Z6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uCtpnoL0Z6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uCtpnoL0Z6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uCtpnoL0Z6 .navbar-caption:hover {
  color: #fe6750;
}
@media (min-width: 992px) {
  .cid-uCtpnoL0Z6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCtpnoL0Z6 .text_widget {
  margin-bottom: 32px;
}
.cid-uCtpnoL0Z6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCtpnoL0Z6 .text_widget a:hover {
  opacity: .5;
}
.cid-uCtpnoL0Z6 .mbr-section-subtitle {
  color: #2b2b2b;
  text-align: center;
}
.cid-uCtpnoL0Z6 .mbr-text {
  color: #4e4e4e;
  text-align: center;
}
.cid-uCtpnoL0Z6 .mbr-section-subtitle,
.cid-uCtpnoL0Z6 .text_widget,
.cid-uCtpnoL0Z6 .mbr-section-btn {
  text-align: center;
}
.cid-uCtpnoL0Z6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
