body {
  font-family: 'Sriracha', handwriting;
}
.display-1 {
  font-family: 'Sriracha', handwriting;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Sriracha', handwriting;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Sriracha', handwriting;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sriracha', handwriting;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Sriracha', handwriting;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2d282 !important;
}
.bg-success {
  background-color: #f9f9f9 !important;
}
.bg-info {
  background-color: #96c85b !important;
}
.bg-warning {
  background-color: #e3ba52 !important;
}
.bg-danger {
  background-color: #e5673b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2d282 !important;
  border-color: #f2d282 !important;
  color: #6a4f0b !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: #eab633 !important;
  border-color: #eab633 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #6a4f0b !important;
  background-color: #eab633 !important;
  border-color: #eab633 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333333 !important;
  border-color: #333333 !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: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-info,
.btn-info:active {
  background-color: #96c85b !important;
  border-color: #96c85b !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: #6a9933 !important;
  border-color: #6a9933 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a9933 !important;
  border-color: #6a9933 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !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: #4e4e4e !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7a7a7a !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3ba52 !important;
  border-color: #e3ba52 !important;
  color: #ffffff !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: #bf921f !important;
  border-color: #bf921f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bf921f !important;
  border-color: #bf921f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5673b !important;
  border-color: #e5673b !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: #b23f18 !important;
  border-color: #b23f18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b23f18 !important;
  border-color: #b23f18 !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: #f2d282;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eab633 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6a4f0b !important;
  background-color: #f2d282 !important;
  border-color: #f2d282 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #080808 !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: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #96c85b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a9933 !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: #96c85b !important;
  border-color: #96c85b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f9f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cecece !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3ba52;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf921f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e3ba52 !important;
  border-color: #e3ba52 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5673b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b23f18 !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: #e5673b !important;
  border-color: #e5673b !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: #f2d282 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #f9f9f9 !important;
}
.text-info {
  color: #96c85b !important;
}
.text-warning {
  color: #e3ba52 !important;
}
.text-danger {
  color: #e5673b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8b126 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c6c6c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #628e2f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b2881d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a43b16 !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: #f2d282;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #96c85b;
}
.alert-warning {
  background-color: #e3ba52;
}
.alert-danger {
  background-color: #e5673b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2d282;
  border-color: #f2d282;
  color: #81600d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2d282;
}
.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: #d3e8ba;
}
.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: #fdf3ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sriracha', handwriting;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2d282 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sriracha', handwriting;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f2d282;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2d282;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2d282;
}
.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: #f2d282;
  border-bottom-color: #f2d282;
}
.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: #f2d282 !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: #333333 !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='%23f2d282' %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;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-sK7jYNwUTq .navbar-dropdown {
  position: relative !important;
}
.cid-sK7jYNwUTq nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK7jYNwUTq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK7jYNwUTq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK7jYNwUTq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK7jYNwUTq .offcanvas-body .mbr-text,
  .cid-sK7jYNwUTq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK7jYNwUTq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK7jYNwUTq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK7jYNwUTq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK7jYNwUTq 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: .3em !important;
  }
  .cid-sK7jYNwUTq li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK7jYNwUTq li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK7jYNwUTq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK7jYNwUTq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .nav-item {
    margin: 0 !important;
  }
}
.cid-sK7jYNwUTq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK7jYNwUTq .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK7jYNwUTq .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-sK7jYNwUTq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK7jYNwUTq .offcanvas_box {
    display: none;
  }
}
.cid-sK7jYNwUTq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK7jYNwUTq .nav-link {
  position: relative;
}
.cid-sK7jYNwUTq .container {
  display: flex;
  margin: auto;
}
.cid-sK7jYNwUTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK7jYNwUTq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK7jYNwUTq .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-sK7jYNwUTq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK7jYNwUTq .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK7jYNwUTq .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK7jYNwUTq .dropdown-menu,
.cid-sK7jYNwUTq .navbar.opened {
  background: #e5673b !important;
}
.cid-sK7jYNwUTq .nav-item:focus,
.cid-sK7jYNwUTq .nav-link:focus {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK7jYNwUTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK7jYNwUTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK7jYNwUTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK7jYNwUTq .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK7jYNwUTq .navbar.opened {
  transition: all 0.3s;
}
.cid-sK7jYNwUTq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK7jYNwUTq .navbar .navbar-logo img {
  width: auto;
}
.cid-sK7jYNwUTq .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-sK7jYNwUTq .navbar.collapsed {
  justify-content: center;
}
.cid-sK7jYNwUTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK7jYNwUTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK7jYNwUTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK7jYNwUTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK7jYNwUTq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK7jYNwUTq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK7jYNwUTq .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK7jYNwUTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK7jYNwUTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK7jYNwUTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK7jYNwUTq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK7jYNwUTq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK7jYNwUTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK7jYNwUTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK7jYNwUTq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK7jYNwUTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK7jYNwUTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK7jYNwUTq .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-sK7jYNwUTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK7jYNwUTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK7jYNwUTq .dropdown-item.active,
.cid-sK7jYNwUTq .dropdown-item:active {
  background-color: transparent;
}
.cid-sK7jYNwUTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK7jYNwUTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-sK7jYNwUTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK7jYNwUTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sK7jYNwUTq ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK7jYNwUTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK7jYNwUTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK7jYNwUTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK7jYNwUTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK7jYNwUTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK7jYNwUTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK7jYNwUTq .navbar {
    height: 70px;
  }
  .cid-sK7jYNwUTq .navbar.opened {
    height: auto;
  }
  .cid-sK7jYNwUTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK7jYNwUTq .mbr-section-subtitle {
  color: #202020;
}
.cid-uhEWu6pejj {
  background-color: #ffffff;
}
.cid-uhEWu6pejj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEWu6pejj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEWu6pejj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhEWu6pejj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhEWu6pejj .container {
    padding: 0 26px;
  }
}
.cid-uhEWu6pejj .row {
  justify-content: center;
}
.cid-uhEWu6pejj .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uhEWu6pejj .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uhEWu6pejj .content-wrapper {
    padding: 20px;
  }
}
.cid-uhEWu6pejj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uhEWu6pejj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #111111;
  opacity: .5;
}
.cid-uhEWu6pejj .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uhEWu6pejj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhEWu6pejj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhEWu6pejj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhEWu6pejj .mbr-section-title {
  color: #ffffff;
}
.cid-uhEWu6pejj .mbr-text,
.cid-uhEWu6pejj .text-wrapper {
  color: #ffffff;
}
.cid-uhEuZbrjrs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhEuZbrjrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEuZbrjrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEuZbrjrs .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uhEuZbrjrs .title-container {
    margin-bottom: 25px;
  }
}
.cid-uhEuZbrjrs .mbr-section-title {
  color: #181818;
}
.cid-uhEuZbrjrs .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uhEuZbrjrs .mbr-text {
    margin-top: 24px;
  }
}
.cid-uhEuZbrjrs .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhEuZbrjrs .tabl-container {
    margin-top: 25px;
  }
}
.cid-uhEuZbrjrs .item-container {
  width: 100%;
  display: flex;
}
.cid-uhEuZbrjrs .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uhEuZbrjrs .card-text {
  color: #272727;
  width: 100%;
}
.cid-uhEHKTey9u {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-uhEHKTey9u .mbr-section-title {
  color: #202020;
}
.cid-uhEHKTey9u .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhEHKTey9u .content_box {
  position: relative;
}
.cid-uhEHKTey9u .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhEHKTey9u .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sK7t54XuG9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #e5673b;
}
.cid-sK7t54XuG9 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #fef2f2;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-sK7t54XuG9 .main_header {
    padding-top: 66px;
  }
  .cid-sK7t54XuG9 .main_header > .row {
    flex-direction: column;
  }
  .cid-sK7t54XuG9 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sK7t54XuG9 .mbr-section-title {
  color: #181818;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-sK7t54XuG9 .mbr-section-title {
    text-align: center;
  }
}
.cid-sK7t54XuG9 .mbr-text {
  margin: 25px 0;
}
.cid-sK7t54XuG9 .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sK7t54XuG9 .bgImage {
    height: 65vh;
  }
}
.cid-sK7t54XuG9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sK7t54XuG9 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sK7t54XuG9 .linkBtn a:after,
.cid-sK7t54XuG9 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sK7t54XuG9 .linkBtn a:before {
  left: 0;
}
.cid-sK7t54XuG9 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sK7t54XuG9 .linkBtn a:hover:before,
.cid-sK7t54XuG9 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhFIOdcGFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-uhFIOdcGFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhFIOdcGFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhFIOdcGFf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhFIOdcGFf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhFIOdcGFf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhFIOdcGFf .container {
    padding: 0 20px;
  }
}
.cid-uhFIOdcGFf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhFIOdcGFf .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhFIOdcGFf .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uhFIOdcGFf .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #e5673b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhFIOdcGFf .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhFIOdcGFf .mbr-section-title {
  color: #ffffff;
}
.cid-uhFIOdcGFf .panel-title-edit {
  color: #ffffff;
}
.cid-uhFIOdcGFf .panel-text {
  color: #ffffff;
}
.cid-uhEI2W71CY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9e7e6;
}
.cid-uhEI2W71CY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEI2W71CY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhEI2W71CY .container {
    padding: 0 16px;
  }
}
.cid-uhEI2W71CY .card {
  justify-content: center;
}
.cid-uhEI2W71CY .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #e5673b;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhEI2W71CY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhEI2W71CY .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhEI2W71CY .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uhEI2W71CY .mbr-section-title {
  color: #000000;
}
.cid-uhEI2W71CY .mbr-text {
  color: #000000;
}
.cid-uhEI2W71CY .mbr-desc {
  color: #000000;
}
.cid-uhG086GMh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202020;
}
.cid-uhG086GMh5 .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uhG086GMh5 .mbr-section-btn {
  margin-top: 43px;
}
.cid-uhG086GMh5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhG086GMh5 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-uhG086GMh5 .mbr-text,
.cid-uhG086GMh5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhEIyIespE {
  background-color: #e5673b;
}
.cid-uhEIyIespE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEIyIespE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEIyIespE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhEIyIespE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhEIyIespE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhEIyIespE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhEIyIespE .container {
    padding: 0 24px;
  }
}
.cid-uhEIyIespE .row {
  justify-content: center;
}
.cid-uhEIyIespE .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uhEIyIespE .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhEIyIespE .title-wrapper {
    padding-right: 0;
  }
}
.cid-uhEIyIespE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uhEIyIespE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhEIyIespE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhEIyIespE .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uhEIyIespE .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhEIyIespE .text-wrapper {
    padding-left: 0;
  }
}
.cid-uhEIyIespE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhEIyIespE .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uhEIyIespE .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uhEIyIespE .mbr-section-title {
  color: #000000;
}
.cid-uhEIyIespE .mbr-desc {
  color: #18212d;
}
.cid-uhEIyIespE .mbr-text {
  color: #111111;
}
.cid-uhEJwjfndI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
  position: relative;
}
.cid-uhEJwjfndI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e5673b, #e3ba52);
}
.cid-uhEJwjfndI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEJwjfndI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEJwjfndI .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhEJwjfndI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhEJwjfndI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhEJwjfndI .container {
    padding: 0 16px;
  }
}
.cid-uhEJwjfndI .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhEJwjfndI .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uhEJwjfndI .item {
  margin-bottom: 32px;
}
.cid-uhEJwjfndI .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhEJwjfndI .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uhEJwjfndI .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  margin-right: 12px;
}
.cid-uhEJwjfndI .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhEJwjfndI .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uhEJwjfndI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uhEJwjfndI .card-title {
  color: #f4f4f4;
}
.cid-uhEJwjfndI .card-text {
  color: #c1c1c1;
}
.cid-uhF14PLdJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uhF14PLdJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhF14PLdJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhF14PLdJR .container {
    padding: 0 15px;
  }
}
.cid-uhF14PLdJR .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uhF14PLdJR .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhF14PLdJR .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uhF14PLdJR .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhF14PLdJR .content-wrapper {
    padding-left: 0;
  }
}
.cid-uhF14PLdJR .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhF14PLdJR .content-wrap {
    display: block;
  }
}
.cid-uhF14PLdJR .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhF14PLdJR .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhF14PLdJR .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhF14PLdJR .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhF14PLdJR .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uhF14PLdJR .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uhF14PLdJR .mbr-section-title {
  color: #3f1819;
}
.cid-uhF14PLdJR .mbr-desc,
.cid-uhF14PLdJR .desc-wrapper {
  color: #3f1819;
}
.cid-uhFGImNqBm {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uhFGImNqBm .display-2 {
    font-size: 2.1875rem;
  }
}
.cid-uhFGImNqBm .item-img {
  padding: 0.5rem;
}
.cid-uhFGImNqBm img,
.cid-uhFGImNqBm .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uhFGImNqBm .item:focus,
.cid-uhFGImNqBm span:focus {
  outline: none;
}
.cid-uhFGImNqBm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhFGImNqBm .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhFGImNqBm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhFGImNqBm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhFGImNqBm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhFGImNqBm .mbr-section-title {
  color: #ffffff;
}
.cid-uhFGImNqBm .item-title {
  color: #ae42c8;
}
.cid-uhFGImNqBm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhFGImNqBm .mbr-text,
.cid-uhFGImNqBm .mbr-section-btn {
  text-align: center;
}
.cid-uhFjcjG25j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhFjcjG25j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhFjcjG25j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhFjcjG25j .container {
    padding: 0 22px;
  }
}
.cid-uhFjcjG25j .row {
  justify-content: center;
}
.cid-uhFjcjG25j .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFjcjG25j .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhFjcjG25j .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhFjcjG25j .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhFjcjG25j .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhFjcjG25j .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uhFjcjG25j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhFjcjG25j .mbr-section-title {
  color: #ffffff;
}
.cid-uhFjcjG25j .mbr-text {
  color: #272727;
}
.cid-uhFjcjG25j .mbr-section-title,
.cid-uhFjcjG25j .icon-wrapper {
  color: #3f1819;
}
.cid-sK7un9Iunp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f1819;
}
.cid-sK7un9Iunp .card-title {
  color: #333333;
}
.cid-sK7un9Iunp .map-wrapper {
  margin-bottom: 70px;
}
.cid-sK7un9Iunp .google-map {
  height: 540px;
  position: relative;
}
.cid-sK7un9Iunp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sK7un9Iunp .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-sK7un9Iunp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sK7un9Iunp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sK7un9Iunp .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-sK7un9Iunp .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-sK7un9Iunp .card_box {
    padding: 0 2rem;
  }
}
.cid-sK7un9Iunp .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-uhFXuu0VKQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhFXuu0VKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhFXuu0VKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhFXuu0VKQ .row {
  justify-content: space-between;
}
.cid-uhFXuu0VKQ .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFXuu0VKQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhFXuu0VKQ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhFXuu0VKQ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhFXuu0VKQ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhFXuu0VKQ .list li {
  margin-bottom: 25px;
}
.cid-uhFXuu0VKQ .list li:last-child {
  margin-bottom: 0;
}
.cid-uhFXuu0VKQ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhFXuu0VKQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhFXuu0VKQ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhFXuu0VKQ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhFXuu0VKQ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhFXuu0VKQ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhFXuu0VKQ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhFXuu0VKQ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhFXuu0VKQ .mbr-desc,
.cid-uhFXuu0VKQ .mbr-iconfont {
  color: #3f1819;
}
.cid-uhFXuu0VKQ .mbr-text,
.cid-uhFXuu0VKQ .mbr-section-btn {
  color: #3f1819;
}
.cid-uhG16iOgIF .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhG16iOgIF .navbar-dropdown {
  position: relative !important;
}
.cid-uhG16iOgIF nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhG16iOgIF .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uhG16iOgIF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhG16iOgIF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhG16iOgIF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhG16iOgIF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhG16iOgIF .offcanvas-body .mbr-text,
  .cid-uhG16iOgIF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhG16iOgIF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhG16iOgIF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhG16iOgIF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhG16iOgIF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG16iOgIF .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-uhG16iOgIF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhG16iOgIF 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: .3em !important;
  }
  .cid-uhG16iOgIF li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uhG16iOgIF li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uhG16iOgIF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhG16iOgIF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhG16iOgIF .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uhG16iOgIF .nav-item {
    margin: 0 !important;
  }
}
.cid-uhG16iOgIF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhG16iOgIF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhG16iOgIF .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG16iOgIF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG16iOgIF .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-uhG16iOgIF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhG16iOgIF .offcanvas_box {
    display: none;
  }
}
.cid-uhG16iOgIF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhG16iOgIF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhG16iOgIF .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-uhG16iOgIF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhG16iOgIF .nav-link {
  position: relative;
}
.cid-uhG16iOgIF .container {
  display: flex;
  margin: auto;
}
.cid-uhG16iOgIF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhG16iOgIF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhG16iOgIF .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uhG16iOgIF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uhG16iOgIF .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uhG16iOgIF .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uhG16iOgIF .dropdown-menu,
.cid-uhG16iOgIF .navbar.opened {
  background: #e5673b !important;
}
.cid-uhG16iOgIF .nav-item:focus,
.cid-uhG16iOgIF .nav-link:focus {
  outline: none;
}
.cid-uhG16iOgIF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhG16iOgIF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhG16iOgIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhG16iOgIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhG16iOgIF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhG16iOgIF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhG16iOgIF .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhG16iOgIF .navbar.opened {
  transition: all 0.3s;
}
.cid-uhG16iOgIF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhG16iOgIF .navbar .navbar-logo img {
  width: auto;
}
.cid-uhG16iOgIF .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-uhG16iOgIF .navbar.collapsed {
  justify-content: center;
}
.cid-uhG16iOgIF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhG16iOgIF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhG16iOgIF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-uhG16iOgIF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhG16iOgIF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhG16iOgIF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhG16iOgIF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhG16iOgIF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhG16iOgIF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhG16iOgIF .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uhG16iOgIF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhG16iOgIF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhG16iOgIF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhG16iOgIF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhG16iOgIF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhG16iOgIF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhG16iOgIF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhG16iOgIF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhG16iOgIF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhG16iOgIF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhG16iOgIF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhG16iOgIF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhG16iOgIF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhG16iOgIF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhG16iOgIF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhG16iOgIF .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-uhG16iOgIF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhG16iOgIF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhG16iOgIF .dropdown-item.active,
.cid-uhG16iOgIF .dropdown-item:active {
  background-color: transparent;
}
.cid-uhG16iOgIF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhG16iOgIF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhG16iOgIF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhG16iOgIF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-uhG16iOgIF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhG16iOgIF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhG16iOgIF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhG16iOgIF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhG16iOgIF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-uhG16iOgIF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uhG16iOgIF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhG16iOgIF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG16iOgIF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG16iOgIF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhG16iOgIF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG16iOgIF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhG16iOgIF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhG16iOgIF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG16iOgIF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhG16iOgIF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhG16iOgIF .navbar {
    height: 70px;
  }
  .cid-uhG16iOgIF .navbar.opened {
    height: auto;
  }
  .cid-uhG16iOgIF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhG16iOgIF .mbr-section-subtitle {
  color: #202020;
}
.cid-uhG1DeKpxU {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-uhG1DeKpxU .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uhG1DeKpxU .carousel {
    height: 60vh;
  }
}
.cid-uhG1DeKpxU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhG1DeKpxU .carousel-item,
.cid-uhG1DeKpxU .carousel-inner {
  height: 100%;
}
.cid-uhG1DeKpxU .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5673b;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uhG1DeKpxU .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhG1DeKpxU .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uhG1DeKpxU .carousel-item,
.cid-uhG1DeKpxU .carousel-inner {
  height: 100%;
}
.cid-uhG1DeKpxU .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-uhG1DeKpxU .mbr-section-btn {
  margin-top: 42px;
}
.cid-uhG1DeKpxU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhG1DeKpxU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhG1DeKpxU .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uhG1DeKpxU .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uhG1DeKpxU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhG1DeKpxU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhG1DeKpxU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhG1DeKpxU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhG1DeKpxU .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #fef2f2;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uhG1DeKpxU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-uhG1DeKpxU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-uhG1DeKpxU .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uhG1DeKpxU .carousel-control {
    display: none !important;
  }
}
.cid-uhG1DeKpxU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uhG1DeKpxU .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uhG1DeKpxU .carousel-indicators li.active,
.cid-uhG1DeKpxU .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uhG1DeKpxU .carousel-indicators li::after,
.cid-uhG1DeKpxU .carousel-indicators li::before {
  content: none;
}
.cid-uhG1DeKpxU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhG1DeKpxU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG1DeKpxU .height_100 {
    height: 100%;
  }
}
.cid-uhG1En1gzN {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhG1En1gzN .mbr-section-title {
  color: #202020;
}
.cid-uhG1En1gzN .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhG1En1gzN .content_box {
  position: relative;
}
.cid-uhG1En1gzN .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhG1En1gzN .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uhG1mCn1OF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uhG1mCn1OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG1mCn1OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG1mCn1OF .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhG1mCn1OF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhG1mCn1OF .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-uhG1mCn1OF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhG1mCn1OF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhG1mCn1OF .content-head {
  max-width: 800px;
}
.cid-uhG1mCn1OF .mbr-section-title {
  color: #ffffff;
}
.cid-uhG16vctNQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhG16vctNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG16vctNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG16vctNQ .row {
  justify-content: space-between;
}
.cid-uhG16vctNQ .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG16vctNQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhG16vctNQ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG16vctNQ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhG16vctNQ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhG16vctNQ .list li {
  margin-bottom: 25px;
}
.cid-uhG16vctNQ .list li:last-child {
  margin-bottom: 0;
}
.cid-uhG16vctNQ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhG16vctNQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhG16vctNQ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhG16vctNQ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhG16vctNQ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhG16vctNQ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhG16vctNQ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhG16vctNQ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhG16vctNQ .mbr-desc,
.cid-uhG16vctNQ .mbr-iconfont {
  color: #3f1819;
}
.cid-uhG16vctNQ .mbr-text,
.cid-uhG16vctNQ .mbr-section-btn {
  color: #3f1819;
}
.cid-uhG3bKu44b .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhG3bKu44b .navbar-dropdown {
  position: relative !important;
}
.cid-uhG3bKu44b nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhG3bKu44b .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uhG3bKu44b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhG3bKu44b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhG3bKu44b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhG3bKu44b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhG3bKu44b .offcanvas-body .mbr-text,
  .cid-uhG3bKu44b .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhG3bKu44b .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhG3bKu44b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhG3bKu44b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhG3bKu44b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG3bKu44b .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-uhG3bKu44b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhG3bKu44b 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: .3em !important;
  }
  .cid-uhG3bKu44b li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uhG3bKu44b li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uhG3bKu44b .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhG3bKu44b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhG3bKu44b .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uhG3bKu44b .nav-item {
    margin: 0 !important;
  }
}
.cid-uhG3bKu44b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhG3bKu44b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhG3bKu44b .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG3bKu44b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG3bKu44b .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-uhG3bKu44b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhG3bKu44b .offcanvas_box {
    display: none;
  }
}
.cid-uhG3bKu44b .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhG3bKu44b .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhG3bKu44b .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-uhG3bKu44b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhG3bKu44b .nav-link {
  position: relative;
}
.cid-uhG3bKu44b .container {
  display: flex;
  margin: auto;
}
.cid-uhG3bKu44b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhG3bKu44b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhG3bKu44b .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uhG3bKu44b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uhG3bKu44b .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uhG3bKu44b .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uhG3bKu44b .dropdown-menu,
.cid-uhG3bKu44b .navbar.opened {
  background: #e5673b !important;
}
.cid-uhG3bKu44b .nav-item:focus,
.cid-uhG3bKu44b .nav-link:focus {
  outline: none;
}
.cid-uhG3bKu44b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhG3bKu44b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhG3bKu44b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhG3bKu44b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhG3bKu44b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhG3bKu44b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhG3bKu44b .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhG3bKu44b .navbar.opened {
  transition: all 0.3s;
}
.cid-uhG3bKu44b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhG3bKu44b .navbar .navbar-logo img {
  width: auto;
}
.cid-uhG3bKu44b .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-uhG3bKu44b .navbar.collapsed {
  justify-content: center;
}
.cid-uhG3bKu44b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhG3bKu44b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhG3bKu44b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-uhG3bKu44b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhG3bKu44b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhG3bKu44b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhG3bKu44b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhG3bKu44b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhG3bKu44b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhG3bKu44b .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uhG3bKu44b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhG3bKu44b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhG3bKu44b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhG3bKu44b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhG3bKu44b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhG3bKu44b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhG3bKu44b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhG3bKu44b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhG3bKu44b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhG3bKu44b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhG3bKu44b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhG3bKu44b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhG3bKu44b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhG3bKu44b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhG3bKu44b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhG3bKu44b .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-uhG3bKu44b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhG3bKu44b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhG3bKu44b .dropdown-item.active,
.cid-uhG3bKu44b .dropdown-item:active {
  background-color: transparent;
}
.cid-uhG3bKu44b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhG3bKu44b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhG3bKu44b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhG3bKu44b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-uhG3bKu44b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhG3bKu44b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhG3bKu44b ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhG3bKu44b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhG3bKu44b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-uhG3bKu44b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uhG3bKu44b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhG3bKu44b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG3bKu44b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG3bKu44b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhG3bKu44b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG3bKu44b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhG3bKu44b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhG3bKu44b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG3bKu44b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhG3bKu44b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhG3bKu44b .navbar {
    height: 70px;
  }
  .cid-uhG3bKu44b .navbar.opened {
    height: auto;
  }
  .cid-uhG3bKu44b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhG3bKu44b .mbr-section-subtitle {
  color: #202020;
}
.cid-uhG3bLwOZh {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-uhG3bLwOZh .carousel {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uhG3bLwOZh .carousel {
    height: 60vh;
  }
}
.cid-uhG3bLwOZh .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhG3bLwOZh .carousel-item,
.cid-uhG3bLwOZh .carousel-inner {
  height: 100%;
}
.cid-uhG3bLwOZh .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5673b;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uhG3bLwOZh .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhG3bLwOZh .content_wrap {
    padding: 60px 12px;
  }
}
.cid-uhG3bLwOZh .carousel-item,
.cid-uhG3bLwOZh .carousel-inner {
  height: 100%;
}
.cid-uhG3bLwOZh .mbr-section-title {
  margin-bottom: 25px;
  color: #202020;
}
.cid-uhG3bLwOZh .mbr-section-btn {
  margin-top: 42px;
}
.cid-uhG3bLwOZh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhG3bLwOZh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhG3bLwOZh .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uhG3bLwOZh .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uhG3bLwOZh .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhG3bLwOZh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhG3bLwOZh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhG3bLwOZh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhG3bLwOZh .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #fef2f2;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uhG3bLwOZh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -1.9rem;
}
.cid-uhG3bLwOZh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -1.9rem;
}
.cid-uhG3bLwOZh .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uhG3bLwOZh .carousel-control {
    display: none !important;
  }
}
.cid-uhG3bLwOZh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uhG3bLwOZh .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uhG3bLwOZh .carousel-indicators li.active,
.cid-uhG3bLwOZh .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uhG3bLwOZh .carousel-indicators li::after,
.cid-uhG3bLwOZh .carousel-indicators li::before {
  content: none;
}
.cid-uhG3bLwOZh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhG3bLwOZh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG3bLwOZh .height_100 {
    height: 100%;
  }
}
.cid-uhG3bM4LkS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #e5673b;
}
.cid-uhG3bM4LkS .mbr-section-title {
  color: #202020;
}
.cid-uhG3bM4LkS .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhG3bM4LkS .content_box {
  position: relative;
}
.cid-uhG3bM4LkS .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhG3bM4LkS .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uhG3bMA33F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232323;
}
.cid-uhG3bMA33F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG3bMA33F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG3bMA33F .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhG3bMA33F .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhG3bMA33F .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-uhG3bMA33F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhG3bMA33F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhG3bMA33F .content-head {
  max-width: 800px;
}
.cid-uhG3bMA33F .mbr-section-title {
  color: #ffffff;
}
.cid-uhG3bNiOfe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhG3bNiOfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG3bNiOfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG3bNiOfe .row {
  justify-content: space-between;
}
.cid-uhG3bNiOfe .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG3bNiOfe .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhG3bNiOfe .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG3bNiOfe .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhG3bNiOfe .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhG3bNiOfe .list li {
  margin-bottom: 25px;
}
.cid-uhG3bNiOfe .list li:last-child {
  margin-bottom: 0;
}
.cid-uhG3bNiOfe .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhG3bNiOfe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhG3bNiOfe .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhG3bNiOfe .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhG3bNiOfe .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhG3bNiOfe .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhG3bNiOfe .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhG3bNiOfe .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhG3bNiOfe .mbr-desc,
.cid-uhG3bNiOfe .mbr-iconfont {
  color: #3f1819;
}
.cid-uhG3bNiOfe .mbr-text,
.cid-uhG3bNiOfe .mbr-section-btn {
  color: #3f1819;
}
.cid-uhG12QRQ9q .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhG12QRQ9q .navbar-dropdown {
  position: relative !important;
}
.cid-uhG12QRQ9q nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhG12QRQ9q .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uhG12QRQ9q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhG12QRQ9q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhG12QRQ9q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhG12QRQ9q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhG12QRQ9q .offcanvas-body .mbr-text,
  .cid-uhG12QRQ9q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhG12QRQ9q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhG12QRQ9q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhG12QRQ9q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhG12QRQ9q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG12QRQ9q .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-uhG12QRQ9q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhG12QRQ9q 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: .3em !important;
  }
  .cid-uhG12QRQ9q li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uhG12QRQ9q li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uhG12QRQ9q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhG12QRQ9q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhG12QRQ9q .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uhG12QRQ9q .nav-item {
    margin: 0 !important;
  }
}
.cid-uhG12QRQ9q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhG12QRQ9q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhG12QRQ9q .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG12QRQ9q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG12QRQ9q .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-uhG12QRQ9q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhG12QRQ9q .offcanvas_box {
    display: none;
  }
}
.cid-uhG12QRQ9q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhG12QRQ9q .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhG12QRQ9q .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-uhG12QRQ9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhG12QRQ9q .nav-link {
  position: relative;
}
.cid-uhG12QRQ9q .container {
  display: flex;
  margin: auto;
}
.cid-uhG12QRQ9q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhG12QRQ9q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhG12QRQ9q .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uhG12QRQ9q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uhG12QRQ9q .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uhG12QRQ9q .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uhG12QRQ9q .dropdown-menu,
.cid-uhG12QRQ9q .navbar.opened {
  background: #e5673b !important;
}
.cid-uhG12QRQ9q .nav-item:focus,
.cid-uhG12QRQ9q .nav-link:focus {
  outline: none;
}
.cid-uhG12QRQ9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhG12QRQ9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhG12QRQ9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhG12QRQ9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhG12QRQ9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhG12QRQ9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhG12QRQ9q .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhG12QRQ9q .navbar.opened {
  transition: all 0.3s;
}
.cid-uhG12QRQ9q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhG12QRQ9q .navbar .navbar-logo img {
  width: auto;
}
.cid-uhG12QRQ9q .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-uhG12QRQ9q .navbar.collapsed {
  justify-content: center;
}
.cid-uhG12QRQ9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhG12QRQ9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhG12QRQ9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-uhG12QRQ9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhG12QRQ9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhG12QRQ9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhG12QRQ9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhG12QRQ9q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhG12QRQ9q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhG12QRQ9q .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uhG12QRQ9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhG12QRQ9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhG12QRQ9q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhG12QRQ9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhG12QRQ9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhG12QRQ9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhG12QRQ9q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhG12QRQ9q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhG12QRQ9q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhG12QRQ9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhG12QRQ9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhG12QRQ9q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhG12QRQ9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhG12QRQ9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhG12QRQ9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhG12QRQ9q .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-uhG12QRQ9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhG12QRQ9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhG12QRQ9q .dropdown-item.active,
.cid-uhG12QRQ9q .dropdown-item:active {
  background-color: transparent;
}
.cid-uhG12QRQ9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhG12QRQ9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhG12QRQ9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhG12QRQ9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-uhG12QRQ9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhG12QRQ9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhG12QRQ9q ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhG12QRQ9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhG12QRQ9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-uhG12QRQ9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uhG12QRQ9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhG12QRQ9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG12QRQ9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG12QRQ9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhG12QRQ9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG12QRQ9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhG12QRQ9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhG12QRQ9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG12QRQ9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhG12QRQ9q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhG12QRQ9q .navbar {
    height: 70px;
  }
  .cid-uhG12QRQ9q .navbar.opened {
    height: auto;
  }
  .cid-uhG12QRQ9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhG12QRQ9q .mbr-section-subtitle {
  color: #202020;
}
.cid-uhG12S7liR {
  background-color: #ffffff;
}
.cid-uhG12S7liR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG12S7liR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG12S7liR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhG12S7liR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhG12S7liR .container {
    padding: 0 26px;
  }
}
.cid-uhG12S7liR .row {
  justify-content: center;
}
.cid-uhG12S7liR .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uhG12S7liR .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uhG12S7liR .content-wrapper {
    padding: 20px;
  }
}
.cid-uhG12S7liR .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uhG12S7liR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #111111;
  opacity: .5;
}
.cid-uhG12S7liR .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uhG12S7liR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhG12S7liR .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhG12S7liR .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhG12S7liR .mbr-section-title {
  color: #ffffff;
}
.cid-uhG12S7liR .mbr-text,
.cid-uhG12S7liR .text-wrapper {
  color: #ffffff;
}
.cid-uhG12SNz8K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG12SNz8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG12SNz8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG12SNz8K .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uhG12SNz8K .title-container {
    margin-bottom: 25px;
  }
}
.cid-uhG12SNz8K .mbr-section-title {
  color: #181818;
}
.cid-uhG12SNz8K .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uhG12SNz8K .mbr-text {
    margin-top: 24px;
  }
}
.cid-uhG12SNz8K .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhG12SNz8K .tabl-container {
    margin-top: 25px;
  }
}
.cid-uhG12SNz8K .item-container {
  width: 100%;
  display: flex;
}
.cid-uhG12SNz8K .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uhG12SNz8K .card-text {
  color: #272727;
  width: 100%;
}
.cid-uhG12TA4Mq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-uhG12TA4Mq .mbr-section-title {
  color: #202020;
}
.cid-uhG12TA4Mq .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhG12TA4Mq .content_box {
  position: relative;
}
.cid-uhG12TA4Mq .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhG12TA4Mq .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uhG12Ut6LZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #e5673b;
}
.cid-uhG12Ut6LZ .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #fef2f2;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhG12Ut6LZ .main_header {
    padding-top: 66px;
  }
  .cid-uhG12Ut6LZ .main_header > .row {
    flex-direction: column;
  }
  .cid-uhG12Ut6LZ .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhG12Ut6LZ .mbr-section-title {
  color: #181818;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhG12Ut6LZ .mbr-section-title {
    text-align: center;
  }
}
.cid-uhG12Ut6LZ .mbr-text {
  margin: 25px 0;
}
.cid-uhG12Ut6LZ .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhG12Ut6LZ .bgImage {
    height: 65vh;
  }
}
.cid-uhG12Ut6LZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhG12Ut6LZ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhG12Ut6LZ .linkBtn a:after,
.cid-uhG12Ut6LZ .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhG12Ut6LZ .linkBtn a:before {
  left: 0;
}
.cid-uhG12Ut6LZ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhG12Ut6LZ .linkBtn a:hover:before,
.cid-uhG12Ut6LZ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhG12WiEPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-uhG12WiEPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG12WiEPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG12WiEPS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG12WiEPS .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhG12WiEPS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhG12WiEPS .container {
    padding: 0 20px;
  }
}
.cid-uhG12WiEPS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG12WiEPS .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhG12WiEPS .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uhG12WiEPS .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhG12WiEPS .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhG12WiEPS .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #e5673b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhG12WiEPS .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhG12WiEPS .mbr-section-title {
  color: #ffffff;
}
.cid-uhG12WiEPS .panel-title-edit {
  color: #ffffff;
}
.cid-uhG12WiEPS .panel-text {
  color: #ffffff;
}
.cid-uhG12Xoui0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9e7e6;
}
.cid-uhG12Xoui0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG12Xoui0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG12Xoui0 .container {
    padding: 0 16px;
  }
}
.cid-uhG12Xoui0 .card {
  justify-content: center;
}
.cid-uhG12Xoui0 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #e5673b;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhG12Xoui0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG12Xoui0 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhG12Xoui0 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uhG12Xoui0 .mbr-section-title {
  color: #000000;
}
.cid-uhG12Xoui0 .mbr-text {
  color: #000000;
}
.cid-uhG12Xoui0 .mbr-desc {
  color: #000000;
}
.cid-uhG12Y5XQe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202020;
}
.cid-uhG12Y5XQe .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uhG12Y5XQe .mbr-section-btn {
  margin-top: 43px;
}
.cid-uhG12Y5XQe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhG12Y5XQe .card-wrapper {
    margin-top: 60px;
  }
}
.cid-uhG12Y5XQe .mbr-text,
.cid-uhG12Y5XQe .mbr-section-btn {
  color: #ffffff;
}
.cid-uhG12Z8sDS {
  background-color: #e5673b;
}
.cid-uhG12Z8sDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG12Z8sDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG12Z8sDS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG12Z8sDS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG12Z8sDS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhG12Z8sDS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG12Z8sDS .container {
    padding: 0 24px;
  }
}
.cid-uhG12Z8sDS .row {
  justify-content: center;
}
.cid-uhG12Z8sDS .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG12Z8sDS .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG12Z8sDS .title-wrapper {
    padding-right: 0;
  }
}
.cid-uhG12Z8sDS .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uhG12Z8sDS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG12Z8sDS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG12Z8sDS .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG12Z8sDS .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG12Z8sDS .text-wrapper {
    padding-left: 0;
  }
}
.cid-uhG12Z8sDS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG12Z8sDS .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uhG12Z8sDS .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uhG12Z8sDS .mbr-section-title {
  color: #000000;
}
.cid-uhG12Z8sDS .mbr-desc {
  color: #18212d;
}
.cid-uhG12Z8sDS .mbr-text {
  color: #111111;
}
.cid-uhG13009fV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
  position: relative;
}
.cid-uhG13009fV::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e5673b, #e3ba52);
}
.cid-uhG13009fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG13009fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG13009fV .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhG13009fV .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhG13009fV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhG13009fV .container {
    padding: 0 16px;
  }
}
.cid-uhG13009fV .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhG13009fV .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uhG13009fV .item {
  margin-bottom: 32px;
}
.cid-uhG13009fV .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhG13009fV .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uhG13009fV .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  margin-right: 12px;
}
.cid-uhG13009fV .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhG13009fV .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uhG13009fV .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uhG13009fV .card-title {
  color: #f4f4f4;
}
.cid-uhG13009fV .card-text {
  color: #c1c1c1;
}
.cid-uhI2eaCkzW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uhI2eaCkzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhI2eaCkzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhI2eaCkzW .container {
    padding: 0 20px;
  }
}
.cid-uhI2eaCkzW .row {
  margin: 0;
}
.cid-uhI2eaCkzW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uhI2eaCkzW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhI2eaCkzW .video-block .video-wrapper .app-video-wrapper::before {
  color: #d9e8f1;
  text-shadow: none;
}
.cid-uhI2eaCkzW .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uhI2eaCkzW .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uhI2eaCkzW .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uhI2eaCkzW .mbr-section-title {
  color: #ffffff;
}
.cid-uhG13162AO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uhG13162AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG13162AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG13162AO .container {
    padding: 0 15px;
  }
}
.cid-uhG13162AO .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uhG13162AO .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG13162AO .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uhG13162AO .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG13162AO .content-wrapper {
    padding-left: 0;
  }
}
.cid-uhG13162AO .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhG13162AO .content-wrap {
    display: block;
  }
}
.cid-uhG13162AO .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG13162AO .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG13162AO .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG13162AO .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG13162AO .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uhG13162AO .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uhG13162AO .mbr-section-title {
  color: #3f1819;
}
.cid-uhG13162AO .mbr-desc,
.cid-uhG13162AO .desc-wrapper {
  color: #3f1819;
}
.cid-uhG131Q4LO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uhG131Q4LO .display-2 {
    font-size: 2.1875rem;
  }
}
.cid-uhG131Q4LO .item-img {
  padding: 0.5rem;
}
.cid-uhG131Q4LO img,
.cid-uhG131Q4LO .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uhG131Q4LO .item:focus,
.cid-uhG131Q4LO span:focus {
  outline: none;
}
.cid-uhG131Q4LO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhG131Q4LO .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhG131Q4LO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhG131Q4LO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhG131Q4LO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhG131Q4LO .mbr-section-title {
  color: #ffffff;
}
.cid-uhG131Q4LO .item-title {
  color: #ae42c8;
}
.cid-uhG131Q4LO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhG131Q4LO .mbr-text,
.cid-uhG131Q4LO .mbr-section-btn {
  text-align: center;
}
.cid-uhG13308GT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG13308GT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG13308GT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG13308GT .container {
    padding: 0 22px;
  }
}
.cid-uhG13308GT .row {
  justify-content: center;
}
.cid-uhG13308GT .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG13308GT .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhG13308GT .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG13308GT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhG13308GT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhG13308GT .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uhG13308GT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG13308GT .mbr-section-title {
  color: #ffffff;
}
.cid-uhG13308GT .mbr-text {
  color: #3f1819;
}
.cid-uhG13308GT .mbr-section-title,
.cid-uhG13308GT .icon-wrapper {
  color: #3f1819;
}
.cid-uhIoYMpT9h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhIoYMpT9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIoYMpT9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIoYMpT9h .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhIoYMpT9h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhIoYMpT9h .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f2d282;
}
.cid-uhIoYMpT9h .panel-body,
.cid-uhIoYMpT9h .card-header {
  padding: 1rem 0;
}
.cid-uhIoYMpT9h .panel-title-edit {
  color: #faf9fc;
}
.cid-uhIoYMpT9h .panel-text {
  color: #edca11;
}
.cid-uhIoYMpT9h H3 {
  color: #faf9fc;
}
.cid-uhG133Te7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f1819;
}
.cid-uhG133Te7n .card-title {
  color: #333333;
}
.cid-uhG133Te7n .map-wrapper {
  margin-bottom: 70px;
}
.cid-uhG133Te7n .google-map {
  height: 540px;
  position: relative;
}
.cid-uhG133Te7n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhG133Te7n .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-uhG133Te7n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhG133Te7n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhG133Te7n .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-uhG133Te7n .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-uhG133Te7n .card_box {
    padding: 0 2rem;
  }
}
.cid-uhG133Te7n .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-uhG1357WvK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhG1357WvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG1357WvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG1357WvK .row {
  justify-content: space-between;
}
.cid-uhG1357WvK .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG1357WvK .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhG1357WvK .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG1357WvK .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhG1357WvK .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhG1357WvK .list li {
  margin-bottom: 25px;
}
.cid-uhG1357WvK .list li:last-child {
  margin-bottom: 0;
}
.cid-uhG1357WvK .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhG1357WvK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhG1357WvK .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhG1357WvK .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhG1357WvK .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhG1357WvK .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhG1357WvK .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhG1357WvK .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhG1357WvK .mbr-desc,
.cid-uhG1357WvK .mbr-iconfont {
  color: #3f1819;
}
.cid-uhG1357WvK .mbr-text,
.cid-uhG1357WvK .mbr-section-btn {
  color: #3f1819;
}
.cid-uhG144E7fp .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhG144E7fp .navbar-dropdown {
  position: relative !important;
}
.cid-uhG144E7fp nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhG144E7fp .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uhG144E7fp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhG144E7fp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhG144E7fp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhG144E7fp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhG144E7fp .offcanvas-body .mbr-text,
  .cid-uhG144E7fp .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhG144E7fp .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhG144E7fp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhG144E7fp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhG144E7fp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG144E7fp .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-uhG144E7fp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhG144E7fp 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: .3em !important;
  }
  .cid-uhG144E7fp li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uhG144E7fp li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uhG144E7fp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhG144E7fp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhG144E7fp .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uhG144E7fp .nav-item {
    margin: 0 !important;
  }
}
.cid-uhG144E7fp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhG144E7fp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhG144E7fp .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG144E7fp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG144E7fp .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-uhG144E7fp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhG144E7fp .offcanvas_box {
    display: none;
  }
}
.cid-uhG144E7fp .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhG144E7fp .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhG144E7fp .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-uhG144E7fp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhG144E7fp .nav-link {
  position: relative;
}
.cid-uhG144E7fp .container {
  display: flex;
  margin: auto;
}
.cid-uhG144E7fp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhG144E7fp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhG144E7fp .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uhG144E7fp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uhG144E7fp .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uhG144E7fp .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uhG144E7fp .dropdown-menu,
.cid-uhG144E7fp .navbar.opened {
  background: #e5673b !important;
}
.cid-uhG144E7fp .nav-item:focus,
.cid-uhG144E7fp .nav-link:focus {
  outline: none;
}
.cid-uhG144E7fp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhG144E7fp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhG144E7fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhG144E7fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhG144E7fp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhG144E7fp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhG144E7fp .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhG144E7fp .navbar.opened {
  transition: all 0.3s;
}
.cid-uhG144E7fp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhG144E7fp .navbar .navbar-logo img {
  width: auto;
}
.cid-uhG144E7fp .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-uhG144E7fp .navbar.collapsed {
  justify-content: center;
}
.cid-uhG144E7fp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhG144E7fp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhG144E7fp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-uhG144E7fp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhG144E7fp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhG144E7fp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhG144E7fp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhG144E7fp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhG144E7fp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhG144E7fp .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uhG144E7fp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhG144E7fp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhG144E7fp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhG144E7fp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhG144E7fp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhG144E7fp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhG144E7fp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhG144E7fp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhG144E7fp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhG144E7fp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhG144E7fp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhG144E7fp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhG144E7fp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhG144E7fp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhG144E7fp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhG144E7fp .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-uhG144E7fp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhG144E7fp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhG144E7fp .dropdown-item.active,
.cid-uhG144E7fp .dropdown-item:active {
  background-color: transparent;
}
.cid-uhG144E7fp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhG144E7fp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhG144E7fp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhG144E7fp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-uhG144E7fp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhG144E7fp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhG144E7fp ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhG144E7fp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhG144E7fp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-uhG144E7fp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uhG144E7fp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhG144E7fp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG144E7fp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG144E7fp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhG144E7fp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG144E7fp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhG144E7fp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhG144E7fp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG144E7fp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhG144E7fp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhG144E7fp .navbar {
    height: 70px;
  }
  .cid-uhG144E7fp .navbar.opened {
    height: auto;
  }
  .cid-uhG144E7fp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhG144E7fp .mbr-section-subtitle {
  color: #202020;
}
.cid-uhG145Pc3z {
  background-color: #ffffff;
}
.cid-uhG145Pc3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG145Pc3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG145Pc3z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhG145Pc3z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhG145Pc3z .container {
    padding: 0 26px;
  }
}
.cid-uhG145Pc3z .row {
  justify-content: center;
}
.cid-uhG145Pc3z .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uhG145Pc3z .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uhG145Pc3z .content-wrapper {
    padding: 20px;
  }
}
.cid-uhG145Pc3z .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uhG145Pc3z .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #111111;
  opacity: .5;
}
.cid-uhG145Pc3z .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uhG145Pc3z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhG145Pc3z .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhG145Pc3z .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhG145Pc3z .mbr-section-title {
  color: #ffffff;
}
.cid-uhG145Pc3z .mbr-text,
.cid-uhG145Pc3z .text-wrapper {
  color: #ffffff;
}
.cid-uhG146HcMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG146HcMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG146HcMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG146HcMg .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uhG146HcMg .title-container {
    margin-bottom: 25px;
  }
}
.cid-uhG146HcMg .mbr-section-title {
  color: #181818;
}
.cid-uhG146HcMg .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uhG146HcMg .mbr-text {
    margin-top: 24px;
  }
}
.cid-uhG146HcMg .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhG146HcMg .tabl-container {
    margin-top: 25px;
  }
}
.cid-uhG146HcMg .item-container {
  width: 100%;
  display: flex;
}
.cid-uhG146HcMg .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uhG146HcMg .card-text {
  color: #272727;
  width: 100%;
}
.cid-uhG147xQXd {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-uhG147xQXd .mbr-section-title {
  color: #202020;
}
.cid-uhG147xQXd .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhG147xQXd .content_box {
  position: relative;
}
.cid-uhG147xQXd .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhG147xQXd .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uhG148ktnZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #e5673b;
}
.cid-uhG148ktnZ .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #fef2f2;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhG148ktnZ .main_header {
    padding-top: 66px;
  }
  .cid-uhG148ktnZ .main_header > .row {
    flex-direction: column;
  }
  .cid-uhG148ktnZ .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhG148ktnZ .mbr-section-title {
  color: #181818;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhG148ktnZ .mbr-section-title {
    text-align: center;
  }
}
.cid-uhG148ktnZ .mbr-text {
  margin: 25px 0;
}
.cid-uhG148ktnZ .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhG148ktnZ .bgImage {
    height: 65vh;
  }
}
.cid-uhG148ktnZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhG148ktnZ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhG148ktnZ .linkBtn a:after,
.cid-uhG148ktnZ .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhG148ktnZ .linkBtn a:before {
  left: 0;
}
.cid-uhG148ktnZ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhG148ktnZ .linkBtn a:hover:before,
.cid-uhG148ktnZ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhG149Z2Mg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-uhG149Z2Mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG149Z2Mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG149Z2Mg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG149Z2Mg .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhG149Z2Mg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhG149Z2Mg .container {
    padding: 0 20px;
  }
}
.cid-uhG149Z2Mg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG149Z2Mg .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhG149Z2Mg .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uhG149Z2Mg .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #e5673b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhG149Z2Mg .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhG149Z2Mg .mbr-section-title {
  color: #ffffff;
}
.cid-uhG149Z2Mg .panel-title-edit {
  color: #ffffff;
}
.cid-uhG149Z2Mg .panel-text {
  color: #ffffff;
}
.cid-uhG14b57y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9e7e6;
}
.cid-uhG14b57y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14b57y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14b57y2 .container {
    padding: 0 16px;
  }
}
.cid-uhG14b57y2 .card {
  justify-content: center;
}
.cid-uhG14b57y2 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #e5673b;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhG14b57y2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG14b57y2 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhG14b57y2 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uhG14b57y2 .mbr-section-title {
  color: #000000;
}
.cid-uhG14b57y2 .mbr-text {
  color: #000000;
}
.cid-uhG14b57y2 .mbr-desc {
  color: #000000;
}
.cid-uhG14c0dB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202020;
}
.cid-uhG14c0dB6 .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uhG14c0dB6 .mbr-section-btn {
  margin-top: 43px;
}
.cid-uhG14c0dB6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhG14c0dB6 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-uhG14c0dB6 .mbr-text,
.cid-uhG14c0dB6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uhG14cYVNb {
  background-color: #e5673b;
}
.cid-uhG14cYVNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14cYVNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14cYVNb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG14cYVNb .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG14cYVNb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14cYVNb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG14cYVNb .container {
    padding: 0 24px;
  }
}
.cid-uhG14cYVNb .row {
  justify-content: center;
}
.cid-uhG14cYVNb .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG14cYVNb .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14cYVNb .title-wrapper {
    padding-right: 0;
  }
}
.cid-uhG14cYVNb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uhG14cYVNb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG14cYVNb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG14cYVNb .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG14cYVNb .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14cYVNb .text-wrapper {
    padding-left: 0;
  }
}
.cid-uhG14cYVNb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG14cYVNb .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uhG14cYVNb .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uhG14cYVNb .mbr-section-title {
  color: #000000;
}
.cid-uhG14cYVNb .mbr-desc {
  color: #18212d;
}
.cid-uhG14cYVNb .mbr-text {
  color: #111111;
}
.cid-uhG14dSPEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
  position: relative;
}
.cid-uhG14dSPEf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e5673b, #e3ba52);
}
.cid-uhG14dSPEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14dSPEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14dSPEf .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhG14dSPEf .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14dSPEf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14dSPEf .container {
    padding: 0 16px;
  }
}
.cid-uhG14dSPEf .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhG14dSPEf .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uhG14dSPEf .item {
  margin-bottom: 32px;
}
.cid-uhG14dSPEf .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhG14dSPEf .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uhG14dSPEf .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  margin-right: 12px;
}
.cid-uhG14dSPEf .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhG14dSPEf .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uhG14dSPEf .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uhG14dSPEf .card-title {
  color: #f4f4f4;
}
.cid-uhG14dSPEf .card-text {
  color: #c1c1c1;
}
.cid-uhG14eYkx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uhG14eYkx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14eYkx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14eYkx5 .container {
    padding: 0 15px;
  }
}
.cid-uhG14eYkx5 .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uhG14eYkx5 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG14eYkx5 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uhG14eYkx5 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG14eYkx5 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uhG14eYkx5 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhG14eYkx5 .content-wrap {
    display: block;
  }
}
.cid-uhG14eYkx5 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG14eYkx5 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG14eYkx5 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG14eYkx5 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG14eYkx5 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uhG14eYkx5 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uhG14eYkx5 .mbr-section-title {
  color: #3f1819;
}
.cid-uhG14eYkx5 .mbr-desc,
.cid-uhG14eYkx5 .desc-wrapper {
  color: #3f1819;
}
.cid-uhG14fJPz4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uhG14fJPz4 .display-2 {
    font-size: 2.1875rem;
  }
}
.cid-uhG14fJPz4 .item-img {
  padding: 0.5rem;
}
.cid-uhG14fJPz4 img,
.cid-uhG14fJPz4 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uhG14fJPz4 .item:focus,
.cid-uhG14fJPz4 span:focus {
  outline: none;
}
.cid-uhG14fJPz4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhG14fJPz4 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhG14fJPz4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhG14fJPz4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhG14fJPz4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhG14fJPz4 .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14fJPz4 .item-title {
  color: #ae42c8;
}
.cid-uhG14fJPz4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhG14fJPz4 .mbr-text,
.cid-uhG14fJPz4 .mbr-section-btn {
  text-align: center;
}
.cid-uhG14gFO4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG14gFO4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14gFO4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14gFO4q .container {
    padding: 0 22px;
  }
}
.cid-uhG14gFO4q .row {
  justify-content: center;
}
.cid-uhG14gFO4q .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG14gFO4q .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhG14gFO4q .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG14gFO4q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhG14gFO4q .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhG14gFO4q .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uhG14gFO4q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG14gFO4q .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14gFO4q .mbr-text {
  color: #3f1819;
}
.cid-uhG14gFO4q .mbr-section-title,
.cid-uhG14gFO4q .icon-wrapper {
  color: #272727;
}
.cid-uhIuiPiHB3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhIuiPiHB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIuiPiHB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIuiPiHB3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhIuiPiHB3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhIuiPiHB3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f2d282;
}
.cid-uhIuiPiHB3 .panel-body,
.cid-uhIuiPiHB3 .card-header {
  padding: 1rem 0;
}
.cid-uhIuiPiHB3 .panel-title-edit {
  color: #faf9fc;
}
.cid-uhIuiPiHB3 .panel-text {
  color: #edca11;
}
.cid-uhIuiPiHB3 H3 {
  color: #faf9fc;
}
.cid-uhG14hmqDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f1819;
}
.cid-uhG14hmqDl .card-title {
  color: #333333;
}
.cid-uhG14hmqDl .map-wrapper {
  margin-bottom: 70px;
}
.cid-uhG14hmqDl .google-map {
  height: 540px;
  position: relative;
}
.cid-uhG14hmqDl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhG14hmqDl .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-uhG14hmqDl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhG14hmqDl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhG14hmqDl .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-uhG14hmqDl .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-uhG14hmqDl .card_box {
    padding: 0 2rem;
  }
}
.cid-uhG14hmqDl .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-uhG14icLkr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhG14icLkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14icLkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14icLkr .row {
  justify-content: space-between;
}
.cid-uhG14icLkr .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG14icLkr .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhG14icLkr .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG14icLkr .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhG14icLkr .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhG14icLkr .list li {
  margin-bottom: 25px;
}
.cid-uhG14icLkr .list li:last-child {
  margin-bottom: 0;
}
.cid-uhG14icLkr .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhG14icLkr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhG14icLkr .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhG14icLkr .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhG14icLkr .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhG14icLkr .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhG14icLkr .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhG14icLkr .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhG14icLkr .mbr-desc,
.cid-uhG14icLkr .mbr-iconfont {
  color: #3f1819;
}
.cid-uhG14icLkr .mbr-text,
.cid-uhG14icLkr .mbr-section-btn {
  color: #3f1819;
}
.cid-uhG14EiAtn .navbar-dropdown {
  background-color: #e5673b !important;
  padding: 0;
}
.cid-uhG14EiAtn .navbar-dropdown {
  position: relative !important;
}
.cid-uhG14EiAtn nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhG14EiAtn .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uhG14EiAtn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhG14EiAtn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhG14EiAtn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhG14EiAtn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhG14EiAtn .offcanvas-body .mbr-text,
  .cid-uhG14EiAtn .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhG14EiAtn .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #e5673b;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhG14EiAtn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhG14EiAtn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhG14EiAtn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG14EiAtn .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-uhG14EiAtn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhG14EiAtn 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: .3em !important;
  }
  .cid-uhG14EiAtn li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uhG14EiAtn li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uhG14EiAtn .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhG14EiAtn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhG14EiAtn .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uhG14EiAtn .nav-item {
    margin: 0 !important;
  }
}
.cid-uhG14EiAtn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhG14EiAtn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uhG14EiAtn .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhG14EiAtn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhG14EiAtn .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-uhG14EiAtn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhG14EiAtn .offcanvas_box {
    display: none;
  }
}
.cid-uhG14EiAtn .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhG14EiAtn .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhG14EiAtn .dropdown .dropdown-item:hover {
  color: #e74c3c !important;
}
.cid-uhG14EiAtn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhG14EiAtn .nav-link {
  position: relative;
}
.cid-uhG14EiAtn .container {
  display: flex;
  margin: auto;
}
.cid-uhG14EiAtn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhG14EiAtn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhG14EiAtn .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-uhG14EiAtn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uhG14EiAtn .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uhG14EiAtn .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uhG14EiAtn .dropdown-menu,
.cid-uhG14EiAtn .navbar.opened {
  background: #e5673b !important;
}
.cid-uhG14EiAtn .nav-item:focus,
.cid-uhG14EiAtn .nav-link:focus {
  outline: none;
}
.cid-uhG14EiAtn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhG14EiAtn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhG14EiAtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhG14EiAtn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhG14EiAtn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhG14EiAtn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhG14EiAtn .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhG14EiAtn .navbar.opened {
  transition: all 0.3s;
}
.cid-uhG14EiAtn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhG14EiAtn .navbar .navbar-logo img {
  width: auto;
}
.cid-uhG14EiAtn .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
  background: #e5673b !important;
}
.cid-uhG14EiAtn .navbar.collapsed {
  justify-content: center;
}
.cid-uhG14EiAtn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhG14EiAtn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhG14EiAtn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.7rem);
  }
}
.cid-uhG14EiAtn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhG14EiAtn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhG14EiAtn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhG14EiAtn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhG14EiAtn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhG14EiAtn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhG14EiAtn .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uhG14EiAtn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhG14EiAtn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhG14EiAtn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhG14EiAtn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhG14EiAtn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhG14EiAtn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhG14EiAtn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhG14EiAtn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhG14EiAtn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhG14EiAtn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhG14EiAtn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhG14EiAtn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhG14EiAtn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhG14EiAtn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhG14EiAtn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhG14EiAtn .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-uhG14EiAtn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhG14EiAtn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhG14EiAtn .dropdown-item.active,
.cid-uhG14EiAtn .dropdown-item:active {
  background-color: transparent;
}
.cid-uhG14EiAtn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhG14EiAtn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhG14EiAtn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhG14EiAtn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e5673b;
}
.cid-uhG14EiAtn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhG14EiAtn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhG14EiAtn ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhG14EiAtn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhG14EiAtn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e5673b;
}
.cid-uhG14EiAtn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-uhG14EiAtn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhG14EiAtn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG14EiAtn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhG14EiAtn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhG14EiAtn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG14EiAtn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhG14EiAtn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhG14EiAtn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhG14EiAtn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhG14EiAtn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhG14EiAtn .navbar {
    height: 70px;
  }
  .cid-uhG14EiAtn .navbar.opened {
    height: auto;
  }
  .cid-uhG14EiAtn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhG14EiAtn .mbr-section-subtitle {
  color: #202020;
}
.cid-uhG14Fsq6C {
  background-color: #ffffff;
}
.cid-uhG14Fsq6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14Fsq6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14Fsq6C .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhG14Fsq6C .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14Fsq6C .container {
    padding: 0 26px;
  }
}
.cid-uhG14Fsq6C .row {
  justify-content: center;
}
.cid-uhG14Fsq6C .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uhG14Fsq6C .content-wrapper {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14Fsq6C .content-wrapper {
    padding: 20px;
  }
}
.cid-uhG14Fsq6C .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uhG14Fsq6C .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #111111;
  opacity: .5;
}
.cid-uhG14Fsq6C .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uhG14Fsq6C .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhG14Fsq6C .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uhG14Fsq6C .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhG14Fsq6C .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14Fsq6C .mbr-text,
.cid-uhG14Fsq6C .text-wrapper {
  color: #ffffff;
}
.cid-uhG14FXq3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG14FXq3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14FXq3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14FXq3x .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uhG14FXq3x .title-container {
    margin-bottom: 25px;
  }
}
.cid-uhG14FXq3x .mbr-section-title {
  color: #181818;
}
.cid-uhG14FXq3x .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uhG14FXq3x .mbr-text {
    margin-top: 24px;
  }
}
.cid-uhG14FXq3x .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uhG14FXq3x .tabl-container {
    margin-top: 25px;
  }
}
.cid-uhG14FXq3x .item-container {
  width: 100%;
  display: flex;
}
.cid-uhG14FXq3x .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uhG14FXq3x .card-text {
  color: #272727;
  width: 100%;
}
.cid-uhG14GACEI {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fef2f2;
}
.cid-uhG14GACEI .mbr-section-title {
  color: #202020;
}
.cid-uhG14GACEI .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-uhG14GACEI .content_box {
  position: relative;
}
.cid-uhG14GACEI .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-uhG14GACEI .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-uhG14Hf5I6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #e5673b;
}
.cid-uhG14Hf5I6 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #fef2f2;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uhG14Hf5I6 .main_header {
    padding-top: 66px;
  }
  .cid-uhG14Hf5I6 .main_header > .row {
    flex-direction: column;
  }
  .cid-uhG14Hf5I6 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uhG14Hf5I6 .mbr-section-title {
  color: #181818;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uhG14Hf5I6 .mbr-section-title {
    text-align: center;
  }
}
.cid-uhG14Hf5I6 .mbr-text {
  margin: 25px 0;
}
.cid-uhG14Hf5I6 .bgImage {
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uhG14Hf5I6 .bgImage {
    height: 65vh;
  }
}
.cid-uhG14Hf5I6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhG14Hf5I6 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uhG14Hf5I6 .linkBtn a:after,
.cid-uhG14Hf5I6 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uhG14Hf5I6 .linkBtn a:before {
  left: 0;
}
.cid-uhG14Hf5I6 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uhG14Hf5I6 .linkBtn a:hover:before,
.cid-uhG14Hf5I6 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uhG14Is35f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-uhG14Is35f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14Is35f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14Is35f .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG14Is35f .container-fluid {
    padding: 0 20px;
  }
}
.cid-uhG14Is35f .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uhG14Is35f .container {
    padding: 0 20px;
  }
}
.cid-uhG14Is35f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG14Is35f .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhG14Is35f .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uhG14Is35f .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-uhG14Is35f .card-wrap .panel-group .card {
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-uhG14Is35f .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #e5673b;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-uhG14Is35f .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uhG14Is35f .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14Is35f .panel-title-edit {
  color: #ffffff;
}
.cid-uhG14Is35f .panel-text {
  color: #ffffff;
}
.cid-uhG14JpxGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9e7e6;
}
.cid-uhG14JpxGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14JpxGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14JpxGE .container {
    padding: 0 16px;
  }
}
.cid-uhG14JpxGE .card {
  justify-content: center;
}
.cid-uhG14JpxGE .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #e5673b;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uhG14JpxGE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG14JpxGE .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uhG14JpxGE .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uhG14JpxGE .mbr-section-title {
  color: #000000;
}
.cid-uhG14JpxGE .mbr-text {
  color: #000000;
}
.cid-uhG14JpxGE .mbr-desc {
  color: #000000;
}
.cid-uhG14K2TLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #202020;
}
.cid-uhG14K2TLR .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uhG14K2TLR .mbr-section-btn {
  margin-top: 43px;
}
.cid-uhG14K2TLR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uhG14K2TLR .card-wrapper {
    margin-top: 60px;
  }
}
.cid-uhG14K2TLR .mbr-text,
.cid-uhG14K2TLR .mbr-section-btn {
  color: #ffffff;
}
.cid-uhG14KNBTP {
  background-color: #e5673b;
}
.cid-uhG14KNBTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14KNBTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14KNBTP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhG14KNBTP .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG14KNBTP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14KNBTP .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhG14KNBTP .container {
    padding: 0 24px;
  }
}
.cid-uhG14KNBTP .row {
  justify-content: center;
}
.cid-uhG14KNBTP .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG14KNBTP .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14KNBTP .title-wrapper {
    padding-right: 0;
  }
}
.cid-uhG14KNBTP .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uhG14KNBTP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhG14KNBTP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uhG14KNBTP .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uhG14KNBTP .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14KNBTP .text-wrapper {
    padding-left: 0;
  }
}
.cid-uhG14KNBTP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG14KNBTP .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uhG14KNBTP .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uhG14KNBTP .mbr-section-title {
  color: #000000;
}
.cid-uhG14KNBTP .mbr-desc {
  color: #18212d;
}
.cid-uhG14KNBTP .mbr-text {
  color: #111111;
}
.cid-uhG14LCFLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
  position: relative;
}
.cid-uhG14LCFLv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e5673b, #e3ba52);
}
.cid-uhG14LCFLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14LCFLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14LCFLv .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uhG14LCFLv .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14LCFLv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhG14LCFLv .container {
    padding: 0 16px;
  }
}
.cid-uhG14LCFLv .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uhG14LCFLv .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uhG14LCFLv .item {
  margin-bottom: 32px;
}
.cid-uhG14LCFLv .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uhG14LCFLv .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uhG14LCFLv .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  margin-right: 12px;
}
.cid-uhG14LCFLv .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uhG14LCFLv .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uhG14LCFLv .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uhG14LCFLv .card-title {
  color: #f4f4f4;
}
.cid-uhG14LCFLv .card-text {
  color: #c1c1c1;
}
.cid-uhG14MyILX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uhG14MyILX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14MyILX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14MyILX .container {
    padding: 0 15px;
  }
}
.cid-uhG14MyILX .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-uhG14MyILX .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG14MyILX .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uhG14MyILX .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uhG14MyILX .content-wrapper {
    padding-left: 0;
  }
}
.cid-uhG14MyILX .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhG14MyILX .content-wrap {
    display: block;
  }
}
.cid-uhG14MyILX .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG14MyILX .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG14MyILX .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uhG14MyILX .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uhG14MyILX .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uhG14MyILX .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uhG14MyILX .mbr-section-title {
  color: #3f1819;
}
.cid-uhG14MyILX .mbr-desc,
.cid-uhG14MyILX .desc-wrapper {
  color: #3f1819;
}
.cid-uhG14NeV8o {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uhG14NeV8o .display-2 {
    font-size: 2.1875rem;
  }
}
.cid-uhG14NeV8o .item-img {
  padding: 0.5rem;
}
.cid-uhG14NeV8o img,
.cid-uhG14NeV8o .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uhG14NeV8o .item:focus,
.cid-uhG14NeV8o span:focus {
  outline: none;
}
.cid-uhG14NeV8o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhG14NeV8o .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhG14NeV8o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhG14NeV8o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhG14NeV8o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhG14NeV8o .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14NeV8o .item-title {
  color: #ae42c8;
}
.cid-uhG14NeV8o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhG14NeV8o .mbr-text,
.cid-uhG14NeV8o .mbr-section-btn {
  text-align: center;
}
.cid-uhG14Oa8Rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5673b;
}
.cid-uhG14Oa8Rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14Oa8Rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhG14Oa8Rq .container {
    padding: 0 22px;
  }
}
.cid-uhG14Oa8Rq .row {
  justify-content: center;
}
.cid-uhG14Oa8Rq .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG14Oa8Rq .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uhG14Oa8Rq .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG14Oa8Rq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uhG14Oa8Rq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uhG14Oa8Rq .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uhG14Oa8Rq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhG14Oa8Rq .mbr-section-title {
  color: #ffffff;
}
.cid-uhG14Oa8Rq .mbr-text {
  color: #3f1819;
}
.cid-uhG14Oa8Rq .mbr-section-title,
.cid-uhG14Oa8Rq .icon-wrapper {
  color: #3f1819;
}
.cid-uhIBujxkWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uhIBujxkWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhIBujxkWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhIBujxkWl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhIBujxkWl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhIBujxkWl .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #f2d282;
}
.cid-uhIBujxkWl .panel-body,
.cid-uhIBujxkWl .card-header {
  padding: 1rem 0;
}
.cid-uhIBujxkWl .panel-title-edit {
  color: #faf9fc;
}
.cid-uhIBujxkWl .panel-text {
  color: #edca11;
}
.cid-uhIBujxkWl H3 {
  color: #faf9fc;
}
.cid-uhG14OTglA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f1819;
}
.cid-uhG14OTglA .card-title {
  color: #333333;
}
.cid-uhG14OTglA .map-wrapper {
  margin-bottom: 70px;
}
.cid-uhG14OTglA .google-map {
  height: 540px;
  position: relative;
}
.cid-uhG14OTglA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhG14OTglA .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-uhG14OTglA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhG14OTglA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhG14OTglA .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-uhG14OTglA .contact_content {
    margin: 7px 0 15px;
  }
}
@media (min-width: 992px) {
  .cid-uhG14OTglA .card_box {
    padding: 0 2rem;
  }
}
.cid-uhG14OTglA .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-uhG14PJ75A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e5673b;
}
.cid-uhG14PJ75A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhG14PJ75A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhG14PJ75A .row {
  justify-content: space-between;
}
.cid-uhG14PJ75A .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhG14PJ75A .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uhG14PJ75A .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhG14PJ75A .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uhG14PJ75A .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #3f1819;
}
.cid-uhG14PJ75A .list li {
  margin-bottom: 25px;
}
.cid-uhG14PJ75A .list li:last-child {
  margin-bottom: 0;
}
.cid-uhG14PJ75A .mbr-desc {
  margin-bottom: 8px;
}
.cid-uhG14PJ75A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhG14PJ75A .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uhG14PJ75A .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #96c85b;
}
.cid-uhG14PJ75A .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uhG14PJ75A .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #3f1819;
  text-align: center;
}
.cid-uhG14PJ75A .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uhG14PJ75A .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uhG14PJ75A .mbr-desc,
.cid-uhG14PJ75A .mbr-iconfont {
  color: #3f1819;
}
.cid-uhG14PJ75A .mbr-text,
.cid-uhG14PJ75A .mbr-section-btn {
  color: #3f1819;
}
