body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 9.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.56rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.5rem;
  line-height: 1.59em;
}
.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: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((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: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ee3915 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee3915 !important;
  border-color: #ee3915 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a1240c !important;
  border-color: #a1240c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a1240c !important;
  border-color: #a1240c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee3915;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a1240c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3915 !important;
  border-color: #ee3915 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ee3915 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #92210b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !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: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !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: #ee3915;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee3915;
  border-color: #ee3915;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ee3915;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdad3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4b4b4;
}
.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: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.5rem;
  line-height: 1.59em;
  font-weight: 400;
}
.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: #ee3915 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.5rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ee3915;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee3915;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ee3915;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ee3915;
  border-bottom-color: #ee3915;
}
.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: #ee3915 !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: #474747 !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='%23ee3915' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #ee3915;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ee3915;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #ee3915;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #ee3915 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-trfffQvv4n .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .menu_box .navbar.opened,
  .cid-trfffQvv4n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trfffQvv4n .navbar-dropdown {
  position: relative !important;
}
.cid-trfffQvv4n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trfffQvv4n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trfffQvv4n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trfffQvv4n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trfffQvv4n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trfffQvv4n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-body .mbr-text,
  .cid-trfffQvv4n .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trfffQvv4n .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trfffQvv4n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .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-trfffQvv4n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trfffQvv4n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-trfffQvv4n .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trfffQvv4n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trfffQvv4n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .nav-item {
    margin: 0 !important;
  }
}
.cid-trfffQvv4n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .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-trfffQvv4n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trfffQvv4n .offcanvas_box {
    display: none;
  }
}
.cid-trfffQvv4n .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trfffQvv4n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trfffQvv4n .container {
  display: flex;
  margin: auto;
}
.cid-trfffQvv4n .iconfont-wrapper {
  color: #e0bdb6;
  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-trfffQvv4n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trfffQvv4n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trfffQvv4n .navbar-caption {
  color: #747474;
}
.cid-trfffQvv4n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .navbar-nav {
    margin: 0;
  }
}
.cid-trfffQvv4n .dropdown-menu,
.cid-trfffQvv4n .navbar.opened {
  background-color: false !important;
}
.cid-trfffQvv4n .nav-item:focus,
.cid-trfffQvv4n .nav-link:focus {
  outline: none;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trfffQvv4n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trfffQvv4n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trfffQvv4n .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trfffQvv4n .navbar.opened {
  transition: all 0.3s;
}
.cid-trfffQvv4n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trfffQvv4n .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-trfffQvv4n .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trfffQvv4n .navbar.collapsed {
  justify-content: center;
}
.cid-trfffQvv4n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trfffQvv4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trfffQvv4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trfffQvv4n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trfffQvv4n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trfffQvv4n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trfffQvv4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trfffQvv4n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trfffQvv4n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trfffQvv4n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trfffQvv4n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trfffQvv4n .navbar.navbar-short {
  min-height: 60px;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trfffQvv4n .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-trfffQvv4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trfffQvv4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trfffQvv4n .dropdown-item.active,
.cid-trfffQvv4n .dropdown-item:active {
  background-color: transparent;
}
.cid-trfffQvv4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trfffQvv4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trfffQvv4n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trfffQvv4n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trfffQvv4n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trfffQvv4n .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-trfffQvv4n .navbar {
    height: 70px;
  }
  .cid-trfffQvv4n .navbar.opened {
    height: auto;
  }
  .cid-trfffQvv4n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trfffQvv4n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trfffQvv4n .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trfffQvv4n .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trfffQvv4n .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trfffQvv4n .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trfffQvv4n .nav-link {
  position: relative;
}
.cid-trfffQvv4n .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trfffQvv4n .nav-link:hover:before {
  opacity: 1;
}
.cid-trfffQvv4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trfffQvv4n .text_widget {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-section-subtitle,
.cid-trfffQvv4n .text_widget,
.cid-trfffQvv4n .mbr-section-btn {
  text-align: center;
}
.cid-trfffQvv4n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-trffgOm1EU {
  background-image: url("../../../assets/images/hqdefault-480x360.jpg");
}
.cid-trffgOm1EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffgOm1EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffgOm1EU .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-trffgOm1EU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-trffgOm1EU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trffgOm1EU .text-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-trffgOm1EU .text-wrapper {
    padding: 0;
  }
}
.cid-trffgOm1EU .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-trffgOm1EU .mbr-section-title {
  color: #fafafa;
}
.cid-trffgOm1EU .mbr-text {
  color: #747474;
}
.cid-trffgOm1EU .mbr-text,
.cid-trffgOm1EU .mbr-section-btn {
  color: #ffffff;
}
.cid-u9UjHygffP {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffebe6;
}
.cid-u9UjHygffP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UjHygffP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9UjHygffP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UjHygffP h1 {
  max-width: 800px;
}
.cid-u9UjHygffP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9UjHygffP .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #ee3915 !important;
}
.cid-u9UjHygffP .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9UjHygffP .btn div {
  overflow: hidden;
}
.cid-u9UjHygffP .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9UjHygffP {
    align-items: center;
  }
  .cid-u9UjHygffP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9UjHygffP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9UjHygffP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UjHygffP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9UjHygffP .content-wrap {
    width: 100%;
  }
}
.cid-u9UjHygffP .mbr-section-subtitle,
.cid-u9UjHygffP .line {
  color: #291f1e;
}
.cid-u9UjHygffP .mbr-text,
.cid-u9UjHygffP .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9UjHygffP .mbr-section-title {
  color: #291f1e;
}
.cid-trffqa6CGM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trffqa6CGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffqa6CGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffqa6CGM .row {
  justify-content: center;
}
.cid-trffqa6CGM .title-wrapper {
  padding: 71px;
  background-color: #e0bdb6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-trffqa6CGM .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-trffqa6CGM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trffqa6CGM .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-trffqa6CGM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trffqa6CGM .mbr-text {
  color: #747474;
}
.cid-trffqa6CGM .mbr-text,
.cid-trffqa6CGM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-trffqa6CGM .mbr-section-title,
.cid-trffqa6CGM .mbr-iconfont {
  color: #000000;
}
.cid-trfg79dzGF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trfg79dzGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfg79dzGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfg79dzGF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-trfg79dzGF .row {
    padding: 0 11px;
  }
}
.cid-trfg79dzGF .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-trfg79dzGF .title {
    padding: 0 5px;
  }
}
.cid-trfg79dzGF .title .title-wrapper {
  display: flex;
}
.cid-trfg79dzGF .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #e0bdb6;
  margin-right: 8px;
}
.cid-trfg79dzGF .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-trfg79dzGF .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-trfg79dzGF .item {
    padding: 0 5px;
  }
}
.cid-trfg79dzGF .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-trfg79dzGF .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-trfg79dzGF .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-trfg79dzGF .item .item-wrapper {
  position: relative;
}
.cid-trfg79dzGF .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-trfg79dzGF .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-trfg79dzGF .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-trfg79dzGF .mbr-section-title {
  color: #000000;
}
.cid-trfg79dzGF .mbr-text {
  color: #747474;
}
.cid-trfg79dzGF .mbr-price {
  color: #E0BDB6;
}
.cid-trfg79dzGF .mbr-text,
.cid-trfg79dzGF .mbr-section-btn {
  color: #000000;
}
.cid-trffBWG1bV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff0e6;
}
.cid-trffBWG1bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffBWG1bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffBWG1bV .title-wrapper {
  margin-bottom: 30px;
}
.cid-trffBWG1bV .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-trffBWG1bV .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-trffBWG1bV .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper {
    display: block;
  }
}
.cid-trffBWG1bV .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .mbr-section-title {
  color: #E0BDB6;
}
.cid-trffBWG1bV .mbr-text {
  color: #000000;
}
.cid-trffBWG1bV .mbr-section-title,
.cid-trffBWG1bV .mbr-section-btn {
  color: #000000;
}
.cid-u9UpCTjFH7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #302337;
}
.cid-u9UpCTjFH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UpCTjFH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9UpCTjFH7 .container {
    padding: 0 20px;
  }
}
.cid-u9UpCTjFH7 .row {
  margin: 0;
}
.cid-u9UpCTjFH7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9UpCTjFH7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9UpCTjFH7 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9UpCTjFH7 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9UpCTjFH7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9UpCTjFH7 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9UpCTjFH7 .mbr-section-title {
  color: #1f1437;
}
.cid-tHkj2axZwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0e6;
}
.cid-tHkj2axZwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkj2axZwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHkj2axZwY .container {
    padding: 0 30px;
  }
}
.cid-tHkj2axZwY .image-wrapper {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-tHkj2axZwY .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHkj2axZwY .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHkj2axZwY .image-wrapper img {
    height: 300px;
  }
}
.cid-tHkj2axZwY .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tHkj2axZwY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tHkj2axZwY .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-tHkj2axZwY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 24px;
}
.cid-tHkj2axZwY .mbr-section-subtitle {
  color: #212529;
}
.cid-tHkj2axZwY .mbr-section-title {
  color: #212529;
}
.cid-tHkj2axZwY .mbr-text {
  color: #212529;
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
.cid-tHkdQOkdKX .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tHkdQOkdKX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tHkdQOkdKX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .menu_box .navbar.opened,
  .cid-tHkdQOkdKX .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tHkdQOkdKX .navbar-dropdown {
  position: relative !important;
}
.cid-tHkdQOkdKX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tHkdQOkdKX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHkdQOkdKX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tHkdQOkdKX .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-tHkdQOkdKX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tHkdQOkdKX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tHkdQOkdKX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tHkdQOkdKX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tHkdQOkdKX .offcanvas-body .mbr-text,
  .cid-tHkdQOkdKX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tHkdQOkdKX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tHkdQOkdKX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tHkdQOkdKX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tHkdQOkdKX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHkdQOkdKX .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-tHkdQOkdKX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tHkdQOkdKX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tHkdQOkdKX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tHkdQOkdKX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tHkdQOkdKX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .nav-item {
    margin: 0 !important;
  }
}
.cid-tHkdQOkdKX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tHkdQOkdKX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tHkdQOkdKX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tHkdQOkdKX .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-tHkdQOkdKX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tHkdQOkdKX .offcanvas_box {
    display: none;
  }
}
.cid-tHkdQOkdKX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tHkdQOkdKX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tHkdQOkdKX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tHkdQOkdKX .container {
  display: flex;
  margin: auto;
}
.cid-tHkdQOkdKX .iconfont-wrapper {
  color: #e0bdb6;
  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-tHkdQOkdKX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tHkdQOkdKX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tHkdQOkdKX .navbar-caption {
  color: #747474;
}
.cid-tHkdQOkdKX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tHkdQOkdKX .navbar-nav {
    margin: 0;
  }
}
.cid-tHkdQOkdKX .dropdown-menu,
.cid-tHkdQOkdKX .navbar.opened {
  background-color: false !important;
}
.cid-tHkdQOkdKX .nav-item:focus,
.cid-tHkdQOkdKX .nav-link:focus {
  outline: none;
}
.cid-tHkdQOkdKX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHkdQOkdKX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHkdQOkdKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHkdQOkdKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHkdQOkdKX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHkdQOkdKX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHkdQOkdKX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tHkdQOkdKX .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tHkdQOkdKX .navbar.opened {
  transition: all 0.3s;
}
.cid-tHkdQOkdKX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tHkdQOkdKX .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tHkdQOkdKX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tHkdQOkdKX .navbar.collapsed {
  justify-content: center;
}
.cid-tHkdQOkdKX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHkdQOkdKX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tHkdQOkdKX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHkdQOkdKX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHkdQOkdKX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHkdQOkdKX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tHkdQOkdKX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tHkdQOkdKX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tHkdQOkdKX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tHkdQOkdKX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHkdQOkdKX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHkdQOkdKX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tHkdQOkdKX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHkdQOkdKX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tHkdQOkdKX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHkdQOkdKX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tHkdQOkdKX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tHkdQOkdKX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tHkdQOkdKX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHkdQOkdKX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHkdQOkdKX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tHkdQOkdKX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHkdQOkdKX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHkdQOkdKX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHkdQOkdKX .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-tHkdQOkdKX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHkdQOkdKX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHkdQOkdKX .dropdown-item.active,
.cid-tHkdQOkdKX .dropdown-item:active {
  background-color: transparent;
}
.cid-tHkdQOkdKX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHkdQOkdKX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHkdQOkdKX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHkdQOkdKX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHkdQOkdKX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-tHkdQOkdKX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHkdQOkdKX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tHkdQOkdKX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-tHkdQOkdKX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHkdQOkdKX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHkdQOkdKX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHkdQOkdKX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHkdQOkdKX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHkdQOkdKX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHkdQOkdKX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHkdQOkdKX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHkdQOkdKX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tHkdQOkdKX .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-tHkdQOkdKX .navbar {
    height: 70px;
  }
  .cid-tHkdQOkdKX .navbar.opened {
    height: auto;
  }
  .cid-tHkdQOkdKX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHkdQOkdKX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tHkdQOkdKX .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tHkdQOkdKX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tHkdQOkdKX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tHkdQOkdKX .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-tHkdQOkdKX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tHkdQOkdKX .nav-link {
  position: relative;
}
.cid-tHkdQOkdKX .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tHkdQOkdKX .nav-link:hover:before {
  opacity: 1;
}
.cid-tHkdQOkdKX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tHkdQOkdKX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tHkdQOkdKX .text_widget {
  color: #ffffff;
}
.cid-tHkdQOkdKX .mbr-section-subtitle,
.cid-tHkdQOkdKX .text_widget,
.cid-tHkdQOkdKX .mbr-section-btn {
  text-align: center;
}
.cid-tHkdQOkdKX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tHkdQRzF71 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/thefutureofbusinessfourtechnologiesthatwilldominatebusinessby2050-700x450.jpg");
}
.cid-tHkdQRzF71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHkdQRzF71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHkdQRzF71 .row {
  justify-content: center;
}
.cid-tHkdQRzF71 .title-wrapper {
  padding: 71px;
  background-color: #e0c6b6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tHkdQRzF71 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tHkdQRzF71 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tHkdQRzF71 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tHkdQRzF71 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tHkdQRzF71 .mbr-text {
  color: #747474;
}
.cid-tHkdQRzF71 .mbr-text,
.cid-tHkdQRzF71 .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-tHkdQRzF71 .mbr-section-title,
.cid-tHkdQRzF71 .mbr-iconfont {
  color: #000000;
}
.cid-u9Upkf1HvF {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff0e6;
}
.cid-u9Upkf1HvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Upkf1HvF .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9Upkf1HvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Upkf1HvF h1 {
  max-width: 800px;
}
.cid-u9Upkf1HvF p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9Upkf1HvF .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #ee3915 !important;
}
.cid-u9Upkf1HvF .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9Upkf1HvF .btn div {
  overflow: hidden;
}
.cid-u9Upkf1HvF .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9Upkf1HvF {
    align-items: center;
  }
  .cid-u9Upkf1HvF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9Upkf1HvF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9Upkf1HvF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Upkf1HvF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9Upkf1HvF .content-wrap {
    width: 100%;
  }
}
.cid-u9Upkf1HvF .mbr-section-subtitle,
.cid-u9Upkf1HvF .line {
  color: #291f1e;
}
.cid-u9Upkf1HvF .mbr-text,
.cid-u9Upkf1HvF .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9Upkf1HvF .mbr-section-title {
  color: #291f1e;
}
.cid-u9UpzJXcOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
  overflow: hidden;
}
.cid-u9UpzJXcOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UpzJXcOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .container {
    padding: 0 30px;
  }
}
.cid-u9UpzJXcOQ .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-u9UpzJXcOQ .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9UpzJXcOQ .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-u9UpzJXcOQ .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.cid-u9UpzJXcOQ .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-u9UpzJXcOQ .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-u9UpzJXcOQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9UpzJXcOQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9UpzJXcOQ .mbr-section-title {
  color: #bee0d6;
}
.cid-u9UpzJXcOQ .mbr-section-title,
.cid-u9UpzJXcOQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLfsWXBIDX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0e6;
}
.cid-uLfsWXBIDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfsWXBIDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfsWXBIDX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLfsWXBIDX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
.cid-u9UqetJwqb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u9UqetJwqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u9UqetJwqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .menu_box .navbar.opened,
  .cid-u9UqetJwqb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9UqetJwqb .navbar-dropdown {
  position: relative !important;
}
.cid-u9UqetJwqb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9UqetJwqb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9UqetJwqb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9UqetJwqb .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-u9UqetJwqb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9UqetJwqb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9UqetJwqb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9UqetJwqb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9UqetJwqb .offcanvas-body .mbr-text,
  .cid-u9UqetJwqb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u9UqetJwqb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9UqetJwqb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9UqetJwqb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9UqetJwqb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9UqetJwqb .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-u9UqetJwqb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9UqetJwqb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9UqetJwqb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u9UqetJwqb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9UqetJwqb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .nav-item {
    margin: 0 !important;
  }
}
.cid-u9UqetJwqb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9UqetJwqb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9UqetJwqb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9UqetJwqb .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-u9UqetJwqb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9UqetJwqb .offcanvas_box {
    display: none;
  }
}
.cid-u9UqetJwqb .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u9UqetJwqb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9UqetJwqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9UqetJwqb .container {
  display: flex;
  margin: auto;
}
.cid-u9UqetJwqb .iconfont-wrapper {
  color: #e0bdb6;
  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-u9UqetJwqb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9UqetJwqb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9UqetJwqb .navbar-caption {
  color: #747474;
}
.cid-u9UqetJwqb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9UqetJwqb .navbar-nav {
    margin: 0;
  }
}
.cid-u9UqetJwqb .dropdown-menu,
.cid-u9UqetJwqb .navbar.opened {
  background-color: false !important;
}
.cid-u9UqetJwqb .nav-item:focus,
.cid-u9UqetJwqb .nav-link:focus {
  outline: none;
}
.cid-u9UqetJwqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9UqetJwqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9UqetJwqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9UqetJwqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9UqetJwqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9UqetJwqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9UqetJwqb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-u9UqetJwqb .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-u9UqetJwqb .navbar.opened {
  transition: all 0.3s;
}
.cid-u9UqetJwqb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9UqetJwqb .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u9UqetJwqb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9UqetJwqb .navbar.collapsed {
  justify-content: center;
}
.cid-u9UqetJwqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9UqetJwqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9UqetJwqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9UqetJwqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9UqetJwqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9UqetJwqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9UqetJwqb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9UqetJwqb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9UqetJwqb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9UqetJwqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9UqetJwqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9UqetJwqb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9UqetJwqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9UqetJwqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9UqetJwqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9UqetJwqb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9UqetJwqb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9UqetJwqb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9UqetJwqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9UqetJwqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9UqetJwqb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9UqetJwqb .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9UqetJwqb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9UqetJwqb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9UqetJwqb .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-u9UqetJwqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9UqetJwqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9UqetJwqb .dropdown-item.active,
.cid-u9UqetJwqb .dropdown-item:active {
  background-color: transparent;
}
.cid-u9UqetJwqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9UqetJwqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9UqetJwqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9UqetJwqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9UqetJwqb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-u9UqetJwqb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9UqetJwqb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-u9UqetJwqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-u9UqetJwqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9UqetJwqb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UqetJwqb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UqetJwqb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9UqetJwqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UqetJwqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9UqetJwqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9UqetJwqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UqetJwqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9UqetJwqb .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-u9UqetJwqb .navbar {
    height: 70px;
  }
  .cid-u9UqetJwqb .navbar.opened {
    height: auto;
  }
  .cid-u9UqetJwqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9UqetJwqb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9UqetJwqb .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u9UqetJwqb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9UqetJwqb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-u9UqetJwqb .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-u9UqetJwqb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9UqetJwqb .nav-link {
  position: relative;
}
.cid-u9UqetJwqb .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-u9UqetJwqb .nav-link:hover:before {
  opacity: 1;
}
.cid-u9UqetJwqb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9UqetJwqb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9UqetJwqb .text_widget {
  color: #ffffff;
}
.cid-u9UqetJwqb .mbr-section-subtitle,
.cid-u9UqetJwqb .text_widget,
.cid-u9UqetJwqb .mbr-section-btn {
  text-align: center;
}
.cid-u9UqetJwqb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9Uqev3Zhs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/images-3-300x168.jpg");
}
.cid-u9Uqev3Zhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Uqev3Zhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Uqev3Zhs .row {
  justify-content: center;
}
.cid-u9Uqev3Zhs .title-wrapper {
  padding: 71px;
  background-color: #e0c6b6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9Uqev3Zhs .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-u9Uqev3Zhs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9Uqev3Zhs .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-u9Uqev3Zhs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Uqev3Zhs .mbr-text {
  color: #747474;
}
.cid-u9Uqev3Zhs .mbr-text,
.cid-u9Uqev3Zhs .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u9Uqev3Zhs .mbr-section-title,
.cid-u9Uqev3Zhs .mbr-iconfont {
  color: #000000;
}
.cid-u9UqevTNWl {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff0e6;
}
.cid-u9UqevTNWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UqevTNWl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9UqevTNWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UqevTNWl h1 {
  max-width: 800px;
}
.cid-u9UqevTNWl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9UqevTNWl .btn:hover {
  transform: scale(1.1);
  background: #474747 !important;
  border-color: #474747 !important;
  color: #ee3915 !important;
}
.cid-u9UqevTNWl .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9UqevTNWl .btn div {
  overflow: hidden;
}
.cid-u9UqevTNWl .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9UqevTNWl {
    align-items: center;
  }
  .cid-u9UqevTNWl .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9UqevTNWl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9UqevTNWl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9UqevTNWl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9UqevTNWl .content-wrap {
    width: 100%;
  }
}
.cid-u9UqevTNWl .mbr-section-subtitle,
.cid-u9UqevTNWl .line {
  color: #291f1e;
}
.cid-u9UqevTNWl .mbr-text,
.cid-u9UqevTNWl .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9UqevTNWl .mbr-section-title {
  color: #291f1e;
}
.cid-u9UqewKBAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
  overflow: hidden;
}
.cid-u9UqewKBAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UqewKBAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .container {
    padding: 0 30px;
  }
}
.cid-u9UqewKBAB .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-u9UqewKBAB .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9UqewKBAB .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-u9UqewKBAB .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.cid-u9UqewKBAB .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-u9UqewKBAB .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-u9UqewKBAB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9UqewKBAB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9UqewKBAB .mbr-section-title {
  color: #bee0d6;
}
.cid-u9UqewKBAB .mbr-section-title,
.cid-u9UqewKBAB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLftUOf4Pr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0e6;
}
.cid-uLftUOf4Pr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLftUOf4Pr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLftUOf4Pr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLftUOf4Pr .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
.cid-u9UrAGixT8 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u9UrAGixT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u9UrAGixT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .menu_box .navbar.opened,
  .cid-u9UrAGixT8 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9UrAGixT8 .navbar-dropdown {
  position: relative !important;
}
.cid-u9UrAGixT8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9UrAGixT8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9UrAGixT8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u9UrAGixT8 .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-u9UrAGixT8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u9UrAGixT8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u9UrAGixT8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u9UrAGixT8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u9UrAGixT8 .offcanvas-body .mbr-text,
  .cid-u9UrAGixT8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-u9UrAGixT8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u9UrAGixT8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u9UrAGixT8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u9UrAGixT8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9UrAGixT8 .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-u9UrAGixT8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u9UrAGixT8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u9UrAGixT8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-u9UrAGixT8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9UrAGixT8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u9UrAGixT8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9UrAGixT8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9UrAGixT8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9UrAGixT8 .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-u9UrAGixT8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9UrAGixT8 .offcanvas_box {
    display: none;
  }
}
.cid-u9UrAGixT8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u9UrAGixT8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9UrAGixT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9UrAGixT8 .container {
  display: flex;
  margin: auto;
}
.cid-u9UrAGixT8 .iconfont-wrapper {
  color: #e0bdb6;
  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-u9UrAGixT8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9UrAGixT8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u9UrAGixT8 .navbar-caption {
  color: #747474;
}
.cid-u9UrAGixT8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u9UrAGixT8 .navbar-nav {
    margin: 0;
  }
}
.cid-u9UrAGixT8 .dropdown-menu,
.cid-u9UrAGixT8 .navbar.opened {
  background-color: false !important;
}
.cid-u9UrAGixT8 .nav-item:focus,
.cid-u9UrAGixT8 .nav-link:focus {
  outline: none;
}
.cid-u9UrAGixT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9UrAGixT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9UrAGixT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9UrAGixT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9UrAGixT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9UrAGixT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9UrAGixT8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-u9UrAGixT8 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-u9UrAGixT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9UrAGixT8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9UrAGixT8 .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u9UrAGixT8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9UrAGixT8 .navbar.collapsed {
  justify-content: center;
}
.cid-u9UrAGixT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9UrAGixT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9UrAGixT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9UrAGixT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9UrAGixT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9UrAGixT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9UrAGixT8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9UrAGixT8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9UrAGixT8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u9UrAGixT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9UrAGixT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9UrAGixT8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9UrAGixT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9UrAGixT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9UrAGixT8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9UrAGixT8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9UrAGixT8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9UrAGixT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9UrAGixT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9UrAGixT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9UrAGixT8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9UrAGixT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9UrAGixT8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9UrAGixT8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9UrAGixT8 .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-u9UrAGixT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9UrAGixT8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9UrAGixT8 .dropdown-item.active,
.cid-u9UrAGixT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9UrAGixT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9UrAGixT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9UrAGixT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9UrAGixT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9UrAGixT8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-u9UrAGixT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9UrAGixT8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-u9UrAGixT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-u9UrAGixT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9UrAGixT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UrAGixT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9UrAGixT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9UrAGixT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UrAGixT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9UrAGixT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9UrAGixT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9UrAGixT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9UrAGixT8 .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-u9UrAGixT8 .navbar {
    height: 70px;
  }
  .cid-u9UrAGixT8 .navbar.opened {
    height: auto;
  }
  .cid-u9UrAGixT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9UrAGixT8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u9UrAGixT8 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u9UrAGixT8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u9UrAGixT8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-u9UrAGixT8 .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-u9UrAGixT8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9UrAGixT8 .nav-link {
  position: relative;
}
.cid-u9UrAGixT8 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-u9UrAGixT8 .nav-link:hover:before {
  opacity: 1;
}
.cid-u9UrAGixT8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9UrAGixT8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9UrAGixT8 .text_widget {
  color: #ffffff;
}
.cid-u9UrAGixT8 .mbr-section-subtitle,
.cid-u9UrAGixT8 .text_widget,
.cid-u9UrAGixT8 .mbr-section-btn {
  text-align: center;
}
.cid-u9UrAGixT8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9UrAHq6UB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/innovations-900x500.jpg");
}
.cid-u9UrAHq6UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UrAHq6UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9UrAHq6UB .row {
  justify-content: center;
}
.cid-u9UrAHq6UB .title-wrapper {
  padding: 71px;
  background-color: #e0c6b6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9UrAHq6UB .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-u9UrAHq6UB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9UrAHq6UB .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-u9UrAHq6UB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9UrAHq6UB .mbr-text {
  color: #747474;
}
.cid-u9UrAHq6UB .mbr-text,
.cid-u9UrAHq6UB .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-u9UrAHq6UB .mbr-section-title,
.cid-u9UrAHq6UB .mbr-iconfont {
  color: #000000;
}
.cid-u9UrAJayPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
  overflow: hidden;
}
.cid-u9UrAJayPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UrAJayPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .container {
    padding: 0 30px;
  }
}
.cid-u9UrAJayPa .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-u9UrAJayPa .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u9UrAJayPa .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #71eac6 50%, #27232c 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-u9UrAJayPa .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
}
.cid-u9UrAJayPa .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 1440px) {
  .cid-u9UrAJayPa .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-u9UrAJayPa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9UrAJayPa .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9UrAJayPa .mbr-section-title {
  color: #bee0d6;
}
.cid-u9UrAJayPa .mbr-section-title,
.cid-u9UrAJayPa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLfuREqj0A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0e6;
}
.cid-uLfuREqj0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfuREqj0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfuREqj0A .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLfuREqj0A .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-u9UsfEO07r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9UsfEO07r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9UsfEO07r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9UsfEO07r .container {
    padding: 0 20px;
  }
}
.cid-u9UsfEO07r .row {
  margin: 0;
}
.cid-u9UsfEO07r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9UsfEO07r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9UsfEO07r .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9UsfEO07r .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9UsfEO07r .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9UsfEO07r .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9UsfEO07r .mbr-section-title {
  color: #fafafa;
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
.cid-uLfvgUvlIh .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLfvgUvlIh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLfvgUvlIh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .menu_box .navbar.opened,
  .cid-uLfvgUvlIh .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLfvgUvlIh .navbar-dropdown {
  position: relative !important;
}
.cid-uLfvgUvlIh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLfvgUvlIh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLfvgUvlIh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLfvgUvlIh .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-uLfvgUvlIh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLfvgUvlIh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLfvgUvlIh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLfvgUvlIh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLfvgUvlIh .offcanvas-body .mbr-text,
  .cid-uLfvgUvlIh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLfvgUvlIh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLfvgUvlIh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLfvgUvlIh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLfvgUvlIh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLfvgUvlIh .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-uLfvgUvlIh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLfvgUvlIh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLfvgUvlIh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLfvgUvlIh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLfvgUvlIh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .nav-item {
    margin: 0 !important;
  }
}
.cid-uLfvgUvlIh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLfvgUvlIh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLfvgUvlIh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLfvgUvlIh .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-uLfvgUvlIh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLfvgUvlIh .offcanvas_box {
    display: none;
  }
}
.cid-uLfvgUvlIh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLfvgUvlIh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLfvgUvlIh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLfvgUvlIh .container {
  display: flex;
  margin: auto;
}
.cid-uLfvgUvlIh .iconfont-wrapper {
  color: #e0bdb6;
  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-uLfvgUvlIh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLfvgUvlIh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLfvgUvlIh .navbar-caption {
  color: #747474;
}
.cid-uLfvgUvlIh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLfvgUvlIh .navbar-nav {
    margin: 0;
  }
}
.cid-uLfvgUvlIh .dropdown-menu,
.cid-uLfvgUvlIh .navbar.opened {
  background-color: false !important;
}
.cid-uLfvgUvlIh .nav-item:focus,
.cid-uLfvgUvlIh .nav-link:focus {
  outline: none;
}
.cid-uLfvgUvlIh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLfvgUvlIh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLfvgUvlIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLfvgUvlIh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLfvgUvlIh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLfvgUvlIh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLfvgUvlIh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLfvgUvlIh .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLfvgUvlIh .navbar.opened {
  transition: all 0.3s;
}
.cid-uLfvgUvlIh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLfvgUvlIh .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uLfvgUvlIh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLfvgUvlIh .navbar.collapsed {
  justify-content: center;
}
.cid-uLfvgUvlIh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLfvgUvlIh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLfvgUvlIh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLfvgUvlIh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLfvgUvlIh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLfvgUvlIh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLfvgUvlIh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLfvgUvlIh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLfvgUvlIh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLfvgUvlIh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLfvgUvlIh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLfvgUvlIh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLfvgUvlIh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLfvgUvlIh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLfvgUvlIh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLfvgUvlIh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLfvgUvlIh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLfvgUvlIh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLfvgUvlIh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLfvgUvlIh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLfvgUvlIh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLfvgUvlIh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLfvgUvlIh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLfvgUvlIh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLfvgUvlIh .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-uLfvgUvlIh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLfvgUvlIh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLfvgUvlIh .dropdown-item.active,
.cid-uLfvgUvlIh .dropdown-item:active {
  background-color: transparent;
}
.cid-uLfvgUvlIh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLfvgUvlIh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLfvgUvlIh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLfvgUvlIh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLfvgUvlIh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-uLfvgUvlIh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLfvgUvlIh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLfvgUvlIh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLfvgUvlIh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLfvgUvlIh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfvgUvlIh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfvgUvlIh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLfvgUvlIh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfvgUvlIh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLfvgUvlIh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLfvgUvlIh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfvgUvlIh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLfvgUvlIh .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-uLfvgUvlIh .navbar {
    height: 70px;
  }
  .cid-uLfvgUvlIh .navbar.opened {
    height: auto;
  }
  .cid-uLfvgUvlIh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLfvgUvlIh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLfvgUvlIh .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLfvgUvlIh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLfvgUvlIh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLfvgUvlIh .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-uLfvgUvlIh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLfvgUvlIh .nav-link {
  position: relative;
}
.cid-uLfvgUvlIh .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLfvgUvlIh .nav-link:hover:before {
  opacity: 1;
}
.cid-uLfvgUvlIh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLfvgUvlIh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLfvgUvlIh .text_widget {
  color: #ffffff;
}
.cid-uLfvgUvlIh .mbr-section-subtitle,
.cid-uLfvgUvlIh .text_widget,
.cid-uLfvgUvlIh .mbr-section-btn {
  text-align: center;
}
.cid-uLfvgUvlIh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLfvgVGxVh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0e6;
}
.cid-uLfvgVGxVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfvgVGxVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfvgVGxVh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLfvgVGxVh .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uLfvDnyVQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLfvDnyVQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfvDnyVQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfvDnyVQi .title-wrapper {
  padding: 96px 10px;
  background-color: #e0c6b6;
}
@media (max-width: 992px) {
  .cid-uLfvDnyVQi .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uLfvDnyVQi .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uLfvDnyVQi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLfvDnyVQi .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uLfvDnyVQi .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uLfvDnyVQi .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #e0bdb6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uLfvDnyVQi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uLfvDnyVQi .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uLfvDnyVQi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLfvDnyVQi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLfvDnyVQi .panel-title-edit {
  color: #000000;
}
.cid-uLfvDnyVQi .panel-text {
  color: #000000;
}
.cid-uLfvDnyVQi .mbr-section-title,
.cid-uLfvDnyVQi .mbr-section-btn {
  color: #000000;
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
.cid-uLfvqUjmj1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLfvqUjmj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLfvqUjmj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .menu_box .navbar.opened,
  .cid-uLfvqUjmj1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLfvqUjmj1 .navbar-dropdown {
  position: relative !important;
}
.cid-uLfvqUjmj1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLfvqUjmj1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLfvqUjmj1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLfvqUjmj1 .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-uLfvqUjmj1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLfvqUjmj1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLfvqUjmj1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLfvqUjmj1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLfvqUjmj1 .offcanvas-body .mbr-text,
  .cid-uLfvqUjmj1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLfvqUjmj1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLfvqUjmj1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLfvqUjmj1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLfvqUjmj1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLfvqUjmj1 .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-uLfvqUjmj1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLfvqUjmj1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLfvqUjmj1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLfvqUjmj1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLfvqUjmj1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLfvqUjmj1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLfvqUjmj1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLfvqUjmj1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLfvqUjmj1 .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-uLfvqUjmj1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLfvqUjmj1 .offcanvas_box {
    display: none;
  }
}
.cid-uLfvqUjmj1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLfvqUjmj1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLfvqUjmj1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLfvqUjmj1 .container {
  display: flex;
  margin: auto;
}
.cid-uLfvqUjmj1 .iconfont-wrapper {
  color: #e0bdb6;
  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-uLfvqUjmj1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLfvqUjmj1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLfvqUjmj1 .navbar-caption {
  color: #747474;
}
.cid-uLfvqUjmj1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLfvqUjmj1 .navbar-nav {
    margin: 0;
  }
}
.cid-uLfvqUjmj1 .dropdown-menu,
.cid-uLfvqUjmj1 .navbar.opened {
  background-color: false !important;
}
.cid-uLfvqUjmj1 .nav-item:focus,
.cid-uLfvqUjmj1 .nav-link:focus {
  outline: none;
}
.cid-uLfvqUjmj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLfvqUjmj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLfvqUjmj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLfvqUjmj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLfvqUjmj1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLfvqUjmj1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLfvqUjmj1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLfvqUjmj1 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLfvqUjmj1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLfvqUjmj1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLfvqUjmj1 .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uLfvqUjmj1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLfvqUjmj1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLfvqUjmj1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLfvqUjmj1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLfvqUjmj1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLfvqUjmj1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLfvqUjmj1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLfvqUjmj1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLfvqUjmj1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLfvqUjmj1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLfvqUjmj1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLfvqUjmj1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLfvqUjmj1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLfvqUjmj1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLfvqUjmj1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLfvqUjmj1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLfvqUjmj1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLfvqUjmj1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLfvqUjmj1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLfvqUjmj1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLfvqUjmj1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLfvqUjmj1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLfvqUjmj1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLfvqUjmj1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLfvqUjmj1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLfvqUjmj1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLfvqUjmj1 .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-uLfvqUjmj1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLfvqUjmj1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLfvqUjmj1 .dropdown-item.active,
.cid-uLfvqUjmj1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLfvqUjmj1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLfvqUjmj1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLfvqUjmj1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLfvqUjmj1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLfvqUjmj1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-uLfvqUjmj1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLfvqUjmj1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLfvqUjmj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLfvqUjmj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLfvqUjmj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfvqUjmj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLfvqUjmj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLfvqUjmj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfvqUjmj1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLfvqUjmj1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLfvqUjmj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLfvqUjmj1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLfvqUjmj1 .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-uLfvqUjmj1 .navbar {
    height: 70px;
  }
  .cid-uLfvqUjmj1 .navbar.opened {
    height: auto;
  }
  .cid-uLfvqUjmj1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLfvqUjmj1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLfvqUjmj1 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLfvqUjmj1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLfvqUjmj1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLfvqUjmj1 .navbar-caption:hover {
  color: #ee3915;
}
@media (min-width: 992px) {
  .cid-uLfvqUjmj1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLfvqUjmj1 .nav-link {
  position: relative;
}
.cid-uLfvqUjmj1 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ee3915;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLfvqUjmj1 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLfvqUjmj1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLfvqUjmj1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLfvqUjmj1 .text_widget {
  color: #ffffff;
}
.cid-uLfvqUjmj1 .mbr-section-subtitle,
.cid-uLfvqUjmj1 .text_widget,
.cid-uLfvqUjmj1 .mbr-section-btn {
  text-align: center;
}
.cid-uLfvqUjmj1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLfvqUQBAw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0e6;
}
.cid-uLfvqUQBAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfvqUQBAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfvqUQBAw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLfvqUQBAw .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uMXByZ3cZH .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #000000;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMXByZ3cZH .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #fff0e6;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .img-bg {
    display: none;
  }
}
.cid-uMXByZ3cZH .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .container {
    padding: 0 !important;
  }
}
.cid-uMXByZ3cZH .row {
  width: 100%;
  align-items: center;
}
.cid-uMXByZ3cZH .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .content-container {
    padding-top: 0;
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #fff0e6;
  }
}
.cid-uMXByZ3cZH .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMXByZ3cZH .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMXByZ3cZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMXByZ3cZH .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .brand-text {
    margin-top: 45px;
  }
}
.cid-uMXByZ3cZH .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMXByZ3cZH .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMXByZ3cZH .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMXByZ3cZH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMXByZ3cZH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMXByZ3cZH .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMXByZ3cZH .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMXByZ3cZH .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMXByZ3cZH .col-link3 {
    padding-left: 0;
  }
}
.cid-uMXByZ3cZH .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffb18a;
}
.cid-uMXByZ3cZH .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMXByZ3cZH .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMXByZ3cZH .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMXByZ3cZH .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMXByZ3cZH .copyright {
    text-align: center !important;
  }
}
