.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: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((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: #af2311 !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: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !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: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !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: #af2311 !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: #521008 !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: #af2311;
}
.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: #ee6351;
}
/* 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: #af2311 !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: #af2311 !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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL 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-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .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-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: false !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL 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-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .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-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCLjjl3kS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCLjjl3kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCLjjl3kS .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-uoCLjjl3kS .container {
    padding: 0 16px;
  }
}
.cid-uoCLjjl3kS .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCLjjl3kS .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-uoCLjjl3kS .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoCLjjl3kS .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uoCLjjl3kS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCLjjl3kS .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCLjjl3kS .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCLjjl3kS .mbr-section-title {
  color: #ffffff;
}
.cid-uoCLjjl3kS .mbr-text {
  color: #ffffff;
}
.cid-u2KRjXUOey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KRjXUOey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRjXUOey .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-u2KRjXUOey .container {
    padding: 0 16px;
  }
}
.cid-u2KRjXUOey .row {
  position: relative;
}
.cid-u2KRjXUOey .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u2KRjXUOey .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .items-wrapper {
    margin-left: 0;
  }
}
.cid-u2KRjXUOey .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u2KRjXUOey .mbr-section-title {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-text {
  color: #6f6f6f;
}
.cid-u2KRjXUOey .item-title {
  color: #000000;
}
.cid-u2KRjXUOey .item-text {
  color: #000000;
}
.cid-u2KRe19V0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u2KRe19V0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRe19V0v .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-u2KRe19V0v .container {
    padding: 0 16px;
  }
}
.cid-u2KRe19V0v .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u2KRe19V0v .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-u2KRe19V0v .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-u2KRe19V0v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRe19V0v .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KRe19V0v .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-u2KRe19V0v .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-u2KRe19V0v .item .item-wrapper:hover .item-img img,
.cid-u2KRe19V0v .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-u2KRe19V0v .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-u2KRe19V0v .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRe19V0v .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRe19V0v .mbr-section-title {
  color: #000000;
}
.cid-u2KRe19V0v .mbr-desc {
  color: #6f6f6f;
}
.cid-u2KRe19V0v .item-text {
  color: #000000;
}
.cid-u2KRDoH9Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u2KRDoH9Fa::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u2KRDoH9Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRDoH9Fa .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-u2KRDoH9Fa .container {
    padding: 0 16px;
  }
}
.cid-u2KRDoH9Fa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KRDoH9Fa .mbr-section-title {
  color: #f1634f;
}
.cid-u2KRDoH9Fa .mbr-text {
  color: #000000;
}
.cid-uoClG1jXJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-uoClG1jXJE .container {
    padding: 0 16px;
  }
}
.cid-uoClG1jXJE .row {
  position: relative;
  z-index: 1;
}
.cid-uoClG1jXJE .title-wrapper {
  margin-bottom: 80px;
}
.cid-uoClG1jXJE .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uoClG1jXJE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoClG1jXJE .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoClG1jXJE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uoClG1jXJE .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uoClG1jXJE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uoClG1jXJE .embla__slide .slide-content {
  width: 100%;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uoClG1jXJE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoClG1jXJE .embla__button--next,
.cid-uoClG1jXJE .embla__button--prev {
  display: flex;
}
.cid-uoClG1jXJE .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f1634f !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uoClG1jXJE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoClG1jXJE .embla__button:hover {
  opacity: .7 !important;
}
.cid-uoClG1jXJE .embla__button.embla__button--prev {
  left: 0;
}
.cid-uoClG1jXJE .embla__button.embla__button--next {
  right: 0;
}
.cid-uoClG1jXJE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uoClG1jXJE .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uoClG1jXJE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoClG1jXJE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoClG1jXJE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoClG1jXJE .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uoClG1jXJE .mbr-section-title {
  color: #000000;
}
.cid-uoClG1jXJE .mbr-desc {
  color: #000000;
}
.cid-uoClG1jXJE .item-title {
  color: #000000;
}
.cid-uoClG1jXJE .item-text {
  color: #6f6f6f;
}
.cid-u2KRFcxXiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u2KRFcxXiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRFcxXiC .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-u2KRFcxXiC .container {
    padding: 0 16px;
  }
}
.cid-u2KRFcxXiC .row {
  justify-content: center;
}
.cid-u2KRFcxXiC .content-wrapper {
  position: relative;
  padding: 300px 0;
}
@media (max-width: 992px) {
  .cid-u2KRFcxXiC .content-wrapper {
    padding: 80px 0;
  }
}
.cid-u2KRFcxXiC .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-u2KRFcxXiC .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-u2KRFcxXiC .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-u2KRFcxXiC .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2KRFcxXiC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u2KRFcxXiC .mbr-text {
  color: #ffffff;
}
.cid-u2KRGWUEQW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u2KRGWUEQW::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-u2KRGWUEQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRGWUEQW .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-u2KRGWUEQW .container {
    padding: 0 16px;
  }
}
.cid-u2KRGWUEQW .row {
  position: relative;
  justify-content: space-between;
}
.cid-u2KRGWUEQW .row .card {
  justify-content: space-between;
}
.cid-u2KRGWUEQW .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-u2KRGWUEQW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRGWUEQW .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KRGWUEQW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KRGWUEQW .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-u2KRGWUEQW .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KRGWUEQW .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u2KRGWUEQW .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-u2KRGWUEQW .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-u2KRGWUEQW .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-control:hover,
.cid-u2KRGWUEQW .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-u2KRGWUEQW .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u2KRGWUEQW .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-u2KRGWUEQW .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u2KRGWUEQW .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-u2KRGWUEQW .mbr-section-title {
  color: #000000;
}
.cid-u2KRGWUEQW .mbr-text {
  color: #6f6f6f;
}
.cid-u2KRGWUEQW .mbr-contact {
  color: #000000;
}
.cid-u2KRGWUEQW label {
  color: #000000;
}
.cid-u2KS8qdQss {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-u2KS8qdQss .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KS8qdQss .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-u2KS8qdQss .container {
    padding: 0 16px;
  }
}
.cid-u2KS8qdQss .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-u2KS8qdQss .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-u2KS8qdQss .row .card {
  justify-content: flex-end;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KS8qdQss .content-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u2KS8qdQss .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2KS8qdQss .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-u2KS8qdQss .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-u2KS8qdQss .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-u2KS8qdQss .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-u2KS8qdQss .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-u2KS8qdQss .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-u2KS8qdQss .mbr-section-title {
  color: #f1634f;
}
.cid-u2KS8qdQss .mbr-section-subtitle {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-text {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-list-title {
  color: #6f6f6f;
}
.cid-u2KS8qdQss .list {
  color: #000000;
}
.cid-u2KS8qdQss .mbr-contact {
  color: #000000;
}
.cid-uoCpV8w8ey {
  background-color: transparent;
}
.cid-uoCpV8w8ey .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCpV8w8ey .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCpV8w8ey .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCpV8w8ey .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCpV8w8ey .menu_box .navbar.opened,
  .cid-uoCpV8w8ey .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCpV8w8ey .navbar-dropdown {
  position: relative !important;
}
.cid-uoCpV8w8ey .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCpV8w8ey .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCpV8w8ey .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCpV8w8ey .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCpV8w8ey .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCpV8w8ey .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCpV8w8ey .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCpV8w8ey .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCpV8w8ey .offcanvas-body .mbr-text,
  .cid-uoCpV8w8ey .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCpV8w8ey .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCpV8w8ey .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCpV8w8ey ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCpV8w8ey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCpV8w8ey .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-uoCpV8w8ey .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCpV8w8ey 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-uoCpV8w8ey .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCpV8w8ey .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCpV8w8ey .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCpV8w8ey .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCpV8w8ey .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCpV8w8ey .nav-item .nav-link:hover,
.cid-uoCpV8w8ey .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCpV8w8ey .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCpV8w8ey .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCpV8w8ey .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCpV8w8ey .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-uoCpV8w8ey .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCpV8w8ey .offcanvas_box {
    display: none;
  }
}
.cid-uoCpV8w8ey .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCpV8w8ey .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCpV8w8ey .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCpV8w8ey .container {
  display: flex;
  margin: auto;
}
.cid-uoCpV8w8ey .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-uoCpV8w8ey .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCpV8w8ey .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCpV8w8ey .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCpV8w8ey .navbar-nav {
    margin: 0;
  }
}
.cid-uoCpV8w8ey .dropdown-menu,
.cid-uoCpV8w8ey .navbar.opened {
  background-color: false !important;
}
.cid-uoCpV8w8ey .nav-item:focus,
.cid-uoCpV8w8ey .nav-link:focus {
  outline: none;
}
.cid-uoCpV8w8ey .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCpV8w8ey .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCpV8w8ey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCpV8w8ey .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCpV8w8ey .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCpV8w8ey .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCpV8w8ey .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCpV8w8ey .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCpV8w8ey .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCpV8w8ey .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCpV8w8ey .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCpV8w8ey .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCpV8w8ey .navbar.collapsed {
  justify-content: center;
}
.cid-uoCpV8w8ey .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCpV8w8ey .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCpV8w8ey .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCpV8w8ey .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCpV8w8ey .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCpV8w8ey .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCpV8w8ey .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCpV8w8ey .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCpV8w8ey .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCpV8w8ey .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCpV8w8ey .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCpV8w8ey .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCpV8w8ey .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCpV8w8ey .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCpV8w8ey .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCpV8w8ey .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCpV8w8ey .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCpV8w8ey .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCpV8w8ey .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCpV8w8ey .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCpV8w8ey .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCpV8w8ey .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCpV8w8ey .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCpV8w8ey .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCpV8w8ey .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-uoCpV8w8ey .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCpV8w8ey .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCpV8w8ey .dropdown-item.active,
.cid-uoCpV8w8ey .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCpV8w8ey .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCpV8w8ey .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCpV8w8ey .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCpV8w8ey .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCpV8w8ey ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCpV8w8ey .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCpV8w8ey 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-uoCpV8w8ey button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCpV8w8ey button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCpV8w8ey button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCpV8w8ey button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCpV8w8ey button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCpV8w8ey nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCpV8w8ey nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCpV8w8ey nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCpV8w8ey nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCpV8w8ey a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCpV8w8ey .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-uoCpV8w8ey .navbar {
    height: 70px;
  }
  .cid-uoCpV8w8ey .navbar.opened {
    height: auto;
  }
  .cid-uoCpV8w8ey .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCpV8w8ey .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCpV8w8ey .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCpV8w8ey .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCpV8w8ey .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCpV8w8ey .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCpV8w8ey .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCpV8w8ey .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCpV8w8ey .text_widget {
  margin-bottom: 32px;
}
.cid-uoCpV8w8ey .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCpV8w8ey .text_widget a:hover,
.cid-uoCpV8w8ey .text_widget a:focus {
  opacity: .8;
}
.cid-uoCpV8w8ey .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCpV8w8ey .navbar-caption {
  color: #000000;
}
.cid-uoCpV8w8ey .mbr-text {
  color: #6f6f6f;
}
.cid-uoCpV8w8ey a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCqZXcwGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCqZXcwGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCqZXcwGq .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-uoCqZXcwGq .container {
    padding: 0 16px;
  }
}
.cid-uoCqZXcwGq .row {
  position: relative;
  justify-content: space-between;
}
.cid-uoCqZXcwGq .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uoCqZXcwGq .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uoCqZXcwGq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uoCqZXcwGq .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uoCqZXcwGq .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCqZXcwGq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCqZXcwGq .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uoCqZXcwGq .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCqZXcwGq .image-wrapper img {
    height: 350px;
  }
}
.cid-uoCqZXcwGq .mbr-section-title {
  color: #f1634f;
}
.cid-uoCqZXcwGq .mbr-text {
  color: #000000;
}
.cid-uoCqYcy2YN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCqYcy2YN::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCqYcy2YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCqYcy2YN .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-uoCqYcy2YN .container {
    padding: 0 16px;
  }
}
.cid-uoCqYcy2YN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCqYcy2YN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCqYcy2YN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCqYcy2YN .mbr-section-title {
  color: #f1634f;
}
.cid-uoCqYcy2YN .mbr-text {
  color: #000000;
}
.cid-vsLciyKn6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
}
.cid-vsLciyKn6O::before {
  content: '';
  position: absolute;
  left: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #f1634f -10%, transparent 80%);
}
.cid-vsLciyKn6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsLciyKn6O .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-vsLciyKn6O .container {
    padding: 0 16px;
  }
}
.cid-vsLciyKn6O .row {
  justify-content: space-between;
}
.cid-vsLciyKn6O .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vsLciyKn6O .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vsLciyKn6O .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vsLciyKn6O .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-vsLciyKn6O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsLciyKn6O .image-wrapper {
  position: relative;
}
.cid-vsLciyKn6O .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsLciyKn6O .image-wrapper img {
    height: 350px;
  }
}
.cid-vsLciyKn6O .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-vsLciyKn6O .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-vsLciyKn6O .mbr-section-title {
  color: #000000;
}
.cid-vsLciyKn6O .mbr-text {
  color: #000000;
}
.cid-uoCpV9nuvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCpV9nuvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCpV9nuvb .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-uoCpV9nuvb .container {
    padding: 0 16px;
  }
}
.cid-uoCpV9nuvb .row {
  position: relative;
}
.cid-uoCpV9nuvb .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCpV9nuvb .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCpV9nuvb .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCpV9nuvb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCpV9nuvb .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCpV9nuvb .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCpV9nuvb .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCpV9nuvb .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCpV9nuvb .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCpV9nuvb .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCpV9nuvb .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCpV9nuvb .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCpV9nuvb .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCpV9nuvb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCpV9nuvb .mbr-section-title {
  color: #000000;
}
.cid-uoCpV9nuvb .mbr-text {
  color: #6f6f6f;
}
.cid-uoCpV9nuvb .item-title {
  color: #000000;
}
.cid-uoCpV9nuvb .item-text {
  color: #000000;
}
.cid-uoCpVaG7yc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCpVaG7yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCpVaG7yc .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-uoCpVaG7yc .container {
    padding: 0 16px;
  }
}
.cid-uoCpVaG7yc .row {
  justify-content: center;
}
.cid-uoCpVaG7yc .content-wrapper {
  position: relative;
  padding: 300px 0;
}
@media (max-width: 992px) {
  .cid-uoCpVaG7yc .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uoCpVaG7yc .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-uoCpVaG7yc .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-uoCpVaG7yc .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-uoCpVaG7yc .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoCpVaG7yc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uoCpVaG7yc .mbr-text {
  color: #ffffff;
}
.cid-uoCpVbHxLQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCpVbHxLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCpVbHxLQ .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-uoCpVbHxLQ .container {
    padding: 0 16px;
  }
}
.cid-uoCpVbHxLQ .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCpVbHxLQ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCpVbHxLQ .row .card {
  justify-content: flex-end;
}
.cid-uoCpVbHxLQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCpVbHxLQ .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCpVbHxLQ .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCpVbHxLQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCpVbHxLQ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCpVbHxLQ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCpVbHxLQ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCpVbHxLQ .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCpVbHxLQ .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCpVbHxLQ .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCpVbHxLQ .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCpVbHxLQ .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCpVbHxLQ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCpVbHxLQ .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCpVbHxLQ .mbr-section-title {
  color: #f1634f;
}
.cid-uoCpVbHxLQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCpVbHxLQ .mbr-text {
  color: #000000;
}
.cid-uoCpVbHxLQ .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCpVbHxLQ .list {
  color: #000000;
}
.cid-uoCpVbHxLQ .mbr-contact {
  color: #000000;
}
.cid-uoCt7hzi1j {
  background-color: transparent;
}
.cid-uoCt7hzi1j .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCt7hzi1j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCt7hzi1j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCt7hzi1j .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCt7hzi1j .menu_box .navbar.opened,
  .cid-uoCt7hzi1j .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCt7hzi1j .navbar-dropdown {
  position: relative !important;
}
.cid-uoCt7hzi1j .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCt7hzi1j .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCt7hzi1j .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCt7hzi1j .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCt7hzi1j .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCt7hzi1j .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCt7hzi1j .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCt7hzi1j .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCt7hzi1j .offcanvas-body .mbr-text,
  .cid-uoCt7hzi1j .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCt7hzi1j .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCt7hzi1j .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCt7hzi1j ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCt7hzi1j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCt7hzi1j .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-uoCt7hzi1j .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCt7hzi1j 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-uoCt7hzi1j .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCt7hzi1j .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCt7hzi1j .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCt7hzi1j .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCt7hzi1j .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCt7hzi1j .nav-item .nav-link:hover,
.cid-uoCt7hzi1j .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCt7hzi1j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCt7hzi1j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCt7hzi1j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCt7hzi1j .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-uoCt7hzi1j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCt7hzi1j .offcanvas_box {
    display: none;
  }
}
.cid-uoCt7hzi1j .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCt7hzi1j .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCt7hzi1j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCt7hzi1j .container {
  display: flex;
  margin: auto;
}
.cid-uoCt7hzi1j .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-uoCt7hzi1j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCt7hzi1j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCt7hzi1j .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCt7hzi1j .navbar-nav {
    margin: 0;
  }
}
.cid-uoCt7hzi1j .dropdown-menu,
.cid-uoCt7hzi1j .navbar.opened {
  background-color: false !important;
}
.cid-uoCt7hzi1j .nav-item:focus,
.cid-uoCt7hzi1j .nav-link:focus {
  outline: none;
}
.cid-uoCt7hzi1j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCt7hzi1j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCt7hzi1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCt7hzi1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCt7hzi1j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCt7hzi1j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCt7hzi1j .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCt7hzi1j .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCt7hzi1j .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCt7hzi1j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCt7hzi1j .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCt7hzi1j .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCt7hzi1j .navbar.collapsed {
  justify-content: center;
}
.cid-uoCt7hzi1j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCt7hzi1j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCt7hzi1j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCt7hzi1j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCt7hzi1j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCt7hzi1j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCt7hzi1j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCt7hzi1j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCt7hzi1j .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCt7hzi1j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCt7hzi1j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCt7hzi1j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCt7hzi1j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCt7hzi1j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCt7hzi1j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCt7hzi1j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCt7hzi1j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCt7hzi1j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCt7hzi1j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCt7hzi1j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCt7hzi1j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCt7hzi1j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCt7hzi1j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCt7hzi1j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCt7hzi1j .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-uoCt7hzi1j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCt7hzi1j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCt7hzi1j .dropdown-item.active,
.cid-uoCt7hzi1j .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCt7hzi1j .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCt7hzi1j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCt7hzi1j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCt7hzi1j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCt7hzi1j ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCt7hzi1j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCt7hzi1j 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-uoCt7hzi1j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCt7hzi1j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCt7hzi1j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCt7hzi1j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCt7hzi1j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCt7hzi1j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCt7hzi1j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCt7hzi1j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCt7hzi1j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCt7hzi1j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCt7hzi1j .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-uoCt7hzi1j .navbar {
    height: 70px;
  }
  .cid-uoCt7hzi1j .navbar.opened {
    height: auto;
  }
  .cid-uoCt7hzi1j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCt7hzi1j .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCt7hzi1j .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCt7hzi1j .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCt7hzi1j .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCt7hzi1j .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCt7hzi1j .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCt7hzi1j .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCt7hzi1j .text_widget {
  margin-bottom: 32px;
}
.cid-uoCt7hzi1j .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCt7hzi1j .text_widget a:hover,
.cid-uoCt7hzi1j .text_widget a:focus {
  opacity: .8;
}
.cid-uoCt7hzi1j .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCt7hzi1j .navbar-caption {
  color: #000000;
}
.cid-uoCt7hzi1j .mbr-text {
  color: #6f6f6f;
}
.cid-uoCt7hzi1j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCt7iAK4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCt7iAK4b::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-uoCt7iAK4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCt7iAK4b .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-uoCt7iAK4b .container {
    padding: 0 16px;
  }
}
.cid-uoCt7iAK4b .row {
  position: relative;
  justify-content: space-between;
}
.cid-uoCt7iAK4b .row .card {
  justify-content: space-between;
}
.cid-uoCt7iAK4b .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uoCt7iAK4b .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCt7iAK4b .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCt7iAK4b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCt7iAK4b .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCt7iAK4b .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCt7iAK4b .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uoCt7iAK4b .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uoCt7iAK4b .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uoCt7iAK4b .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-control:hover,
.cid-uoCt7iAK4b .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-uoCt7iAK4b .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uoCt7iAK4b .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-uoCt7iAK4b .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uoCt7iAK4b .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uoCt7iAK4b .mbr-section-title {
  color: #000000;
}
.cid-uoCt7iAK4b .mbr-text {
  color: #6f6f6f;
}
.cid-uoCt7iAK4b .mbr-contact {
  color: #000000;
}
.cid-uoCt7iAK4b label {
  color: #000000;
}
.cid-uoCt7iMGV1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCt7iMGV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCt7iMGV1 .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-uoCt7iMGV1 .container {
    padding: 0 16px;
  }
}
.cid-uoCt7iMGV1 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCt7iMGV1 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCt7iMGV1 .row .card {
  justify-content: flex-end;
}
.cid-uoCt7iMGV1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCt7iMGV1 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCt7iMGV1 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCt7iMGV1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCt7iMGV1 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCt7iMGV1 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCt7iMGV1 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCt7iMGV1 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCt7iMGV1 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCt7iMGV1 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCt7iMGV1 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCt7iMGV1 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCt7iMGV1 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCt7iMGV1 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCt7iMGV1 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCt7iMGV1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCt7iMGV1 .mbr-text {
  color: #000000;
}
.cid-uoCt7iMGV1 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCt7iMGV1 .list {
  color: #000000;
}
.cid-uoCt7iMGV1 .mbr-contact {
  color: #000000;
}
.cid-uoCxbT5XKF {
  background-color: transparent;
}
.cid-uoCxbT5XKF .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCxbT5XKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCxbT5XKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCxbT5XKF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCxbT5XKF .menu_box .navbar.opened,
  .cid-uoCxbT5XKF .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCxbT5XKF .navbar-dropdown {
  position: relative !important;
}
.cid-uoCxbT5XKF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCxbT5XKF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCxbT5XKF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCxbT5XKF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCxbT5XKF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCxbT5XKF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCxbT5XKF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCxbT5XKF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCxbT5XKF .offcanvas-body .mbr-text,
  .cid-uoCxbT5XKF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCxbT5XKF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCxbT5XKF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCxbT5XKF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCxbT5XKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCxbT5XKF .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-uoCxbT5XKF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCxbT5XKF 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-uoCxbT5XKF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCxbT5XKF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCxbT5XKF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCxbT5XKF .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCxbT5XKF .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCxbT5XKF .nav-item .nav-link:hover,
.cid-uoCxbT5XKF .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCxbT5XKF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCxbT5XKF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCxbT5XKF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCxbT5XKF .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-uoCxbT5XKF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCxbT5XKF .offcanvas_box {
    display: none;
  }
}
.cid-uoCxbT5XKF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCxbT5XKF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCxbT5XKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCxbT5XKF .container {
  display: flex;
  margin: auto;
}
.cid-uoCxbT5XKF .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-uoCxbT5XKF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCxbT5XKF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCxbT5XKF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCxbT5XKF .navbar-nav {
    margin: 0;
  }
}
.cid-uoCxbT5XKF .dropdown-menu,
.cid-uoCxbT5XKF .navbar.opened {
  background-color: false !important;
}
.cid-uoCxbT5XKF .nav-item:focus,
.cid-uoCxbT5XKF .nav-link:focus {
  outline: none;
}
.cid-uoCxbT5XKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCxbT5XKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCxbT5XKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCxbT5XKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCxbT5XKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCxbT5XKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCxbT5XKF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCxbT5XKF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCxbT5XKF .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCxbT5XKF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCxbT5XKF .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCxbT5XKF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCxbT5XKF .navbar.collapsed {
  justify-content: center;
}
.cid-uoCxbT5XKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCxbT5XKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCxbT5XKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCxbT5XKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCxbT5XKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCxbT5XKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCxbT5XKF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCxbT5XKF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCxbT5XKF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCxbT5XKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCxbT5XKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCxbT5XKF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCxbT5XKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCxbT5XKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCxbT5XKF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCxbT5XKF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCxbT5XKF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCxbT5XKF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCxbT5XKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCxbT5XKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCxbT5XKF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCxbT5XKF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCxbT5XKF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCxbT5XKF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCxbT5XKF .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-uoCxbT5XKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCxbT5XKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCxbT5XKF .dropdown-item.active,
.cid-uoCxbT5XKF .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCxbT5XKF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCxbT5XKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCxbT5XKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCxbT5XKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCxbT5XKF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCxbT5XKF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCxbT5XKF 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-uoCxbT5XKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCxbT5XKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCxbT5XKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCxbT5XKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCxbT5XKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCxbT5XKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCxbT5XKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCxbT5XKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCxbT5XKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCxbT5XKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCxbT5XKF .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-uoCxbT5XKF .navbar {
    height: 70px;
  }
  .cid-uoCxbT5XKF .navbar.opened {
    height: auto;
  }
  .cid-uoCxbT5XKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCxbT5XKF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCxbT5XKF .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCxbT5XKF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCxbT5XKF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCxbT5XKF .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCxbT5XKF .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCxbT5XKF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCxbT5XKF .text_widget {
  margin-bottom: 32px;
}
.cid-uoCxbT5XKF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCxbT5XKF .text_widget a:hover,
.cid-uoCxbT5XKF .text_widget a:focus {
  opacity: .8;
}
.cid-uoCxbT5XKF .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCxbT5XKF .navbar-caption {
  color: #000000;
}
.cid-uoCxbT5XKF .mbr-text {
  color: #6f6f6f;
}
.cid-uoCxbT5XKF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCxm2kV4D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCxm2kV4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCxm2kV4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCxm2kV4D .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uoCxm2kV4D .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uoCxm2kV4D .mbr-text,
.cid-uoCxm2kV4D .mbr-section-btn {
  color: #232323;
}
.cid-uoCxm2kV4D .mbr-section-title,
.cid-uoCxm2kV4D .line {
  color: #232323;
}
.cid-uoCxm2kV4D h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uoCxm2kV4D h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uoCxm2kV4D .mbr-section-subtitle,
.cid-uoCxm2kV4D .align {
  text-align: left;
  color: #232323;
}
.cid-uoCy0e0gCu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoCy0e0gCu .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uoCy0e0gCu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uoCy0e0gCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCy0e0gCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCxbTDvSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCxbTDvSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCxbTDvSx .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-uoCxbTDvSx .container {
    padding: 0 16px;
  }
}
.cid-uoCxbTDvSx .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCxbTDvSx .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCxbTDvSx .row .card {
  justify-content: flex-end;
}
.cid-uoCxbTDvSx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCxbTDvSx .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCxbTDvSx .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCxbTDvSx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCxbTDvSx .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCxbTDvSx .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCxbTDvSx .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCxbTDvSx .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCxbTDvSx .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCxbTDvSx .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCxbTDvSx .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCxbTDvSx .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCxbTDvSx .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCxbTDvSx .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCxbTDvSx .mbr-section-title {
  color: #f1634f;
}
.cid-uoCxbTDvSx .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCxbTDvSx .mbr-text {
  color: #000000;
}
.cid-uoCxbTDvSx .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCxbTDvSx .list {
  color: #000000;
}
.cid-uoCxbTDvSx .mbr-contact {
  color: #000000;
}
.cid-uoCzoWcNAK {
  background-color: transparent;
}
.cid-uoCzoWcNAK .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCzoWcNAK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCzoWcNAK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCzoWcNAK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCzoWcNAK .menu_box .navbar.opened,
  .cid-uoCzoWcNAK .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCzoWcNAK .navbar-dropdown {
  position: relative !important;
}
.cid-uoCzoWcNAK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCzoWcNAK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCzoWcNAK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCzoWcNAK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCzoWcNAK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCzoWcNAK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCzoWcNAK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCzoWcNAK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCzoWcNAK .offcanvas-body .mbr-text,
  .cid-uoCzoWcNAK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCzoWcNAK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCzoWcNAK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCzoWcNAK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCzoWcNAK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCzoWcNAK .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-uoCzoWcNAK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCzoWcNAK 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-uoCzoWcNAK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCzoWcNAK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCzoWcNAK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCzoWcNAK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCzoWcNAK .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCzoWcNAK .nav-item .nav-link:hover,
.cid-uoCzoWcNAK .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCzoWcNAK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCzoWcNAK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCzoWcNAK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCzoWcNAK .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-uoCzoWcNAK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCzoWcNAK .offcanvas_box {
    display: none;
  }
}
.cid-uoCzoWcNAK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCzoWcNAK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCzoWcNAK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCzoWcNAK .container {
  display: flex;
  margin: auto;
}
.cid-uoCzoWcNAK .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-uoCzoWcNAK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCzoWcNAK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCzoWcNAK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCzoWcNAK .navbar-nav {
    margin: 0;
  }
}
.cid-uoCzoWcNAK .dropdown-menu,
.cid-uoCzoWcNAK .navbar.opened {
  background-color: false !important;
}
.cid-uoCzoWcNAK .nav-item:focus,
.cid-uoCzoWcNAK .nav-link:focus {
  outline: none;
}
.cid-uoCzoWcNAK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCzoWcNAK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCzoWcNAK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCzoWcNAK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCzoWcNAK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCzoWcNAK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCzoWcNAK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCzoWcNAK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCzoWcNAK .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCzoWcNAK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCzoWcNAK .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCzoWcNAK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCzoWcNAK .navbar.collapsed {
  justify-content: center;
}
.cid-uoCzoWcNAK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCzoWcNAK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCzoWcNAK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCzoWcNAK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCzoWcNAK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCzoWcNAK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCzoWcNAK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCzoWcNAK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCzoWcNAK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCzoWcNAK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCzoWcNAK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCzoWcNAK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCzoWcNAK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCzoWcNAK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCzoWcNAK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCzoWcNAK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCzoWcNAK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCzoWcNAK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCzoWcNAK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCzoWcNAK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCzoWcNAK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCzoWcNAK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCzoWcNAK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCzoWcNAK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCzoWcNAK .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-uoCzoWcNAK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCzoWcNAK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCzoWcNAK .dropdown-item.active,
.cid-uoCzoWcNAK .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCzoWcNAK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCzoWcNAK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCzoWcNAK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCzoWcNAK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCzoWcNAK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCzoWcNAK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCzoWcNAK 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-uoCzoWcNAK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCzoWcNAK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCzoWcNAK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCzoWcNAK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCzoWcNAK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCzoWcNAK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCzoWcNAK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCzoWcNAK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCzoWcNAK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCzoWcNAK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCzoWcNAK .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-uoCzoWcNAK .navbar {
    height: 70px;
  }
  .cid-uoCzoWcNAK .navbar.opened {
    height: auto;
  }
  .cid-uoCzoWcNAK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCzoWcNAK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCzoWcNAK .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCzoWcNAK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCzoWcNAK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCzoWcNAK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCzoWcNAK .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCzoWcNAK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCzoWcNAK .text_widget {
  margin-bottom: 32px;
}
.cid-uoCzoWcNAK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCzoWcNAK .text_widget a:hover,
.cid-uoCzoWcNAK .text_widget a:focus {
  opacity: .8;
}
.cid-uoCzoWcNAK .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCzoWcNAK .navbar-caption {
  color: #000000;
}
.cid-uoCzoWcNAK .mbr-text {
  color: #6f6f6f;
}
.cid-uoCzoWcNAK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCzoWKT44 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCzoWKT44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCzoWKT44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCzoWKT44 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uoCzoWKT44 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uoCzoWKT44 .mbr-text,
.cid-uoCzoWKT44 .mbr-section-btn {
  color: #232323;
}
.cid-uoCzoWKT44 .mbr-section-title,
.cid-uoCzoWKT44 .line {
  color: #232323;
}
.cid-uoCzoWKT44 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uoCzoWKT44 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uoCzoWKT44 .mbr-section-subtitle,
.cid-uoCzoWKT44 .align {
  text-align: left;
  color: #232323;
}
.cid-uoCzoWUWrU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoCzoWUWrU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uoCzoWUWrU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uoCzoWUWrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCzoWUWrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCzoX2Brg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCzoX2Brg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCzoX2Brg .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-uoCzoX2Brg .container {
    padding: 0 16px;
  }
}
.cid-uoCzoX2Brg .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCzoX2Brg .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCzoX2Brg .row .card {
  justify-content: flex-end;
}
.cid-uoCzoX2Brg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCzoX2Brg .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCzoX2Brg .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCzoX2Brg .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCzoX2Brg .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCzoX2Brg .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCzoX2Brg .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCzoX2Brg .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCzoX2Brg .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCzoX2Brg .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCzoX2Brg .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCzoX2Brg .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCzoX2Brg .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCzoX2Brg .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCzoX2Brg .mbr-section-title {
  color: #f1634f;
}
.cid-uoCzoX2Brg .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCzoX2Brg .mbr-text {
  color: #000000;
}
.cid-uoCzoX2Brg .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCzoX2Brg .list {
  color: #000000;
}
.cid-uoCzoX2Brg .mbr-contact {
  color: #000000;
}
.cid-uoCA03J89j {
  background-color: transparent;
}
.cid-uoCA03J89j .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCA03J89j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCA03J89j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCA03J89j .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCA03J89j .menu_box .navbar.opened,
  .cid-uoCA03J89j .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCA03J89j .navbar-dropdown {
  position: relative !important;
}
.cid-uoCA03J89j .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCA03J89j .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCA03J89j .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCA03J89j .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCA03J89j .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCA03J89j .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCA03J89j .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCA03J89j .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCA03J89j .offcanvas-body .mbr-text,
  .cid-uoCA03J89j .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCA03J89j .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCA03J89j .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCA03J89j ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCA03J89j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCA03J89j .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-uoCA03J89j .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCA03J89j 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-uoCA03J89j .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCA03J89j .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCA03J89j .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCA03J89j .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCA03J89j .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCA03J89j .nav-item .nav-link:hover,
.cid-uoCA03J89j .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCA03J89j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCA03J89j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCA03J89j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCA03J89j .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-uoCA03J89j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCA03J89j .offcanvas_box {
    display: none;
  }
}
.cid-uoCA03J89j .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCA03J89j .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCA03J89j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCA03J89j .container {
  display: flex;
  margin: auto;
}
.cid-uoCA03J89j .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-uoCA03J89j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCA03J89j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCA03J89j .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCA03J89j .navbar-nav {
    margin: 0;
  }
}
.cid-uoCA03J89j .dropdown-menu,
.cid-uoCA03J89j .navbar.opened {
  background-color: false !important;
}
.cid-uoCA03J89j .nav-item:focus,
.cid-uoCA03J89j .nav-link:focus {
  outline: none;
}
.cid-uoCA03J89j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCA03J89j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCA03J89j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCA03J89j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCA03J89j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCA03J89j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCA03J89j .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCA03J89j .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCA03J89j .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCA03J89j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCA03J89j .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCA03J89j .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCA03J89j .navbar.collapsed {
  justify-content: center;
}
.cid-uoCA03J89j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCA03J89j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCA03J89j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCA03J89j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCA03J89j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCA03J89j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCA03J89j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCA03J89j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCA03J89j .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCA03J89j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCA03J89j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCA03J89j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCA03J89j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCA03J89j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCA03J89j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCA03J89j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCA03J89j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCA03J89j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCA03J89j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCA03J89j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCA03J89j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCA03J89j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCA03J89j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCA03J89j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCA03J89j .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-uoCA03J89j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCA03J89j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCA03J89j .dropdown-item.active,
.cid-uoCA03J89j .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCA03J89j .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCA03J89j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCA03J89j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCA03J89j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCA03J89j ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCA03J89j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCA03J89j 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-uoCA03J89j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCA03J89j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCA03J89j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCA03J89j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCA03J89j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCA03J89j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCA03J89j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCA03J89j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCA03J89j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCA03J89j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCA03J89j .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-uoCA03J89j .navbar {
    height: 70px;
  }
  .cid-uoCA03J89j .navbar.opened {
    height: auto;
  }
  .cid-uoCA03J89j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCA03J89j .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCA03J89j .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCA03J89j .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCA03J89j .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCA03J89j .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCA03J89j .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCA03J89j .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCA03J89j .text_widget {
  margin-bottom: 32px;
}
.cid-uoCA03J89j .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCA03J89j .text_widget a:hover,
.cid-uoCA03J89j .text_widget a:focus {
  opacity: .8;
}
.cid-uoCA03J89j .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCA03J89j .navbar-caption {
  color: #000000;
}
.cid-uoCA03J89j .mbr-text {
  color: #6f6f6f;
}
.cid-uoCA03J89j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCA04jbue {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCA04jbue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCA04jbue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCA04jbue .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uoCA04jbue .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uoCA04jbue .mbr-text,
.cid-uoCA04jbue .mbr-section-btn {
  color: #232323;
}
.cid-uoCA04jbue .mbr-section-title,
.cid-uoCA04jbue .line {
  color: #232323;
}
.cid-uoCA04jbue h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uoCA04jbue h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uoCA04jbue .mbr-section-subtitle,
.cid-uoCA04jbue .align {
  text-align: left;
  color: #232323;
}
.cid-uoCA04w9bl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoCA04w9bl .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uoCA04w9bl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uoCA04w9bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCA04w9bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCA04HS2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCA04HS2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCA04HS2u .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-uoCA04HS2u .container {
    padding: 0 16px;
  }
}
.cid-uoCA04HS2u .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCA04HS2u .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCA04HS2u .row .card {
  justify-content: flex-end;
}
.cid-uoCA04HS2u .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCA04HS2u .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCA04HS2u .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCA04HS2u .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCA04HS2u .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCA04HS2u .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCA04HS2u .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCA04HS2u .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCA04HS2u .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCA04HS2u .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCA04HS2u .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCA04HS2u .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCA04HS2u .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCA04HS2u .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCA04HS2u .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCA04HS2u .mbr-section-title {
  color: #f1634f;
}
.cid-uoCA04HS2u .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCA04HS2u .mbr-text {
  color: #000000;
}
.cid-uoCA04HS2u .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCA04HS2u .list {
  color: #000000;
}
.cid-uoCA04HS2u .mbr-contact {
  color: #000000;
}
.cid-uoCAStM2jq {
  background-color: transparent;
}
.cid-uoCAStM2jq .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCAStM2jq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCAStM2jq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCAStM2jq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCAStM2jq .menu_box .navbar.opened,
  .cid-uoCAStM2jq .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCAStM2jq .navbar-dropdown {
  position: relative !important;
}
.cid-uoCAStM2jq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCAStM2jq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCAStM2jq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCAStM2jq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCAStM2jq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCAStM2jq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCAStM2jq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCAStM2jq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCAStM2jq .offcanvas-body .mbr-text,
  .cid-uoCAStM2jq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCAStM2jq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCAStM2jq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCAStM2jq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCAStM2jq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCAStM2jq .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-uoCAStM2jq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCAStM2jq 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-uoCAStM2jq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCAStM2jq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCAStM2jq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCAStM2jq .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCAStM2jq .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCAStM2jq .nav-item .nav-link:hover,
.cid-uoCAStM2jq .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCAStM2jq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCAStM2jq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCAStM2jq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCAStM2jq .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-uoCAStM2jq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCAStM2jq .offcanvas_box {
    display: none;
  }
}
.cid-uoCAStM2jq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCAStM2jq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCAStM2jq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCAStM2jq .container {
  display: flex;
  margin: auto;
}
.cid-uoCAStM2jq .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-uoCAStM2jq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCAStM2jq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCAStM2jq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCAStM2jq .navbar-nav {
    margin: 0;
  }
}
.cid-uoCAStM2jq .dropdown-menu,
.cid-uoCAStM2jq .navbar.opened {
  background-color: false !important;
}
.cid-uoCAStM2jq .nav-item:focus,
.cid-uoCAStM2jq .nav-link:focus {
  outline: none;
}
.cid-uoCAStM2jq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCAStM2jq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCAStM2jq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCAStM2jq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCAStM2jq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCAStM2jq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCAStM2jq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCAStM2jq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCAStM2jq .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCAStM2jq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCAStM2jq .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCAStM2jq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCAStM2jq .navbar.collapsed {
  justify-content: center;
}
.cid-uoCAStM2jq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCAStM2jq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCAStM2jq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCAStM2jq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCAStM2jq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCAStM2jq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCAStM2jq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCAStM2jq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCAStM2jq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCAStM2jq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCAStM2jq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCAStM2jq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCAStM2jq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCAStM2jq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCAStM2jq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCAStM2jq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCAStM2jq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCAStM2jq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCAStM2jq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCAStM2jq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCAStM2jq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCAStM2jq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCAStM2jq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCAStM2jq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCAStM2jq .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-uoCAStM2jq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCAStM2jq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCAStM2jq .dropdown-item.active,
.cid-uoCAStM2jq .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCAStM2jq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCAStM2jq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCAStM2jq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCAStM2jq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCAStM2jq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCAStM2jq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCAStM2jq 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-uoCAStM2jq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCAStM2jq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCAStM2jq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCAStM2jq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCAStM2jq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCAStM2jq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCAStM2jq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCAStM2jq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCAStM2jq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCAStM2jq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCAStM2jq .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-uoCAStM2jq .navbar {
    height: 70px;
  }
  .cid-uoCAStM2jq .navbar.opened {
    height: auto;
  }
  .cid-uoCAStM2jq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCAStM2jq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCAStM2jq .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCAStM2jq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCAStM2jq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCAStM2jq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCAStM2jq .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCAStM2jq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCAStM2jq .text_widget {
  margin-bottom: 32px;
}
.cid-uoCAStM2jq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCAStM2jq .text_widget a:hover,
.cid-uoCAStM2jq .text_widget a:focus {
  opacity: .8;
}
.cid-uoCAStM2jq .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCAStM2jq .navbar-caption {
  color: #000000;
}
.cid-uoCAStM2jq .mbr-text {
  color: #6f6f6f;
}
.cid-uoCAStM2jq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCASunBap {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoCASunBap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCASunBap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCASunBap .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-uoCASunBap .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uoCASunBap .mbr-text,
.cid-uoCASunBap .mbr-section-btn {
  color: #232323;
}
.cid-uoCASunBap .mbr-section-title,
.cid-uoCASunBap .line {
  color: #232323;
}
.cid-uoCASunBap h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uoCASunBap h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uoCASunBap .mbr-section-subtitle,
.cid-uoCASunBap .align {
  text-align: left;
  color: #232323;
}
.cid-uoCASuvXZF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uoCASuvXZF .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-uoCASuvXZF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uoCASuvXZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCASuvXZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCASuDlI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCASuDlI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCASuDlI6 .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-uoCASuDlI6 .container {
    padding: 0 16px;
  }
}
.cid-uoCASuDlI6 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCASuDlI6 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCASuDlI6 .row .card {
  justify-content: flex-end;
}
.cid-uoCASuDlI6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCASuDlI6 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCASuDlI6 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCASuDlI6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCASuDlI6 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCASuDlI6 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCASuDlI6 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCASuDlI6 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCASuDlI6 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCASuDlI6 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCASuDlI6 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCASuDlI6 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCASuDlI6 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCASuDlI6 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCASuDlI6 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCASuDlI6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCASuDlI6 .mbr-text {
  color: #000000;
}
.cid-uoCASuDlI6 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCASuDlI6 .list {
  color: #000000;
}
.cid-uoCASuDlI6 .mbr-contact {
  color: #000000;
}
.cid-uoCBMz7OiT {
  background-color: transparent;
}
.cid-uoCBMz7OiT .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCBMz7OiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCBMz7OiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCBMz7OiT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCBMz7OiT .menu_box .navbar.opened,
  .cid-uoCBMz7OiT .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCBMz7OiT .navbar-dropdown {
  position: relative !important;
}
.cid-uoCBMz7OiT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCBMz7OiT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCBMz7OiT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCBMz7OiT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCBMz7OiT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCBMz7OiT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCBMz7OiT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCBMz7OiT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCBMz7OiT .offcanvas-body .mbr-text,
  .cid-uoCBMz7OiT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCBMz7OiT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCBMz7OiT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCBMz7OiT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCBMz7OiT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCBMz7OiT .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-uoCBMz7OiT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCBMz7OiT 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-uoCBMz7OiT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCBMz7OiT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCBMz7OiT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCBMz7OiT .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCBMz7OiT .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCBMz7OiT .nav-item .nav-link:hover,
.cid-uoCBMz7OiT .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCBMz7OiT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCBMz7OiT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCBMz7OiT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCBMz7OiT .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-uoCBMz7OiT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCBMz7OiT .offcanvas_box {
    display: none;
  }
}
.cid-uoCBMz7OiT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCBMz7OiT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCBMz7OiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCBMz7OiT .container {
  display: flex;
  margin: auto;
}
.cid-uoCBMz7OiT .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-uoCBMz7OiT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCBMz7OiT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCBMz7OiT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCBMz7OiT .navbar-nav {
    margin: 0;
  }
}
.cid-uoCBMz7OiT .dropdown-menu,
.cid-uoCBMz7OiT .navbar.opened {
  background-color: false !important;
}
.cid-uoCBMz7OiT .nav-item:focus,
.cid-uoCBMz7OiT .nav-link:focus {
  outline: none;
}
.cid-uoCBMz7OiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCBMz7OiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCBMz7OiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCBMz7OiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCBMz7OiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCBMz7OiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCBMz7OiT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCBMz7OiT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCBMz7OiT .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCBMz7OiT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCBMz7OiT .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCBMz7OiT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCBMz7OiT .navbar.collapsed {
  justify-content: center;
}
.cid-uoCBMz7OiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCBMz7OiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCBMz7OiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCBMz7OiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCBMz7OiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCBMz7OiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCBMz7OiT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCBMz7OiT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCBMz7OiT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCBMz7OiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCBMz7OiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCBMz7OiT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCBMz7OiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCBMz7OiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCBMz7OiT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCBMz7OiT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCBMz7OiT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCBMz7OiT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCBMz7OiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCBMz7OiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCBMz7OiT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCBMz7OiT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCBMz7OiT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCBMz7OiT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCBMz7OiT .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-uoCBMz7OiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCBMz7OiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCBMz7OiT .dropdown-item.active,
.cid-uoCBMz7OiT .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCBMz7OiT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCBMz7OiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCBMz7OiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCBMz7OiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCBMz7OiT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCBMz7OiT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCBMz7OiT 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-uoCBMz7OiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCBMz7OiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCBMz7OiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCBMz7OiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCBMz7OiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCBMz7OiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCBMz7OiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCBMz7OiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCBMz7OiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCBMz7OiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCBMz7OiT .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-uoCBMz7OiT .navbar {
    height: 70px;
  }
  .cid-uoCBMz7OiT .navbar.opened {
    height: auto;
  }
  .cid-uoCBMz7OiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCBMz7OiT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCBMz7OiT .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCBMz7OiT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCBMz7OiT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCBMz7OiT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCBMz7OiT .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCBMz7OiT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCBMz7OiT .text_widget {
  margin-bottom: 32px;
}
.cid-uoCBMz7OiT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCBMz7OiT .text_widget a:hover,
.cid-uoCBMz7OiT .text_widget a:focus {
  opacity: .8;
}
.cid-uoCBMz7OiT .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCBMz7OiT .navbar-caption {
  color: #000000;
}
.cid-uoCBMz7OiT .mbr-text {
  color: #6f6f6f;
}
.cid-uoCBMz7OiT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCC1Omt34 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ededed;
}
.cid-uoCC1Omt34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCC1Omt34 .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-uoCC1Omt34 .container {
    padding: 0 16px;
  }
}
.cid-uoCC1Omt34 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoCC1Omt34 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCC1Omt34 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoCC1Omt34 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCC1Omt34 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCC1Omt34 .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uoCC1Omt34 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoCC1Omt34 .item .item-wrapper:hover .item-img img,
.cid-uoCC1Omt34 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoCC1Omt34 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCC1Omt34 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCC1Omt34 .mbr-section-title {
  color: #000000;
}
.cid-uoCC1Omt34 .mbr-desc {
  color: #000000;
}
.cid-uoCC1Omt34 .item-text {
  color: #000000;
}
.cid-uoCCqyAqLb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uoCCqyAqLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCCqyAqLb .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-uoCCqyAqLb .container {
    padding: 0 16px;
  }
}
.cid-uoCCqyAqLb .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoCCqyAqLb .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCCqyAqLb .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoCCqyAqLb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCCqyAqLb .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCCqyAqLb .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uoCCqyAqLb .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoCCqyAqLb .item .item-wrapper:hover .item-img img,
.cid-uoCCqyAqLb .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoCCqyAqLb .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCCqyAqLb .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCCqyAqLb .mbr-section-title {
  color: #000000;
}
.cid-uoCCqyAqLb .mbr-desc {
  color: #6f6f6f;
}
.cid-uoCCqyAqLb .item-text {
  color: #000000;
}
.cid-uoCCHuUkAL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uoCCHuUkAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCCHuUkAL .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-uoCCHuUkAL .container {
    padding: 0 16px;
  }
}
.cid-uoCCHuUkAL .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uoCCHuUkAL .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCCHuUkAL .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uoCCHuUkAL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCCHuUkAL .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCCHuUkAL .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uoCCHuUkAL .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uoCCHuUkAL .item .item-wrapper:hover .item-img img,
.cid-uoCCHuUkAL .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uoCCHuUkAL .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uoCCHuUkAL .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCCHuUkAL .mbr-section-title {
  color: #000000;
}
.cid-uoCCHuUkAL .mbr-desc {
  color: #6f6f6f;
}
.cid-uoCCHuUkAL .item-text {
  color: #000000;
}
.cid-vsLe92ZkIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-vsLe92ZkIJ::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-vsLe92ZkIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsLe92ZkIJ .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-vsLe92ZkIJ .container {
    padding: 0 16px;
  }
}
.cid-vsLe92ZkIJ .row {
  position: relative;
  justify-content: space-between;
}
.cid-vsLe92ZkIJ .row .card {
  justify-content: space-between;
}
.cid-vsLe92ZkIJ .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vsLe92ZkIJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vsLe92ZkIJ .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-vsLe92ZkIJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsLe92ZkIJ .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-vsLe92ZkIJ .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vsLe92ZkIJ .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vsLe92ZkIJ .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vsLe92ZkIJ .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-control:hover,
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-control::placeholder {
  color: #6f6f6f;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vsLe92ZkIJ .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
  border-radius: 0;
}
.cid-vsLe92ZkIJ .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vsLe92ZkIJ .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vsLe92ZkIJ .mbr-section-title {
  color: #000000;
}
.cid-vsLe92ZkIJ .mbr-text {
  color: #6f6f6f;
}
.cid-vsLe92ZkIJ .mbr-contact {
  color: #000000;
}
.cid-vsLe92ZkIJ label {
  color: #000000;
}
.cid-uoCBMAeH0Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCBMAeH0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCBMAeH0Q .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-uoCBMAeH0Q .container {
    padding: 0 16px;
  }
}
.cid-uoCBMAeH0Q .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCBMAeH0Q .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCBMAeH0Q .row .card {
  justify-content: flex-end;
}
.cid-uoCBMAeH0Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCBMAeH0Q .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCBMAeH0Q .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCBMAeH0Q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCBMAeH0Q .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCBMAeH0Q .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCBMAeH0Q .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCBMAeH0Q .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCBMAeH0Q .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCBMAeH0Q .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCBMAeH0Q .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCBMAeH0Q .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCBMAeH0Q .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCBMAeH0Q .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCBMAeH0Q .mbr-section-title {
  color: #f1634f;
}
.cid-uoCBMAeH0Q .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCBMAeH0Q .mbr-text {
  color: #000000;
}
.cid-uoCBMAeH0Q .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCBMAeH0Q .list {
  color: #000000;
}
.cid-uoCBMAeH0Q .mbr-contact {
  color: #000000;
}
.cid-uoCDm6AFdL {
  background-color: transparent;
}
.cid-uoCDm6AFdL .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCDm6AFdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCDm6AFdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCDm6AFdL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCDm6AFdL .menu_box .navbar.opened,
  .cid-uoCDm6AFdL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCDm6AFdL .navbar-dropdown {
  position: relative !important;
}
.cid-uoCDm6AFdL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCDm6AFdL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCDm6AFdL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCDm6AFdL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCDm6AFdL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCDm6AFdL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCDm6AFdL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCDm6AFdL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCDm6AFdL .offcanvas-body .mbr-text,
  .cid-uoCDm6AFdL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCDm6AFdL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCDm6AFdL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCDm6AFdL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCDm6AFdL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCDm6AFdL .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-uoCDm6AFdL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCDm6AFdL 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-uoCDm6AFdL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCDm6AFdL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCDm6AFdL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCDm6AFdL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCDm6AFdL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCDm6AFdL .nav-item .nav-link:hover,
.cid-uoCDm6AFdL .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCDm6AFdL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCDm6AFdL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCDm6AFdL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCDm6AFdL .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-uoCDm6AFdL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCDm6AFdL .offcanvas_box {
    display: none;
  }
}
.cid-uoCDm6AFdL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCDm6AFdL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCDm6AFdL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCDm6AFdL .container {
  display: flex;
  margin: auto;
}
.cid-uoCDm6AFdL .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-uoCDm6AFdL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCDm6AFdL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCDm6AFdL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCDm6AFdL .navbar-nav {
    margin: 0;
  }
}
.cid-uoCDm6AFdL .dropdown-menu,
.cid-uoCDm6AFdL .navbar.opened {
  background-color: false !important;
}
.cid-uoCDm6AFdL .nav-item:focus,
.cid-uoCDm6AFdL .nav-link:focus {
  outline: none;
}
.cid-uoCDm6AFdL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCDm6AFdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCDm6AFdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCDm6AFdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCDm6AFdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCDm6AFdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCDm6AFdL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCDm6AFdL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCDm6AFdL .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCDm6AFdL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCDm6AFdL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCDm6AFdL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCDm6AFdL .navbar.collapsed {
  justify-content: center;
}
.cid-uoCDm6AFdL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCDm6AFdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCDm6AFdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCDm6AFdL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCDm6AFdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCDm6AFdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCDm6AFdL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCDm6AFdL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCDm6AFdL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCDm6AFdL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCDm6AFdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCDm6AFdL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCDm6AFdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCDm6AFdL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCDm6AFdL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCDm6AFdL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCDm6AFdL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCDm6AFdL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCDm6AFdL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCDm6AFdL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCDm6AFdL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCDm6AFdL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCDm6AFdL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCDm6AFdL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCDm6AFdL .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-uoCDm6AFdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCDm6AFdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCDm6AFdL .dropdown-item.active,
.cid-uoCDm6AFdL .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCDm6AFdL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCDm6AFdL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCDm6AFdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCDm6AFdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCDm6AFdL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCDm6AFdL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCDm6AFdL 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-uoCDm6AFdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCDm6AFdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCDm6AFdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCDm6AFdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCDm6AFdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCDm6AFdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCDm6AFdL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCDm6AFdL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCDm6AFdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCDm6AFdL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCDm6AFdL .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-uoCDm6AFdL .navbar {
    height: 70px;
  }
  .cid-uoCDm6AFdL .navbar.opened {
    height: auto;
  }
  .cid-uoCDm6AFdL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCDm6AFdL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCDm6AFdL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCDm6AFdL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCDm6AFdL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCDm6AFdL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCDm6AFdL .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCDm6AFdL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCDm6AFdL .text_widget {
  margin-bottom: 32px;
}
.cid-uoCDm6AFdL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCDm6AFdL .text_widget a:hover,
.cid-uoCDm6AFdL .text_widget a:focus {
  opacity: .8;
}
.cid-uoCDm6AFdL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCDm6AFdL .navbar-caption {
  color: #000000;
}
.cid-uoCDm6AFdL .mbr-text {
  color: #6f6f6f;
}
.cid-uoCDm6AFdL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCDB82aKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCDB82aKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCDB82aKb .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-uoCDB82aKb .container {
    padding: 0 16px;
  }
}
.cid-uoCDB82aKb .row {
  position: relative;
}
.cid-uoCDB82aKb .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCDB82aKb .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCDB82aKb .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCDB82aKb .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCDB82aKb .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCDB82aKb .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCDB82aKb .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCDB82aKb .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCDB82aKb .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCDB82aKb .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCDB82aKb .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCDB82aKb .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCDB82aKb .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCDB82aKb .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCDB82aKb .mbr-section-title {
  color: #000000;
}
.cid-uoCDB82aKb .mbr-text {
  color: #6f6f6f;
}
.cid-uoCDB82aKb .item-title {
  color: #000000;
}
.cid-uoCDB82aKb .item-text {
  color: #000000;
}
.cid-uoCGW2d12E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCGW2d12E::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCGW2d12E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCGW2d12E .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-uoCGW2d12E .container {
    padding: 0 16px;
  }
}
.cid-uoCGW2d12E .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCGW2d12E .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCGW2d12E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCGW2d12E .mbr-section-title {
  color: #f1634f;
}
.cid-uoCGW2d12E .mbr-text {
  color: #000000;
}
.cid-uoCJTFtFbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCJTFtFbu::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-uoCJTFtFbu::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCJTFtFbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCJTFtFbu .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-uoCJTFtFbu .container {
    padding: 0 16px;
  }
}
.cid-uoCJTFtFbu .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCJTFtFbu .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCJTFtFbu .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCJTFtFbu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCJTFtFbu .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCJTFtFbu .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCJTFtFbu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCJTFtFbu .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCJTFtFbu .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCJTFtFbu .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCJTFtFbu .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCJTFtFbu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCJTFtFbu .mbr-text,
.cid-uoCJTFtFbu .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCJTFtFbu .item-desc {
  color: #6f6f6f;
}
.cid-uoCJTFtFbu .item-title {
  color: #f1634f;
}
.cid-uoCJTFtFbu .item-price {
  color: #000000;
}
.cid-uoCJTFtFbu .mbr-list-title {
  color: #000000;
}
.cid-uoCJTFtFbu .list {
  color: #000000;
}
.cid-uoCDm7Id3W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCDm7Id3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCDm7Id3W .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-uoCDm7Id3W .container {
    padding: 0 16px;
  }
}
.cid-uoCDm7Id3W .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCDm7Id3W .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCDm7Id3W .row .card {
  justify-content: flex-end;
}
.cid-uoCDm7Id3W .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCDm7Id3W .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCDm7Id3W .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCDm7Id3W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCDm7Id3W .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCDm7Id3W .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCDm7Id3W .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCDm7Id3W .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCDm7Id3W .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCDm7Id3W .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCDm7Id3W .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCDm7Id3W .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCDm7Id3W .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCDm7Id3W .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCDm7Id3W .mbr-section-title {
  color: #f1634f;
}
.cid-uoCDm7Id3W .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCDm7Id3W .mbr-text {
  color: #000000;
}
.cid-uoCDm7Id3W .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCDm7Id3W .list {
  color: #000000;
}
.cid-uoCDm7Id3W .mbr-contact {
  color: #000000;
}
.cid-uoCE5HZAJ5 {
  background-color: transparent;
}
.cid-uoCE5HZAJ5 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCE5HZAJ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCE5HZAJ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCE5HZAJ5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCE5HZAJ5 .menu_box .navbar.opened,
  .cid-uoCE5HZAJ5 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCE5HZAJ5 .navbar-dropdown {
  position: relative !important;
}
.cid-uoCE5HZAJ5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCE5HZAJ5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCE5HZAJ5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCE5HZAJ5 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCE5HZAJ5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCE5HZAJ5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCE5HZAJ5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCE5HZAJ5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCE5HZAJ5 .offcanvas-body .mbr-text,
  .cid-uoCE5HZAJ5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCE5HZAJ5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCE5HZAJ5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCE5HZAJ5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCE5HZAJ5 .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-uoCE5HZAJ5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCE5HZAJ5 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-uoCE5HZAJ5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCE5HZAJ5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCE5HZAJ5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCE5HZAJ5 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCE5HZAJ5 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCE5HZAJ5 .nav-item .nav-link:hover,
.cid-uoCE5HZAJ5 .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCE5HZAJ5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCE5HZAJ5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCE5HZAJ5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCE5HZAJ5 .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-uoCE5HZAJ5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCE5HZAJ5 .offcanvas_box {
    display: none;
  }
}
.cid-uoCE5HZAJ5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCE5HZAJ5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCE5HZAJ5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCE5HZAJ5 .container {
  display: flex;
  margin: auto;
}
.cid-uoCE5HZAJ5 .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-uoCE5HZAJ5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCE5HZAJ5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCE5HZAJ5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCE5HZAJ5 .navbar-nav {
    margin: 0;
  }
}
.cid-uoCE5HZAJ5 .dropdown-menu,
.cid-uoCE5HZAJ5 .navbar.opened {
  background-color: false !important;
}
.cid-uoCE5HZAJ5 .nav-item:focus,
.cid-uoCE5HZAJ5 .nav-link:focus {
  outline: none;
}
.cid-uoCE5HZAJ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCE5HZAJ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCE5HZAJ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCE5HZAJ5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCE5HZAJ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCE5HZAJ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCE5HZAJ5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCE5HZAJ5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCE5HZAJ5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCE5HZAJ5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCE5HZAJ5 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCE5HZAJ5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCE5HZAJ5 .navbar.collapsed {
  justify-content: center;
}
.cid-uoCE5HZAJ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCE5HZAJ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCE5HZAJ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCE5HZAJ5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCE5HZAJ5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCE5HZAJ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCE5HZAJ5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCE5HZAJ5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCE5HZAJ5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCE5HZAJ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCE5HZAJ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCE5HZAJ5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCE5HZAJ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCE5HZAJ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCE5HZAJ5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCE5HZAJ5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCE5HZAJ5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCE5HZAJ5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCE5HZAJ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCE5HZAJ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCE5HZAJ5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCE5HZAJ5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCE5HZAJ5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCE5HZAJ5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCE5HZAJ5 .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-uoCE5HZAJ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCE5HZAJ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCE5HZAJ5 .dropdown-item.active,
.cid-uoCE5HZAJ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCE5HZAJ5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCE5HZAJ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCE5HZAJ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCE5HZAJ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCE5HZAJ5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCE5HZAJ5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCE5HZAJ5 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-uoCE5HZAJ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCE5HZAJ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCE5HZAJ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCE5HZAJ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCE5HZAJ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCE5HZAJ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCE5HZAJ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCE5HZAJ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCE5HZAJ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCE5HZAJ5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCE5HZAJ5 .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-uoCE5HZAJ5 .navbar {
    height: 70px;
  }
  .cid-uoCE5HZAJ5 .navbar.opened {
    height: auto;
  }
  .cid-uoCE5HZAJ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCE5HZAJ5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCE5HZAJ5 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCE5HZAJ5 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCE5HZAJ5 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCE5HZAJ5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCE5HZAJ5 .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCE5HZAJ5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCE5HZAJ5 .text_widget {
  margin-bottom: 32px;
}
.cid-uoCE5HZAJ5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCE5HZAJ5 .text_widget a:hover,
.cid-uoCE5HZAJ5 .text_widget a:focus {
  opacity: .8;
}
.cid-uoCE5HZAJ5 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCE5HZAJ5 .navbar-caption {
  color: #000000;
}
.cid-uoCE5HZAJ5 .mbr-text {
  color: #6f6f6f;
}
.cid-uoCE5HZAJ5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCE5Iz7cB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCE5Iz7cB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCE5Iz7cB .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-uoCE5Iz7cB .container {
    padding: 0 16px;
  }
}
.cid-uoCE5Iz7cB .row {
  position: relative;
}
.cid-uoCE5Iz7cB .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCE5Iz7cB .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCE5Iz7cB .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCE5Iz7cB .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCE5Iz7cB .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCE5Iz7cB .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCE5Iz7cB .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCE5Iz7cB .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCE5Iz7cB .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCE5Iz7cB .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCE5Iz7cB .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCE5Iz7cB .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCE5Iz7cB .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCE5Iz7cB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCE5Iz7cB .mbr-section-title {
  color: #000000;
}
.cid-uoCE5Iz7cB .mbr-text {
  color: #6f6f6f;
}
.cid-uoCE5Iz7cB .item-title {
  color: #000000;
}
.cid-uoCE5Iz7cB .item-text {
  color: #000000;
}
.cid-uoCJFJOxOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCJFJOxOG::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-uoCJFJOxOG::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCJFJOxOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCJFJOxOG .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-uoCJFJOxOG .container {
    padding: 0 16px;
  }
}
.cid-uoCJFJOxOG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCJFJOxOG .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCJFJOxOG .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCJFJOxOG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCJFJOxOG .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCJFJOxOG .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCJFJOxOG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCJFJOxOG .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCJFJOxOG .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCJFJOxOG .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCJFJOxOG .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCJFJOxOG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCJFJOxOG .mbr-text,
.cid-uoCJFJOxOG .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCJFJOxOG .item-desc {
  color: #6f6f6f;
}
.cid-uoCJFJOxOG .item-title {
  color: #f1634f;
}
.cid-uoCJFJOxOG .item-price {
  color: #000000;
}
.cid-uoCJFJOxOG .mbr-list-title {
  color: #000000;
}
.cid-uoCJFJOxOG .list {
  color: #000000;
}
.cid-uoCH6U5Wzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCH6U5Wzi::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCH6U5Wzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCH6U5Wzi .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-uoCH6U5Wzi .container {
    padding: 0 16px;
  }
}
.cid-uoCH6U5Wzi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCH6U5Wzi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCH6U5Wzi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCH6U5Wzi .mbr-section-title {
  color: #f1634f;
}
.cid-uoCH6U5Wzi .mbr-text {
  color: #000000;
}
.cid-uoCE5IIHqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCE5IIHqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCE5IIHqy .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-uoCE5IIHqy .container {
    padding: 0 16px;
  }
}
.cid-uoCE5IIHqy .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCE5IIHqy .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCE5IIHqy .row .card {
  justify-content: flex-end;
}
.cid-uoCE5IIHqy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCE5IIHqy .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCE5IIHqy .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCE5IIHqy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCE5IIHqy .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCE5IIHqy .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCE5IIHqy .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCE5IIHqy .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCE5IIHqy .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCE5IIHqy .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCE5IIHqy .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCE5IIHqy .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCE5IIHqy .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCE5IIHqy .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCE5IIHqy .mbr-section-title {
  color: #f1634f;
}
.cid-uoCE5IIHqy .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCE5IIHqy .mbr-text {
  color: #000000;
}
.cid-uoCE5IIHqy .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCE5IIHqy .list {
  color: #000000;
}
.cid-uoCE5IIHqy .mbr-contact {
  color: #000000;
}
.cid-uoCEPAftXm {
  background-color: transparent;
}
.cid-uoCEPAftXm .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCEPAftXm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCEPAftXm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCEPAftXm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCEPAftXm .menu_box .navbar.opened,
  .cid-uoCEPAftXm .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCEPAftXm .navbar-dropdown {
  position: relative !important;
}
.cid-uoCEPAftXm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCEPAftXm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCEPAftXm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCEPAftXm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCEPAftXm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCEPAftXm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCEPAftXm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCEPAftXm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCEPAftXm .offcanvas-body .mbr-text,
  .cid-uoCEPAftXm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCEPAftXm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCEPAftXm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCEPAftXm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCEPAftXm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCEPAftXm .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-uoCEPAftXm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCEPAftXm 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-uoCEPAftXm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCEPAftXm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCEPAftXm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCEPAftXm .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCEPAftXm .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCEPAftXm .nav-item .nav-link:hover,
.cid-uoCEPAftXm .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCEPAftXm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCEPAftXm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCEPAftXm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCEPAftXm .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-uoCEPAftXm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCEPAftXm .offcanvas_box {
    display: none;
  }
}
.cid-uoCEPAftXm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCEPAftXm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCEPAftXm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCEPAftXm .container {
  display: flex;
  margin: auto;
}
.cid-uoCEPAftXm .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-uoCEPAftXm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCEPAftXm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCEPAftXm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCEPAftXm .navbar-nav {
    margin: 0;
  }
}
.cid-uoCEPAftXm .dropdown-menu,
.cid-uoCEPAftXm .navbar.opened {
  background-color: false !important;
}
.cid-uoCEPAftXm .nav-item:focus,
.cid-uoCEPAftXm .nav-link:focus {
  outline: none;
}
.cid-uoCEPAftXm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCEPAftXm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCEPAftXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCEPAftXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCEPAftXm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCEPAftXm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCEPAftXm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCEPAftXm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCEPAftXm .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCEPAftXm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCEPAftXm .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCEPAftXm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCEPAftXm .navbar.collapsed {
  justify-content: center;
}
.cid-uoCEPAftXm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCEPAftXm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCEPAftXm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCEPAftXm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCEPAftXm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCEPAftXm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCEPAftXm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCEPAftXm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCEPAftXm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCEPAftXm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCEPAftXm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCEPAftXm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCEPAftXm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCEPAftXm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCEPAftXm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCEPAftXm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCEPAftXm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCEPAftXm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCEPAftXm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCEPAftXm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCEPAftXm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCEPAftXm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCEPAftXm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCEPAftXm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCEPAftXm .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-uoCEPAftXm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCEPAftXm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCEPAftXm .dropdown-item.active,
.cid-uoCEPAftXm .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCEPAftXm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCEPAftXm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCEPAftXm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCEPAftXm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCEPAftXm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCEPAftXm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCEPAftXm 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-uoCEPAftXm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCEPAftXm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCEPAftXm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCEPAftXm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCEPAftXm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCEPAftXm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCEPAftXm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCEPAftXm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCEPAftXm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCEPAftXm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCEPAftXm .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-uoCEPAftXm .navbar {
    height: 70px;
  }
  .cid-uoCEPAftXm .navbar.opened {
    height: auto;
  }
  .cid-uoCEPAftXm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCEPAftXm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCEPAftXm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCEPAftXm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCEPAftXm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCEPAftXm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCEPAftXm .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCEPAftXm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCEPAftXm .text_widget {
  margin-bottom: 32px;
}
.cid-uoCEPAftXm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCEPAftXm .text_widget a:hover,
.cid-uoCEPAftXm .text_widget a:focus {
  opacity: .8;
}
.cid-uoCEPAftXm .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCEPAftXm .navbar-caption {
  color: #000000;
}
.cid-uoCEPAftXm .mbr-text {
  color: #6f6f6f;
}
.cid-uoCEPAftXm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCEPAYUiV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCEPAYUiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCEPAYUiV .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-uoCEPAYUiV .container {
    padding: 0 16px;
  }
}
.cid-uoCEPAYUiV .row {
  position: relative;
}
.cid-uoCEPAYUiV .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCEPAYUiV .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCEPAYUiV .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCEPAYUiV .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCEPAYUiV .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCEPAYUiV .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCEPAYUiV .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCEPAYUiV .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCEPAYUiV .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCEPAYUiV .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCEPAYUiV .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCEPAYUiV .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCEPAYUiV .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCEPAYUiV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCEPAYUiV .mbr-section-title {
  color: #000000;
}
.cid-uoCEPAYUiV .mbr-text {
  color: #6f6f6f;
}
.cid-uoCEPAYUiV .item-title {
  color: #000000;
}
.cid-uoCEPAYUiV .item-text {
  color: #000000;
}
.cid-uoCHdEJsVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHdEJsVB::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCHdEJsVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHdEJsVB .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-uoCHdEJsVB .container {
    padding: 0 16px;
  }
}
.cid-uoCHdEJsVB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCHdEJsVB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCHdEJsVB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCHdEJsVB .mbr-section-title {
  color: #f1634f;
}
.cid-uoCHdEJsVB .mbr-text {
  color: #000000;
}
.cid-uoCJWKNIX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCJWKNIX0::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-uoCJWKNIX0::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCJWKNIX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCJWKNIX0 .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-uoCJWKNIX0 .container {
    padding: 0 16px;
  }
}
.cid-uoCJWKNIX0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCJWKNIX0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCJWKNIX0 .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCJWKNIX0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCJWKNIX0 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCJWKNIX0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCJWKNIX0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCJWKNIX0 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCJWKNIX0 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCJWKNIX0 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCJWKNIX0 .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCJWKNIX0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCJWKNIX0 .mbr-text,
.cid-uoCJWKNIX0 .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCJWKNIX0 .item-desc {
  color: #6f6f6f;
}
.cid-uoCJWKNIX0 .item-title {
  color: #f1634f;
}
.cid-uoCJWKNIX0 .item-price {
  color: #000000;
}
.cid-uoCJWKNIX0 .mbr-list-title {
  color: #000000;
}
.cid-uoCJWKNIX0 .list {
  color: #000000;
}
.cid-uoCEPB9xt7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCEPB9xt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCEPB9xt7 .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-uoCEPB9xt7 .container {
    padding: 0 16px;
  }
}
.cid-uoCEPB9xt7 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCEPB9xt7 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCEPB9xt7 .row .card {
  justify-content: flex-end;
}
.cid-uoCEPB9xt7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCEPB9xt7 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCEPB9xt7 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCEPB9xt7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCEPB9xt7 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCEPB9xt7 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCEPB9xt7 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCEPB9xt7 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCEPB9xt7 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCEPB9xt7 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCEPB9xt7 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCEPB9xt7 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCEPB9xt7 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCEPB9xt7 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCEPB9xt7 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCEPB9xt7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCEPB9xt7 .mbr-text {
  color: #000000;
}
.cid-uoCEPB9xt7 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCEPB9xt7 .list {
  color: #000000;
}
.cid-uoCEPB9xt7 .mbr-contact {
  color: #000000;
}
.cid-uoCFbGyerl {
  background-color: transparent;
}
.cid-uoCFbGyerl .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCFbGyerl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCFbGyerl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCFbGyerl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCFbGyerl .menu_box .navbar.opened,
  .cid-uoCFbGyerl .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCFbGyerl .navbar-dropdown {
  position: relative !important;
}
.cid-uoCFbGyerl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCFbGyerl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCFbGyerl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCFbGyerl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCFbGyerl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCFbGyerl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCFbGyerl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCFbGyerl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCFbGyerl .offcanvas-body .mbr-text,
  .cid-uoCFbGyerl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCFbGyerl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCFbGyerl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCFbGyerl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCFbGyerl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFbGyerl .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-uoCFbGyerl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCFbGyerl 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-uoCFbGyerl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCFbGyerl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCFbGyerl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCFbGyerl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCFbGyerl .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCFbGyerl .nav-item .nav-link:hover,
.cid-uoCFbGyerl .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCFbGyerl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCFbGyerl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCFbGyerl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFbGyerl .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-uoCFbGyerl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCFbGyerl .offcanvas_box {
    display: none;
  }
}
.cid-uoCFbGyerl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCFbGyerl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCFbGyerl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCFbGyerl .container {
  display: flex;
  margin: auto;
}
.cid-uoCFbGyerl .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-uoCFbGyerl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCFbGyerl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCFbGyerl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCFbGyerl .navbar-nav {
    margin: 0;
  }
}
.cid-uoCFbGyerl .dropdown-menu,
.cid-uoCFbGyerl .navbar.opened {
  background-color: false !important;
}
.cid-uoCFbGyerl .nav-item:focus,
.cid-uoCFbGyerl .nav-link:focus {
  outline: none;
}
.cid-uoCFbGyerl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCFbGyerl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCFbGyerl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCFbGyerl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCFbGyerl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCFbGyerl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCFbGyerl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCFbGyerl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCFbGyerl .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCFbGyerl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCFbGyerl .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCFbGyerl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCFbGyerl .navbar.collapsed {
  justify-content: center;
}
.cid-uoCFbGyerl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCFbGyerl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCFbGyerl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCFbGyerl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCFbGyerl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCFbGyerl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCFbGyerl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCFbGyerl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCFbGyerl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCFbGyerl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCFbGyerl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCFbGyerl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCFbGyerl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCFbGyerl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCFbGyerl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCFbGyerl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCFbGyerl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCFbGyerl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCFbGyerl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCFbGyerl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCFbGyerl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCFbGyerl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCFbGyerl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCFbGyerl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCFbGyerl .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-uoCFbGyerl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCFbGyerl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCFbGyerl .dropdown-item.active,
.cid-uoCFbGyerl .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCFbGyerl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCFbGyerl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCFbGyerl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCFbGyerl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCFbGyerl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCFbGyerl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCFbGyerl 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-uoCFbGyerl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCFbGyerl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCFbGyerl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFbGyerl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFbGyerl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCFbGyerl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFbGyerl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCFbGyerl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCFbGyerl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFbGyerl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCFbGyerl .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-uoCFbGyerl .navbar {
    height: 70px;
  }
  .cid-uoCFbGyerl .navbar.opened {
    height: auto;
  }
  .cid-uoCFbGyerl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCFbGyerl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCFbGyerl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCFbGyerl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCFbGyerl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCFbGyerl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCFbGyerl .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCFbGyerl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCFbGyerl .text_widget {
  margin-bottom: 32px;
}
.cid-uoCFbGyerl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCFbGyerl .text_widget a:hover,
.cid-uoCFbGyerl .text_widget a:focus {
  opacity: .8;
}
.cid-uoCFbGyerl .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCFbGyerl .navbar-caption {
  color: #000000;
}
.cid-uoCFbGyerl .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFbGyerl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCFbHfERU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCFbHfERU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFbHfERU .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-uoCFbHfERU .container {
    padding: 0 16px;
  }
}
.cid-uoCFbHfERU .row {
  position: relative;
}
.cid-uoCFbHfERU .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFbHfERU .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFbHfERU .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCFbHfERU .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFbHfERU .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFbHfERU .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCFbHfERU .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCFbHfERU .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFbHfERU .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCFbHfERU .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCFbHfERU .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCFbHfERU .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCFbHfERU .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCFbHfERU .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCFbHfERU .mbr-section-title {
  color: #000000;
}
.cid-uoCFbHfERU .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFbHfERU .item-title {
  color: #000000;
}
.cid-uoCFbHfERU .item-text {
  color: #000000;
}
.cid-uoCHggWKwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHggWKwz::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCHggWKwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHggWKwz .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-uoCHggWKwz .container {
    padding: 0 16px;
  }
}
.cid-uoCHggWKwz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCHggWKwz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCHggWKwz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCHggWKwz .mbr-section-title {
  color: #f1634f;
}
.cid-uoCHggWKwz .mbr-text {
  color: #000000;
}
.cid-uoCJYSNDVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCJYSNDVo::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-uoCJYSNDVo::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCJYSNDVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCJYSNDVo .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-uoCJYSNDVo .container {
    padding: 0 16px;
  }
}
.cid-uoCJYSNDVo .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCJYSNDVo .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCJYSNDVo .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCJYSNDVo .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCJYSNDVo .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCJYSNDVo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCJYSNDVo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCJYSNDVo .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCJYSNDVo .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCJYSNDVo .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCJYSNDVo .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCJYSNDVo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCJYSNDVo .mbr-text,
.cid-uoCJYSNDVo .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCJYSNDVo .item-desc {
  color: #6f6f6f;
}
.cid-uoCJYSNDVo .item-title {
  color: #f1634f;
}
.cid-uoCJYSNDVo .item-price {
  color: #000000;
}
.cid-uoCJYSNDVo .mbr-list-title {
  color: #000000;
}
.cid-uoCJYSNDVo .list {
  color: #000000;
}
.cid-uoCFbHpkdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCFbHpkdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFbHpkdr .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-uoCFbHpkdr .container {
    padding: 0 16px;
  }
}
.cid-uoCFbHpkdr .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCFbHpkdr .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCFbHpkdr .row .card {
  justify-content: flex-end;
}
.cid-uoCFbHpkdr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFbHpkdr .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFbHpkdr .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFbHpkdr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCFbHpkdr .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCFbHpkdr .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCFbHpkdr .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCFbHpkdr .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCFbHpkdr .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCFbHpkdr .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCFbHpkdr .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCFbHpkdr .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCFbHpkdr .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCFbHpkdr .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCFbHpkdr .mbr-section-title {
  color: #f1634f;
}
.cid-uoCFbHpkdr .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCFbHpkdr .mbr-text {
  color: #000000;
}
.cid-uoCFbHpkdr .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCFbHpkdr .list {
  color: #000000;
}
.cid-uoCFbHpkdr .mbr-contact {
  color: #000000;
}
.cid-uoCFve1sVa {
  background-color: transparent;
}
.cid-uoCFve1sVa .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCFve1sVa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCFve1sVa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCFve1sVa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCFve1sVa .menu_box .navbar.opened,
  .cid-uoCFve1sVa .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCFve1sVa .navbar-dropdown {
  position: relative !important;
}
.cid-uoCFve1sVa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCFve1sVa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCFve1sVa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCFve1sVa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCFve1sVa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCFve1sVa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCFve1sVa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCFve1sVa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCFve1sVa .offcanvas-body .mbr-text,
  .cid-uoCFve1sVa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCFve1sVa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCFve1sVa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCFve1sVa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCFve1sVa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFve1sVa .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-uoCFve1sVa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCFve1sVa 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-uoCFve1sVa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCFve1sVa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCFve1sVa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCFve1sVa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCFve1sVa .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCFve1sVa .nav-item .nav-link:hover,
.cid-uoCFve1sVa .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCFve1sVa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCFve1sVa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCFve1sVa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFve1sVa .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-uoCFve1sVa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCFve1sVa .offcanvas_box {
    display: none;
  }
}
.cid-uoCFve1sVa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCFve1sVa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCFve1sVa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCFve1sVa .container {
  display: flex;
  margin: auto;
}
.cid-uoCFve1sVa .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-uoCFve1sVa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCFve1sVa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCFve1sVa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCFve1sVa .navbar-nav {
    margin: 0;
  }
}
.cid-uoCFve1sVa .dropdown-menu,
.cid-uoCFve1sVa .navbar.opened {
  background-color: false !important;
}
.cid-uoCFve1sVa .nav-item:focus,
.cid-uoCFve1sVa .nav-link:focus {
  outline: none;
}
.cid-uoCFve1sVa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCFve1sVa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCFve1sVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCFve1sVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCFve1sVa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCFve1sVa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCFve1sVa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCFve1sVa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCFve1sVa .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCFve1sVa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCFve1sVa .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCFve1sVa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCFve1sVa .navbar.collapsed {
  justify-content: center;
}
.cid-uoCFve1sVa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCFve1sVa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCFve1sVa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCFve1sVa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCFve1sVa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCFve1sVa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCFve1sVa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCFve1sVa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCFve1sVa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCFve1sVa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCFve1sVa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCFve1sVa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCFve1sVa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCFve1sVa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCFve1sVa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCFve1sVa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCFve1sVa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCFve1sVa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCFve1sVa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCFve1sVa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCFve1sVa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCFve1sVa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCFve1sVa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCFve1sVa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCFve1sVa .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-uoCFve1sVa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCFve1sVa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCFve1sVa .dropdown-item.active,
.cid-uoCFve1sVa .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCFve1sVa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCFve1sVa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCFve1sVa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCFve1sVa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCFve1sVa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCFve1sVa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCFve1sVa 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-uoCFve1sVa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCFve1sVa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCFve1sVa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFve1sVa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFve1sVa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCFve1sVa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFve1sVa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCFve1sVa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCFve1sVa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFve1sVa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCFve1sVa .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-uoCFve1sVa .navbar {
    height: 70px;
  }
  .cid-uoCFve1sVa .navbar.opened {
    height: auto;
  }
  .cid-uoCFve1sVa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCFve1sVa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCFve1sVa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCFve1sVa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCFve1sVa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCFve1sVa .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCFve1sVa .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCFve1sVa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCFve1sVa .text_widget {
  margin-bottom: 32px;
}
.cid-uoCFve1sVa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCFve1sVa .text_widget a:hover,
.cid-uoCFve1sVa .text_widget a:focus {
  opacity: .8;
}
.cid-uoCFve1sVa .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCFve1sVa .navbar-caption {
  color: #000000;
}
.cid-uoCFve1sVa .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFve1sVa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCFveDto5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCFveDto5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFveDto5 .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-uoCFveDto5 .container {
    padding: 0 16px;
  }
}
.cid-uoCFveDto5 .row {
  position: relative;
}
.cid-uoCFveDto5 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFveDto5 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFveDto5 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCFveDto5 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFveDto5 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFveDto5 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCFveDto5 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCFveDto5 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFveDto5 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCFveDto5 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCFveDto5 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCFveDto5 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCFveDto5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCFveDto5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCFveDto5 .mbr-section-title {
  color: #000000;
}
.cid-uoCFveDto5 .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFveDto5 .item-title {
  color: #000000;
}
.cid-uoCFveDto5 .item-text {
  color: #000000;
}
.cid-uoCHlGFhek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHlGFhek::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCHlGFhek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHlGFhek .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-uoCHlGFhek .container {
    padding: 0 16px;
  }
}
.cid-uoCHlGFhek .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCHlGFhek .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCHlGFhek .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCHlGFhek .mbr-section-title {
  color: #f1634f;
}
.cid-uoCHlGFhek .mbr-text {
  color: #000000;
}
.cid-uoCK0xXoCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCK0xXoCZ::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-uoCK0xXoCZ::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCK0xXoCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCK0xXoCZ .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-uoCK0xXoCZ .container {
    padding: 0 16px;
  }
}
.cid-uoCK0xXoCZ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCK0xXoCZ .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCK0xXoCZ .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCK0xXoCZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCK0xXoCZ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCK0xXoCZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCK0xXoCZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCK0xXoCZ .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCK0xXoCZ .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCK0xXoCZ .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCK0xXoCZ .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCK0xXoCZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCK0xXoCZ .mbr-text,
.cid-uoCK0xXoCZ .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCK0xXoCZ .item-desc {
  color: #6f6f6f;
}
.cid-uoCK0xXoCZ .item-title {
  color: #f1634f;
}
.cid-uoCK0xXoCZ .item-price {
  color: #000000;
}
.cid-uoCK0xXoCZ .mbr-list-title {
  color: #000000;
}
.cid-uoCK0xXoCZ .list {
  color: #000000;
}
.cid-uoCFveO5A4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCFveO5A4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFveO5A4 .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-uoCFveO5A4 .container {
    padding: 0 16px;
  }
}
.cid-uoCFveO5A4 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCFveO5A4 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCFveO5A4 .row .card {
  justify-content: flex-end;
}
.cid-uoCFveO5A4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFveO5A4 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFveO5A4 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFveO5A4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCFveO5A4 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCFveO5A4 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCFveO5A4 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCFveO5A4 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCFveO5A4 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCFveO5A4 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCFveO5A4 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCFveO5A4 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCFveO5A4 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCFveO5A4 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCFveO5A4 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCFveO5A4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCFveO5A4 .mbr-text {
  color: #000000;
}
.cid-uoCFveO5A4 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCFveO5A4 .list {
  color: #000000;
}
.cid-uoCFveO5A4 .mbr-contact {
  color: #000000;
}
.cid-uoCFMfmUnd {
  background-color: transparent;
}
.cid-uoCFMfmUnd .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCFMfmUnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCFMfmUnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCFMfmUnd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCFMfmUnd .menu_box .navbar.opened,
  .cid-uoCFMfmUnd .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCFMfmUnd .navbar-dropdown {
  position: relative !important;
}
.cid-uoCFMfmUnd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCFMfmUnd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCFMfmUnd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCFMfmUnd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCFMfmUnd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCFMfmUnd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCFMfmUnd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCFMfmUnd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCFMfmUnd .offcanvas-body .mbr-text,
  .cid-uoCFMfmUnd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCFMfmUnd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCFMfmUnd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCFMfmUnd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCFMfmUnd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFMfmUnd .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-uoCFMfmUnd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCFMfmUnd 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-uoCFMfmUnd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCFMfmUnd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCFMfmUnd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCFMfmUnd .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCFMfmUnd .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCFMfmUnd .nav-item .nav-link:hover,
.cid-uoCFMfmUnd .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCFMfmUnd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCFMfmUnd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCFMfmUnd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCFMfmUnd .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-uoCFMfmUnd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCFMfmUnd .offcanvas_box {
    display: none;
  }
}
.cid-uoCFMfmUnd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCFMfmUnd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCFMfmUnd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCFMfmUnd .container {
  display: flex;
  margin: auto;
}
.cid-uoCFMfmUnd .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-uoCFMfmUnd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCFMfmUnd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCFMfmUnd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCFMfmUnd .navbar-nav {
    margin: 0;
  }
}
.cid-uoCFMfmUnd .dropdown-menu,
.cid-uoCFMfmUnd .navbar.opened {
  background-color: false !important;
}
.cid-uoCFMfmUnd .nav-item:focus,
.cid-uoCFMfmUnd .nav-link:focus {
  outline: none;
}
.cid-uoCFMfmUnd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCFMfmUnd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCFMfmUnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCFMfmUnd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCFMfmUnd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCFMfmUnd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCFMfmUnd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCFMfmUnd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCFMfmUnd .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCFMfmUnd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCFMfmUnd .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCFMfmUnd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCFMfmUnd .navbar.collapsed {
  justify-content: center;
}
.cid-uoCFMfmUnd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCFMfmUnd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCFMfmUnd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCFMfmUnd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCFMfmUnd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCFMfmUnd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCFMfmUnd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCFMfmUnd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCFMfmUnd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCFMfmUnd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCFMfmUnd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCFMfmUnd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCFMfmUnd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCFMfmUnd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCFMfmUnd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCFMfmUnd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCFMfmUnd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCFMfmUnd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCFMfmUnd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCFMfmUnd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCFMfmUnd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCFMfmUnd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCFMfmUnd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCFMfmUnd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCFMfmUnd .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-uoCFMfmUnd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCFMfmUnd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCFMfmUnd .dropdown-item.active,
.cid-uoCFMfmUnd .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCFMfmUnd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCFMfmUnd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCFMfmUnd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCFMfmUnd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCFMfmUnd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCFMfmUnd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCFMfmUnd 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-uoCFMfmUnd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCFMfmUnd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCFMfmUnd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFMfmUnd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCFMfmUnd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCFMfmUnd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFMfmUnd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCFMfmUnd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCFMfmUnd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCFMfmUnd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCFMfmUnd .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-uoCFMfmUnd .navbar {
    height: 70px;
  }
  .cid-uoCFMfmUnd .navbar.opened {
    height: auto;
  }
  .cid-uoCFMfmUnd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCFMfmUnd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCFMfmUnd .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCFMfmUnd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCFMfmUnd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCFMfmUnd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCFMfmUnd .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCFMfmUnd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCFMfmUnd .text_widget {
  margin-bottom: 32px;
}
.cid-uoCFMfmUnd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCFMfmUnd .text_widget a:hover,
.cid-uoCFMfmUnd .text_widget a:focus {
  opacity: .8;
}
.cid-uoCFMfmUnd .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCFMfmUnd .navbar-caption {
  color: #000000;
}
.cid-uoCFMfmUnd .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFMfmUnd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCFMg3a3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCFMg3a3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFMg3a3l .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-uoCFMg3a3l .container {
    padding: 0 16px;
  }
}
.cid-uoCFMg3a3l .row {
  position: relative;
}
.cid-uoCFMg3a3l .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFMg3a3l .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFMg3a3l .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCFMg3a3l .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCFMg3a3l .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCFMg3a3l .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCFMg3a3l .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCFMg3a3l .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCFMg3a3l .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCFMg3a3l .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCFMg3a3l .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCFMg3a3l .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCFMg3a3l .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCFMg3a3l .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCFMg3a3l .mbr-section-title {
  color: #000000;
}
.cid-uoCFMg3a3l .mbr-text {
  color: #6f6f6f;
}
.cid-uoCFMg3a3l .item-title {
  color: #000000;
}
.cid-uoCFMg3a3l .item-text {
  color: #000000;
}
.cid-uoCHuqxU4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHuqxU4y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCHuqxU4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHuqxU4y .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-uoCHuqxU4y .container {
    padding: 0 16px;
  }
}
.cid-uoCHuqxU4y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCHuqxU4y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCHuqxU4y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCHuqxU4y .mbr-section-title {
  color: #f1634f;
}
.cid-uoCHuqxU4y .mbr-text {
  color: #000000;
}
.cid-uoCK2dfbAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCK2dfbAW::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-uoCK2dfbAW::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCK2dfbAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCK2dfbAW .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-uoCK2dfbAW .container {
    padding: 0 16px;
  }
}
.cid-uoCK2dfbAW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCK2dfbAW .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCK2dfbAW .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCK2dfbAW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCK2dfbAW .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCK2dfbAW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCK2dfbAW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCK2dfbAW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCK2dfbAW .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCK2dfbAW .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCK2dfbAW .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCK2dfbAW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCK2dfbAW .mbr-text,
.cid-uoCK2dfbAW .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCK2dfbAW .item-desc {
  color: #6f6f6f;
}
.cid-uoCK2dfbAW .item-title {
  color: #f1634f;
}
.cid-uoCK2dfbAW .item-price {
  color: #000000;
}
.cid-uoCK2dfbAW .mbr-list-title {
  color: #000000;
}
.cid-uoCK2dfbAW .list {
  color: #000000;
}
.cid-uoCFMgdhSz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCFMgdhSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCFMgdhSz .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-uoCFMgdhSz .container {
    padding: 0 16px;
  }
}
.cid-uoCFMgdhSz .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCFMgdhSz .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCFMgdhSz .row .card {
  justify-content: flex-end;
}
.cid-uoCFMgdhSz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCFMgdhSz .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCFMgdhSz .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFMgdhSz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCFMgdhSz .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCFMgdhSz .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCFMgdhSz .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCFMgdhSz .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCFMgdhSz .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCFMgdhSz .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCFMgdhSz .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCFMgdhSz .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCFMgdhSz .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCFMgdhSz .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCFMgdhSz .mbr-section-title {
  color: #f1634f;
}
.cid-uoCFMgdhSz .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCFMgdhSz .mbr-text {
  color: #000000;
}
.cid-uoCFMgdhSz .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCFMgdhSz .list {
  color: #000000;
}
.cid-uoCFMgdhSz .mbr-contact {
  color: #000000;
}
.cid-uoCGa5THuJ {
  background-color: transparent;
}
.cid-uoCGa5THuJ .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCGa5THuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCGa5THuJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCGa5THuJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCGa5THuJ .menu_box .navbar.opened,
  .cid-uoCGa5THuJ .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCGa5THuJ .navbar-dropdown {
  position: relative !important;
}
.cid-uoCGa5THuJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCGa5THuJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCGa5THuJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCGa5THuJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCGa5THuJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCGa5THuJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCGa5THuJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCGa5THuJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCGa5THuJ .offcanvas-body .mbr-text,
  .cid-uoCGa5THuJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCGa5THuJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCGa5THuJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCGa5THuJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCGa5THuJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCGa5THuJ .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-uoCGa5THuJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCGa5THuJ 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-uoCGa5THuJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCGa5THuJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCGa5THuJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCGa5THuJ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCGa5THuJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCGa5THuJ .nav-item .nav-link:hover,
.cid-uoCGa5THuJ .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCGa5THuJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCGa5THuJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCGa5THuJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCGa5THuJ .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-uoCGa5THuJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCGa5THuJ .offcanvas_box {
    display: none;
  }
}
.cid-uoCGa5THuJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCGa5THuJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCGa5THuJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCGa5THuJ .container {
  display: flex;
  margin: auto;
}
.cid-uoCGa5THuJ .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-uoCGa5THuJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCGa5THuJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCGa5THuJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCGa5THuJ .navbar-nav {
    margin: 0;
  }
}
.cid-uoCGa5THuJ .dropdown-menu,
.cid-uoCGa5THuJ .navbar.opened {
  background-color: false !important;
}
.cid-uoCGa5THuJ .nav-item:focus,
.cid-uoCGa5THuJ .nav-link:focus {
  outline: none;
}
.cid-uoCGa5THuJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCGa5THuJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCGa5THuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCGa5THuJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCGa5THuJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCGa5THuJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCGa5THuJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCGa5THuJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCGa5THuJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCGa5THuJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCGa5THuJ .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCGa5THuJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCGa5THuJ .navbar.collapsed {
  justify-content: center;
}
.cid-uoCGa5THuJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCGa5THuJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCGa5THuJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCGa5THuJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCGa5THuJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCGa5THuJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCGa5THuJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCGa5THuJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCGa5THuJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCGa5THuJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCGa5THuJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCGa5THuJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCGa5THuJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCGa5THuJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCGa5THuJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCGa5THuJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCGa5THuJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCGa5THuJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCGa5THuJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCGa5THuJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCGa5THuJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCGa5THuJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCGa5THuJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCGa5THuJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCGa5THuJ .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-uoCGa5THuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCGa5THuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCGa5THuJ .dropdown-item.active,
.cid-uoCGa5THuJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCGa5THuJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCGa5THuJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCGa5THuJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCGa5THuJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCGa5THuJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCGa5THuJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCGa5THuJ 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-uoCGa5THuJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCGa5THuJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCGa5THuJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCGa5THuJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCGa5THuJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCGa5THuJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCGa5THuJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCGa5THuJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCGa5THuJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCGa5THuJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCGa5THuJ .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-uoCGa5THuJ .navbar {
    height: 70px;
  }
  .cid-uoCGa5THuJ .navbar.opened {
    height: auto;
  }
  .cid-uoCGa5THuJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCGa5THuJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCGa5THuJ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCGa5THuJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCGa5THuJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCGa5THuJ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCGa5THuJ .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCGa5THuJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCGa5THuJ .text_widget {
  margin-bottom: 32px;
}
.cid-uoCGa5THuJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCGa5THuJ .text_widget a:hover,
.cid-uoCGa5THuJ .text_widget a:focus {
  opacity: .8;
}
.cid-uoCGa5THuJ .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCGa5THuJ .navbar-caption {
  color: #000000;
}
.cid-uoCGa5THuJ .mbr-text {
  color: #6f6f6f;
}
.cid-uoCGa5THuJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCGa6A1Ig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCGa6A1Ig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCGa6A1Ig .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-uoCGa6A1Ig .container {
    padding: 0 16px;
  }
}
.cid-uoCGa6A1Ig .row {
  position: relative;
}
.cid-uoCGa6A1Ig .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uoCGa6A1Ig .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCGa6A1Ig .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uoCGa6A1Ig .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uoCGa6A1Ig .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uoCGa6A1Ig .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uoCGa6A1Ig .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uoCGa6A1Ig .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uoCGa6A1Ig .items-wrapper {
    margin-left: 0;
  }
}
.cid-uoCGa6A1Ig .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCGa6A1Ig .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCGa6A1Ig .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCGa6A1Ig .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uoCGa6A1Ig .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uoCGa6A1Ig .mbr-section-title {
  color: #000000;
}
.cid-uoCGa6A1Ig .mbr-text {
  color: #6f6f6f;
}
.cid-uoCGa6A1Ig .item-title {
  color: #000000;
}
.cid-uoCGa6A1Ig .item-text {
  color: #000000;
}
.cid-uoCHB6eeN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHB6eeN0::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-uoCHB6eeN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHB6eeN0 .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-uoCHB6eeN0 .container {
    padding: 0 16px;
  }
}
.cid-uoCHB6eeN0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uoCHB6eeN0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uoCHB6eeN0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uoCHB6eeN0 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCHB6eeN0 .mbr-text {
  color: #000000;
}
.cid-uoCHKFKnIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uoCHKFKnIW::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-uoCHKFKnIW::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
}
.cid-uoCHKFKnIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCHKFKnIW .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-uoCHKFKnIW .container {
    padding: 0 16px;
  }
}
.cid-uoCHKFKnIW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uoCHKFKnIW .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uoCHKFKnIW .content-wrapper {
  margin-bottom: 80px;
}
.cid-uoCHKFKnIW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCHKFKnIW .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCHKFKnIW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCHKFKnIW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoCHKFKnIW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uoCHKFKnIW .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uoCHKFKnIW .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f1634f;
}
.cid-uoCHKFKnIW .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCHKFKnIW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uoCHKFKnIW .mbr-text,
.cid-uoCHKFKnIW .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.cid-uoCHKFKnIW .item-desc {
  color: #6f6f6f;
}
.cid-uoCHKFKnIW .item-title {
  color: #f1634f;
}
.cid-uoCHKFKnIW .item-price {
  color: #000000;
}
.cid-uoCHKFKnIW .mbr-list-title {
  color: #000000;
}
.cid-uoCHKFKnIW .list {
  color: #000000;
}
.cid-uoCGa6LDgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCGa6LDgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCGa6LDgf .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-uoCGa6LDgf .container {
    padding: 0 16px;
  }
}
.cid-uoCGa6LDgf .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCGa6LDgf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCGa6LDgf .row .card {
  justify-content: flex-end;
}
.cid-uoCGa6LDgf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCGa6LDgf .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCGa6LDgf .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCGa6LDgf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCGa6LDgf .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCGa6LDgf .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCGa6LDgf .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCGa6LDgf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCGa6LDgf .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCGa6LDgf .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCGa6LDgf .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCGa6LDgf .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCGa6LDgf .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCGa6LDgf .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCGa6LDgf .mbr-section-title {
  color: #f1634f;
}
.cid-uoCGa6LDgf .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCGa6LDgf .mbr-text {
  color: #000000;
}
.cid-uoCGa6LDgf .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCGa6LDgf .list {
  color: #000000;
}
.cid-uoCGa6LDgf .mbr-contact {
  color: #000000;
}
.cid-uoCucRiTcN {
  background-color: transparent;
}
.cid-uoCucRiTcN .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uoCucRiTcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uoCucRiTcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoCucRiTcN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoCucRiTcN .menu_box .navbar.opened,
  .cid-uoCucRiTcN .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoCucRiTcN .navbar-dropdown {
  position: relative !important;
}
.cid-uoCucRiTcN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uoCucRiTcN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoCucRiTcN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoCucRiTcN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uoCucRiTcN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoCucRiTcN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoCucRiTcN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoCucRiTcN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoCucRiTcN .offcanvas-body .mbr-text,
  .cid-uoCucRiTcN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoCucRiTcN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoCucRiTcN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoCucRiTcN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoCucRiTcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCucRiTcN .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-uoCucRiTcN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoCucRiTcN 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-uoCucRiTcN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoCucRiTcN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uoCucRiTcN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoCucRiTcN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .nav-item {
    margin: 0 !important;
  }
}
.cid-uoCucRiTcN .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoCucRiTcN .nav-item .nav-link:hover,
.cid-uoCucRiTcN .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uoCucRiTcN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoCucRiTcN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoCucRiTcN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoCucRiTcN .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-uoCucRiTcN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoCucRiTcN .offcanvas_box {
    display: none;
  }
}
.cid-uoCucRiTcN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoCucRiTcN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoCucRiTcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoCucRiTcN .container {
  display: flex;
  margin: auto;
}
.cid-uoCucRiTcN .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-uoCucRiTcN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoCucRiTcN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoCucRiTcN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoCucRiTcN .navbar-nav {
    margin: 0;
  }
}
.cid-uoCucRiTcN .dropdown-menu,
.cid-uoCucRiTcN .navbar.opened {
  background-color: false !important;
}
.cid-uoCucRiTcN .nav-item:focus,
.cid-uoCucRiTcN .nav-link:focus {
  outline: none;
}
.cid-uoCucRiTcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoCucRiTcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoCucRiTcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoCucRiTcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoCucRiTcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoCucRiTcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoCucRiTcN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoCucRiTcN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoCucRiTcN .navbar.opened {
  transition: all 0.3s;
}
.cid-uoCucRiTcN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoCucRiTcN .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoCucRiTcN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uoCucRiTcN .navbar.collapsed {
  justify-content: center;
}
.cid-uoCucRiTcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoCucRiTcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoCucRiTcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoCucRiTcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoCucRiTcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoCucRiTcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoCucRiTcN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoCucRiTcN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoCucRiTcN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoCucRiTcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoCucRiTcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoCucRiTcN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoCucRiTcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoCucRiTcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoCucRiTcN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoCucRiTcN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoCucRiTcN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoCucRiTcN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoCucRiTcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoCucRiTcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoCucRiTcN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoCucRiTcN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoCucRiTcN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoCucRiTcN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoCucRiTcN .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-uoCucRiTcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoCucRiTcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoCucRiTcN .dropdown-item.active,
.cid-uoCucRiTcN .dropdown-item:active {
  background-color: transparent;
}
.cid-uoCucRiTcN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uoCucRiTcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoCucRiTcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoCucRiTcN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoCucRiTcN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoCucRiTcN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoCucRiTcN 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-uoCucRiTcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoCucRiTcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoCucRiTcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCucRiTcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoCucRiTcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoCucRiTcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCucRiTcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoCucRiTcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoCucRiTcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoCucRiTcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoCucRiTcN .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-uoCucRiTcN .navbar {
    height: 70px;
  }
  .cid-uoCucRiTcN .navbar.opened {
    height: auto;
  }
  .cid-uoCucRiTcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoCucRiTcN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uoCucRiTcN .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uoCucRiTcN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uoCucRiTcN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uoCucRiTcN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uoCucRiTcN .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uoCucRiTcN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoCucRiTcN .text_widget {
  margin-bottom: 32px;
}
.cid-uoCucRiTcN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoCucRiTcN .text_widget a:hover,
.cid-uoCucRiTcN .text_widget a:focus {
  opacity: .8;
}
.cid-uoCucRiTcN .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uoCucRiTcN .navbar-caption {
  color: #000000;
}
.cid-uoCucRiTcN .mbr-text {
  color: #6f6f6f;
}
.cid-uoCucRiTcN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoCv6tCXwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uoCv6tCXwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCv6tCXwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCv6tCXwt .row {
  justify-content: space-between;
}
.cid-uoCv6tCXwt .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uoCv6tCXwt .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uoCv6tCXwt .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uoCv6tCXwt .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uoCv6tCXwt .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-control:hover,
.cid-uoCv6tCXwt .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-control::placeholder {
  color: #f1634f;
}
.cid-uoCv6tCXwt .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uoCv6tCXwt .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f1634f;
  border-color: #f1634f;
  border-radius: 0;
}
.cid-uoCv6tCXwt .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uoCv6tCXwt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uoCv6tCXwt .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCv6tCXwt .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uoCv6tCXwt .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uoCv6tCXwt .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uoCv6tCXwt .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uoCv6tCXwt .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoCv6tCXwt .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uoCv6tCXwt .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uoCv6tCXwt .mbr-section-title {
  color: #000000;
}
.cid-uoCv6tCXwt .mbr-text {
  color: #000000;
}
.cid-uoCv6tCXwt .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCv6tCXwt .list {
  color: #000000;
}
.cid-uoCv6tCXwt .mbr-desc {
  color: #000000;
}
.cid-uoCv6tCXwt label {
  color: #000000;
}
.cid-uoCv6tCXwt .list,
.cid-uoCv6tCXwt .item-wrap {
  color: #000000;
}
.cid-uoCucSfj18 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uoCucSfj18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoCucSfj18 .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-uoCucSfj18 .container {
    padding: 0 16px;
  }
}
.cid-uoCucSfj18 .row {
  position: relative;
  justify-content: space-between;
  padding: 80px 0;
}
.cid-uoCucSfj18 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vh;
  width: 300vh;
  height: 1px;
  background-color: #a7a4a3;
}
.cid-uoCucSfj18 .row .card {
  justify-content: flex-end;
}
.cid-uoCucSfj18 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uoCucSfj18 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uoCucSfj18 .content-wrapper {
  margin-bottom: 24px;
}
.cid-uoCucSfj18 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uoCucSfj18 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uoCucSfj18 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uoCucSfj18 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoCucSfj18 .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .cid-uoCucSfj18 .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uoCucSfj18 .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap {
  margin-bottom: 24px;
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoCucSfj18 .nav-wrapper .list-wrap .list .item-wrap:hover,
.cid-uoCucSfj18 .nav-wrapper .list-wrap .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uoCucSfj18 .contacts-wrapper {
  margin-bottom: 24px;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uoCucSfj18 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uoCucSfj18 .mbr-copy {
  padding: 24px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uoCucSfj18 .mbr-section-title {
  color: #f1634f;
}
.cid-uoCucSfj18 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoCucSfj18 .mbr-text {
  color: #000000;
}
.cid-uoCucSfj18 .mbr-list-title {
  color: #6f6f6f;
}
.cid-uoCucSfj18 .list {
  color: #000000;
}
.cid-uoCucSfj18 .mbr-contact {
  color: #000000;
}
