.btn {
  border-width: 2px;
}
body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 6.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.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.375rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #e0bdb6 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #d68a94 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0bdb6 !important;
  border-color: #e0bdb6 !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: #c68679 !important;
  border-color: #c68679 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c68679 !important;
  border-color: #c68679 !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: #d68a94 !important;
  border-color: #d68a94 !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: #c04a59 !important;
  border-color: #c04a59 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c04a59 !important;
  border-color: #c04a59 !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: #e0bdb6;
  color: #e0bdb6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c68679 !important;
  background-color: transparent !important;
  border-color: #c68679 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0bdb6 !important;
  border-color: #e0bdb6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #474747;
  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: #1c1c1c !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: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #747474;
  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: #494949 !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: #d68a94;
  color: #d68a94;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c04a59 !important;
  background-color: transparent !important;
  border-color: #c04a59 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d68a94 !important;
  border-color: #d68a94 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4f3e59;
  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: #221a26 !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e0bdb6 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #d68a94 !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: #c27c6e !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: #b94151 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e0bdb6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #d68a94;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0bdb6;
  border-color: #e0bdb6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0bdb6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #ffffff;
}
.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.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #e0bdb6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #e0bdb6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0bdb6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0bdb6;
}
.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: #e0bdb6;
  border-bottom-color: #e0bdb6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e0bdb6 !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='%23e0bdb6' %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: #e0bdb6;
}
.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: #e0bdb6;
}
.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: #e0bdb6;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #e0bdb6 !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: #d68a94;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #d68a94 !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-tGCqY3JK5I {
  background-image: url("../../../assets/images/mbr-1920x1305.jpg");
}
.cid-tGCqY3JK5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCqY3JK5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCqY3JK5I .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-tGCqY3JK5I .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-tGCqY3JK5I .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-tGCqY3JK5I .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-tGCqY3JK5I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGCqY3JK5I .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-tGCqY3JK5I .mbr-date {
  color: #232323;
  text-align: center;
}
.cid-tGCqY3JK5I .mbr-year {
  color: #533633;
  text-align: center;
}
.cid-tGCqY3JK5I .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-tGCqY3JK5I .mbr-section-title {
  text-align: center;
  color: #9f665c;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tIH79bUNmz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0bdb6;
}
.cid-tIH79bUNmz .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tIH79bUNmz .number {
  color: #232323;
}
.cid-tIH79bUNmz .period {
  display: block;
}
.cid-tIH79bUNmz .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tIH79bUNmz .period {
    font-size: 0.8rem;
  }
}
.cid-tIH79bUNmz .btn {
  height: 100%;
  margin: 0;
}
.cid-tIH79bUNmz .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tIH79bUNmz .mbr-section-title {
  color: #474747;
}
.cid-tIH79bUNmz .mbr-text {
  color: #ffffff;
}
.cid-tIH79bUNmz .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tIH79bUNmz .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #474747;
  border: 2px solid #474747;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tIH79bUNmz .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tIH79bUNmz .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #474747;
  color: #ffffff;
}
.cid-tIH79bUNmz .mbr-section-subtitle {
  color: #232323;
}
.cid-tIH79bUNmz .mbr-text,
.cid-tIH79bUNmz .mbr-section-btn {
  color: #533633;
}
.cid-tIH79bUNmz H3 {
  color: #9f665c;
}
.cid-tGCidRXmtU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #e2e2e2;
}
.cid-tGCidRXmtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCidRXmtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCidRXmtU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tGCidRXmtU .mbr-section-title {
  color: #24262b;
}
.cid-tGCidRXmtU .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGCidRXmtU .google-map {
  height: 450px;
  position: relative;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .cid-tGCidRXmtU .google-map {
    height: 400px;
  }
}
.cid-tGCidRXmtU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGCidRXmtU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGCidRXmtU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGCidRXmtU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGXqJ3F7jO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
}
.cid-tGXqJ3F7jO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXqJ3F7jO .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-tGXqJ3F7jO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGXqJ3F7jO .container {
    padding: 0 12px;
  }
}
.cid-tGXqJ3F7jO .row {
  justify-content: center;
}
.cid-tGXqJ3F7jO .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGXqJ3F7jO .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-tGXqJ3F7jO .card .card_1 .card-wrap::before,
.cid-tGXqJ3F7jO .card .card_5 .card-wrap::before {
  background-color: #e0bdb6;
}
.cid-tGXqJ3F7jO .card .card_2 .card-wrap::before {
  background-color: #ffffff;
}
.cid-tGXqJ3F7jO .card .card_3 .card-wrap::before,
.cid-tGXqJ3F7jO .card .card_4 .card-wrap::before {
  background-color: #d8c5b7;
}
.cid-tGXqJ3F7jO .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tGXqJ3F7jO .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-tGXqJ3F7jO .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-tGXqJ3F7jO .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-tGXqJ3F7jO .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-tGXqJ3F7jO .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-tGXqJ3F7jO .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-tGXqJ3F7jO .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tGXqJ3F7jO .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-tN5DWmKLHJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0bdb6;
}
.cid-tN5DWmKLHJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tN5DWmKLHJ form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tN5DWmKLHJ form {
    padding: 2rem 0rem;
  }
}
.cid-tN5DWmKLHJ .border-radius {
  border-radius: 3rem;
}
.cid-tN5DWmKLHJ input,
.cid-tN5DWmKLHJ textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-tN5DWmKLHJ input:hover,
.cid-tN5DWmKLHJ textarea:hover,
.cid-tN5DWmKLHJ input:focus,
.cid-tN5DWmKLHJ textarea:focus,
.cid-tN5DWmKLHJ input:active,
.cid-tN5DWmKLHJ textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-tN5DWmKLHJ .image-wrapper,
.cid-tN5DWmKLHJ img {
  height: 100%;
  object-fit: cover;
}
.cid-tN5DWmKLHJ .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-tN5DWmKLHJ .btn {
  padding: 1.3rem 2rem;
  margin-top: 2rem;
  border-radius: 2rem !important;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-tN5DWmKLHJ .col-auto {
    margin: auto;
  }
}
.cid-tN5DWmKLHJ h5 {
  margin-bottom: 3rem;
}
.cid-tN5DWmKLHJ a {
  font-weight: bold;
}
.cid-tN5DWmKLHJ .mbr-section-title {
  color: #ffffff;
}
.cid-tN5DWmKLHJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tN5DWmKLHJ H5 {
  text-align: center;
}
.cid-tN6bbj8VeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN6bbj8VeF .item-text {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000000;
  padding: 35px 0px 15px;
}
@media (min-width: 576px) {
  .cid-tN6bbj8VeF .item-text {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-tN6bbj8VeF .text-left {
  padding-right: 32px;
  margin-right: auto;
}
.cid-tN6bbj8VeF img {
  width: 100px;
  display: inline-block;
}
.cid-tN6bbj8VeF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
  letter-spacing: 5.4px;
}
.cid-tN6bbj8VeF .mbr-section-title {
  margin-bottom: 13px;
  color: #000000;
  text-align: center;
}
.cid-tN6bbj8VeF a {
  font-weight: 400;
}
.cid-tN6bbj8VeF .item-text:last-child {
  border-bottom: none;
}
.cid-tN6bbj8VeF .mbr-iconfont {
  font-size: 14px !important;
}
.cid-tN6bbj8VeF .title-link {
  color: #000000;
  text-align: left;
}
.cid-tN6bbj8VeF .link {
  transition-duration: all .3s;
}
.cid-tN6bbj8VeF .link:hover .custom-link,
.cid-tN6bbj8VeF .link:hover .mbr-iconfont {
  color: #3d626c !important;
}
.cid-tGC1rn8tkN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tGC1rn8tkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGC1rn8tkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGC1rn8tkN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tGC1rn8tkN .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tGC1rn8tkN .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-tGC1rn8tkN .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-tGC1rn8tkN .embla__button--next,
.cid-tGC1rn8tkN .embla__button--prev {
  display: flex;
}
.cid-tGC1rn8tkN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #e0bdb6;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGC1rn8tkN .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tGC1rn8tkN .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tGC1rn8tkN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGC1rn8tkN .embla__button:hover {
  background: transparent;
  color: #e0bdb6;
  border: none;
  opacity: .65;
}
.cid-tGC1rn8tkN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tGC1rn8tkN .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tGC1rn8tkN .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tGC1rn8tkN .embla {
  position: relative;
  width: 100%;
}
.cid-tGC1rn8tkN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGC1rn8tkN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGC1rn8tkN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGC1rn8tkN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNmR56J34Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-tNmR56J34Y iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tNmR56J34Y .container-fluid {
  padding: 0;
}
.cid-tNHwHw2trW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0bdb6;
}
.cid-tNHwHw2trW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNHwHw2trW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tNHwHw2trW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tNHwHw2trW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNHwHw2trW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNHwHw2trW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tNHwHw2trW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tNHwHw2trW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tNHwHw2trW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNHwHw2trW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tNHwHw2trW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNHwHw2trW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNHwHw2trW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tNHwHw2trW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tNHwHw2trW .media-container-row .mbr-text {
  color: #000000;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLX6XDGAqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tLX6XDGAqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLX6XDGAqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLX6XDGAqH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .container-fluid {
    padding: 0 12px;
  }
}
.cid-tLX6XDGAqH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .container {
    padding: 0 20px;
  }
}
.cid-tLX6XDGAqH .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tLX6XDGAqH .card {
  padding: 0;
}
.cid-tLX6XDGAqH .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .card:last-child {
    align-items: center;
    padding: 0 20px;
  }
}
.cid-tLX6XDGAqH .image-wrap {
  border-right: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.cid-tLX6XDGAqH .image-wrap:first-child {
  display: flex;
  justify-content: flex-end;
}
.cid-tLX6XDGAqH .image-wrap:first-child img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #d7d7d7;
}
.cid-tLX6XDGAqH .image-wrap:nth-child(2n) {
  border-bottom: 2px solid #d7d7d7;
}
.cid-tLX6XDGAqH .image-wrap:nth-child(2n) img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-right: 2px solid #d7d7d7;
}
.cid-tLX6XDGAqH .image-wrap:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .image-wrap:last-child {
    border-bottom: 2px solid #d7d7d7;
  }
}
.cid-tLX6XDGAqH .image-wrap:last-child img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-bottom-right-radius: 100%;
  border: 2px solid #d7d7d7;
  border-top: 0;
}
.cid-tLX6XDGAqH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .title-wrapper .mbr-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.cid-tLX6XDGAqH .cards .card-wrapper {
  margin-bottom: 64px;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tLX6XDGAqH .cards .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tLX6XDGAqH .cards .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLX6XDGAqH .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLX6XDGAqH .mbr-text {
  color: #1d1d1d;
}
.cid-tMr9XP0TUJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMr9XP0TUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMr9XP0TUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMr9XP0TUJ .col-padding {
    padding-right: 4rem;
  }
}
.cid-tMr9XP0TUJ .mbr-text1 {
  background: #e0bdb6;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #232323;
}
@media (min-width: 767px) {
  .cid-tMr9XP0TUJ .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tMr9XP0TUJ .mbr-text2 {
  background: #d8c5b7;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tMr9XP0TUJ .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tMr9XP0TUJ .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMr9XP0TUJ .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tMr9XP0TUJ .mbr-section-title {
  text-align: center;
  color: #c49da2;
}
.cid-tMg5ki8qaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-tMg5ki8qaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMg5ki8qaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMg5ki8qaX .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tMg5ki8qaX .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-tMg5ki8qaX .card:first-child {
    border: none;
  }
  .cid-tMg5ki8qaX .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-tMg5ki8qaX .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-tMg5ki8qaX .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-tMg5ki8qaX .card-wrapper .mbr-text,
.cid-tMg5ki8qaX .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMg5ki8qaX .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tMg5ki8qaX .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tMg5ki8qaX .mbr-text_2 {
  color: #474747;
  text-align: left;
}
.cid-tMfI47Vxae {
  background-color: #e0bdb6;
}
.cid-tMfI47Vxae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfI47Vxae .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-tMfI47Vxae .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tMfI47Vxae .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tMfI47Vxae .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tMfI47Vxae .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-tMfI47Vxae .mbr-section-title {
  color: #E0BDB6;
}
.cid-tMfI47Vxae .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tMfI47Vxae .mbr-section-title,
.cid-tMfI47Vxae .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tMloeEG7gQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-tMloeEG7gQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMloeEG7gQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMloeEG7gQ .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tMloeEG7gQ .card {
    padding: 0;
    border-left: 1px solid #ffffff;
  }
  .cid-tMloeEG7gQ .card:first-child {
    border: none;
  }
  .cid-tMloeEG7gQ .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-tMloeEG7gQ .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-tMloeEG7gQ .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-tMloeEG7gQ .card-wrapper .mbr-text,
.cid-tMloeEG7gQ .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMloeEG7gQ .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tMloeEG7gQ .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-tMloeEG7gQ .mbr-text_2 {
  color: #ffffff;
  text-align: left;
}
.cid-tMgUYQo5O2 {
  background-color: #ffffff;
}
.cid-tMgUYQo5O2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMgUYQo5O2 .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-tMgUYQo5O2 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tMgUYQo5O2 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tMgUYQo5O2 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tMgUYQo5O2 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-tMgUYQo5O2 .mbr-section-title {
  color: #E0BDB6;
}
.cid-tMgUYQo5O2 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-tMgUYQo5O2 .mbr-section-title,
.cid-tMgUYQo5O2 .mbr-section-btn {
  text-align: center;
}
.cid-tMlvwibEVy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #d8c5b7;
}
.cid-tMlvwibEVy .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-tMlvwibEVy .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-tMlvwibEVy .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-tMlvwibEVy .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .image_2 {
    display: none;
  }
}
.cid-tMlvwibEVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlvwibEVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMlvwibEVy .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tMlvwibEVy .border-wrapper_1 {
  background-color: #474747;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-tMlvwibEVy .border-wrapper_2 {
  background-color: #474747;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-tMlvwibEVy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tMlvwibEVy .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-tMlvwibEVy .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-tMlvwibEVy .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-tMlvwibEVy .mbr-section-title {
  color: #474747;
  text-align: center;
}
.cid-tMlvwibEVy .mbr-text {
  color: #ffffff;
}
.cid-tMlvwibEVy .mbr-text,
.cid-tMlvwibEVy .mbr-section-btn {
  color: #474747;
  text-align: center;
}
.cid-tMlA61CbV5 {
  background-color: #ffffff;
}
.cid-tMlA61CbV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMlA61CbV5 .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-tMlA61CbV5 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tMlA61CbV5 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tMlA61CbV5 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tMlA61CbV5 .image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tMlA61CbV5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-tMlA61CbV5 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-tNmoVPoTM9 {
  background-color: #ffffff;
}
.cid-tNmoVPoTM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNmoVPoTM9 .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-tNmoVPoTM9 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tNmoVPoTM9 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tNmoVPoTM9 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tNmoVPoTM9 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-tNmoVPoTM9 .mbr-section-title {
  color: #E0BDB6;
}
.cid-tNmoVPoTM9 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-tMluLwWHkX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-tMluLwWHkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMluLwWHkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMluLwWHkX .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tMluLwWHkX .card {
    padding: 0;
    border-left: 1px solid #474747;
  }
  .cid-tMluLwWHkX .card:first-child {
    border: none;
  }
  .cid-tMluLwWHkX .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-tMluLwWHkX .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-tMluLwWHkX .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-tMluLwWHkX .card-wrapper .mbr-text,
.cid-tMluLwWHkX .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMluLwWHkX .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tMluLwWHkX .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-tMluLwWHkX .mbr-text_2 {
  color: #474747;
  text-align: left;
}
.cid-tMm7B1k4ed {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMm7B1k4ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMm7B1k4ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMm7B1k4ed .mbr-section-title align-left {
  text-align: center;
}
.cid-tMm7B1k4ed .mbr-section-title {
  text-align: center;
}
.cid-tMm7B1k4ed .mbr-text {
  text-align: center;
}
.cid-tMm7B1k4ed .mbr-text1 {
  background: #e0bdb6;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #232323;
}
@media (min-width: 767px) {
  .cid-tMm7B1k4ed .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tMm7B1k4ed .mbr-text2 {
  background: #d8c5b7;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tMm7B1k4ed .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tMm7B1k4ed .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMm7B1k4ed .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tMm7B1k4ed .image_2 {
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMm7B1k4ed .image_2 {
    display: none;
  }
}
.cid-tMq2oqat1F {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tMq2oqat1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMq2oqat1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMq2oqat1F .col-padding {
    padding-right: 4rem;
  }
}
.cid-tMq2oqat1F .mbr-text1 {
  background: #e0bdb6;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #232323;
}
@media (min-width: 767px) {
  .cid-tMq2oqat1F .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tMq2oqat1F .mbr-text2 {
  background: #d8c5b7;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tMq2oqat1F .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tMq2oqat1F .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tMq2oqat1F .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tMq2oqat1F .image-wrapper-2 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tMq2oqat1F .mbr-section-title {
  text-align: right;
}
.cid-tMmixMLTEn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMmixMLTEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMmixMLTEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMmixMLTEn .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tMmixMLTEn .card {
    padding: 0;
    border-left: 1px solid #474747;
  }
  .cid-tMmixMLTEn .card:first-child {
    border: none;
  }
  .cid-tMmixMLTEn .card:first-child .card-wrapper {
    padding: 80px 101px 80px 10px;
  }
  .cid-tMmixMLTEn .card:last-child .card-wrapper {
    padding: 80px 10px 80px 100px;
  }
}
@media (max-width: 768px) {
  .cid-tMmixMLTEn .card-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-tMmixMLTEn .card-wrapper .mbr-text,
.cid-tMmixMLTEn .card-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMmixMLTEn .card-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tMmixMLTEn .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-tMmixMLTEn .mbr-text_2 {
  color: #474747;
  text-align: left;
}
.cid-tMq5G8VUjn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d8c5b7;
}
.cid-tMq5G8VUjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMq5G8VUjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMq5G8VUjn img {
  object-fit: cover;
}
.cid-tMq5G8VUjn .mbr-section-subtitle {
  text-align: center;
}
.cid-tMq5G8VUjn .mbr-text {
  text-align: center;
}
.cid-tMqLla2wbo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #d8c5b7;
}
.cid-tMqLla2wbo img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tMqLla2wbo img {
    width: 100%;
  }
}
.cid-tMqLla2wbo .mbr-text {
  text-align: center;
}
.cid-tMqZ2draZM {
  background-color: #e0bdb6;
}
.cid-tMqZ2draZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMqZ2draZM .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-tMqZ2draZM .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-tMqZ2draZM .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tMqZ2draZM .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-tMqZ2draZM .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tMqZ2draZM .mbr-section-title {
  color: #E0BDB6;
}
.cid-tMqZ2draZM .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tMr1kifi4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMr1kifi4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMr1kifi4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMr1kifi4x .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tMr1kifi4x .row {
    padding: 0 11px;
  }
}
.cid-tMr1kifi4x .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-tMr1kifi4x .title {
    padding: 0 5px;
  }
}
.cid-tMr1kifi4x .title .title-wrapper {
  display: flex;
}
.cid-tMr1kifi4x .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #e0bdb6;
  margin-right: 8px;
}
.cid-tMr1kifi4x .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-tMr1kifi4x .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-tMr1kifi4x .item {
    padding: 0 5px;
  }
}
.cid-tMr1kifi4x .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-tMr1kifi4x .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-tMr1kifi4x .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tMr1kifi4x .item .item-wrapper {
  position: relative;
}
.cid-tMr1kifi4x .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tMr1kifi4x .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-tMr1kifi4x .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tMr1kifi4x .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-tMr1kifi4x .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tMr1kifi4x .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-tMr1kifi4x .mbr-section-title {
  color: #747474;
  text-align: left;
}
.cid-tMr1kifi4x .mbr-text {
  color: #747474;
}
.cid-tMr1kifi4x .mbr-price {
  color: #E0BDB6;
}
.cid-tMr1kifi4x .mbr-text,
.cid-tMr1kifi4x .mbr-section-btn {
  text-align: center;
}
.cid-tMr1kifi4x .mbr-section-title,
.cid-tMr1kifi4x .mbr-section-btn {
  color: #c49da2;
  text-align: center;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tKJehXK7p5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-tKJehXK7p5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKJehXK7p5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKJehXK7p5 .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tKJehXK7p5 .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tKJehXK7p5 .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tKJehXK7p5 .cards .card .mbr-section-title,
.cid-tKJehXK7p5 .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tKJehXK7p5 .cards .card .mbr-text,
.cid-tKJehXK7p5 .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tKJehXK7p5 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tKJehXK7p5 .icon-wrapper {
    display: none;
  }
}
.cid-tKJehXK7p5 .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #d68a94;
  margin-top: -8rem;
}
.cid-tKJehXK7p5 .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-tKJehXK7p5 .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-tKJehXK7p5 .mbr-section-title {
  color: #be9a85;
  text-align: right;
}
.cid-tKJehXK7p5 .mbr-text {
  color: #855f5b;
  text-align: right;
}
.cid-tKJehXK7p5 .mbr-section-title_2 {
  color: #d68a94;
}
.cid-tKJehXK7p5 .mbr-text_2 {
  color: #747474;
}
.cid-tKJhzAYubP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-tKJhzAYubP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKJhzAYubP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKJhzAYubP .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tKJhzAYubP .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tKJhzAYubP .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tKJhzAYubP .cards .card .mbr-section-title,
.cid-tKJhzAYubP .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tKJhzAYubP .cards .card .mbr-text,
.cid-tKJhzAYubP .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tKJhzAYubP .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tKJhzAYubP .icon-wrapper {
    display: none;
  }
}
.cid-tKJhzAYubP .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #d68a94;
  margin-top: -8rem;
}
.cid-tKJhzAYubP .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-tKJhzAYubP .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-tKJhzAYubP .mbr-section-title {
  color: #be9a85;
  text-align: right;
}
.cid-tKJhzAYubP .mbr-text {
  color: #747474;
  text-align: right;
}
.cid-tKJhzAYubP .mbr-section-title_2 {
  color: #d68a94;
}
.cid-tKJhzAYubP .mbr-text_2 {
  color: #747474;
}
.cid-tN63VxqkRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-tN63VxqkRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN63VxqkRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN63VxqkRl .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tN63VxqkRl .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tN63VxqkRl .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tN63VxqkRl .cards .card .mbr-section-title,
.cid-tN63VxqkRl .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tN63VxqkRl .cards .card .mbr-text,
.cid-tN63VxqkRl .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tN63VxqkRl .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN63VxqkRl .icon-wrapper {
    display: none;
  }
}
.cid-tN63VxqkRl .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #747474;
  margin-top: -8rem;
}
.cid-tN63VxqkRl .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-tN63VxqkRl .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-tN63VxqkRl .mbr-section-title {
  color: #be9a85;
  text-align: right;
}
.cid-tN63VxqkRl .mbr-text {
  color: #747474;
  text-align: right;
}
.cid-tN63VxqkRl .mbr-section-title_2 {
  color: #d68a94;
}
.cid-tN63VxqkRl .mbr-text_2 {
  color: #747474;
}
.cid-tN63W4CF6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-tN63W4CF6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN63W4CF6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN63W4CF6F .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tN63W4CF6F .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tN63W4CF6F .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tN63W4CF6F .cards .card .mbr-section-title,
.cid-tN63W4CF6F .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tN63W4CF6F .cards .card .mbr-text,
.cid-tN63W4CF6F .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tN63W4CF6F .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN63W4CF6F .icon-wrapper {
    display: none;
  }
}
.cid-tN63W4CF6F .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #747474;
  margin-top: -8rem;
}
.cid-tN63W4CF6F .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-tN63W4CF6F .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-tN63W4CF6F .mbr-section-title {
  color: #be9a85;
  text-align: right;
}
.cid-tN63W4CF6F .mbr-text {
  color: #747474;
  text-align: right;
}
.cid-tN63W4CF6F .mbr-section-title_2 {
  color: #d68a94;
}
.cid-tN63W4CF6F .mbr-text_2 {
  color: #747474;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-trf9ODSZbJ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9ODSZbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9ODSZbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9ODSZbJ .title-wrapper {
  padding: 96px 10px;
  background-color: #e0bdb6;
}
@media (max-width: 992px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-trf9ODSZbJ .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-trf9ODSZbJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-trf9ODSZbJ .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-trf9ODSZbJ .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-trf9ODSZbJ .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-trf9ODSZbJ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-trf9ODSZbJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-trf9ODSZbJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-trf9ODSZbJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trf9ODSZbJ .panel-title-edit {
  color: #d68a94;
}
.cid-trf9ODSZbJ .panel-text {
  color: #747474;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN8uF0Kfru {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-tN8uF0Kfru .mbr-overlay {
  background-color: #e0bdb6;
  opacity: 0.8;
}
.cid-tN8uF0Kfru .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
}
.cid-tN8uF0Kfru .col-auto {
  margin: auto;
  padding-top: 2rem;
}
.cid-tN8uF0Kfru h5 {
  padding-bottom: 2rem;
}
.cid-tN8uF0Kfru .form-control,
.cid-tN8uF0Kfru .field-input {
  padding: 0.5rem;
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}
.cid-tN8uF0Kfru .form-control::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input::-webkit-input-placeholder,
.cid-tN8uF0Kfru .form-control::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input::-webkit-input-placeholder {
  color: #00004c;
}
.cid-tN8uF0Kfru .form-control:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:-moz-placeholder,
.cid-tN8uF0Kfru .form-control:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:-moz-placeholder {
  color: #00004c;
}
.cid-tN8uF0Kfru .form-control:hover,
.cid-tN8uF0Kfru .field-input:hover,
.cid-tN8uF0Kfru .form-control:focus,
.cid-tN8uF0Kfru .field-input:focus {
  border: 0 !important;
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  box-shadow: none;
  outline: none;
}
.cid-tN8uF0Kfru .form-control:hover::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input:hover::-webkit-input-placeholder,
.cid-tN8uF0Kfru .form-control:focus::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input:focus::-webkit-input-placeholder,
.cid-tN8uF0Kfru .form-control:hover::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input:hover::-webkit-input-placeholder,
.cid-tN8uF0Kfru .form-control:focus::-webkit-input-placeholder,
.cid-tN8uF0Kfru .field-input:focus::-webkit-input-placeholder {
  color: #00004c;
}
.cid-tN8uF0Kfru .form-control:hover:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:hover:-moz-placeholder,
.cid-tN8uF0Kfru .form-control:focus:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:focus:-moz-placeholder,
.cid-tN8uF0Kfru .form-control:hover:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:hover:-moz-placeholder,
.cid-tN8uF0Kfru .form-control:focus:-moz-placeholder,
.cid-tN8uF0Kfru .field-input:focus:-moz-placeholder {
  color: #00004c;
}
.cid-tN8uF0Kfru .jq-number__spin:hover,
.cid-tN8uF0Kfru .jq-number__spin:focus {
  border-bottom: 1px solid #48525c !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tN8uF0Kfru .jq-number__spin {
  border-bottom: 1px solid #48525c !important;
  color: #00004c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tN8uF0Kfru textarea {
  min-height: 200px;
}
.cid-tN8uF0Kfru input::-webkit-clear-button {
  display: none;
}
.cid-tN8uF0Kfru input::-webkit-inner-spin-button {
  display: none;
}
.cid-tN8uF0Kfru input::-webkit-outer-spin-button {
  display: none;
}
.cid-tN8uF0Kfru input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tN8uF0Kfru LABEL {
  color: #232323;
}
.cid-trf9lgCoRP {
  z-index: 1000;
  width: 100%;
}
.cid-trf9lgCoRP .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.5) !important;
  background: #ffffff;
}
.cid-trf9lgCoRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .menu_box .navbar.opened,
  .cid-trf9lgCoRP .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trf9lgCoRP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trf9lgCoRP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trf9lgCoRP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trf9lgCoRP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-trf9lgCoRP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trf9lgCoRP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trf9lgCoRP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trf9lgCoRP .offcanvas-body .mbr-text,
  .cid-trf9lgCoRP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trf9lgCoRP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trf9lgCoRP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trf9lgCoRP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trf9lgCoRP 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-trf9lgCoRP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trf9lgCoRP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .nav-item {
    margin: 0 !important;
  }
}
.cid-trf9lgCoRP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trf9lgCoRP .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-trf9lgCoRP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trf9lgCoRP .offcanvas_box {
    display: none;
  }
}
.cid-trf9lgCoRP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trf9lgCoRP .container {
  display: flex;
  margin: auto;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trf9lgCoRP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trf9lgCoRP .navbar-caption {
  color: #747474;
}
.cid-trf9lgCoRP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .navbar-nav {
    margin: 0;
  }
}
.cid-trf9lgCoRP .dropdown-menu,
.cid-trf9lgCoRP .navbar.opened {
  background-color: true !important;
}
.cid-trf9lgCoRP .nav-item:focus,
.cid-trf9lgCoRP .nav-link:focus {
  outline: none;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trf9lgCoRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trf9lgCoRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trf9lgCoRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trf9lgCoRP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trf9lgCoRP .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trf9lgCoRP .navbar.opened {
  transition: all 0.3s;
}
.cid-trf9lgCoRP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trf9lgCoRP .navbar .navbar-logo img {
  max-width: 278px;
  max-height: 58px;
  object-fit: cover;
}
.cid-trf9lgCoRP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trf9lgCoRP .navbar.collapsed {
  justify-content: center;
}
.cid-trf9lgCoRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trf9lgCoRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trf9lgCoRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trf9lgCoRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trf9lgCoRP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trf9lgCoRP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trf9lgCoRP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trf9lgCoRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trf9lgCoRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trf9lgCoRP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trf9lgCoRP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trf9lgCoRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trf9lgCoRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trf9lgCoRP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trf9lgCoRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trf9lgCoRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trf9lgCoRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trf9lgCoRP .dropdown-item.active,
.cid-trf9lgCoRP .dropdown-item:active {
  background-color: transparent;
}
.cid-trf9lgCoRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trf9lgCoRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trf9lgCoRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trf9lgCoRP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-trf9lgCoRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trf9lgCoRP 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-trf9lgCoRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trf9lgCoRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trf9lgCoRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trf9lgCoRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trf9lgCoRP .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-trf9lgCoRP .navbar {
    height: 70px;
  }
  .cid-trf9lgCoRP .navbar.opened {
    height: auto;
  }
  .cid-trf9lgCoRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9lgCoRP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trf9lgCoRP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trf9lgCoRP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trf9lgCoRP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trf9lgCoRP .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-trf9lgCoRP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trf9lgCoRP .nav-link {
  position: relative;
}
.cid-trf9lgCoRP .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trf9lgCoRP .nav-link:hover:before {
  opacity: 1;
}
.cid-trf9lgCoRP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trf9lgCoRP .text_widget {
  color: #ffffff;
}
.cid-trf9lgCoRP .mbr-section-subtitle,
.cid-trf9lgCoRP .text_widget,
.cid-trf9lgCoRP .mbr-section-btn {
  text-align: center;
}
.cid-trf9lgCoRP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN6qIiuNrt {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-tN6qIiuNrt .container-fluid {
  padding: 0 3rem;
}
.cid-tN6qIiuNrt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tN6qIiuNrt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tN6qIiuNrt .table-wrapper {
  margin: 0 auto;
}
.cid-tN6qIiuNrt .head-item {
  min-width: 70px;
  color: #232323;
}
.cid-tN6qIiuNrt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tN6qIiuNrt table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #e0bdb6;
  color: white;
  vertical-align: middle;
}
.cid-tN6qIiuNrt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tN6qIiuNrt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-tN6qIiuNrt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tN6qIiuNrt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-tN6qIiuNrt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tN6qIiuNrt .dataTables_wrapper {
  display: block;
}
.cid-tN6qIiuNrt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-tN6qIiuNrt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tN6qIiuNrt .head-item:after,
.cid-tN6qIiuNrt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tN6qIiuNrt .dataTables_filter {
    text-align: center;
  }
  .cid-tN6qIiuNrt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN6qIiuNrt .dataTables_filter {
    text-align: center;
  }
  .cid-tN6qIiuNrt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tN6qIiuNrt .table-wrapper {
    width: 100% !important;
  }
  .cid-tN6qIiuNrt .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-tN6qIiuNrt table th,
  .cid-tN6qIiuNrt table td {
    padding: 0.5rem;
  }
}
.cid-tN6qIiuNrt .body-item {
  color: #000000;
}
.cid-tN6qIiuNrt .mbr-section-title,
.cid-tN6qIiuNrt .underline {
  color: #232323;
}
.cid-tN6qIiuNrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6qIiuNrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHl4oo3gd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-tNHl4oo3gd .mbr-overlay {
  z-index: 1;
}
.cid-tNHl4oo3gd .embla {
  position: relative;
  width: 100%;
}
.cid-tNHl4oo3gd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNHl4oo3gd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNHl4oo3gd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNHl4oo3gd .embla__container {
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNHl4oo3gd .embla__slide {
  position: relative;
  min-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .cid-tNHl4oo3gd .embla__slide {
    min-width: 22%;
    max-width: 26%;
  }
}
@media (max-width: 1200px) {
  .cid-tNHl4oo3gd .embla__slide {
    min-width: 30%;
  }
}
@media (max-width: 900px) {
  .cid-tNHl4oo3gd .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tNHl4oo3gd .embla__slide {
    min-width: 70%;
  }
}
.cid-tNHl4oo3gd .text-content-block {
  background: #fff;
  border-radius: 20px;
  padding: 1rem;
}
.cid-tNHl4oo3gd .loop-warning {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  z-index: 999;
}
.cid-tNHl4oo3gd .loop-warning__content {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.cid-tNHl4oo3gd .align-content-block {
  margin: 50% 0 10% 0;
}
.cid-tNHl4oo3gd h5,
.cid-tNHl4oo3gd p {
  text-align: center;
}
.cid-tNHl4oo3gd .embla__slide__inner {
  position: relative;
  overflow: hidden;
  margin: -50% 0 0 0;
}
.cid-tNHl4oo3gd .item-wrapper {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNHl4oo3gd .item-menu-overlay {
  border-radius: 20px;
  z-index: 0;
}
.cid-tNHl4oo3gd .embla__slide__img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.cid-tNHl4oo3gd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(20, 20, 20, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNHl4oo3gd .embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}
.cid-tNHl4oo3gd .embla__button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.cid-tNHl4oo3gd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNHl4oo3gd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNHl4oo3gd .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN6APrJOUE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e0bdb6;
}
.cid-tN6APrJOUE .mbr-overlay {
  z-index: 1;
}
.cid-tN6APrJOUE .embla {
  position: relative;
  width: 100%;
}
.cid-tN6APrJOUE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tN6APrJOUE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN6APrJOUE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN6APrJOUE .embla__container {
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN6APrJOUE .embla__slide {
  position: relative;
  min-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .cid-tN6APrJOUE .embla__slide {
    min-width: 22%;
    max-width: 26%;
  }
}
@media (max-width: 1200px) {
  .cid-tN6APrJOUE .embla__slide {
    min-width: 30%;
  }
}
@media (max-width: 900px) {
  .cid-tN6APrJOUE .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tN6APrJOUE .embla__slide {
    min-width: 70%;
  }
}
.cid-tN6APrJOUE .text-content-block {
  background: #fff;
  border-radius: 20px;
  padding: 1rem;
}
.cid-tN6APrJOUE .loop-warning {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  z-index: 999;
}
.cid-tN6APrJOUE .loop-warning__content {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.cid-tN6APrJOUE .align-content-block {
  margin: 50% 0 10% 0;
}
.cid-tN6APrJOUE h5,
.cid-tN6APrJOUE p {
  text-align: center;
}
.cid-tN6APrJOUE .embla__slide__inner {
  position: relative;
  overflow: hidden;
  margin: -50% 0 0 0;
}
.cid-tN6APrJOUE .item-wrapper {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN6APrJOUE .item-menu-overlay {
  border-radius: 20px;
  z-index: 0;
}
.cid-tN6APrJOUE .embla__slide__img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.cid-tN6APrJOUE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(20, 20, 20, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN6APrJOUE .embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}
.cid-tN6APrJOUE .embla__button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.cid-tN6APrJOUE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN6APrJOUE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN6APrJOUE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN6AVUJyVc {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #e0bdb6;
}
.cid-tN6AVUJyVc .mbr-overlay {
  z-index: 1;
}
.cid-tN6AVUJyVc .embla {
  position: relative;
  width: 100%;
}
.cid-tN6AVUJyVc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tN6AVUJyVc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN6AVUJyVc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN6AVUJyVc .embla__container {
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN6AVUJyVc .embla__slide {
  position: relative;
  min-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .cid-tN6AVUJyVc .embla__slide {
    min-width: 22%;
    max-width: 26%;
  }
}
@media (max-width: 1200px) {
  .cid-tN6AVUJyVc .embla__slide {
    min-width: 30%;
  }
}
@media (max-width: 900px) {
  .cid-tN6AVUJyVc .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tN6AVUJyVc .embla__slide {
    min-width: 70%;
  }
}
.cid-tN6AVUJyVc .text-content-block {
  background: #fff;
  border-radius: 20px;
  padding: 1rem;
}
.cid-tN6AVUJyVc .loop-warning {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  z-index: 999;
}
.cid-tN6AVUJyVc .loop-warning__content {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.cid-tN6AVUJyVc .align-content-block {
  margin: 50% 0 10% 0;
}
.cid-tN6AVUJyVc h5,
.cid-tN6AVUJyVc p {
  text-align: center;
}
.cid-tN6AVUJyVc .embla__slide__inner {
  position: relative;
  overflow: hidden;
  margin: -50% 0 0 0;
}
.cid-tN6AVUJyVc .item-wrapper {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN6AVUJyVc .item-menu-overlay {
  border-radius: 20px;
  z-index: 0;
}
.cid-tN6AVUJyVc .embla__slide__img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.cid-tN6AVUJyVc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(20, 20, 20, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN6AVUJyVc .embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}
.cid-tN6AVUJyVc .embla__button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.cid-tN6AVUJyVc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN6AVUJyVc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN6AVUJyVc .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
