.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.8rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f1634f !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #4550a6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1634f !important;
  border-color: #f1634f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4550a6 !important;
  border-color: #4550a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #616bbd !important;
  border-color: #616bbd !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #616bbd !important;
  border-color: #616bbd !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f1634f;
  color: #f1634f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d82a11 !important;
  background-color: transparent !important;
  border-color: #d82a11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1634f !important;
  border-color: #f1634f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4550a6;
  color: #4550a6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2c3269 !important;
  background-color: transparent !important;
  border-color: #2c3269 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4550a6 !important;
  border-color: #4550a6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f1634f !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #4550a6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca2710 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #272d5e !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: #f1634f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #4550a6;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1634f;
  border-color: #f1634f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f1634f;
}
.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: #ffffff;
}
.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: #979ed4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #f1634f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f1634f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1634f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1634f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1634f;
  border-bottom-color: #f1634f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f1634f !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: #6f6f6f !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='%23f1634f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f1634f !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #4550a6 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #f1634f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #e59e4d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #4550a6 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u2KTTCsyWh {
  background-color: transparent;
}
.cid-u2KTTCsyWh .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u2KTTCsyWh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u2KTTCsyWh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KTTCsyWh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KTTCsyWh .menu_box .navbar.opened,
  .cid-u2KTTCsyWh .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KTTCsyWh .navbar-dropdown {
  position: relative !important;
}
.cid-u2KTTCsyWh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KTTCsyWh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KTTCsyWh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KTTCsyWh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KTTCsyWh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KTTCsyWh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KTTCsyWh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KTTCsyWh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KTTCsyWh .offcanvas-body .mbr-text,
  .cid-u2KTTCsyWh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KTTCsyWh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KTTCsyWh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KTTCsyWh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KTTCsyWh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KTTCsyWh .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-u2KTTCsyWh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KTTCsyWh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KTTCsyWh .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KTTCsyWh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KTTCsyWh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KTTCsyWh .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KTTCsyWh .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KTTCsyWh .nav-item .nav-link:hover,
.cid-u2KTTCsyWh .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u2KTTCsyWh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KTTCsyWh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KTTCsyWh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KTTCsyWh .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-u2KTTCsyWh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KTTCsyWh .offcanvas_box {
    display: none;
  }
}
.cid-u2KTTCsyWh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KTTCsyWh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KTTCsyWh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KTTCsyWh .container {
  display: flex;
  margin: auto;
}
.cid-u2KTTCsyWh .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KTTCsyWh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KTTCsyWh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KTTCsyWh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KTTCsyWh .navbar-nav {
    margin: 0;
  }
}
.cid-u2KTTCsyWh .dropdown-menu,
.cid-u2KTTCsyWh .navbar.opened {
  background-color: false !important;
}
.cid-u2KTTCsyWh .nav-item:focus,
.cid-u2KTTCsyWh .nav-link:focus {
  outline: none;
}
.cid-u2KTTCsyWh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KTTCsyWh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KTTCsyWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KTTCsyWh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KTTCsyWh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KTTCsyWh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KTTCsyWh .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KTTCsyWh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KTTCsyWh .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KTTCsyWh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KTTCsyWh .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KTTCsyWh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KTTCsyWh .navbar.collapsed {
  justify-content: center;
}
.cid-u2KTTCsyWh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KTTCsyWh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KTTCsyWh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KTTCsyWh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KTTCsyWh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KTTCsyWh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KTTCsyWh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KTTCsyWh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KTTCsyWh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KTTCsyWh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KTTCsyWh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KTTCsyWh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KTTCsyWh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KTTCsyWh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KTTCsyWh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KTTCsyWh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KTTCsyWh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KTTCsyWh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KTTCsyWh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KTTCsyWh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KTTCsyWh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KTTCsyWh .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KTTCsyWh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KTTCsyWh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KTTCsyWh .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-u2KTTCsyWh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KTTCsyWh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KTTCsyWh .dropdown-item.active,
.cid-u2KTTCsyWh .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KTTCsyWh .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KTTCsyWh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KTTCsyWh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KTTCsyWh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KTTCsyWh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KTTCsyWh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KTTCsyWh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KTTCsyWh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KTTCsyWh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KTTCsyWh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTTCsyWh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KTTCsyWh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KTTCsyWh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTTCsyWh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KTTCsyWh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KTTCsyWh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KTTCsyWh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KTTCsyWh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2KTTCsyWh .navbar {
    height: 70px;
  }
  .cid-u2KTTCsyWh .navbar.opened {
    height: auto;
  }
  .cid-u2KTTCsyWh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KTTCsyWh .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KTTCsyWh .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KTTCsyWh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KTTCsyWh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KTTCsyWh .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KTTCsyWh .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u2KTTCsyWh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KTTCsyWh .text_widget {
  margin-bottom: 32px;
}
.cid-u2KTTCsyWh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KTTCsyWh .text_widget a:hover,
.cid-u2KTTCsyWh .text_widget a:focus {
  opacity: .8;
}
.cid-u2KTTCsyWh .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KTTCsyWh .navbar-caption {
  color: #000000;
}
.cid-u2KTTCsyWh .mbr-text {
  color: #6f6f6f;
}
.cid-u2KTTCsyWh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u80YkmtbUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-houseee-2000x1184.jpg");
}
.cid-u80YkmtbUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u80YkmtbUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u80YkmtbUs .container {
    padding: 0 16px;
  }
}
.cid-u80YkmtbUs .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u80YkmtbUs .row .card {
  justify-content: flex-end;
}
.cid-u80YkmtbUs .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u80YkmtbUs .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u80YkmtbUs .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u80YkmtbUs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u80YkmtbUs .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u80YkmtbUs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u80YkmtbUs .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #4550a6 !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80YkmtbUs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u80YkmtbUs .mbr-section-title {
  color: #000000;
}
.cid-u80YkmtbUs .mbr-text {
  color: #000000;
}
.cid-u80YkmtbUs .mbr-section-title,
.cid-u80YkmtbUs .mbr-section-btn-main {
  text-align: center;
}
.cid-u7XjHahUnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XjHahUnf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7XjHahUnf .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7XjHahUnf .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #d38224;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u7XjHahUnf .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u7XjHahUnf .mbr-text {
  color: #000000;
}
.cid-u2KU3NH1V1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u2KU3NH1V1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KU3NH1V1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KU3NH1V1 .container {
    padding: 0 16px;
  }
}
.cid-u2KU3NH1V1 .row {
  justify-content: center;
}
.cid-u2KU3NH1V1 .content-wrapper {
  position: relative;
}
.cid-u2KU3NH1V1 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u2KU3NH1V1 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u2KU3NH1V1 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-u2KU3NH1V1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KU3NH1V1 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-u2KU3NH1V1 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-u2KU3NH1V1 .mbr-text {
  color: #000000;
}
.cid-u2KU3NH1V1 .mbr-text,
.cid-u2KU3NH1V1 .icon-wrapper {
  text-align: center;
}
.cid-u7Xf7aX0iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7Xf7aX0iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Xf7aX0iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Xf7aX0iz .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f1634f;
  margin-bottom: 2rem;
}
.cid-u7Xf7aX0iz .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #d38224;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u7Xf7aX0iz .card-wrapper {
    padding: 1rem;
  }
}
.cid-u7Xf7aX0iz .card-title,
.cid-u7Xf7aX0iz .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7Xf7aX0iz .card-text {
  text-align: center;
}
.cid-u7XkaxZZBu {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d38224;
}
.cid-u7XkaxZZBu .container {
  max-width: 1500px;
}
.cid-u7XkaxZZBu .row {
  background: #ededed;
}
.cid-u7XkaxZZBu .img-col {
  padding: 0;
}
.cid-u7XkaxZZBu .title-col {
  padding: 4rem 8rem;
}
.cid-u7XkaxZZBu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7XkaxZZBu h2 {
  padding: 0;
  margin: 0;
}
.cid-u7XkaxZZBu .text-wrap {
  margin: auto;
}
.cid-u7XkaxZZBu .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-u7XkaxZZBu .row {
    margin: 2rem;
  }
  .cid-u7XkaxZZBu .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7XkaxZZBu .row {
    margin: 0rem;
  }
  .cid-u7XkaxZZBu .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u7XkaxZZBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XkaxZZBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XkaxZZBu H2 {
  color: #f1634f;
}
.cid-u7XjMh5xQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XjMh5xQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XjMh5xQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XjMh5xQU .container {
    padding: 0 16px;
  }
}
.cid-u7XjMh5xQU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XjMh5xQU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XjMh5xQU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XjMh5xQU .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XjMh5xQU .mbr-text {
  color: #000000;
}
.cid-u7XjfHIDk0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XjfHIDk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XjfHIDk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XjfHIDk0 .container {
    padding: 0 16px;
  }
}
.cid-u7XjfHIDk0 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u7XjfHIDk0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XjfHIDk0 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XjfHIDk0 .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7XjfHIDk0 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XjfHIDk0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XjfHIDk0 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XjfHIDk0 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u7XjfHIDk0 .item .item-wrapper:hover .item-img img,
.cid-u7XjfHIDk0 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u7XjfHIDk0 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u7XjfHIDk0 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u7XjfHIDk0 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-u7XjfHIDk0 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u7XjfHIDk0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-u7XjfHIDk0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XjfHIDk0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u7XjfHIDk0 .item-name {
  color: #000000;
}
.cid-u7XjfHIDk0 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XjfHIDk0 .item-name,
.cid-u7XjfHIDk0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u7XjSd60jQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XjSd60jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XjSd60jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XjSd60jQ .container {
    padding: 0 16px;
  }
}
.cid-u7XjSd60jQ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XjSd60jQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XjSd60jQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XjSd60jQ .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XjSd60jQ .mbr-text {
  color: #000000;
}
.cid-u2KU0K76TF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
  position: relative;
  overflow: hidden;
}
.cid-u2KU0K76TF::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u2KU0K76TF::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f1634f -10%, transparent 80%);
}
.cid-u2KU0K76TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KU0K76TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KU0K76TF .container {
    padding: 0 16px;
  }
}
.cid-u2KU0K76TF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u2KU0K76TF .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u2KU0K76TF .content-wrapper {
  margin-bottom: 80px;
}
.cid-u2KU0K76TF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KU0K76TF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KU0K76TF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2KU0K76TF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u2KU0K76TF .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u2KU0K76TF .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KU0K76TF .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KU0K76TF .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-u2KU0K76TF .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u2KU0K76TF .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u2KU0K76TF .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-u2KU0K76TF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2KU0K76TF .mbr-text,
.cid-u2KU0K76TF .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u2KU0K76TF .item-number {
  color: #000000;
  text-align: center;
}
.cid-u2KU0K76TF .item-title {
  color: #f1634f;
  text-align: center;
}
.cid-u2KU0K76TF .item-text,
.cid-u2KU0K76TF .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XjWbSE1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XjWbSE1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XjWbSE1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XjWbSE1d .container {
    padding: 0 16px;
  }
}
.cid-u7XjWbSE1d .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XjWbSE1d .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XjWbSE1d .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XjWbSE1d .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XjWbSE1d .mbr-text {
  color: #000000;
}
.cid-u7XmeEdVpP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d38224;
}
.cid-u7XmeEdVpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XmeEdVpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XmeEdVpP img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u7XmeEdVpP img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u7XmeEdVpP .row {
  flex-direction: row-reverse;
}
.cid-u7XmeEdVpP .row {
  align-items: center;
}
.cid-u7XmeEdVpP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XmeEdVpP .mbr-text,
.cid-u7XmeEdVpP .mbr-section-btn {
  color: #ffffff;
}
.cid-u7XuzAc7wj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XuzAc7wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XuzAc7wj .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-u7XuzAc7wj .container {
    padding: 0 20px;
  }
}
.cid-u7XuzAc7wj .row {
  margin: 0;
}
.cid-u7XuzAc7wj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7XuzAc7wj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7XuzAc7wj .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u7XuzAc7wj .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u7XuzAc7wj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u7XuzAc7wj .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u7XuzAc7wj .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XmvYpegd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XmvYpegd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XmvYpegd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XmvYpegd .container {
    padding: 0 16px;
  }
}
.cid-u7XmvYpegd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XmvYpegd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XmvYpegd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XmvYpegd .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XmvYpegd .mbr-text {
  color: #000000;
}
.cid-u81ET1F5a9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u81ET1F5a9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81ET1F5a9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81ET1F5a9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u81ET1F5a9 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .container {
    padding: 0 16px;
  }
}
.cid-u81ET1F5a9 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u81ET1F5a9 .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-u81ET1F5a9 .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-u81ET1F5a9 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-u81ET1F5a9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u81ET1F5a9 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-u81ET1F5a9 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u81ET1F5a9 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u81ET1F5a9 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u81ET1F5a9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-u81ET1F5a9 .mbr-section-title {
  color: #de3c27;
  text-align: center;
}
.cid-u81ET1F5a9 .panel-number {
  color: #000000;
}
.cid-u81ET1F5a9 .panel-title-edit {
  color: #000000;
}
.cid-u81ET1F5a9 .panel-text {
  color: #1c1c1c;
}
.cid-u7XkrCexvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XkrCexvE .card-title {
  color: #ffffff;
}
.cid-u7XkrCexvE .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XkrCexvE .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XkrCexvE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XkrCexvE .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-u7XkrCexvE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XkrCexvE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XkrCexvE .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XkrCexvE .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XkrCexvE .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XkrCexvE .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XkrCexvE .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-u7XoF68YDn {
  background-color: transparent;
}
.cid-u7XoF68YDn .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u7XoF68YDn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u7XoF68YDn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7XoF68YDn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7XoF68YDn .menu_box .navbar.opened,
  .cid-u7XoF68YDn .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7XoF68YDn .navbar-dropdown {
  position: relative !important;
}
.cid-u7XoF68YDn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7XoF68YDn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7XoF68YDn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7XoF68YDn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u7XoF68YDn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7XoF68YDn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7XoF68YDn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7XoF68YDn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7XoF68YDn .offcanvas-body .mbr-text,
  .cid-u7XoF68YDn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7XoF68YDn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7XoF68YDn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7XoF68YDn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7XoF68YDn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XoF68YDn .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-u7XoF68YDn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7XoF68YDn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7XoF68YDn .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7XoF68YDn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u7XoF68YDn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7XoF68YDn .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .nav-item {
    margin: 0 !important;
  }
}
.cid-u7XoF68YDn .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7XoF68YDn .nav-item .nav-link:hover,
.cid-u7XoF68YDn .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u7XoF68YDn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7XoF68YDn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7XoF68YDn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XoF68YDn .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-u7XoF68YDn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7XoF68YDn .offcanvas_box {
    display: none;
  }
}
.cid-u7XoF68YDn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7XoF68YDn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7XoF68YDn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7XoF68YDn .container {
  display: flex;
  margin: auto;
}
.cid-u7XoF68YDn .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7XoF68YDn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7XoF68YDn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7XoF68YDn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7XoF68YDn .navbar-nav {
    margin: 0;
  }
}
.cid-u7XoF68YDn .dropdown-menu,
.cid-u7XoF68YDn .navbar.opened {
  background-color: false !important;
}
.cid-u7XoF68YDn .nav-item:focus,
.cid-u7XoF68YDn .nav-link:focus {
  outline: none;
}
.cid-u7XoF68YDn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7XoF68YDn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7XoF68YDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7XoF68YDn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7XoF68YDn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7XoF68YDn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7XoF68YDn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7XoF68YDn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7XoF68YDn .navbar.opened {
  transition: all 0.3s;
}
.cid-u7XoF68YDn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7XoF68YDn .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7XoF68YDn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7XoF68YDn .navbar.collapsed {
  justify-content: center;
}
.cid-u7XoF68YDn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7XoF68YDn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7XoF68YDn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7XoF68YDn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7XoF68YDn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7XoF68YDn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7XoF68YDn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7XoF68YDn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7XoF68YDn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7XoF68YDn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7XoF68YDn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7XoF68YDn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7XoF68YDn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7XoF68YDn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7XoF68YDn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7XoF68YDn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7XoF68YDn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7XoF68YDn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7XoF68YDn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7XoF68YDn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7XoF68YDn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7XoF68YDn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7XoF68YDn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7XoF68YDn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7XoF68YDn .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-u7XoF68YDn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7XoF68YDn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7XoF68YDn .dropdown-item.active,
.cid-u7XoF68YDn .dropdown-item:active {
  background-color: transparent;
}
.cid-u7XoF68YDn .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7XoF68YDn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7XoF68YDn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7XoF68YDn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7XoF68YDn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7XoF68YDn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7XoF68YDn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u7XoF68YDn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7XoF68YDn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7XoF68YDn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XoF68YDn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XoF68YDn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7XoF68YDn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XoF68YDn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7XoF68YDn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7XoF68YDn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XoF68YDn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7XoF68YDn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7XoF68YDn .navbar {
    height: 70px;
  }
  .cid-u7XoF68YDn .navbar.opened {
    height: auto;
  }
  .cid-u7XoF68YDn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7XoF68YDn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7XoF68YDn .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7XoF68YDn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7XoF68YDn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7XoF68YDn .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u7XoF68YDn .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u7XoF68YDn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7XoF68YDn .text_widget {
  margin-bottom: 32px;
}
.cid-u7XoF68YDn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7XoF68YDn .text_widget a:hover,
.cid-u7XoF68YDn .text_widget a:focus {
  opacity: .8;
}
.cid-u7XoF68YDn .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u7XoF68YDn .navbar-caption {
  color: #000000;
}
.cid-u7XoF68YDn .mbr-text {
  color: #6f6f6f;
}
.cid-u7XoF68YDn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7XoF7Vj8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XoF7Vj8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XoF7Vj8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XoF7Vj8Y .container {
    padding: 0 16px;
  }
}
.cid-u7XoF7Vj8Y .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u7XoF7Vj8Y .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-u7XoF7Vj8Y .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7XoF7Vj8Y .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-u7XoF7Vj8Y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7XoF7Vj8Y .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u7XoF7Vj8Y .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7XoF7Vj8Y .mbr-section-title {
  color: #ffffff;
}
.cid-u7XoF7Vj8Y .mbr-text {
  color: #ffffff;
}
.cid-u7XoF7Vj8Y .mbr-section-title,
.cid-u7XoF7Vj8Y .mbr-section-btn {
  text-align: center;
}
.cid-u7XoF951u3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XoF951u3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XoF951u3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XoF951u3 .container {
    padding: 0 16px;
  }
}
.cid-u7XoF951u3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XoF951u3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XoF951u3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XoF951u3 .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XoF951u3 .mbr-text {
  color: #000000;
}
.cid-u7XvtMOGSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XvtMOGSa .card-title {
  color: #ffffff;
}
.cid-u7XvtMOGSa .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XvtMOGSa .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XvtMOGSa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XvtMOGSa .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-u7XvtMOGSa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XvtMOGSa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XvtMOGSa .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XvtMOGSa .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XvtMOGSa .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XvtMOGSa .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XvtMOGSa .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-u7Xo3yo1Jj {
  background-color: transparent;
}
.cid-u7Xo3yo1Jj .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u7Xo3yo1Jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u7Xo3yo1Jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7Xo3yo1Jj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7Xo3yo1Jj .menu_box .navbar.opened,
  .cid-u7Xo3yo1Jj .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7Xo3yo1Jj .navbar-dropdown {
  position: relative !important;
}
.cid-u7Xo3yo1Jj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7Xo3yo1Jj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7Xo3yo1Jj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7Xo3yo1Jj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u7Xo3yo1Jj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7Xo3yo1Jj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7Xo3yo1Jj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7Xo3yo1Jj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7Xo3yo1Jj .offcanvas-body .mbr-text,
  .cid-u7Xo3yo1Jj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7Xo3yo1Jj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7Xo3yo1Jj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7Xo3yo1Jj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7Xo3yo1Jj .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-u7Xo3yo1Jj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7Xo3yo1Jj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7Xo3yo1Jj .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7Xo3yo1Jj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u7Xo3yo1Jj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7Xo3yo1Jj .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .nav-item {
    margin: 0 !important;
  }
}
.cid-u7Xo3yo1Jj .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7Xo3yo1Jj .nav-item .nav-link:hover,
.cid-u7Xo3yo1Jj .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u7Xo3yo1Jj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7Xo3yo1Jj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7Xo3yo1Jj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7Xo3yo1Jj .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-u7Xo3yo1Jj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7Xo3yo1Jj .offcanvas_box {
    display: none;
  }
}
.cid-u7Xo3yo1Jj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7Xo3yo1Jj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7Xo3yo1Jj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7Xo3yo1Jj .container {
  display: flex;
  margin: auto;
}
.cid-u7Xo3yo1Jj .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7Xo3yo1Jj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7Xo3yo1Jj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7Xo3yo1Jj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7Xo3yo1Jj .navbar-nav {
    margin: 0;
  }
}
.cid-u7Xo3yo1Jj .dropdown-menu,
.cid-u7Xo3yo1Jj .navbar.opened {
  background-color: false !important;
}
.cid-u7Xo3yo1Jj .nav-item:focus,
.cid-u7Xo3yo1Jj .nav-link:focus {
  outline: none;
}
.cid-u7Xo3yo1Jj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7Xo3yo1Jj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7Xo3yo1Jj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7Xo3yo1Jj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7Xo3yo1Jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7Xo3yo1Jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7Xo3yo1Jj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7Xo3yo1Jj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7Xo3yo1Jj .navbar.opened {
  transition: all 0.3s;
}
.cid-u7Xo3yo1Jj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7Xo3yo1Jj .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7Xo3yo1Jj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7Xo3yo1Jj .navbar.collapsed {
  justify-content: center;
}
.cid-u7Xo3yo1Jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7Xo3yo1Jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7Xo3yo1Jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7Xo3yo1Jj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7Xo3yo1Jj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7Xo3yo1Jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7Xo3yo1Jj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7Xo3yo1Jj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7Xo3yo1Jj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7Xo3yo1Jj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7Xo3yo1Jj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7Xo3yo1Jj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7Xo3yo1Jj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7Xo3yo1Jj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7Xo3yo1Jj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7Xo3yo1Jj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7Xo3yo1Jj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7Xo3yo1Jj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7Xo3yo1Jj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7Xo3yo1Jj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7Xo3yo1Jj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7Xo3yo1Jj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7Xo3yo1Jj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7Xo3yo1Jj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7Xo3yo1Jj .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-u7Xo3yo1Jj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7Xo3yo1Jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7Xo3yo1Jj .dropdown-item.active,
.cid-u7Xo3yo1Jj .dropdown-item:active {
  background-color: transparent;
}
.cid-u7Xo3yo1Jj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7Xo3yo1Jj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7Xo3yo1Jj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7Xo3yo1Jj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7Xo3yo1Jj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7Xo3yo1Jj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7Xo3yo1Jj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u7Xo3yo1Jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7Xo3yo1Jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7Xo3yo1Jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Xo3yo1Jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Xo3yo1Jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7Xo3yo1Jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Xo3yo1Jj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7Xo3yo1Jj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7Xo3yo1Jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Xo3yo1Jj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7Xo3yo1Jj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7Xo3yo1Jj .navbar {
    height: 70px;
  }
  .cid-u7Xo3yo1Jj .navbar.opened {
    height: auto;
  }
  .cid-u7Xo3yo1Jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7Xo3yo1Jj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7Xo3yo1Jj .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7Xo3yo1Jj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7Xo3yo1Jj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7Xo3yo1Jj .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u7Xo3yo1Jj .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u7Xo3yo1Jj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7Xo3yo1Jj .text_widget {
  margin-bottom: 32px;
}
.cid-u7Xo3yo1Jj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7Xo3yo1Jj .text_widget a:hover,
.cid-u7Xo3yo1Jj .text_widget a:focus {
  opacity: .8;
}
.cid-u7Xo3yo1Jj .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u7Xo3yo1Jj .navbar-caption {
  color: #000000;
}
.cid-u7Xo3yo1Jj .mbr-text {
  color: #6f6f6f;
}
.cid-u7Xo3yo1Jj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7Xo3Aweaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7Xo3Aweaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Xo3Aweaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7Xo3Aweaj .container {
    padding: 0 16px;
  }
}
.cid-u7Xo3Aweaj .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-u7Xo3Aweaj .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-u7Xo3Aweaj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7Xo3Aweaj .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-u7Xo3Aweaj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7Xo3Aweaj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u7Xo3Aweaj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7Xo3Aweaj .mbr-section-title {
  color: #ffffff;
}
.cid-u7Xo3Aweaj .mbr-text {
  color: #ffffff;
}
.cid-u7Xo3Aweaj .mbr-section-title,
.cid-u7Xo3Aweaj .mbr-section-btn {
  text-align: center;
}
.cid-u7Xo3LPpdo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7Xo3LPpdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Xo3LPpdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7Xo3LPpdo .container {
    padding: 0 16px;
  }
}
.cid-u7Xo3LPpdo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7Xo3LPpdo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7Xo3LPpdo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7Xo3LPpdo .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7Xo3LPpdo .mbr-text {
  color: #000000;
}
.cid-u7XvrvFDZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XvrvFDZJ .card-title {
  color: #ffffff;
}
.cid-u7XvrvFDZJ .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XvrvFDZJ .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XvrvFDZJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XvrvFDZJ .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-u7XvrvFDZJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XvrvFDZJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XvrvFDZJ .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XvrvFDZJ .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XvrvFDZJ .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XvrvFDZJ .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XvrvFDZJ .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-u7XwIBIN6r {
  background-color: transparent;
}
.cid-u7XwIBIN6r .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u7XwIBIN6r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u7XwIBIN6r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7XwIBIN6r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7XwIBIN6r .menu_box .navbar.opened,
  .cid-u7XwIBIN6r .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7XwIBIN6r .navbar-dropdown {
  position: relative !important;
}
.cid-u7XwIBIN6r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7XwIBIN6r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7XwIBIN6r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7XwIBIN6r .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u7XwIBIN6r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7XwIBIN6r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7XwIBIN6r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7XwIBIN6r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7XwIBIN6r .offcanvas-body .mbr-text,
  .cid-u7XwIBIN6r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7XwIBIN6r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7XwIBIN6r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7XwIBIN6r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7XwIBIN6r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XwIBIN6r .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-u7XwIBIN6r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7XwIBIN6r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7XwIBIN6r .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7XwIBIN6r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u7XwIBIN6r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7XwIBIN6r .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .nav-item {
    margin: 0 !important;
  }
}
.cid-u7XwIBIN6r .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7XwIBIN6r .nav-item .nav-link:hover,
.cid-u7XwIBIN6r .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u7XwIBIN6r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7XwIBIN6r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7XwIBIN6r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XwIBIN6r .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-u7XwIBIN6r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7XwIBIN6r .offcanvas_box {
    display: none;
  }
}
.cid-u7XwIBIN6r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7XwIBIN6r .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7XwIBIN6r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7XwIBIN6r .container {
  display: flex;
  margin: auto;
}
.cid-u7XwIBIN6r .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7XwIBIN6r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7XwIBIN6r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7XwIBIN6r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7XwIBIN6r .navbar-nav {
    margin: 0;
  }
}
.cid-u7XwIBIN6r .dropdown-menu,
.cid-u7XwIBIN6r .navbar.opened {
  background-color: false !important;
}
.cid-u7XwIBIN6r .nav-item:focus,
.cid-u7XwIBIN6r .nav-link:focus {
  outline: none;
}
.cid-u7XwIBIN6r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7XwIBIN6r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7XwIBIN6r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7XwIBIN6r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7XwIBIN6r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7XwIBIN6r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7XwIBIN6r .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7XwIBIN6r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7XwIBIN6r .navbar.opened {
  transition: all 0.3s;
}
.cid-u7XwIBIN6r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7XwIBIN6r .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7XwIBIN6r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7XwIBIN6r .navbar.collapsed {
  justify-content: center;
}
.cid-u7XwIBIN6r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7XwIBIN6r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7XwIBIN6r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7XwIBIN6r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7XwIBIN6r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7XwIBIN6r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7XwIBIN6r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7XwIBIN6r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7XwIBIN6r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7XwIBIN6r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7XwIBIN6r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7XwIBIN6r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7XwIBIN6r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7XwIBIN6r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7XwIBIN6r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7XwIBIN6r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7XwIBIN6r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7XwIBIN6r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7XwIBIN6r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7XwIBIN6r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7XwIBIN6r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7XwIBIN6r .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7XwIBIN6r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7XwIBIN6r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7XwIBIN6r .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-u7XwIBIN6r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7XwIBIN6r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7XwIBIN6r .dropdown-item.active,
.cid-u7XwIBIN6r .dropdown-item:active {
  background-color: transparent;
}
.cid-u7XwIBIN6r .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7XwIBIN6r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7XwIBIN6r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7XwIBIN6r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7XwIBIN6r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7XwIBIN6r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7XwIBIN6r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u7XwIBIN6r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7XwIBIN6r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7XwIBIN6r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XwIBIN6r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XwIBIN6r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7XwIBIN6r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XwIBIN6r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7XwIBIN6r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7XwIBIN6r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XwIBIN6r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7XwIBIN6r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7XwIBIN6r .navbar {
    height: 70px;
  }
  .cid-u7XwIBIN6r .navbar.opened {
    height: auto;
  }
  .cid-u7XwIBIN6r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7XwIBIN6r .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7XwIBIN6r .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7XwIBIN6r .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7XwIBIN6r .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7XwIBIN6r .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u7XwIBIN6r .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u7XwIBIN6r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7XwIBIN6r .text_widget {
  margin-bottom: 32px;
}
.cid-u7XwIBIN6r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7XwIBIN6r .text_widget a:hover,
.cid-u7XwIBIN6r .text_widget a:focus {
  opacity: .8;
}
.cid-u7XwIBIN6r .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u7XwIBIN6r .navbar-caption {
  color: #000000;
}
.cid-u7XwIBIN6r .mbr-text {
  color: #6f6f6f;
}
.cid-u7XwIBIN6r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u80Z5cZTPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-house8-1500x600.jpg");
}
.cid-u80Z5cZTPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u80Z5cZTPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u80Z5cZTPG .container {
    padding: 0 16px;
  }
}
.cid-u80Z5cZTPG .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u80Z5cZTPG .row .card {
  justify-content: flex-end;
}
.cid-u80Z5cZTPG .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u80Z5cZTPG .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u80Z5cZTPG .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u80Z5cZTPG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u80Z5cZTPG .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u80Z5cZTPG .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #4550a6 !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80Z5cZTPG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u80Z5cZTPG .mbr-section-title {
  color: #000000;
}
.cid-u80Z5cZTPG .mbr-text {
  color: #000000;
}
.cid-u80Z5cZTPG .mbr-section-title,
.cid-u80Z5cZTPG .mbr-section-btn-main {
  text-align: center;
}
.cid-u7XwIEpN4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XwIEpN4p .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7XwIEpN4p .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7XwIEpN4p .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #d38224;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u7XwIEpN4p .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u7XwIEpN4p .mbr-text {
  color: #000000;
}
.cid-u7XwIFnR0R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u7XwIFnR0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIFnR0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIFnR0R .container {
    padding: 0 16px;
  }
}
.cid-u7XwIFnR0R .row {
  justify-content: center;
}
.cid-u7XwIFnR0R .content-wrapper {
  position: relative;
}
.cid-u7XwIFnR0R .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XwIFnR0R .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7XwIFnR0R .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-u7XwIFnR0R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XwIFnR0R .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-u7XwIFnR0R .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-u7XwIFnR0R .mbr-text {
  color: #000000;
}
.cid-u7XwIFnR0R .mbr-text,
.cid-u7XwIFnR0R .icon-wrapper {
  text-align: center;
}
.cid-u7XwIGpErU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XwIGpErU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIGpErU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XwIGpErU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f1634f;
  margin-bottom: 2rem;
}
.cid-u7XwIGpErU .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #d38224;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u7XwIGpErU .card-wrapper {
    padding: 1rem;
  }
}
.cid-u7XwIGpErU .card-title,
.cid-u7XwIGpErU .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7XwIGpErU .card-text {
  text-align: center;
}
.cid-u7XwIHwsB6 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d38224;
}
.cid-u7XwIHwsB6 .container {
  max-width: 1500px;
}
.cid-u7XwIHwsB6 .row {
  background: #ededed;
}
.cid-u7XwIHwsB6 .img-col {
  padding: 0;
}
.cid-u7XwIHwsB6 .title-col {
  padding: 4rem 8rem;
}
.cid-u7XwIHwsB6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7XwIHwsB6 h2 {
  padding: 0;
  margin: 0;
}
.cid-u7XwIHwsB6 .text-wrap {
  margin: auto;
}
.cid-u7XwIHwsB6 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-u7XwIHwsB6 .row {
    margin: 2rem;
  }
  .cid-u7XwIHwsB6 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7XwIHwsB6 .row {
    margin: 0rem;
  }
  .cid-u7XwIHwsB6 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u7XwIHwsB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIHwsB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XwIHwsB6 H2 {
  color: #f1634f;
}
.cid-u7XwIJ4WwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XwIJ4WwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIJ4WwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIJ4WwS .container {
    padding: 0 16px;
  }
}
.cid-u7XwIJ4WwS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XwIJ4WwS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XwIJ4WwS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XwIJ4WwS .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XwIJ4WwS .mbr-text {
  color: #000000;
}
.cid-u7XwIJSxrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XwIJSxrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIJSxrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIJSxrw .container {
    padding: 0 16px;
  }
}
.cid-u7XwIJSxrw .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u7XwIJSxrw .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XwIJSxrw .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XwIJSxrw .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7XwIJSxrw .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XwIJSxrw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XwIJSxrw .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XwIJSxrw .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u7XwIJSxrw .item .item-wrapper:hover .item-img img,
.cid-u7XwIJSxrw .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u7XwIJSxrw .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u7XwIJSxrw .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u7XwIJSxrw .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-u7XwIJSxrw .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u7XwIJSxrw .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-u7XwIJSxrw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XwIJSxrw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u7XwIJSxrw .item-name {
  color: #000000;
}
.cid-u7XwIJSxrw .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XwIJSxrw .item-name,
.cid-u7XwIJSxrw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u7XwIKPvb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XwIKPvb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIKPvb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIKPvb8 .container {
    padding: 0 16px;
  }
}
.cid-u7XwIKPvb8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XwIKPvb8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XwIKPvb8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XwIKPvb8 .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XwIKPvb8 .mbr-text {
  color: #000000;
}
.cid-u7XwILznu1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
  position: relative;
  overflow: hidden;
}
.cid-u7XwILznu1::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u7XwILznu1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f1634f -10%, transparent 80%);
}
.cid-u7XwILznu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwILznu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwILznu1 .container {
    padding: 0 16px;
  }
}
.cid-u7XwILznu1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u7XwILznu1 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XwILznu1 .content-wrapper {
  margin-bottom: 80px;
}
.cid-u7XwILznu1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7XwILznu1 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XwILznu1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XwILznu1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7XwILznu1 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7XwILznu1 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u7XwILznu1 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u7XwILznu1 .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-u7XwILznu1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u7XwILznu1 .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XwILznu1 .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-u7XwILznu1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XwILznu1 .mbr-text,
.cid-u7XwILznu1 .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XwILznu1 .item-number {
  color: #000000;
  text-align: center;
}
.cid-u7XwILznu1 .item-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XwILznu1 .item-text,
.cid-u7XwILznu1 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XwIMyCc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XwIMyCc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIMyCc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIMyCc7 .container {
    padding: 0 16px;
  }
}
.cid-u7XwIMyCc7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XwIMyCc7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XwIMyCc7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XwIMyCc7 .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XwIMyCc7 .mbr-text {
  color: #000000;
}
.cid-u7XwINrGZS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d38224;
}
.cid-u7XwINrGZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwINrGZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XwINrGZS img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u7XwINrGZS img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u7XwINrGZS .row {
  flex-direction: row-reverse;
}
.cid-u7XwINrGZS .row {
  align-items: center;
}
.cid-u7XwINrGZS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XwINrGZS .mbr-text,
.cid-u7XwINrGZS .mbr-section-btn {
  color: #ffffff;
}
.cid-u81F4yz43M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u81F4yz43M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81F4yz43M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81F4yz43M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u81F4yz43M .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .container {
    padding: 0 16px;
  }
}
.cid-u81F4yz43M .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u81F4yz43M .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-u81F4yz43M .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-u81F4yz43M .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-u81F4yz43M .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u81F4yz43M .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-u81F4yz43M .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u81F4yz43M .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u81F4yz43M .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u81F4yz43M .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-u81F4yz43M .mbr-section-title {
  color: #de3c27;
  text-align: center;
}
.cid-u81F4yz43M .panel-number {
  color: #000000;
}
.cid-u81F4yz43M .panel-title-edit {
  color: #000000;
}
.cid-u81F4yz43M .panel-text {
  color: #1c1c1c;
}
.cid-u7XwIPd5Zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XwIPd5Zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XwIPd5Zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XwIPd5Zw .container {
    padding: 0 16px;
  }
}
.cid-u7XwIPd5Zw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XwIPd5Zw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XwIPd5Zw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XwIPd5Zw .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XwIPd5Zw .mbr-text {
  color: #000000;
}
.cid-u7XC8CgeCA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d38224;
}
.cid-u7XC8CgeCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XC8CgeCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XC8CgeCA .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7XC8CgeCA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .container {
    padding: 0 20px;
  }
}
.cid-u7XC8CgeCA .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7XC8CgeCA .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-u7XC8CgeCA .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7XC8CgeCA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #ededed;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-u7XC8CgeCA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XC8CgeCA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u7XC8CgeCA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-u7XC8CgeCA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7XC8CgeCA .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u7XC8CgeCA .panel-title-edit {
  color: #000000;
}
.cid-u7XC8CgeCA .panel-text {
  color: #000000;
}
.cid-u7XwIQ1mKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XwIQ1mKN .card-title {
  color: #ffffff;
}
.cid-u7XwIQ1mKN .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XwIQ1mKN .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XwIQ1mKN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XwIQ1mKN .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-u7XwIQ1mKN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XwIQ1mKN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XwIQ1mKN .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XwIQ1mKN .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XwIQ1mKN .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XwIQ1mKN .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XwIQ1mKN .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-u80ZFCOfc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/water-slide-rentals14-1280x882.jpg");
}
.cid-u80ZFCOfc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u80ZFCOfc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u80ZFCOfc3 .container {
    padding: 0 16px;
  }
}
.cid-u80ZFCOfc3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u80ZFCOfc3 .row .card {
  justify-content: flex-end;
}
.cid-u80ZFCOfc3 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u80ZFCOfc3 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u80ZFCOfc3 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u80ZFCOfc3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u80ZFCOfc3 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u80ZFCOfc3 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #4550a6 !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u80ZFCOfc3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u80ZFCOfc3 .mbr-section-title {
  color: #000000;
}
.cid-u80ZFCOfc3 .mbr-text {
  color: #000000;
}
.cid-u80ZFCOfc3 .mbr-section-title,
.cid-u80ZFCOfc3 .mbr-section-btn-main {
  text-align: center;
}
.cid-u7XCsafsmK {
  background-color: transparent;
}
.cid-u7XCsafsmK .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u7XCsafsmK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u7XCsafsmK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7XCsafsmK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7XCsafsmK .menu_box .navbar.opened,
  .cid-u7XCsafsmK .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7XCsafsmK .navbar-dropdown {
  position: relative !important;
}
.cid-u7XCsafsmK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7XCsafsmK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7XCsafsmK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7XCsafsmK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u7XCsafsmK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7XCsafsmK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7XCsafsmK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7XCsafsmK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7XCsafsmK .offcanvas-body .mbr-text,
  .cid-u7XCsafsmK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7XCsafsmK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7XCsafsmK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7XCsafsmK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7XCsafsmK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XCsafsmK .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-u7XCsafsmK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7XCsafsmK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7XCsafsmK .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7XCsafsmK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u7XCsafsmK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7XCsafsmK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .nav-item {
    margin: 0 !important;
  }
}
.cid-u7XCsafsmK .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7XCsafsmK .nav-item .nav-link:hover,
.cid-u7XCsafsmK .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u7XCsafsmK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7XCsafsmK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7XCsafsmK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XCsafsmK .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-u7XCsafsmK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7XCsafsmK .offcanvas_box {
    display: none;
  }
}
.cid-u7XCsafsmK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7XCsafsmK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7XCsafsmK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7XCsafsmK .container {
  display: flex;
  margin: auto;
}
.cid-u7XCsafsmK .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7XCsafsmK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7XCsafsmK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7XCsafsmK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7XCsafsmK .navbar-nav {
    margin: 0;
  }
}
.cid-u7XCsafsmK .dropdown-menu,
.cid-u7XCsafsmK .navbar.opened {
  background-color: false !important;
}
.cid-u7XCsafsmK .nav-item:focus,
.cid-u7XCsafsmK .nav-link:focus {
  outline: none;
}
.cid-u7XCsafsmK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7XCsafsmK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7XCsafsmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7XCsafsmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7XCsafsmK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7XCsafsmK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7XCsafsmK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7XCsafsmK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7XCsafsmK .navbar.opened {
  transition: all 0.3s;
}
.cid-u7XCsafsmK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7XCsafsmK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7XCsafsmK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7XCsafsmK .navbar.collapsed {
  justify-content: center;
}
.cid-u7XCsafsmK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7XCsafsmK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7XCsafsmK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7XCsafsmK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7XCsafsmK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7XCsafsmK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7XCsafsmK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7XCsafsmK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7XCsafsmK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7XCsafsmK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7XCsafsmK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7XCsafsmK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7XCsafsmK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7XCsafsmK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7XCsafsmK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7XCsafsmK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7XCsafsmK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7XCsafsmK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7XCsafsmK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7XCsafsmK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7XCsafsmK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7XCsafsmK .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7XCsafsmK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7XCsafsmK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7XCsafsmK .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-u7XCsafsmK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7XCsafsmK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7XCsafsmK .dropdown-item.active,
.cid-u7XCsafsmK .dropdown-item:active {
  background-color: transparent;
}
.cid-u7XCsafsmK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7XCsafsmK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7XCsafsmK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7XCsafsmK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7XCsafsmK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7XCsafsmK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7XCsafsmK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u7XCsafsmK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7XCsafsmK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7XCsafsmK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XCsafsmK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XCsafsmK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7XCsafsmK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XCsafsmK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7XCsafsmK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7XCsafsmK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XCsafsmK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7XCsafsmK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7XCsafsmK .navbar {
    height: 70px;
  }
  .cid-u7XCsafsmK .navbar.opened {
    height: auto;
  }
  .cid-u7XCsafsmK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7XCsafsmK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7XCsafsmK .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7XCsafsmK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7XCsafsmK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7XCsafsmK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u7XCsafsmK .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u7XCsafsmK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7XCsafsmK .text_widget {
  margin-bottom: 32px;
}
.cid-u7XCsafsmK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7XCsafsmK .text_widget a:hover,
.cid-u7XCsafsmK .text_widget a:focus {
  opacity: .8;
}
.cid-u7XCsafsmK .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u7XCsafsmK .navbar-caption {
  color: #000000;
}
.cid-u7XCsafsmK .mbr-text {
  color: #6f6f6f;
}
.cid-u7XCsafsmK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7XCsd5LDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XCsd5LDD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7XCsd5LDD .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7XCsd5LDD .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #d38224;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u7XCsd5LDD .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u7XCsd5LDD .mbr-text {
  color: #000000;
}
.cid-u7XCse7ABY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u7XCse7ABY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCse7ABY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCse7ABY .container {
    padding: 0 16px;
  }
}
.cid-u7XCse7ABY .row {
  justify-content: center;
}
.cid-u7XCse7ABY .content-wrapper {
  position: relative;
}
.cid-u7XCse7ABY .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XCse7ABY .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7XCse7ABY .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-u7XCse7ABY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XCse7ABY .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-u7XCse7ABY .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-u7XCse7ABY .mbr-text {
  color: #000000;
}
.cid-u7XCse7ABY .mbr-text,
.cid-u7XCse7ABY .icon-wrapper {
  text-align: center;
}
.cid-u7XCsf32Os {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XCsf32Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsf32Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XCsf32Os .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f1634f;
  margin-bottom: 2rem;
}
.cid-u7XCsf32Os .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #d38224;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u7XCsf32Os .card-wrapper {
    padding: 1rem;
  }
}
.cid-u7XCsf32Os .card-title,
.cid-u7XCsf32Os .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7XCsf32Os .card-text {
  text-align: center;
}
.cid-u7XCsgHpu1 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d38224;
}
.cid-u7XCsgHpu1 .container {
  max-width: 1500px;
}
.cid-u7XCsgHpu1 .row {
  background: #ededed;
}
.cid-u7XCsgHpu1 .img-col {
  padding: 0;
}
.cid-u7XCsgHpu1 .title-col {
  padding: 4rem 8rem;
}
.cid-u7XCsgHpu1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7XCsgHpu1 h2 {
  padding: 0;
  margin: 0;
}
.cid-u7XCsgHpu1 .text-wrap {
  margin: auto;
}
.cid-u7XCsgHpu1 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-u7XCsgHpu1 .row {
    margin: 2rem;
  }
  .cid-u7XCsgHpu1 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7XCsgHpu1 .row {
    margin: 0rem;
  }
  .cid-u7XCsgHpu1 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u7XCsgHpu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsgHpu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XCsgHpu1 H2 {
  color: #f1634f;
}
.cid-u7XCsilMxi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XCsilMxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsilMxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCsilMxi .container {
    padding: 0 16px;
  }
}
.cid-u7XCsilMxi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XCsilMxi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XCsilMxi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XCsilMxi .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCsilMxi .mbr-text {
  color: #000000;
}
.cid-u81Fb0T0Ix {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u81Fb0T0Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81Fb0T0Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81Fb0T0Ix .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u81Fb0T0Ix .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .container {
    padding: 0 16px;
  }
}
.cid-u81Fb0T0Ix .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u81Fb0T0Ix .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-u81Fb0T0Ix .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-u81Fb0T0Ix .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-u81Fb0T0Ix .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u81Fb0T0Ix .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-u81Fb0T0Ix .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u81Fb0T0Ix .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u81Fb0T0Ix .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u81Fb0T0Ix .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-u81Fb0T0Ix .mbr-section-title {
  color: #de3c27;
  text-align: center;
}
.cid-u81Fb0T0Ix .panel-number {
  color: #000000;
}
.cid-u81Fb0T0Ix .panel-title-edit {
  color: #000000;
}
.cid-u81Fb0T0Ix .panel-text {
  color: #1c1c1c;
}
.cid-u7XCsjlcn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XCsjlcn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsjlcn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCsjlcn0 .container {
    padding: 0 16px;
  }
}
.cid-u7XCsjlcn0 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u7XCsjlcn0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XCsjlcn0 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XCsjlcn0 .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7XCsjlcn0 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XCsjlcn0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XCsjlcn0 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XCsjlcn0 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u7XCsjlcn0 .item .item-wrapper:hover .item-img img,
.cid-u7XCsjlcn0 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u7XCsjlcn0 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u7XCsjlcn0 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u7XCsjlcn0 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-u7XCsjlcn0 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u7XCsjlcn0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-u7XCsjlcn0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XCsjlcn0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u7XCsjlcn0 .item-name {
  color: #000000;
}
.cid-u7XCsjlcn0 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XCsjlcn0 .item-name,
.cid-u7XCsjlcn0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u7XCskOn4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XCskOn4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCskOn4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCskOn4V .container {
    padding: 0 16px;
  }
}
.cid-u7XCskOn4V .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XCskOn4V .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XCskOn4V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XCskOn4V .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCskOn4V .mbr-text {
  color: #000000;
}
.cid-u7XCsmgFNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
  position: relative;
  overflow: hidden;
}
.cid-u7XCsmgFNw::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u7XCsmgFNw::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f1634f -10%, transparent 80%);
}
.cid-u7XCsmgFNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsmgFNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCsmgFNw .container {
    padding: 0 16px;
  }
}
.cid-u7XCsmgFNw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u7XCsmgFNw .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XCsmgFNw .content-wrapper {
  margin-bottom: 80px;
}
.cid-u7XCsmgFNw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7XCsmgFNw .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XCsmgFNw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XCsmgFNw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7XCsmgFNw .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7XCsmgFNw .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u7XCsmgFNw .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u7XCsmgFNw .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-u7XCsmgFNw .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u7XCsmgFNw .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XCsmgFNw .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-u7XCsmgFNw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XCsmgFNw .mbr-text,
.cid-u7XCsmgFNw .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XCsmgFNw .item-number {
  color: #000000;
  text-align: center;
}
.cid-u7XCsmgFNw .item-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCsmgFNw .item-text,
.cid-u7XCsmgFNw .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XCsnCeVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XCsnCeVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsnCeVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCsnCeVN .container {
    padding: 0 16px;
  }
}
.cid-u7XCsnCeVN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XCsnCeVN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XCsnCeVN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XCsnCeVN .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCsnCeVN .mbr-text {
  color: #000000;
}
.cid-u7XCsp0T1A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d38224;
}
.cid-u7XCsp0T1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsp0T1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XCsp0T1A img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u7XCsp0T1A img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u7XCsp0T1A .row {
  flex-direction: row-reverse;
}
.cid-u7XCsp0T1A .row {
  align-items: center;
}
.cid-u7XCsp0T1A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XCsp0T1A .mbr-text,
.cid-u7XCsp0T1A .mbr-section-btn {
  color: #ffffff;
}
.cid-u7XCsqxaF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XCsqxaF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsqxaF0 .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-u7XCsqxaF0 .container {
    padding: 0 20px;
  }
}
.cid-u7XCsqxaF0 .row {
  margin: 0;
}
.cid-u7XCsqxaF0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7XCsqxaF0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7XCsqxaF0 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u7XCsqxaF0 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u7XCsqxaF0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u7XCsqxaF0 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u7XCsqxaF0 .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCsrFJUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XCsrFJUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCsrFJUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XCsrFJUy .container {
    padding: 0 16px;
  }
}
.cid-u7XCsrFJUy .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XCsrFJUy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XCsrFJUy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XCsrFJUy .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XCsrFJUy .mbr-text {
  color: #000000;
}
.cid-u7XCssFMJt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d38224;
}
.cid-u7XCssFMJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XCssFMJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XCssFMJt .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7XCssFMJt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .container {
    padding: 0 20px;
  }
}
.cid-u7XCssFMJt .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7XCssFMJt .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-u7XCssFMJt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7XCssFMJt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #ededed;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-u7XCssFMJt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XCssFMJt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u7XCssFMJt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-u7XCssFMJt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7XCssFMJt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u7XCssFMJt .panel-title-edit {
  color: #000000;
}
.cid-u7XCssFMJt .panel-text {
  color: #000000;
}
.cid-u7XCstTPtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XCstTPtv .card-title {
  color: #ffffff;
}
.cid-u7XCstTPtv .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XCstTPtv .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XCstTPtv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XCstTPtv .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-u7XCstTPtv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XCstTPtv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XCstTPtv .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XCstTPtv .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XCstTPtv .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XCstTPtv .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XCstTPtv .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-u7XEpI6zOa {
  background-color: transparent;
}
.cid-u7XEpI6zOa .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u7XEpI6zOa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u7XEpI6zOa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7XEpI6zOa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7XEpI6zOa .menu_box .navbar.opened,
  .cid-u7XEpI6zOa .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7XEpI6zOa .navbar-dropdown {
  position: relative !important;
}
.cid-u7XEpI6zOa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7XEpI6zOa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7XEpI6zOa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7XEpI6zOa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u7XEpI6zOa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7XEpI6zOa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7XEpI6zOa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7XEpI6zOa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7XEpI6zOa .offcanvas-body .mbr-text,
  .cid-u7XEpI6zOa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7XEpI6zOa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7XEpI6zOa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7XEpI6zOa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7XEpI6zOa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XEpI6zOa .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-u7XEpI6zOa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7XEpI6zOa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7XEpI6zOa .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7XEpI6zOa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u7XEpI6zOa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7XEpI6zOa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .nav-item {
    margin: 0 !important;
  }
}
.cid-u7XEpI6zOa .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u7XEpI6zOa .nav-item .nav-link:hover,
.cid-u7XEpI6zOa .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u7XEpI6zOa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7XEpI6zOa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7XEpI6zOa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7XEpI6zOa .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-u7XEpI6zOa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7XEpI6zOa .offcanvas_box {
    display: none;
  }
}
.cid-u7XEpI6zOa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7XEpI6zOa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7XEpI6zOa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7XEpI6zOa .container {
  display: flex;
  margin: auto;
}
.cid-u7XEpI6zOa .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7XEpI6zOa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7XEpI6zOa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7XEpI6zOa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7XEpI6zOa .navbar-nav {
    margin: 0;
  }
}
.cid-u7XEpI6zOa .dropdown-menu,
.cid-u7XEpI6zOa .navbar.opened {
  background-color: false !important;
}
.cid-u7XEpI6zOa .nav-item:focus,
.cid-u7XEpI6zOa .nav-link:focus {
  outline: none;
}
.cid-u7XEpI6zOa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7XEpI6zOa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7XEpI6zOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7XEpI6zOa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7XEpI6zOa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7XEpI6zOa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7XEpI6zOa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7XEpI6zOa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7XEpI6zOa .navbar.opened {
  transition: all 0.3s;
}
.cid-u7XEpI6zOa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7XEpI6zOa .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u7XEpI6zOa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7XEpI6zOa .navbar.collapsed {
  justify-content: center;
}
.cid-u7XEpI6zOa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7XEpI6zOa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7XEpI6zOa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7XEpI6zOa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7XEpI6zOa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7XEpI6zOa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7XEpI6zOa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7XEpI6zOa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7XEpI6zOa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u7XEpI6zOa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7XEpI6zOa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7XEpI6zOa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7XEpI6zOa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7XEpI6zOa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7XEpI6zOa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7XEpI6zOa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7XEpI6zOa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7XEpI6zOa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7XEpI6zOa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7XEpI6zOa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7XEpI6zOa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7XEpI6zOa .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7XEpI6zOa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7XEpI6zOa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7XEpI6zOa .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-u7XEpI6zOa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7XEpI6zOa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7XEpI6zOa .dropdown-item.active,
.cid-u7XEpI6zOa .dropdown-item:active {
  background-color: transparent;
}
.cid-u7XEpI6zOa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u7XEpI6zOa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7XEpI6zOa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7XEpI6zOa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7XEpI6zOa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7XEpI6zOa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7XEpI6zOa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u7XEpI6zOa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7XEpI6zOa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7XEpI6zOa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XEpI6zOa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7XEpI6zOa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7XEpI6zOa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XEpI6zOa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7XEpI6zOa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7XEpI6zOa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7XEpI6zOa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7XEpI6zOa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7XEpI6zOa .navbar {
    height: 70px;
  }
  .cid-u7XEpI6zOa .navbar.opened {
    height: auto;
  }
  .cid-u7XEpI6zOa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7XEpI6zOa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u7XEpI6zOa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u7XEpI6zOa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u7XEpI6zOa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u7XEpI6zOa .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u7XEpI6zOa .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u7XEpI6zOa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7XEpI6zOa .text_widget {
  margin-bottom: 32px;
}
.cid-u7XEpI6zOa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7XEpI6zOa .text_widget a:hover,
.cid-u7XEpI6zOa .text_widget a:focus {
  opacity: .8;
}
.cid-u7XEpI6zOa .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u7XEpI6zOa .navbar-caption {
  color: #000000;
}
.cid-u7XEpI6zOa .mbr-text {
  color: #6f6f6f;
}
.cid-u7XEpI6zOa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u810ejH2OY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bounce-houset-1100x825.jpg");
}
.cid-u810ejH2OY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u810ejH2OY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u810ejH2OY .container {
    padding: 0 16px;
  }
}
.cid-u810ejH2OY .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u810ejH2OY .row .card {
  justify-content: flex-end;
}
.cid-u810ejH2OY .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u810ejH2OY .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u810ejH2OY .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u810ejH2OY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u810ejH2OY .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u810ejH2OY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u810ejH2OY .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #4550a6 !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u810ejH2OY .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u810ejH2OY .mbr-section-title {
  color: #000000;
}
.cid-u810ejH2OY .mbr-text {
  color: #000000;
}
.cid-u810ejH2OY .mbr-section-title,
.cid-u810ejH2OY .mbr-section-btn-main {
  text-align: center;
}
.cid-u7XEpNJr1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XEpNJr1I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u7XEpNJr1I .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u7XEpNJr1I .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #d38224;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u7XEpNJr1I .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-u7XEpNJr1I .mbr-text {
  color: #000000;
}
.cid-u7XEpP1SbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u7XEpP1SbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpP1SbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEpP1SbS .container {
    padding: 0 16px;
  }
}
.cid-u7XEpP1SbS .row {
  justify-content: center;
}
.cid-u7XEpP1SbS .content-wrapper {
  position: relative;
}
.cid-u7XEpP1SbS .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XEpP1SbS .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u7XEpP1SbS .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-u7XEpP1SbS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XEpP1SbS .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-u7XEpP1SbS .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-u7XEpP1SbS .mbr-text {
  color: #000000;
}
.cid-u7XEpP1SbS .mbr-text,
.cid-u7XEpP1SbS .icon-wrapper {
  text-align: center;
}
.cid-u7XEpQvHkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XEpQvHkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpQvHkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XEpQvHkU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f1634f;
  margin-bottom: 2rem;
}
.cid-u7XEpQvHkU .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 1rem 2rem;
  background: #d38224;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-u7XEpQvHkU .card-wrapper {
    padding: 1rem;
  }
}
.cid-u7XEpQvHkU .card-title,
.cid-u7XEpQvHkU .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEpQvHkU .card-text {
  text-align: center;
}
.cid-u7XEpSfUXZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d38224;
}
.cid-u7XEpSfUXZ .container {
  max-width: 1500px;
}
.cid-u7XEpSfUXZ .row {
  background: #ededed;
}
.cid-u7XEpSfUXZ .img-col {
  padding: 0;
}
.cid-u7XEpSfUXZ .title-col {
  padding: 4rem 8rem;
}
.cid-u7XEpSfUXZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7XEpSfUXZ h2 {
  padding: 0;
  margin: 0;
}
.cid-u7XEpSfUXZ .text-wrap {
  margin: auto;
}
.cid-u7XEpSfUXZ .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-u7XEpSfUXZ .row {
    margin: 2rem;
  }
  .cid-u7XEpSfUXZ .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7XEpSfUXZ .row {
    margin: 0rem;
  }
  .cid-u7XEpSfUXZ .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u7XEpSfUXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpSfUXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XEpSfUXZ H2 {
  color: #f1634f;
}
.cid-u7XEpTUXNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XEpTUXNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpTUXNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEpTUXNJ .container {
    padding: 0 16px;
  }
}
.cid-u7XEpTUXNJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XEpTUXNJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XEpTUXNJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XEpTUXNJ .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEpTUXNJ .mbr-text {
  color: #000000;
}
.cid-u81Fo1HhQm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u81Fo1HhQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81Fo1HhQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81Fo1HhQm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u81Fo1HhQm .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .container {
    padding: 0 16px;
  }
}
.cid-u81Fo1HhQm .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u81Fo1HhQm .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-u81Fo1HhQm .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-u81Fo1HhQm .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-u81Fo1HhQm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u81Fo1HhQm .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-u81Fo1HhQm .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u81Fo1HhQm .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u81Fo1HhQm .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u81Fo1HhQm .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-u81Fo1HhQm .mbr-section-title {
  color: #de3c27;
  text-align: center;
}
.cid-u81Fo1HhQm .panel-number {
  color: #000000;
}
.cid-u81Fo1HhQm .panel-title-edit {
  color: #000000;
}
.cid-u81Fo1HhQm .panel-text {
  color: #1c1c1c;
}
.cid-u7XEpVlJ3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XEpVlJ3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpVlJ3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEpVlJ3D .container {
    padding: 0 16px;
  }
}
.cid-u7XEpVlJ3D .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u7XEpVlJ3D .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XEpVlJ3D .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XEpVlJ3D .title-wrapper {
  margin-bottom: 80px;
}
.cid-u7XEpVlJ3D .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u7XEpVlJ3D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XEpVlJ3D .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XEpVlJ3D .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u7XEpVlJ3D .item .item-wrapper:hover .item-img img,
.cid-u7XEpVlJ3D .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u7XEpVlJ3D .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u7XEpVlJ3D .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u7XEpVlJ3D .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-u7XEpVlJ3D .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-u7XEpVlJ3D .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-u7XEpVlJ3D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEpVlJ3D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEpVlJ3D .item-name {
  color: #000000;
}
.cid-u7XEpVlJ3D .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XEpVlJ3D .item-name,
.cid-u7XEpVlJ3D .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u7XEpYsdqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XEpYsdqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpYsdqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEpYsdqn .container {
    padding: 0 16px;
  }
}
.cid-u7XEpYsdqn .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XEpYsdqn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XEpYsdqn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XEpYsdqn .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEpYsdqn .mbr-text {
  color: #000000;
}
.cid-u7XEpZAzjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
  position: relative;
  overflow: hidden;
}
.cid-u7XEpZAzjO::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u7XEpZAzjO::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f1634f -10%, transparent 80%);
}
.cid-u7XEpZAzjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEpZAzjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEpZAzjO .container {
    padding: 0 16px;
  }
}
.cid-u7XEpZAzjO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-u7XEpZAzjO .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u7XEpZAzjO .content-wrapper {
  margin-bottom: 80px;
}
.cid-u7XEpZAzjO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u7XEpZAzjO .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u7XEpZAzjO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XEpZAzjO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u7XEpZAzjO .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u7XEpZAzjO .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u7XEpZAzjO .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u7XEpZAzjO .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-u7XEpZAzjO .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u7XEpZAzjO .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XEpZAzjO .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-u7XEpZAzjO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEpZAzjO .mbr-text,
.cid-u7XEpZAzjO .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XEpZAzjO .item-number {
  color: #000000;
  text-align: center;
}
.cid-u7XEpZAzjO .item-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEpZAzjO .item-text,
.cid-u7XEpZAzjO .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-u7XEq1egXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XEq1egXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEq1egXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEq1egXb .container {
    padding: 0 16px;
  }
}
.cid-u7XEq1egXb .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XEq1egXb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XEq1egXb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XEq1egXb .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEq1egXb .mbr-text {
  color: #000000;
}
.cid-u7XEq2xD6I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d38224;
}
.cid-u7XEq2xD6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEq2xD6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XEq2xD6I img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-u7XEq2xD6I img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-u7XEq2xD6I .row {
  flex-direction: row-reverse;
}
.cid-u7XEq2xD6I .row {
  align-items: center;
}
.cid-u7XEq2xD6I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEq2xD6I .mbr-text,
.cid-u7XEq2xD6I .mbr-section-btn {
  color: #ffffff;
}
.cid-u7XEq3I9cg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7XEq3I9cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEq3I9cg .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-u7XEq3I9cg .container {
    padding: 0 20px;
  }
}
.cid-u7XEq3I9cg .row {
  margin: 0;
}
.cid-u7XEq3I9cg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u7XEq3I9cg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7XEq3I9cg .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u7XEq3I9cg .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u7XEq3I9cg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u7XEq3I9cg .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u7XEq3I9cg .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEq4KJVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7XEq4KJVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEq4KJVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XEq4KJVc .container {
    padding: 0 16px;
  }
}
.cid-u7XEq4KJVc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7XEq4KJVc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7XEq4KJVc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7XEq4KJVc .mbr-section-title {
  color: #f1634f;
  text-align: center;
}
.cid-u7XEq4KJVc .mbr-text {
  color: #000000;
}
.cid-u7XEq5OK2P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d38224;
}
.cid-u7XEq5OK2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XEq5OK2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XEq5OK2P .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-u7XEq5OK2P .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .container {
    padding: 0 20px;
  }
}
.cid-u7XEq5OK2P .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper {
    padding: 46px 0;
  }
}
.cid-u7XEq5OK2P .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-u7XEq5OK2P .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-u7XEq5OK2P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #ededed;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-u7XEq5OK2P .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u7XEq5OK2P .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u7XEq5OK2P .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-u7XEq5OK2P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7XEq5OK2P .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u7XEq5OK2P .panel-title-edit {
  color: #000000;
}
.cid-u7XEq5OK2P .panel-text {
  color: #000000;
}
.cid-u7XEq7Is0m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d38224;
}
.cid-u7XEq7Is0m .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7XEq7Is0m .map-wrapper {
  margin-bottom: 70px;
}
.cid-u7XEq7Is0m .google-map {
  height: 540px;
  position: relative;
}
.cid-u7XEq7Is0m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u7XEq7Is0m .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-u7XEq7Is0m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7XEq7Is0m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7XEq7Is0m .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-u7XEq7Is0m .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-u7XEq7Is0m .card_text {
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u7XEq7Is0m .card_box {
    padding: 0 2rem;
  }
}
.cid-u7XEq7Is0m .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
