body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 5.5rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 4rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #9f755c !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #be9a85 !important;
}
.bg-danger {
  background-color: #9f6a4b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9f755c !important;
  border-color: #9f755c !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: #684d3c !important;
  border-color: #684d3c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #684d3c !important;
  border-color: #684d3c !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: #be9a85 !important;
  border-color: #be9a85 !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: #9a6d52 !important;
  border-color: #9a6d52 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9a6d52 !important;
  border-color: #9a6d52 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9f6a4b !important;
  border-color: #9f6a4b !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: #64432f !important;
  border-color: #64432f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #64432f !important;
  border-color: #64432f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f755c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #684d3c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f755c !important;
  border-color: #9f755c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #be9a85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a6d52 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #be9a85 !important;
  border-color: #be9a85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6a4b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #64432f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6a4b !important;
  border-color: #9f6a4b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9f755c !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #be9a85 !important;
}
.text-danger {
  color: #9f6a4b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e4537 !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: #90664d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5a3c2a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9f755c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #be9a85;
}
.alert-danger {
  background-color: #9f6a4b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9f755c;
  border-color: #9f755c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9f755c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfb9ac;
}
.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: #eadfd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cfae9a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #9f755c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #9f755c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f755c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9f755c;
}
.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: #9f755c;
  border-bottom-color: #9f755c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9f755c !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='%239f755c' %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: #9f755c;
}
.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: #9f755c;
}
.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: #9f755c;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #9f755c !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: #9f6a4b;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #9f6a4b !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #be9a85;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #be9a85 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-trfffQvv4n {
  z-index: 1000;
  width: 100%;
}
.cid-trfffQvv4n .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-trfffQvv4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .menu_box .navbar.opened,
  .cid-trfffQvv4n .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-trfffQvv4n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-trfffQvv4n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-trfffQvv4n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-trfffQvv4n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-trfffQvv4n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trfffQvv4n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trfffQvv4n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trfffQvv4n .offcanvas-body .mbr-text,
  .cid-trfffQvv4n .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trfffQvv4n .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trfffQvv4n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trfffQvv4n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-trfffQvv4n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trfffQvv4n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-trfffQvv4n .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trfffQvv4n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trfffQvv4n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .nav-item {
    margin: 0 !important;
  }
}
.cid-trfffQvv4n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trfffQvv4n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-trfffQvv4n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trfffQvv4n .offcanvas_box {
    display: none;
  }
}
.cid-trfffQvv4n .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trfffQvv4n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-trfffQvv4n .container {
  display: flex;
  margin: auto;
}
.cid-trfffQvv4n .iconfont-wrapper {
  color: #9f6a4b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-trfffQvv4n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trfffQvv4n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-trfffQvv4n .navbar-caption {
  color: #747474;
}
.cid-trfffQvv4n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .navbar-nav {
    margin: 0;
  }
}
.cid-trfffQvv4n .dropdown-menu,
.cid-trfffQvv4n .navbar.opened {
  background-color: true !important;
}
.cid-trfffQvv4n .nav-item:focus,
.cid-trfffQvv4n .nav-link:focus {
  outline: none;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trfffQvv4n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trfffQvv4n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trfffQvv4n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trfffQvv4n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-trfffQvv4n .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-trfffQvv4n .navbar.opened {
  transition: all 0.3s;
}
.cid-trfffQvv4n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trfffQvv4n .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-trfffQvv4n .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trfffQvv4n .navbar.collapsed {
  justify-content: center;
}
.cid-trfffQvv4n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trfffQvv4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trfffQvv4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trfffQvv4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trfffQvv4n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trfffQvv4n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trfffQvv4n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trfffQvv4n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trfffQvv4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trfffQvv4n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trfffQvv4n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trfffQvv4n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trfffQvv4n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trfffQvv4n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trfffQvv4n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trfffQvv4n .navbar.navbar-short {
  min-height: 60px;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trfffQvv4n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trfffQvv4n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trfffQvv4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trfffQvv4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trfffQvv4n .dropdown-item.active,
.cid-trfffQvv4n .dropdown-item:active {
  background-color: transparent;
}
.cid-trfffQvv4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trfffQvv4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trfffQvv4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trfffQvv4n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-trfffQvv4n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trfffQvv4n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trfffQvv4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trfffQvv4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trfffQvv4n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trfffQvv4n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trfffQvv4n .navbar {
    height: 70px;
  }
  .cid-trfffQvv4n .navbar.opened {
    height: auto;
  }
  .cid-trfffQvv4n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trfffQvv4n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trfffQvv4n .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-trfffQvv4n .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-trfffQvv4n .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-trfffQvv4n .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-trfffQvv4n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trfffQvv4n .nav-link {
  position: relative;
}
.cid-trfffQvv4n .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-trfffQvv4n .nav-link:hover:before {
  opacity: 1;
}
.cid-trfffQvv4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-trfffQvv4n .text_widget {
  color: #ffffff;
}
.cid-trfffQvv4n .mbr-section-subtitle,
.cid-trfffQvv4n .text_widget,
.cid-trfffQvv4n .mbr-section-btn {
  text-align: center;
}
.cid-trfffQvv4n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAv8EF9BhO {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tAv8EF9BhO .carousel {
  height: 800px;
}
.cid-tAv8EF9BhO .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tAv8EF9BhO .carousel-item,
.cid-tAv8EF9BhO .carousel-inner {
  height: 100%;
}
.cid-tAv8EF9BhO .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tAv8EF9BhO .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tAv8EF9BhO .carousel-caption {
    width: 900px;
  }
}
.cid-tAv8EF9BhO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAv8EF9BhO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAv8EF9BhO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tAv8EF9BhO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAv8EF9BhO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAv8EF9BhO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAv8EF9BhO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAv8EF9BhO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tAv8EF9BhO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAv8EF9BhO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAv8EF9BhO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAv8EF9BhO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAv8EF9BhO .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tAv8EF9BhO .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tAv8EF9BhO .carousel-indicators li::after,
.cid-tAv8EF9BhO .carousel-indicators li::before {
  content: none;
}
.cid-tAv8EF9BhO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tWmzztsyUR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWmzztsyUR img {
  transition: all 0.3s;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.cid-tWmzztsyUR .slide-content {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWmzztsyUR .slide-content:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-tWmzztsyUR .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #000000;
  width: 100%;
}
.cid-tWmzztsyUR .img-link span {
  font-size: 2rem;
  color: currentColor;
}
.cid-tWmzztsyUR .item:focus,
.cid-tWmzztsyUR span:focus {
  outline: none;
}
.cid-tWmzztsyUR .item-wrapper {
  position: relative;
}
.cid-tWmzztsyUR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWmzztsyUR .mbr-section-title {
  color: #000000;
}
.cid-tWmzztsyUR .mbr-text,
.cid-tWmzztsyUR .mbr-section-btn {
  text-align: left;
}
.cid-tWmzztsyUR .item-title {
  text-align: left;
}
.cid-tWmzztsyUR .item-subtitle {
  text-align: left;
}
.cid-tWmzztsyUR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-tWmzztsyUR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tWmzztsyUR .embla__button--next,
.cid-tWmzztsyUR .embla__button--prev {
  display: flex;
}
.cid-tWmzztsyUR .embla__button--prev span {
  padding-right: 7px;
}
.cid-tWmzztsyUR .embla__button--next span {
  padding-left: 3px;
}
.cid-tWmzztsyUR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  color: black;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tWmzztsyUR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWmzztsyUR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWmzztsyUR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 1400px) {
  .cid-tWmzztsyUR .embla__button {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: black;
  }
}
@media (max-width: 767px) {
  .cid-tWmzztsyUR .embla__button {
    top: auto;
    margin-top: -0.5rem;
  }
}
.cid-tWmzztsyUR .embla {
  position: relative;
  width: 100%;
}
.cid-tWmzztsyUR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWmzztsyUR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWmzztsyUR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWmzztsyUR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWmzztsyUR .img-link,
.cid-tWmzztsyUR .link-icon {
  color: #000000;
}
.cid-trfg79dzGF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-trfg79dzGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfg79dzGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfg79dzGF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-trfg79dzGF .row {
    padding: 0 11px;
  }
}
.cid-trfg79dzGF .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-trfg79dzGF .title {
    padding: 0 5px;
  }
}
.cid-trfg79dzGF .title .title-wrapper {
  display: flex;
}
.cid-trfg79dzGF .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #9f6a4b;
  margin-right: 8px;
}
.cid-trfg79dzGF .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-trfg79dzGF .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-trfg79dzGF .item {
    padding: 0 5px;
  }
}
.cid-trfg79dzGF .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-trfg79dzGF .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-trfg79dzGF .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-trfg79dzGF .item .item-wrapper {
  position: relative;
}
.cid-trfg79dzGF .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-trfg79dzGF .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-trfg79dzGF .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-trfg79dzGF .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-trfg79dzGF .mbr-section-title {
  color: #747474;
}
.cid-trfg79dzGF .mbr-text {
  color: #747474;
}
.cid-trfg79dzGF .mbr-price {
  color: #9f755c;
}
.cid-tAvei4vMFG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #be9a85;
}
@media (max-width: 767px) {
  .cid-tAvei4vMFG {
    padding-top: 0rem;
  }
}
.cid-tAvei4vMFG .mbr-section-title {
  color: #000000;
}
.cid-tAvei4vMFG .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tAvei4vMFG .d-flex {
    justify-content: center;
  }
}
.cid-tAvei4vMFG .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tAvei4vMFG .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tAvei4vMFG .link-wrapper {
    justify-content: center;
  }
}
.cid-tAvei4vMFG .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tAvei4vMFG .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tAvei4vMFG .mbr-section-subtitle:hover {
  background: #9f755c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAvei4vMFG .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tAvei4vMFG .link,
.cid-tAvei4vMFG .link-icon {
  color: #fafafa;
}
.cid-trffBWG1bV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-trffBWG1bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffBWG1bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffBWG1bV .title-wrapper {
  margin-bottom: 30px;
}
.cid-trffBWG1bV .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-trffBWG1bV .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-trffBWG1bV .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper {
    display: block;
  }
}
.cid-trffBWG1bV .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-trffBWG1bV .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-trffBWG1bV .mbr-section-title {
  color: #E0BDB6;
}
.cid-trffBWG1bV .mbr-text {
  color: #747474;
}
.cid-trffBWG1bV .mbr-section-title,
.cid-trffBWG1bV .mbr-section-btn {
  color: #9f755c;
}
.cid-tWn5LwJ3ee {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tWn5LwJ3ee .video-wrapper iframe {
  width: 100%;
}
.cid-tWn5LwJ3ee h2,
.cid-tWn5LwJ3ee h4,
.cid-tWn5LwJ3ee p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tWn5LwJ3ee .col-md-6 {
    width: 100%;
  }
}
.cid-tWn5LwJ3ee .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tWn5LwJ3ee .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWn5LwJ3ee .mbr-section-head {
    text-align: center;
  }
}
.cid-tWn5LwJ3ee .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tWn5LwJ3ee .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tWn5LwJ3ee .mbr-text {
  color: #6b6b6b;
}
.cid-trffvTSh2Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-trffvTSh2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-trffvTSh2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trffvTSh2Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-trffvTSh2Y .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-trffvTSh2Y .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-trffvTSh2Y .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-trffvTSh2Y .embla__button--next,
.cid-trffvTSh2Y .embla__button--prev {
  display: flex;
}
.cid-trffvTSh2Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #9f755c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-trffvTSh2Y .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-trffvTSh2Y .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-trffvTSh2Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-trffvTSh2Y .embla__button:hover {
  background: transparent;
  color: #9f755c;
  border: none;
  opacity: .65;
}
.cid-trffvTSh2Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-trffvTSh2Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-trffvTSh2Y .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-trffvTSh2Y .embla {
  position: relative;
  width: 100%;
}
.cid-trffvTSh2Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-trffvTSh2Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-trffvTSh2Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-trffvTSh2Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tX10AjMMfU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tX10AjMMfU .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tX10AjMMfU .row {
  flex-direction: row-reverse;
}
.cid-tX10AjMMfU .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tX10AjMMfU .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tX10AjMMfU .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tX10AjMMfU .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tX10AjMMfU .mbr-text,
.cid-tX10AjMMfU .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tX10AjMMfU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tX10EwBMEP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX10EwBMEP .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tX10EwBMEP .currentcost {
  color: #232323;
}
.cid-tX10EwBMEP .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tX10EwBMEP .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tX10EwBMEP .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tX10EwBMEP .text-box {
    padding: 1rem;
  }
}
.cid-tX10EwBMEP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tX10qMBmlK {
  text-align: center;
  overflow: hidden;
}
.cid-tX10qMBmlK .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tX10ILit6Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tX10ILit6Z .content {
  display: flex;
  align-items: center;
}
.cid-tX10ILit6Z .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #9f6a4b;
}
.cid-tX10ILit6Z .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tX10ILit6Z .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-tX10ILit6Z .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tX10ILit6Z .btn:hover {
  box-shadow: none;
}
.cid-tX10ILit6Z .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tX10ILit6Z .image-wrapper {
    margin-top: 25px;
  }
}
.cid-tX10ILit6Z .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-tX10ILit6Z .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-tX10ILit6Z .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #9a0712;
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #9a0712;
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-tX10ILit6Z .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-tX10ILit6Z .mbr-iconfont {
  color: #ffffff;
}
.cid-tX10ILit6Z .mbr-image-text {
  color: #ffffff;
}
.cid-tAvl4HbTGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAvl4HbTGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAvl4HbTGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAvl4HbTGb .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAvl4HbTGb .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAvl4HbTGb .container-fluid .row {
  padding: 0;
}
.cid-tAvl4HbTGb .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAvl4HbTGb .card {
    margin-bottom: 50px;
  }
}
.cid-tAvl4HbTGb .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAvl4HbTGb .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAvl4HbTGb .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAvl4HbTGb .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAvl4HbTGb .list li {
  margin-bottom: 10px;
}
.cid-tAvl4HbTGb .list li:last-child {
  margin-bottom: 0;
}
.cid-tAvl4HbTGb .list li:hover {
  color: #ffffff;
}
.cid-tAvl4HbTGb .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAvl4HbTGb .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAvl4HbTGb .mbr-text,
.cid-tAvl4HbTGb .logo-wrapper {
  color: #be9a85;
}
.cid-tAzBf3pGRn.popup-builder {
  background-color: #ffffff;
}
.cid-tAzBf3pGRn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAzBf3pGRn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAzBf3pGRn .modal-content,
.cid-tAzBf3pGRn .modal-dialog {
  height: auto;
}
.cid-tAzBf3pGRn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAzBf3pGRn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAzBf3pGRn .form-wrapper .mbr-form .form-group,
  .cid-tAzBf3pGRn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAzBf3pGRn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAzBf3pGRn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAzBf3pGRn .mbr-text {
  text-align: center;
}
.cid-tAzBf3pGRn .pt-0 {
  padding-top: 0 !important;
}
.cid-tAzBf3pGRn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAzBf3pGRn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAzBf3pGRn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAzBf3pGRn .modal-open {
  overflow: hidden;
}
.cid-tAzBf3pGRn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAzBf3pGRn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAzBf3pGRn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAzBf3pGRn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAzBf3pGRn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAzBf3pGRn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAzBf3pGRn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAzBf3pGRn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAzBf3pGRn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAzBf3pGRn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAzBf3pGRn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAzBf3pGRn .modal-backdrop.show {
  opacity: .5;
}
.cid-tAzBf3pGRn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAzBf3pGRn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pGRn .modal-header {
    padding: 1rem;
  }
}
.cid-tAzBf3pGRn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAzBf3pGRn .modal-header .close svg {
  fill: #353535;
}
.cid-tAzBf3pGRn .modal-header .close:hover {
  opacity: 1;
}
.cid-tAzBf3pGRn .modal-header .close:focus {
  outline: none;
}
.cid-tAzBf3pGRn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAzBf3pGRn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAzBf3pGRn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pGRn .modal-body {
    padding: 1rem;
  }
}
.cid-tAzBf3pGRn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAzBf3pGRn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pGRn .modal-footer {
    padding: 1rem;
  }
}
.cid-tAzBf3pGRn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAzBf3pGRn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAzBf3pGRn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAzBf3pGRn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAzBf3pGRn .modal-lg,
  .cid-tAzBf3pGRn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAzBf3pGRn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAzBf3pGRn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAzBf3pGRn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAzBf3pGRn .form-group {
  margin-bottom: 1rem;
}
.cid-tAzBf3pGRn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAzBf3pGRn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAzBf3pGRn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAzBf3pGRn .mbr-section-btn {
  margin: 0;
}
.cid-tAzBf3pGRn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAASJ2dgxn.popup-builder {
  background-color: #ffffff;
}
.cid-tAASJ2dgxn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAASJ2dgxn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAASJ2dgxn .modal-content,
.cid-tAASJ2dgxn .modal-dialog {
  height: auto;
}
.cid-tAASJ2dgxn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAASJ2dgxn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAASJ2dgxn .form-wrapper .mbr-form .form-group,
  .cid-tAASJ2dgxn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAASJ2dgxn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAASJ2dgxn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAASJ2dgxn .mbr-text {
  text-align: center;
}
.cid-tAASJ2dgxn .pt-0 {
  padding-top: 0 !important;
}
.cid-tAASJ2dgxn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAASJ2dgxn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAASJ2dgxn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAASJ2dgxn .modal-open {
  overflow: hidden;
}
.cid-tAASJ2dgxn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAASJ2dgxn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAASJ2dgxn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAASJ2dgxn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAASJ2dgxn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAASJ2dgxn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAASJ2dgxn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAASJ2dgxn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tAASJ2dgxn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAASJ2dgxn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAASJ2dgxn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAASJ2dgxn .modal-backdrop.show {
  opacity: .5;
}
.cid-tAASJ2dgxn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAASJ2dgxn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAASJ2dgxn .modal-header {
    padding: 1rem;
  }
}
.cid-tAASJ2dgxn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAASJ2dgxn .modal-header .close svg {
  fill: #353535;
}
.cid-tAASJ2dgxn .modal-header .close:hover {
  opacity: 1;
}
.cid-tAASJ2dgxn .modal-header .close:focus {
  outline: none;
}
.cid-tAASJ2dgxn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAASJ2dgxn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAASJ2dgxn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAASJ2dgxn .modal-body {
    padding: 1rem;
  }
}
.cid-tAASJ2dgxn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAASJ2dgxn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAASJ2dgxn .modal-footer {
    padding: 1rem;
  }
}
.cid-tAASJ2dgxn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAASJ2dgxn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAASJ2dgxn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAASJ2dgxn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAASJ2dgxn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAASJ2dgxn .modal-lg,
  .cid-tAASJ2dgxn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAASJ2dgxn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAASJ2dgxn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAASJ2dgxn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAASJ2dgxn .form-group {
  margin-bottom: 1rem;
}
.cid-tAASJ2dgxn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAASJ2dgxn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAASJ2dgxn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAASJ2dgxn .mbr-section-btn {
  margin: 0;
}
.cid-tAASJ2dgxn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAzKN1Bmw3 {
  z-index: 1000;
  width: 100%;
}
.cid-tAzKN1Bmw3 .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAzKN1Bmw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAzKN1Bmw3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .menu_box .navbar.opened,
  .cid-tAzKN1Bmw3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAzKN1Bmw3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAzKN1Bmw3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAzKN1Bmw3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAzKN1Bmw3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAzKN1Bmw3 .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAzKN1Bmw3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAzKN1Bmw3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAzKN1Bmw3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAzKN1Bmw3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAzKN1Bmw3 .offcanvas-body .mbr-text,
  .cid-tAzKN1Bmw3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAzKN1Bmw3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAzKN1Bmw3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAzKN1Bmw3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAzKN1Bmw3 .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-tAzKN1Bmw3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAzKN1Bmw3 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-tAzKN1Bmw3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAzKN1Bmw3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAzKN1Bmw3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tAzKN1Bmw3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAzKN1Bmw3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAzKN1Bmw3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAzKN1Bmw3 .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-tAzKN1Bmw3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAzKN1Bmw3 .offcanvas_box {
    display: none;
  }
}
.cid-tAzKN1Bmw3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAzKN1Bmw3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAzKN1Bmw3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAzKN1Bmw3 .container {
  display: flex;
  margin: auto;
}
.cid-tAzKN1Bmw3 .iconfont-wrapper {
  color: #9f6a4b;
  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-tAzKN1Bmw3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAzKN1Bmw3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAzKN1Bmw3 .navbar-caption {
  color: #747474;
}
.cid-tAzKN1Bmw3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAzKN1Bmw3 .navbar-nav {
    margin: 0;
  }
}
.cid-tAzKN1Bmw3 .dropdown-menu,
.cid-tAzKN1Bmw3 .navbar.opened {
  background-color: true !important;
}
.cid-tAzKN1Bmw3 .nav-item:focus,
.cid-tAzKN1Bmw3 .nav-link:focus {
  outline: none;
}
.cid-tAzKN1Bmw3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAzKN1Bmw3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAzKN1Bmw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAzKN1Bmw3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzKN1Bmw3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAzKN1Bmw3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAzKN1Bmw3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAzKN1Bmw3 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAzKN1Bmw3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAzKN1Bmw3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAzKN1Bmw3 .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAzKN1Bmw3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAzKN1Bmw3 .navbar.collapsed {
  justify-content: center;
}
.cid-tAzKN1Bmw3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAzKN1Bmw3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAzKN1Bmw3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAzKN1Bmw3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAzKN1Bmw3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAzKN1Bmw3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAzKN1Bmw3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAzKN1Bmw3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAzKN1Bmw3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAzKN1Bmw3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAzKN1Bmw3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAzKN1Bmw3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAzKN1Bmw3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAzKN1Bmw3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAzKN1Bmw3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAzKN1Bmw3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAzKN1Bmw3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAzKN1Bmw3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAzKN1Bmw3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAzKN1Bmw3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAzKN1Bmw3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAzKN1Bmw3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAzKN1Bmw3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAzKN1Bmw3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAzKN1Bmw3 .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-tAzKN1Bmw3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAzKN1Bmw3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAzKN1Bmw3 .dropdown-item.active,
.cid-tAzKN1Bmw3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAzKN1Bmw3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAzKN1Bmw3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAzKN1Bmw3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAzKN1Bmw3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAzKN1Bmw3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAzKN1Bmw3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAzKN1Bmw3 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-tAzKN1Bmw3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAzKN1Bmw3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAzKN1Bmw3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzKN1Bmw3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzKN1Bmw3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAzKN1Bmw3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzKN1Bmw3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAzKN1Bmw3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAzKN1Bmw3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzKN1Bmw3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAzKN1Bmw3 .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-tAzKN1Bmw3 .navbar {
    height: 70px;
  }
  .cid-tAzKN1Bmw3 .navbar.opened {
    height: auto;
  }
  .cid-tAzKN1Bmw3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAzKN1Bmw3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAzKN1Bmw3 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAzKN1Bmw3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAzKN1Bmw3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAzKN1Bmw3 .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAzKN1Bmw3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAzKN1Bmw3 .nav-link {
  position: relative;
}
.cid-tAzKN1Bmw3 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAzKN1Bmw3 .nav-link:hover:before {
  opacity: 1;
}
.cid-tAzKN1Bmw3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAzKN1Bmw3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAzKN1Bmw3 .text_widget {
  color: #ffffff;
}
.cid-tAzKN1Bmw3 .mbr-section-subtitle,
.cid-tAzKN1Bmw3 .text_widget,
.cid-tAzKN1Bmw3 .mbr-section-btn {
  text-align: center;
}
.cid-tAzKN1Bmw3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAAxNn84UU {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cid-tAAxNn84UU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAxNn84UU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/elupc-worship03-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-tAAxNn84UU .row {
    padding: 0 13px;
  }
}
.cid-tAAxNn84UU .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tAAxNn84UU .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tAAxNn84UU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAAxNn84UU .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tAAxNn84UU .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAAxNn84UU .mbr-section-title {
  color: #ffffff;
}
.cid-tAAxNn84UU .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tAAxNn84UU .mbr-section-title,
.cid-tAAxNn84UU .mbr-section-btn,
.cid-tAAxNn84UU .image-wrapper {
  text-align: center;
}
.cid-tAzKN7pkgt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAzKN7pkgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzKN7pkgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzKN7pkgt .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tAzKN7pkgt .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-tAzKN7pkgt .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-tAzKN7pkgt .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tAzKN7pkgt .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tAzKN7pkgt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tAzKN7pkgt .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-tAzKN7pkgt .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-tAzKN7pkgt .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #9f755c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-tAzKN7pkgt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-tAzKN7pkgt .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-tAzKN7pkgt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tAzKN7pkgt .mbr-section-title {
  color: #E0BDB6;
}
.cid-tAzKN7pkgt .mbr-section-subtitle {
  color: #747474;
}
.cid-tAzKN7pkgt .mbr-text {
  color: #747474;
}
.cid-tAzKN7pkgt .panel-title-edit {
  color: #000000;
}
.cid-tAzKN7pkgt .panel-text {
  color: #747474;
}
.cid-tAzKN7pkgt .mbr-section-title,
.cid-tAzKN7pkgt .mbr-section-btn {
  color: #9f755c;
}
.cid-tAAzD8Mzu0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-tAAzD8Mzu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAzD8Mzu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAzD8Mzu0 .row {
  justify-content: flex-start;
}
.cid-tAAzD8Mzu0 .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tAAzD8Mzu0 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tAAzD8Mzu0 .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-tAAzD8Mzu0 .main-col {
    min-height: 28.4rem;
  }
}
.cid-tAAzD8Mzu0 .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tAAzD8Mzu0 .main-col {
    max-width: 100%;
  }
}
.cid-tAAzD8Mzu0 .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tAAzD8Mzu0 .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tAAzD8Mzu0 .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #fbfbfb;
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tAAzD8Mzu0 .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tAAzD8Mzu0 .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .head-content {
    padding: 12px;
  }
}
.cid-tAAzD8Mzu0 .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tAAzD8Mzu0 .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tAAzD8Mzu0 .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tAAzD8Mzu0 .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tAAzD8Mzu0 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-tAAzD8Mzu0 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tAAzD8Mzu0 .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tAAzD8Mzu0 .price-name {
  color: #727272;
}
.cid-tAAzD8Mzu0 .price-number {
  color: #000000;
}
.cid-tAAzD8Mzu0 .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tAAzD8Mzu0 .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tAAzD8Mzu0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tAAzD8Mzu0 .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tAAzD8Mzu0 .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tAAzrv7FTh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAAzrv7FTh .video-wrapper iframe {
  width: 100%;
}
.cid-tAAzrv7FTh h2,
.cid-tAAzrv7FTh h4,
.cid-tAAzrv7FTh p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tAAzrv7FTh .col-md-6 {
    width: 100%;
  }
}
.cid-tAAzrv7FTh .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tAAzrv7FTh .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tAAzrv7FTh .mbr-section-head {
    text-align: center;
  }
}
.cid-tAAzrv7FTh .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tAAzrv7FTh .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tAAzrv7FTh .mbr-text {
  color: #6b6b6b;
}
.cid-tAzKN91l5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAzKN91l5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzKN91l5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzKN91l5d .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAzKN91l5d .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAzKN91l5d .container-fluid .row {
  padding: 0;
}
.cid-tAzKN91l5d .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAzKN91l5d .card {
    margin-bottom: 50px;
  }
}
.cid-tAzKN91l5d .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAzKN91l5d .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAzKN91l5d .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzKN91l5d .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAzKN91l5d .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzKN91l5d .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAzKN91l5d .list li {
  margin-bottom: 10px;
}
.cid-tAzKN91l5d .list li:last-child {
  margin-bottom: 0;
}
.cid-tAzKN91l5d .list li:hover {
  color: #ffffff;
}
.cid-tAzKN91l5d .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzKN91l5d .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAzKN91l5d .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAzKN91l5d .mbr-text,
.cid-tAzKN91l5d .logo-wrapper {
  color: #be9a85;
}
.cid-tAzKN9AJVw.popup-builder {
  background-color: #ffffff;
}
.cid-tAzKN9AJVw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAzKN9AJVw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAzKN9AJVw .modal-content,
.cid-tAzKN9AJVw .modal-dialog {
  height: auto;
}
.cid-tAzKN9AJVw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAzKN9AJVw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAzKN9AJVw .form-wrapper .mbr-form .form-group,
  .cid-tAzKN9AJVw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAzKN9AJVw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAzKN9AJVw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAzKN9AJVw .mbr-text {
  text-align: center;
}
.cid-tAzKN9AJVw .pt-0 {
  padding-top: 0 !important;
}
.cid-tAzKN9AJVw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAzKN9AJVw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAzKN9AJVw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAzKN9AJVw .modal-open {
  overflow: hidden;
}
.cid-tAzKN9AJVw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAzKN9AJVw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAzKN9AJVw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAzKN9AJVw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAzKN9AJVw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAzKN9AJVw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAzKN9AJVw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAzKN9AJVw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAzKN9AJVw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAzKN9AJVw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAzKN9AJVw .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAzKN9AJVw .modal-backdrop.show {
  opacity: .5;
}
.cid-tAzKN9AJVw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAzKN9AJVw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN9AJVw .modal-header {
    padding: 1rem;
  }
}
.cid-tAzKN9AJVw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAzKN9AJVw .modal-header .close svg {
  fill: #353535;
}
.cid-tAzKN9AJVw .modal-header .close:hover {
  opacity: 1;
}
.cid-tAzKN9AJVw .modal-header .close:focus {
  outline: none;
}
.cid-tAzKN9AJVw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAzKN9AJVw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAzKN9AJVw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN9AJVw .modal-body {
    padding: 1rem;
  }
}
.cid-tAzKN9AJVw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAzKN9AJVw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzKN9AJVw .modal-footer {
    padding: 1rem;
  }
}
.cid-tAzKN9AJVw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAzKN9AJVw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAzKN9AJVw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAzKN9AJVw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAzKN9AJVw .modal-lg,
  .cid-tAzKN9AJVw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAzKN9AJVw .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAzKN9AJVw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAzKN9AJVw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAzKN9AJVw .form-group {
  margin-bottom: 1rem;
}
.cid-tAzKN9AJVw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAzKN9AJVw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAzKN9AJVw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAzKN9AJVw .mbr-section-btn {
  margin: 0;
}
.cid-tAzKN9AJVw .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAz2SEb4DW {
  z-index: 1000;
  width: 100%;
}
.cid-tAz2SEb4DW .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAz2SEb4DW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAz2SEb4DW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .menu_box .navbar.opened,
  .cid-tAz2SEb4DW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAz2SEb4DW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAz2SEb4DW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAz2SEb4DW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAz2SEb4DW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAz2SEb4DW .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAz2SEb4DW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAz2SEb4DW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAz2SEb4DW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAz2SEb4DW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAz2SEb4DW .offcanvas-body .mbr-text,
  .cid-tAz2SEb4DW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAz2SEb4DW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAz2SEb4DW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAz2SEb4DW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAz2SEb4DW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAz2SEb4DW .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-tAz2SEb4DW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAz2SEb4DW 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-tAz2SEb4DW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAz2SEb4DW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAz2SEb4DW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .nav-item {
    margin: 0 !important;
  }
}
.cid-tAz2SEb4DW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAz2SEb4DW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAz2SEb4DW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAz2SEb4DW .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-tAz2SEb4DW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAz2SEb4DW .offcanvas_box {
    display: none;
  }
}
.cid-tAz2SEb4DW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAz2SEb4DW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAz2SEb4DW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAz2SEb4DW .container {
  display: flex;
  margin: auto;
}
.cid-tAz2SEb4DW .iconfont-wrapper {
  color: #9f6a4b;
  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-tAz2SEb4DW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAz2SEb4DW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAz2SEb4DW .navbar-caption {
  color: #747474;
}
.cid-tAz2SEb4DW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAz2SEb4DW .navbar-nav {
    margin: 0;
  }
}
.cid-tAz2SEb4DW .dropdown-menu,
.cid-tAz2SEb4DW .navbar.opened {
  background-color: true !important;
}
.cid-tAz2SEb4DW .nav-item:focus,
.cid-tAz2SEb4DW .nav-link:focus {
  outline: none;
}
.cid-tAz2SEb4DW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAz2SEb4DW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAz2SEb4DW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAz2SEb4DW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAz2SEb4DW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAz2SEb4DW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAz2SEb4DW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAz2SEb4DW .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAz2SEb4DW .navbar.opened {
  transition: all 0.3s;
}
.cid-tAz2SEb4DW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAz2SEb4DW .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAz2SEb4DW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAz2SEb4DW .navbar.collapsed {
  justify-content: center;
}
.cid-tAz2SEb4DW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAz2SEb4DW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAz2SEb4DW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAz2SEb4DW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAz2SEb4DW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAz2SEb4DW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAz2SEb4DW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAz2SEb4DW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAz2SEb4DW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAz2SEb4DW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAz2SEb4DW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAz2SEb4DW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAz2SEb4DW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAz2SEb4DW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAz2SEb4DW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAz2SEb4DW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAz2SEb4DW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAz2SEb4DW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAz2SEb4DW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAz2SEb4DW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAz2SEb4DW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAz2SEb4DW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAz2SEb4DW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAz2SEb4DW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAz2SEb4DW .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-tAz2SEb4DW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAz2SEb4DW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAz2SEb4DW .dropdown-item.active,
.cid-tAz2SEb4DW .dropdown-item:active {
  background-color: transparent;
}
.cid-tAz2SEb4DW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAz2SEb4DW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAz2SEb4DW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAz2SEb4DW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAz2SEb4DW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAz2SEb4DW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAz2SEb4DW 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-tAz2SEb4DW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAz2SEb4DW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAz2SEb4DW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAz2SEb4DW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAz2SEb4DW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAz2SEb4DW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAz2SEb4DW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAz2SEb4DW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAz2SEb4DW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAz2SEb4DW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAz2SEb4DW .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-tAz2SEb4DW .navbar {
    height: 70px;
  }
  .cid-tAz2SEb4DW .navbar.opened {
    height: auto;
  }
  .cid-tAz2SEb4DW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAz2SEb4DW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAz2SEb4DW .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAz2SEb4DW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAz2SEb4DW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAz2SEb4DW .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAz2SEb4DW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAz2SEb4DW .nav-link {
  position: relative;
}
.cid-tAz2SEb4DW .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAz2SEb4DW .nav-link:hover:before {
  opacity: 1;
}
.cid-tAz2SEb4DW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAz2SEb4DW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAz2SEb4DW .text_widget {
  color: #ffffff;
}
.cid-tAz2SEb4DW .mbr-section-subtitle,
.cid-tAz2SEb4DW .text_widget,
.cid-tAz2SEb4DW .mbr-section-btn {
  text-align: center;
}
.cid-tAz2SEb4DW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAzMVVtLEZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
}
.cid-tAzMVVtLEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzMVVtLEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-3.jpg");
}
@media (min-width: 992px) {
  .cid-tAzMVVtLEZ .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tAzMVVtLEZ .col {
    width: 40%;
  }
}
.cid-tAzMVVtLEZ .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tAzMVVtLEZ .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tAzMVVtLEZ .card-wrapper h1,
.cid-tAzMVVtLEZ .card-wrapper h2,
.cid-tAzMVVtLEZ .card-wrapper p,
.cid-tAzMVVtLEZ .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tAzMVVtLEZ .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #474747;
  opacity: 0.8;
}
.cid-tAzMVVtLEZ .mbr-section-title {
  color: #ffffff;
}
.cid-tAzMVVtLEZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAzMVVtLEZ .mbr-text,
.cid-tAzMVVtLEZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tAzONVw8G9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAzONVw8G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzONVw8G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tAzONVw8G9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAzONVw8G9 img {
  border-radius: 3rem;
}
.cid-tAzONVw8G9 .row {
  flex-direction: row-reverse;
}
.cid-tAzONVw8G9 .row {
  align-items: center;
}
.cid-tAzONVw8G9 .mbr-section-title {
  color: #1d5356;
}
.cid-tAzONVw8G9 .mbr-text,
.cid-tAzONVw8G9 .mbr-section-btn {
  color: #491414;
}
.cid-tAzONVw8G9 .mbr-section-subtitle {
  color: #491414;
}
.cid-tAzQtXuz5V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzQtXuz5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzQtXuz5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tAzQtXuz5V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAzQtXuz5V img {
  border-radius: 3rem;
}
.cid-tAzQtXuz5V .row {
  align-items: center;
}
.cid-tAzQtXuz5V .mbr-section-title {
  color: #1d5356;
}
.cid-tAzQtXuz5V .mbr-text,
.cid-tAzQtXuz5V .mbr-section-btn {
  color: #491414;
}
.cid-tAzQtXuz5V .mbr-section-subtitle {
  color: #491414;
}
.cid-tAzQVaCCsX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAzQVaCCsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzQVaCCsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tAzQVaCCsX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAzQVaCCsX img {
  border-radius: 3rem;
}
.cid-tAzQVaCCsX .row {
  flex-direction: row-reverse;
}
.cid-tAzQVaCCsX .row {
  align-items: center;
}
.cid-tAzQVaCCsX .mbr-section-title {
  color: #1d5356;
}
.cid-tAzQVaCCsX .mbr-text,
.cid-tAzQVaCCsX .mbr-section-btn {
  color: #491414;
}
.cid-tAzQVaCCsX .mbr-section-subtitle {
  color: #491414;
}
.cid-tAzTc57RJC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tAzTc57RJC .video-wrapper iframe {
  width: 100%;
}
.cid-tAzTc57RJC h2,
.cid-tAzTc57RJC h4,
.cid-tAzTc57RJC p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tAzTc57RJC .col-md-6 {
    width: 100%;
  }
}
.cid-tAzTc57RJC .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tAzTc57RJC .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tAzTc57RJC .mbr-section-head {
    text-align: center;
  }
}
.cid-tAzTc57RJC .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tAzTc57RJC .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tAzTc57RJC .mbr-text {
  color: #6b6b6b;
}
.cid-tAz2ST1JAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAz2ST1JAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAz2ST1JAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAz2ST1JAU .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAz2ST1JAU .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAz2ST1JAU .container-fluid .row {
  padding: 0;
}
.cid-tAz2ST1JAU .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAz2ST1JAU .card {
    margin-bottom: 50px;
  }
}
.cid-tAz2ST1JAU .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAz2ST1JAU .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAz2ST1JAU .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAz2ST1JAU .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAz2ST1JAU .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAz2ST1JAU .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAz2ST1JAU .list li {
  margin-bottom: 10px;
}
.cid-tAz2ST1JAU .list li:last-child {
  margin-bottom: 0;
}
.cid-tAz2ST1JAU .list li:hover {
  color: #ffffff;
}
.cid-tAz2ST1JAU .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAz2ST1JAU .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAz2ST1JAU .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAz2ST1JAU .mbr-text,
.cid-tAz2ST1JAU .logo-wrapper {
  color: #be9a85;
}
.cid-tAzBf3pt4h.popup-builder {
  background-color: #ffffff;
}
.cid-tAzBf3pt4h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAzBf3pt4h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAzBf3pt4h .modal-content,
.cid-tAzBf3pt4h .modal-dialog {
  height: auto;
}
.cid-tAzBf3pt4h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAzBf3pt4h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAzBf3pt4h .form-wrapper .mbr-form .form-group,
  .cid-tAzBf3pt4h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAzBf3pt4h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAzBf3pt4h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAzBf3pt4h .mbr-text {
  text-align: center;
}
.cid-tAzBf3pt4h .pt-0 {
  padding-top: 0 !important;
}
.cid-tAzBf3pt4h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAzBf3pt4h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAzBf3pt4h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAzBf3pt4h .modal-open {
  overflow: hidden;
}
.cid-tAzBf3pt4h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAzBf3pt4h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAzBf3pt4h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAzBf3pt4h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAzBf3pt4h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAzBf3pt4h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAzBf3pt4h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAzBf3pt4h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAzBf3pt4h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAzBf3pt4h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAzBf3pt4h .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAzBf3pt4h .modal-backdrop.show {
  opacity: .5;
}
.cid-tAzBf3pt4h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAzBf3pt4h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pt4h .modal-header {
    padding: 1rem;
  }
}
.cid-tAzBf3pt4h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAzBf3pt4h .modal-header .close svg {
  fill: #353535;
}
.cid-tAzBf3pt4h .modal-header .close:hover {
  opacity: 1;
}
.cid-tAzBf3pt4h .modal-header .close:focus {
  outline: none;
}
.cid-tAzBf3pt4h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAzBf3pt4h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAzBf3pt4h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pt4h .modal-body {
    padding: 1rem;
  }
}
.cid-tAzBf3pt4h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAzBf3pt4h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzBf3pt4h .modal-footer {
    padding: 1rem;
  }
}
.cid-tAzBf3pt4h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAzBf3pt4h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAzBf3pt4h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAzBf3pt4h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAzBf3pt4h .modal-lg,
  .cid-tAzBf3pt4h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAzBf3pt4h .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAzBf3pt4h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAzBf3pt4h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAzBf3pt4h .form-group {
  margin-bottom: 1rem;
}
.cid-tAzBf3pt4h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAzBf3pt4h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAzBf3pt4h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAzBf3pt4h .mbr-section-btn {
  margin: 0;
}
.cid-tAzBf3pt4h .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAvdRdSZsR {
  z-index: 1000;
  width: 100%;
}
.cid-tAvdRdSZsR .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAvdRdSZsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAvdRdSZsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .menu_box .navbar.opened,
  .cid-tAvdRdSZsR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAvdRdSZsR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAvdRdSZsR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAvdRdSZsR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAvdRdSZsR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAvdRdSZsR .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAvdRdSZsR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAvdRdSZsR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAvdRdSZsR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAvdRdSZsR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAvdRdSZsR .offcanvas-body .mbr-text,
  .cid-tAvdRdSZsR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAvdRdSZsR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAvdRdSZsR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAvdRdSZsR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAvdRdSZsR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAvdRdSZsR .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-tAvdRdSZsR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAvdRdSZsR 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-tAvdRdSZsR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAvdRdSZsR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAvdRdSZsR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .nav-item {
    margin: 0 !important;
  }
}
.cid-tAvdRdSZsR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAvdRdSZsR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAvdRdSZsR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAvdRdSZsR .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-tAvdRdSZsR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAvdRdSZsR .offcanvas_box {
    display: none;
  }
}
.cid-tAvdRdSZsR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAvdRdSZsR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAvdRdSZsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAvdRdSZsR .container {
  display: flex;
  margin: auto;
}
.cid-tAvdRdSZsR .iconfont-wrapper {
  color: #9f6a4b;
  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-tAvdRdSZsR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAvdRdSZsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAvdRdSZsR .navbar-caption {
  color: #747474;
}
.cid-tAvdRdSZsR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAvdRdSZsR .navbar-nav {
    margin: 0;
  }
}
.cid-tAvdRdSZsR .dropdown-menu,
.cid-tAvdRdSZsR .navbar.opened {
  background-color: true !important;
}
.cid-tAvdRdSZsR .nav-item:focus,
.cid-tAvdRdSZsR .nav-link:focus {
  outline: none;
}
.cid-tAvdRdSZsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAvdRdSZsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAvdRdSZsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAvdRdSZsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAvdRdSZsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAvdRdSZsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAvdRdSZsR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAvdRdSZsR .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAvdRdSZsR .navbar.opened {
  transition: all 0.3s;
}
.cid-tAvdRdSZsR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAvdRdSZsR .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAvdRdSZsR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAvdRdSZsR .navbar.collapsed {
  justify-content: center;
}
.cid-tAvdRdSZsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAvdRdSZsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAvdRdSZsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAvdRdSZsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAvdRdSZsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAvdRdSZsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAvdRdSZsR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAvdRdSZsR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAvdRdSZsR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAvdRdSZsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAvdRdSZsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAvdRdSZsR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAvdRdSZsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAvdRdSZsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAvdRdSZsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAvdRdSZsR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAvdRdSZsR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAvdRdSZsR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAvdRdSZsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAvdRdSZsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAvdRdSZsR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAvdRdSZsR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAvdRdSZsR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAvdRdSZsR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAvdRdSZsR .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-tAvdRdSZsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAvdRdSZsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAvdRdSZsR .dropdown-item.active,
.cid-tAvdRdSZsR .dropdown-item:active {
  background-color: transparent;
}
.cid-tAvdRdSZsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAvdRdSZsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAvdRdSZsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAvdRdSZsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAvdRdSZsR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAvdRdSZsR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAvdRdSZsR 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-tAvdRdSZsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAvdRdSZsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAvdRdSZsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAvdRdSZsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAvdRdSZsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAvdRdSZsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAvdRdSZsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAvdRdSZsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAvdRdSZsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAvdRdSZsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAvdRdSZsR .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-tAvdRdSZsR .navbar {
    height: 70px;
  }
  .cid-tAvdRdSZsR .navbar.opened {
    height: auto;
  }
  .cid-tAvdRdSZsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAvdRdSZsR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAvdRdSZsR .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAvdRdSZsR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAvdRdSZsR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAvdRdSZsR .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAvdRdSZsR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAvdRdSZsR .nav-link {
  position: relative;
}
.cid-tAvdRdSZsR .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAvdRdSZsR .nav-link:hover:before {
  opacity: 1;
}
.cid-tAvdRdSZsR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAvdRdSZsR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAvdRdSZsR .text_widget {
  color: #ffffff;
}
.cid-tAvdRdSZsR .mbr-section-subtitle,
.cid-tAvdRdSZsR .text_widget,
.cid-tAvdRdSZsR .mbr-section-btn {
  text-align: center;
}
.cid-tAvdRdSZsR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAzmWM1H33 {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cid-tAzmWM1H33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzmWM1H33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/elupc-worship03.jpeg");
}
.cid-tAzmWM1H33 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tAzmWM1H33 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tAzmWM1H33 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tAzmWM1H33 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAzmWM1H33 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tAzmWM1H33 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tAziSBvZsF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAziSBvZsF .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAziSBvZsF .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAziSBvZsF .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAziSBvZsF .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAziSBvZsF .mbr-text,
.cid-tAziSBvZsF .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAziSBvZsF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzjxXhZvo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzjxXhZvo .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzjxXhZvo .row {
  flex-direction: row-reverse;
}
.cid-tAzjxXhZvo .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tAzjxXhZvo .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzjxXhZvo .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzjxXhZvo .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzjxXhZvo .mbr-text,
.cid-tAzjxXhZvo .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzjxXhZvo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzrFBcPo0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzrFBcPo0 .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzrFBcPo0 .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzrFBcPo0 .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzrFBcPo0 .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzrFBcPo0 .mbr-text,
.cid-tAzrFBcPo0 .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzrFBcPo0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzsyhi46a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzsyhi46a .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzsyhi46a .row {
  flex-direction: row-reverse;
}
.cid-tAzsyhi46a .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tAzsyhi46a .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzsyhi46a .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzsyhi46a .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzsyhi46a .mbr-text,
.cid-tAzsyhi46a .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzsyhi46a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzrHGpJdx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzrHGpJdx .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzrHGpJdx .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzrHGpJdx .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzrHGpJdx .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzrHGpJdx .mbr-text,
.cid-tAzrHGpJdx .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzrHGpJdx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzszdDndI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzszdDndI .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzszdDndI .row {
  flex-direction: row-reverse;
}
.cid-tAzszdDndI .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tAzszdDndI .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzszdDndI .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzszdDndI .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzszdDndI .mbr-text,
.cid-tAzszdDndI .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzszdDndI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzrOpRjja {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzrOpRjja .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzrOpRjja .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzrOpRjja .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzrOpRjja .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzrOpRjja .mbr-text,
.cid-tAzrOpRjja .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzrOpRjja .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzsAn0lLn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzsAn0lLn .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzsAn0lLn .row {
  flex-direction: row-reverse;
}
.cid-tAzsAn0lLn .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tAzsAn0lLn .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzsAn0lLn .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzsAn0lLn .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzsAn0lLn .mbr-text,
.cid-tAzsAn0lLn .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzsAn0lLn .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzrQ0BtLC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAzrQ0BtLC .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAzrQ0BtLC .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAzrQ0BtLC .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAzrQ0BtLC .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAzrQ0BtLC .mbr-text,
.cid-tAzrQ0BtLC .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAzrQ0BtLC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAztvO7jOa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAztvO7jOa .column-wrapper {
  padding-left: 1.5rem;
}
.cid-tAztvO7jOa .row {
  flex-direction: row-reverse;
}
.cid-tAztvO7jOa .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-tAztvO7jOa .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-tAztvO7jOa .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-tAztvO7jOa .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tAztvO7jOa .mbr-text,
.cid-tAztvO7jOa .mbr-section-btn {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tAztvO7jOa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAzimWKhgK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tAzimWKhgK .video-wrapper iframe {
  width: 100%;
}
.cid-tAzimWKhgK h2,
.cid-tAzimWKhgK h4,
.cid-tAzimWKhgK p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tAzimWKhgK .col-md-6 {
    width: 100%;
  }
}
.cid-tAzimWKhgK .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tAzimWKhgK .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tAzimWKhgK .mbr-section-head {
    text-align: center;
  }
}
.cid-tAzimWKhgK .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tAzimWKhgK .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tAzimWKhgK .mbr-text {
  color: #6b6b6b;
}
.cid-tAvl4HbTGb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAvl4HbTGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAvl4HbTGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAvl4HbTGb .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAvl4HbTGb .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAvl4HbTGb .container-fluid .row {
  padding: 0;
}
.cid-tAvl4HbTGb .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAvl4HbTGb .card {
    margin-bottom: 50px;
  }
}
.cid-tAvl4HbTGb .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAvl4HbTGb .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAvl4HbTGb .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAvl4HbTGb .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAvl4HbTGb .list li {
  margin-bottom: 10px;
}
.cid-tAvl4HbTGb .list li:last-child {
  margin-bottom: 0;
}
.cid-tAvl4HbTGb .list li:hover {
  color: #ffffff;
}
.cid-tAvl4HbTGb .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAvl4HbTGb .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAvl4HbTGb .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAvl4HbTGb .mbr-text,
.cid-tAvl4HbTGb .logo-wrapper {
  color: #be9a85;
}
.cid-tAzALKyoAE.popup-builder {
  background-color: #ffffff;
}
.cid-tAzALKyoAE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAzALKyoAE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAzALKyoAE .modal-content,
.cid-tAzALKyoAE .modal-dialog {
  height: auto;
}
.cid-tAzALKyoAE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAzALKyoAE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAzALKyoAE .form-wrapper .mbr-form .form-group,
  .cid-tAzALKyoAE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAzALKyoAE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAzALKyoAE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAzALKyoAE .mbr-text {
  text-align: center;
}
.cid-tAzALKyoAE .pt-0 {
  padding-top: 0 !important;
}
.cid-tAzALKyoAE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAzALKyoAE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAzALKyoAE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAzALKyoAE .modal-open {
  overflow: hidden;
}
.cid-tAzALKyoAE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAzALKyoAE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAzALKyoAE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAzALKyoAE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAzALKyoAE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAzALKyoAE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAzALKyoAE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAzALKyoAE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAzALKyoAE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAzALKyoAE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAzALKyoAE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAzALKyoAE .modal-backdrop.show {
  opacity: .5;
}
.cid-tAzALKyoAE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAzALKyoAE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzALKyoAE .modal-header {
    padding: 1rem;
  }
}
.cid-tAzALKyoAE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAzALKyoAE .modal-header .close svg {
  fill: #353535;
}
.cid-tAzALKyoAE .modal-header .close:hover {
  opacity: 1;
}
.cid-tAzALKyoAE .modal-header .close:focus {
  outline: none;
}
.cid-tAzALKyoAE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAzALKyoAE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAzALKyoAE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzALKyoAE .modal-body {
    padding: 1rem;
  }
}
.cid-tAzALKyoAE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAzALKyoAE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzALKyoAE .modal-footer {
    padding: 1rem;
  }
}
.cid-tAzALKyoAE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAzALKyoAE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAzALKyoAE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAzALKyoAE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAzALKyoAE .modal-lg,
  .cid-tAzALKyoAE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAzALKyoAE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAzALKyoAE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAzALKyoAE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAzALKyoAE .form-group {
  margin-bottom: 1rem;
}
.cid-tAzALKyoAE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAzALKyoAE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAzALKyoAE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAzALKyoAE .mbr-section-btn {
  margin: 0;
}
.cid-tAzALKyoAE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAzUWDWAvq {
  z-index: 1000;
  width: 100%;
}
.cid-tAzUWDWAvq .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAzUWDWAvq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAzUWDWAvq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .menu_box .navbar.opened,
  .cid-tAzUWDWAvq .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAzUWDWAvq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAzUWDWAvq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAzUWDWAvq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAzUWDWAvq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAzUWDWAvq .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAzUWDWAvq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAzUWDWAvq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAzUWDWAvq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAzUWDWAvq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAzUWDWAvq .offcanvas-body .mbr-text,
  .cid-tAzUWDWAvq .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAzUWDWAvq .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAzUWDWAvq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAzUWDWAvq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAzUWDWAvq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAzUWDWAvq .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-tAzUWDWAvq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAzUWDWAvq 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-tAzUWDWAvq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAzUWDWAvq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAzUWDWAvq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .nav-item {
    margin: 0 !important;
  }
}
.cid-tAzUWDWAvq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAzUWDWAvq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAzUWDWAvq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAzUWDWAvq .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-tAzUWDWAvq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAzUWDWAvq .offcanvas_box {
    display: none;
  }
}
.cid-tAzUWDWAvq .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAzUWDWAvq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAzUWDWAvq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAzUWDWAvq .container {
  display: flex;
  margin: auto;
}
.cid-tAzUWDWAvq .iconfont-wrapper {
  color: #9f6a4b;
  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-tAzUWDWAvq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAzUWDWAvq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAzUWDWAvq .navbar-caption {
  color: #747474;
}
.cid-tAzUWDWAvq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAzUWDWAvq .navbar-nav {
    margin: 0;
  }
}
.cid-tAzUWDWAvq .dropdown-menu,
.cid-tAzUWDWAvq .navbar.opened {
  background-color: true !important;
}
.cid-tAzUWDWAvq .nav-item:focus,
.cid-tAzUWDWAvq .nav-link:focus {
  outline: none;
}
.cid-tAzUWDWAvq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAzUWDWAvq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAzUWDWAvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAzUWDWAvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzUWDWAvq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAzUWDWAvq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAzUWDWAvq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAzUWDWAvq .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAzUWDWAvq .navbar.opened {
  transition: all 0.3s;
}
.cid-tAzUWDWAvq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAzUWDWAvq .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAzUWDWAvq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAzUWDWAvq .navbar.collapsed {
  justify-content: center;
}
.cid-tAzUWDWAvq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAzUWDWAvq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAzUWDWAvq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAzUWDWAvq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAzUWDWAvq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAzUWDWAvq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAzUWDWAvq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAzUWDWAvq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAzUWDWAvq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAzUWDWAvq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAzUWDWAvq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAzUWDWAvq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAzUWDWAvq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAzUWDWAvq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAzUWDWAvq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAzUWDWAvq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAzUWDWAvq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAzUWDWAvq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAzUWDWAvq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAzUWDWAvq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAzUWDWAvq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAzUWDWAvq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAzUWDWAvq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAzUWDWAvq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAzUWDWAvq .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-tAzUWDWAvq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAzUWDWAvq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAzUWDWAvq .dropdown-item.active,
.cid-tAzUWDWAvq .dropdown-item:active {
  background-color: transparent;
}
.cid-tAzUWDWAvq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAzUWDWAvq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAzUWDWAvq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAzUWDWAvq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAzUWDWAvq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAzUWDWAvq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAzUWDWAvq 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-tAzUWDWAvq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAzUWDWAvq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAzUWDWAvq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzUWDWAvq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzUWDWAvq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAzUWDWAvq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzUWDWAvq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAzUWDWAvq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAzUWDWAvq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzUWDWAvq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAzUWDWAvq .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-tAzUWDWAvq .navbar {
    height: 70px;
  }
  .cid-tAzUWDWAvq .navbar.opened {
    height: auto;
  }
  .cid-tAzUWDWAvq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAzUWDWAvq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAzUWDWAvq .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAzUWDWAvq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAzUWDWAvq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAzUWDWAvq .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAzUWDWAvq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAzUWDWAvq .nav-link {
  position: relative;
}
.cid-tAzUWDWAvq .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAzUWDWAvq .nav-link:hover:before {
  opacity: 1;
}
.cid-tAzUWDWAvq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAzUWDWAvq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAzUWDWAvq .text_widget {
  color: #ffffff;
}
.cid-tAzUWDWAvq .mbr-section-subtitle,
.cid-tAzUWDWAvq .text_widget,
.cid-tAzUWDWAvq .mbr-section-btn {
  text-align: center;
}
.cid-tAzUWDWAvq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAAC3MjAR3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cid-tAAC3MjAR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAC3MjAR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/elupc-worship03-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-tAAC3MjAR3 .row {
    padding: 0 13px;
  }
}
.cid-tAAC3MjAR3 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tAAC3MjAR3 .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tAAC3MjAR3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAAC3MjAR3 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tAAC3MjAR3 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAAC3MjAR3 .mbr-section-title {
  color: #ffffff;
}
.cid-tAAC3MjAR3 .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tAAC3MjAR3 .mbr-section-title,
.cid-tAAC3MjAR3 .mbr-section-btn,
.cid-tAAC3MjAR3 .image-wrapper {
  text-align: center;
}
.cid-tAADXxd7Ma {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAADXxd7Ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAADXxd7Ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAADXxd7Ma .row {
  justify-content: center;
}
.cid-tAADXxd7Ma .item-wrap {
  z-index: 1;
}
.cid-tAADXxd7Ma .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tAADXxd7Ma .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tAADXxd7Ma .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tAADXxd7Ma .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tAADXxd7Ma .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tAADXxd7Ma .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tAADXxd7Ma .item {
  margin-bottom: 4rem;
}
.cid-tAADXxd7Ma .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tAADXxd7Ma .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tAADXxd7Ma .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tAADXxd7Ma .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tAADXxd7Ma .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tAADXxd7Ma .item a:hover {
  transform: translateY(-10px);
}
.cid-tAADXxd7Ma .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tAADXxd7Ma .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tAADXxd7Ma .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tAADXxd7Ma .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tAADXxd7Ma .mbr-card-title {
  color: #181818;
}
.cid-tAADXxd7Ma .mbr-card-subtitle {
  color: #454545;
}
.cid-tAAFjqWsHF {
  padding-top: 0rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tAAFjqWsHF {
    padding-top: 0rem;
  }
}
.cid-tAAFjqWsHF .mbr-section-title {
  color: #000000;
}
.cid-tAAFjqWsHF .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tAAFjqWsHF .d-flex {
    justify-content: center;
  }
}
.cid-tAAFjqWsHF .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tAAFjqWsHF .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tAAFjqWsHF .link-wrapper {
    justify-content: center;
  }
}
.cid-tAAFjqWsHF .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tAAFjqWsHF .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tAAFjqWsHF .mbr-section-subtitle:hover {
  background: #9f755c;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAAFjqWsHF .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-tAAFjqWsHF .link,
.cid-tAAFjqWsHF .link-icon {
  color: #fafafa;
}
.cid-tAADHaeJuV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tAADHaeJuV .video-wrapper iframe {
  width: 100%;
}
.cid-tAADHaeJuV h2,
.cid-tAADHaeJuV h4,
.cid-tAADHaeJuV p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tAADHaeJuV .col-md-6 {
    width: 100%;
  }
}
.cid-tAADHaeJuV .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-tAADHaeJuV .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-tAADHaeJuV .mbr-section-head {
    text-align: center;
  }
}
.cid-tAADHaeJuV .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tAADHaeJuV .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-tAADHaeJuV .mbr-text {
  color: #6b6b6b;
}
.cid-tAzUWMD2lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAzUWMD2lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzUWMD2lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzUWMD2lj .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAzUWMD2lj .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAzUWMD2lj .container-fluid .row {
  padding: 0;
}
.cid-tAzUWMD2lj .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAzUWMD2lj .card {
    margin-bottom: 50px;
  }
}
.cid-tAzUWMD2lj .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAzUWMD2lj .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAzUWMD2lj .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzUWMD2lj .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAzUWMD2lj .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzUWMD2lj .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAzUWMD2lj .list li {
  margin-bottom: 10px;
}
.cid-tAzUWMD2lj .list li:last-child {
  margin-bottom: 0;
}
.cid-tAzUWMD2lj .list li:hover {
  color: #ffffff;
}
.cid-tAzUWMD2lj .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAzUWMD2lj .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAzUWMD2lj .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAzUWMD2lj .mbr-text,
.cid-tAzUWMD2lj .logo-wrapper {
  color: #be9a85;
}
.cid-tAzUWNmwXa.popup-builder {
  background-color: #ffffff;
}
.cid-tAzUWNmwXa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAzUWNmwXa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAzUWNmwXa .modal-content,
.cid-tAzUWNmwXa .modal-dialog {
  height: auto;
}
.cid-tAzUWNmwXa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAzUWNmwXa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAzUWNmwXa .form-wrapper .mbr-form .form-group,
  .cid-tAzUWNmwXa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAzUWNmwXa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAzUWNmwXa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAzUWNmwXa .mbr-text {
  text-align: center;
}
.cid-tAzUWNmwXa .pt-0 {
  padding-top: 0 !important;
}
.cid-tAzUWNmwXa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAzUWNmwXa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAzUWNmwXa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAzUWNmwXa .modal-open {
  overflow: hidden;
}
.cid-tAzUWNmwXa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAzUWNmwXa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAzUWNmwXa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAzUWNmwXa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAzUWNmwXa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAzUWNmwXa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAzUWNmwXa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAzUWNmwXa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAzUWNmwXa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAzUWNmwXa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAzUWNmwXa .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAzUWNmwXa .modal-backdrop.show {
  opacity: .5;
}
.cid-tAzUWNmwXa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAzUWNmwXa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWNmwXa .modal-header {
    padding: 1rem;
  }
}
.cid-tAzUWNmwXa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAzUWNmwXa .modal-header .close svg {
  fill: #353535;
}
.cid-tAzUWNmwXa .modal-header .close:hover {
  opacity: 1;
}
.cid-tAzUWNmwXa .modal-header .close:focus {
  outline: none;
}
.cid-tAzUWNmwXa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAzUWNmwXa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAzUWNmwXa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWNmwXa .modal-body {
    padding: 1rem;
  }
}
.cid-tAzUWNmwXa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAzUWNmwXa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAzUWNmwXa .modal-footer {
    padding: 1rem;
  }
}
.cid-tAzUWNmwXa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAzUWNmwXa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAzUWNmwXa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAzUWNmwXa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAzUWNmwXa .modal-lg,
  .cid-tAzUWNmwXa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAzUWNmwXa .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAzUWNmwXa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAzUWNmwXa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAzUWNmwXa .form-group {
  margin-bottom: 1rem;
}
.cid-tAzUWNmwXa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAzUWNmwXa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAzUWNmwXa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAzUWNmwXa .mbr-section-btn {
  margin: 0;
}
.cid-tAzUWNmwXa .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAACot0L26.popup-builder {
  background-color: #ffffff;
}
.cid-tAACot0L26.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAACot0L26.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAACot0L26 .modal-content,
.cid-tAACot0L26 .modal-dialog {
  height: auto;
}
.cid-tAACot0L26 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAACot0L26 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAACot0L26 .form-wrapper .mbr-form .form-group,
  .cid-tAACot0L26 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAACot0L26 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAACot0L26 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAACot0L26 .mbr-text {
  text-align: center;
}
.cid-tAACot0L26 .pt-0 {
  padding-top: 0 !important;
}
.cid-tAACot0L26 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAACot0L26 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAACot0L26 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAACot0L26 .modal-open {
  overflow: hidden;
}
.cid-tAACot0L26 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAACot0L26 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAACot0L26 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAACot0L26 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAACot0L26 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAACot0L26 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAACot0L26 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAACot0L26 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tAACot0L26 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAACot0L26 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAACot0L26 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAACot0L26 .modal-backdrop.show {
  opacity: .5;
}
.cid-tAACot0L26 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAACot0L26 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAACot0L26 .modal-header {
    padding: 1rem;
  }
}
.cid-tAACot0L26 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAACot0L26 .modal-header .close svg {
  fill: #353535;
}
.cid-tAACot0L26 .modal-header .close:hover {
  opacity: 1;
}
.cid-tAACot0L26 .modal-header .close:focus {
  outline: none;
}
.cid-tAACot0L26 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAACot0L26 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAACot0L26 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAACot0L26 .modal-body {
    padding: 1rem;
  }
}
.cid-tAACot0L26 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAACot0L26 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAACot0L26 .modal-footer {
    padding: 1rem;
  }
}
.cid-tAACot0L26 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAACot0L26 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAACot0L26 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAACot0L26 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAACot0L26 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAACot0L26 .modal-lg,
  .cid-tAACot0L26 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAACot0L26 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAACot0L26 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAACot0L26 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAACot0L26 .form-group {
  margin-bottom: 1rem;
}
.cid-tAACot0L26 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAACot0L26 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAACot0L26 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAACot0L26 .mbr-section-btn {
  margin: 0;
}
.cid-tAACot0L26 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAABkclIyG {
  z-index: 1000;
  width: 100%;
}
.cid-tAABkclIyG .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAABkclIyG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAABkclIyG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .menu_box .navbar.opened,
  .cid-tAABkclIyG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAABkclIyG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAABkclIyG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAABkclIyG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAABkclIyG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAABkclIyG .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAABkclIyG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAABkclIyG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAABkclIyG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAABkclIyG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAABkclIyG .offcanvas-body .mbr-text,
  .cid-tAABkclIyG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAABkclIyG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAABkclIyG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAABkclIyG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAABkclIyG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAABkclIyG .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-tAABkclIyG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAABkclIyG 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-tAABkclIyG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAABkclIyG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAABkclIyG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .nav-item {
    margin: 0 !important;
  }
}
.cid-tAABkclIyG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAABkclIyG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAABkclIyG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAABkclIyG .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-tAABkclIyG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAABkclIyG .offcanvas_box {
    display: none;
  }
}
.cid-tAABkclIyG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAABkclIyG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAABkclIyG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAABkclIyG .container {
  display: flex;
  margin: auto;
}
.cid-tAABkclIyG .iconfont-wrapper {
  color: #9f6a4b;
  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-tAABkclIyG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAABkclIyG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAABkclIyG .navbar-caption {
  color: #747474;
}
.cid-tAABkclIyG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAABkclIyG .navbar-nav {
    margin: 0;
  }
}
.cid-tAABkclIyG .dropdown-menu,
.cid-tAABkclIyG .navbar.opened {
  background-color: true !important;
}
.cid-tAABkclIyG .nav-item:focus,
.cid-tAABkclIyG .nav-link:focus {
  outline: none;
}
.cid-tAABkclIyG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAABkclIyG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAABkclIyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAABkclIyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAABkclIyG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAABkclIyG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAABkclIyG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAABkclIyG .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAABkclIyG .navbar.opened {
  transition: all 0.3s;
}
.cid-tAABkclIyG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAABkclIyG .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAABkclIyG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAABkclIyG .navbar.collapsed {
  justify-content: center;
}
.cid-tAABkclIyG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAABkclIyG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAABkclIyG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAABkclIyG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAABkclIyG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAABkclIyG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAABkclIyG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAABkclIyG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAABkclIyG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAABkclIyG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAABkclIyG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAABkclIyG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAABkclIyG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAABkclIyG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAABkclIyG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAABkclIyG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAABkclIyG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAABkclIyG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAABkclIyG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAABkclIyG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAABkclIyG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAABkclIyG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAABkclIyG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAABkclIyG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAABkclIyG .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-tAABkclIyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAABkclIyG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAABkclIyG .dropdown-item.active,
.cid-tAABkclIyG .dropdown-item:active {
  background-color: transparent;
}
.cid-tAABkclIyG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAABkclIyG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAABkclIyG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAABkclIyG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAABkclIyG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAABkclIyG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAABkclIyG 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-tAABkclIyG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAABkclIyG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAABkclIyG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAABkclIyG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAABkclIyG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAABkclIyG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAABkclIyG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAABkclIyG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAABkclIyG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAABkclIyG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAABkclIyG .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-tAABkclIyG .navbar {
    height: 70px;
  }
  .cid-tAABkclIyG .navbar.opened {
    height: auto;
  }
  .cid-tAABkclIyG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAABkclIyG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAABkclIyG .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAABkclIyG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAABkclIyG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAABkclIyG .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAABkclIyG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAABkclIyG .nav-link {
  position: relative;
}
.cid-tAABkclIyG .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAABkclIyG .nav-link:hover:before {
  opacity: 1;
}
.cid-tAABkclIyG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAABkclIyG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAABkclIyG .text_widget {
  color: #ffffff;
}
.cid-tAABkclIyG .mbr-section-subtitle,
.cid-tAABkclIyG .text_widget,
.cid-tAABkclIyG .mbr-section-btn {
  text-align: center;
}
.cid-tAABkclIyG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAAH5Ld2pI {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cid-tAAH5Ld2pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAH5Ld2pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/elupc-worship03-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-tAAH5Ld2pI .row {
    padding: 0 13px;
  }
}
.cid-tAAH5Ld2pI .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tAAH5Ld2pI .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tAAH5Ld2pI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAAH5Ld2pI .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tAAH5Ld2pI .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAAH5Ld2pI .mbr-section-title {
  color: #ffffff;
}
.cid-tAAH5Ld2pI .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tAAH5Ld2pI .mbr-section-title,
.cid-tAAH5Ld2pI .mbr-section-btn,
.cid-tAAH5Ld2pI .image-wrapper {
  text-align: center;
}
.cid-tAAGhvg7hK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAGhvg7hK a.btn > span {
  margin-left: 0.5rem;
}
.cid-tAAGhvg7hK .row {
  align-items: center;
  justify-content: space-between;
}
.cid-tAAGhvg7hK .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-tAAGhvg7hK .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-tAAGhvg7hK .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-tAAGhvg7hK .right-side {
  max-width: 554px;
}
.cid-tAAGhvg7hK .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tAAGhvg7hK .margin {
  margin-right: 14px;
}
.cid-tAAGhvg7hK .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tAAGhvg7hK img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-tAAGhvg7hK .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-tAAGhvg7hK .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-tAAGhvg7hK .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tAAGhvg7hK .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #9f755c;
  cursor: pointer;
}
.cid-tAAGhvg7hK .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tAAGhvg7hK .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-tAAGhvg7hK .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tAAGhvg7hK .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tAAGhvg7hK .mbr-social-likes.small {
  display: flex;
}
.cid-tAAGhvg7hK .mbr-social-likes.big {
  display: block;
}
.cid-tAAGhvg7hK .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #9f755c;
  cursor: pointer;
}
.cid-tAAGhvg7hK .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-tAAGhvg7hK .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-tAAGhvg7hK .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tAAGhvg7hK .form-control,
.cid-tAAGhvg7hK form .btn {
  min-height: initial;
}
.cid-tAAGhvg7hK a.btn,
.cid-tAAGhvg7hK button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-tAAGhvg7hK input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.cid-tAAGhvg7hK textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tAAGhvg7hK input:hover {
  border-color: #14142b !important;
}
.cid-tAAGhvg7hK textarea:hover {
  border-color: #14142b !important;
}
.cid-tAAGhvg7hK input:focus {
  border-color: #14142b !important;
}
.cid-tAAGhvg7hK textarea:focus {
  border-color: #14142b !important;
}
.cid-tAAGhvg7hK .form-group {
  margin-bottom: 0;
}
.cid-tAAGhvg7hK .listen {
  margin-bottom: 24px;
}
.cid-tAAGhvg7hK .phone {
  margin-bottom: 44px;
}
.cid-tAAGhvg7hK .email {
  margin-bottom: 21px;
}
.cid-tAAGhvg7hK .listen,
.cid-tAAGhvg7hK .big {
  text-align: left;
  color: #8c8c95;
}
.cid-tAAGhvg7hK .mbr-text,
.cid-tAAGhvg7hK .button-align {
  color: #8c8c95;
}
.cid-tAAGhvg7hK .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tAAGhvg7hK .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-tAAGhvg7hK select.form-control:hover {
  border-color: #14142b;
}
.cid-tAAGhvg7hK select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tAAGhvg7hK .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-tAAGhvg7hK .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-tAAGhvg7hK .left-side,
  .cid-tAAGhvg7hK .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-tAAGhvg7hK .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-tAAGhvg7hK .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-tAAGhvg7hK .shadow {
    padding: 25px;
  }
  .cid-tAAGhvg7hK input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tAAGhvg7hK .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-tAAGhvg7hK .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-tAAGhvg7hK .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tAAGhvg7hK .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tAAGhvg7hK .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tAAGhvg7hK .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tAAGhvg7hK .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tAAGhvg7hK .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-tAAGhvg7hK .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-tAAGhvg7hK .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-tAAGhvg7hK .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-tAAGhvg7hK .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-tAAGhvg7hK .mbr-iconfont {
  margin-right: 8px;
}
.cid-tAAIiPQ7jU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAAIiPQ7jU .container,
.cid-tAAIiPQ7jU .container-fluid {
  padding: 0;
}
.cid-tAAIiPQ7jU .item-map {
  padding-right: 0;
}
.cid-tAAIiPQ7jU .item-map .google-map {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU .item-map .google-map {
    margin-bottom: 80px;
    height: 500px;
  }
}
.cid-tAAIiPQ7jU .item-map .google-map iframe {
  min-height: 800px;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU .item-map .google-map iframe {
    min-height: 500px;
  }
}
.cid-tAAIiPQ7jU .mbr-form {
  padding: 0 .5rem;
}
.cid-tAAIiPQ7jU .item-form {
  padding: 0 6.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tAAIiPQ7jU .item-form {
    padding: 0 4.8rem;
  }
}
.cid-tAAIiPQ7jU .item-form .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU .item-form .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tAAIiPQ7jU .item-form .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU .item-form .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tAAIiPQ7jU .btn {
  width: 100%;
  height: 55px;
  min-width: 170px;
  margin-top: 0;
  flex-direction: row-reverse;
  letter-spacing: 0.8px;
  box-shadow: none;
}
.cid-tAAIiPQ7jU .btn:hover {
  box-shadow: none;
}
.cid-tAAIiPQ7jU .btn span {
  margin-right: 11px;
}
.cid-tAAIiPQ7jU .form-group {
  margin-bottom: 21px;
}
.cid-tAAIiPQ7jU .form-control {
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
  border-radius: 0;
  min-height: 45px;
  background: transparent;
  box-shadow: none;
  padding: 10px 0;
}
.cid-tAAIiPQ7jU .form-control:focus,
.cid-tAAIiPQ7jU .form-control:hover {
  box-shadow: none;
}
.cid-tAAIiPQ7jU .form-check {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.cid-tAAIiPQ7jU .form-check label {
  margin-left: 11px;
}
.cid-tAAIiPQ7jU form .row [class*=col] {
  padding: 0 0 0 0;
}
.cid-tAAIiPQ7jU form .row [class*=col]:nth-child(2n) {
  padding: 0 0 0 30px;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU form .row [class*=col]:nth-child(2n) {
    padding: 0;
  }
}
.cid-tAAIiPQ7jU form .row [class*=col]:last-child {
  padding: 0 0 0 0;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .cid-tAAIiPQ7jU form .row [class*=col]:last-child {
    margin-top: 9px;
  }
}
.cid-tAAIiPQ7jU .mbr-section-subtitle {
  color: #474747;
}
.cid-tAAIiPQ7jU .mbr-section-title {
  color: #20232a;
}
.cid-tAAIiPQ7jU .mbr-section-title,
.cid-tAAIiPQ7jU .mbr-section-btn {
  color: #474747;
}
.cid-tAABklDQ3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAABklDQ3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAABklDQ3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAABklDQ3O .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAABklDQ3O .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAABklDQ3O .container-fluid .row {
  padding: 0;
}
.cid-tAABklDQ3O .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAABklDQ3O .card {
    margin-bottom: 50px;
  }
}
.cid-tAABklDQ3O .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAABklDQ3O .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAABklDQ3O .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAABklDQ3O .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAABklDQ3O .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAABklDQ3O .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAABklDQ3O .list li {
  margin-bottom: 10px;
}
.cid-tAABklDQ3O .list li:last-child {
  margin-bottom: 0;
}
.cid-tAABklDQ3O .list li:hover {
  color: #ffffff;
}
.cid-tAABklDQ3O .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAABklDQ3O .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAABklDQ3O .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAABklDQ3O .mbr-text,
.cid-tAABklDQ3O .logo-wrapper {
  color: #be9a85;
}
.cid-tAABkmhfc9.popup-builder {
  background-color: #ffffff;
}
.cid-tAABkmhfc9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAABkmhfc9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAABkmhfc9 .modal-content,
.cid-tAABkmhfc9 .modal-dialog {
  height: auto;
}
.cid-tAABkmhfc9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAABkmhfc9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAABkmhfc9 .form-wrapper .mbr-form .form-group,
  .cid-tAABkmhfc9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAABkmhfc9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAABkmhfc9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAABkmhfc9 .mbr-text {
  text-align: center;
}
.cid-tAABkmhfc9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tAABkmhfc9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAABkmhfc9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAABkmhfc9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAABkmhfc9 .modal-open {
  overflow: hidden;
}
.cid-tAABkmhfc9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAABkmhfc9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAABkmhfc9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAABkmhfc9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAABkmhfc9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAABkmhfc9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAABkmhfc9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAABkmhfc9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAABkmhfc9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAABkmhfc9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAABkmhfc9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAABkmhfc9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tAABkmhfc9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAABkmhfc9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAABkmhfc9 .modal-header {
    padding: 1rem;
  }
}
.cid-tAABkmhfc9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAABkmhfc9 .modal-header .close svg {
  fill: #353535;
}
.cid-tAABkmhfc9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tAABkmhfc9 .modal-header .close:focus {
  outline: none;
}
.cid-tAABkmhfc9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAABkmhfc9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAABkmhfc9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAABkmhfc9 .modal-body {
    padding: 1rem;
  }
}
.cid-tAABkmhfc9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAABkmhfc9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAABkmhfc9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tAABkmhfc9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAABkmhfc9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAABkmhfc9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAABkmhfc9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAABkmhfc9 .modal-lg,
  .cid-tAABkmhfc9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAABkmhfc9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAABkmhfc9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAABkmhfc9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAABkmhfc9 .form-group {
  margin-bottom: 1rem;
}
.cid-tAABkmhfc9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAABkmhfc9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAABkmhfc9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAABkmhfc9 .mbr-section-btn {
  margin: 0;
}
.cid-tAABkmhfc9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAAFGpbcVd {
  z-index: 1000;
  width: 100%;
}
.cid-tAAFGpbcVd .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAAFGpbcVd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAAFGpbcVd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .menu_box .navbar.opened,
  .cid-tAAFGpbcVd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAAFGpbcVd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAAFGpbcVd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAAFGpbcVd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAAFGpbcVd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAAFGpbcVd .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAAFGpbcVd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAAFGpbcVd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAAFGpbcVd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAAFGpbcVd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAAFGpbcVd .offcanvas-body .mbr-text,
  .cid-tAAFGpbcVd .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAAFGpbcVd .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAAFGpbcVd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAAFGpbcVd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAAFGpbcVd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAAFGpbcVd .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-tAAFGpbcVd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAAFGpbcVd 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-tAAFGpbcVd .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAAFGpbcVd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAAFGpbcVd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .nav-item {
    margin: 0 !important;
  }
}
.cid-tAAFGpbcVd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAAFGpbcVd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAAFGpbcVd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAAFGpbcVd .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-tAAFGpbcVd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAAFGpbcVd .offcanvas_box {
    display: none;
  }
}
.cid-tAAFGpbcVd .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAAFGpbcVd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAAFGpbcVd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAAFGpbcVd .container {
  display: flex;
  margin: auto;
}
.cid-tAAFGpbcVd .iconfont-wrapper {
  color: #9f6a4b;
  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-tAAFGpbcVd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAAFGpbcVd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAAFGpbcVd .navbar-caption {
  color: #747474;
}
.cid-tAAFGpbcVd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAAFGpbcVd .navbar-nav {
    margin: 0;
  }
}
.cid-tAAFGpbcVd .dropdown-menu,
.cid-tAAFGpbcVd .navbar.opened {
  background-color: true !important;
}
.cid-tAAFGpbcVd .nav-item:focus,
.cid-tAAFGpbcVd .nav-link:focus {
  outline: none;
}
.cid-tAAFGpbcVd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAAFGpbcVd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAAFGpbcVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAAFGpbcVd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAAFGpbcVd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAAFGpbcVd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAAFGpbcVd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAAFGpbcVd .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAAFGpbcVd .navbar.opened {
  transition: all 0.3s;
}
.cid-tAAFGpbcVd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAAFGpbcVd .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAAFGpbcVd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAAFGpbcVd .navbar.collapsed {
  justify-content: center;
}
.cid-tAAFGpbcVd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAAFGpbcVd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAAFGpbcVd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAAFGpbcVd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAAFGpbcVd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAAFGpbcVd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAAFGpbcVd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAAFGpbcVd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAAFGpbcVd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAAFGpbcVd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAAFGpbcVd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAAFGpbcVd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAAFGpbcVd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAAFGpbcVd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAAFGpbcVd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAAFGpbcVd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAAFGpbcVd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAAFGpbcVd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAAFGpbcVd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAAFGpbcVd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAAFGpbcVd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAAFGpbcVd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAAFGpbcVd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAAFGpbcVd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAAFGpbcVd .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-tAAFGpbcVd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAAFGpbcVd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAAFGpbcVd .dropdown-item.active,
.cid-tAAFGpbcVd .dropdown-item:active {
  background-color: transparent;
}
.cid-tAAFGpbcVd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAAFGpbcVd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAAFGpbcVd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAAFGpbcVd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAAFGpbcVd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAAFGpbcVd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAAFGpbcVd 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-tAAFGpbcVd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAAFGpbcVd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAAFGpbcVd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAAFGpbcVd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAAFGpbcVd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAAFGpbcVd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAAFGpbcVd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAAFGpbcVd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAAFGpbcVd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAAFGpbcVd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAAFGpbcVd .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-tAAFGpbcVd .navbar {
    height: 70px;
  }
  .cid-tAAFGpbcVd .navbar.opened {
    height: auto;
  }
  .cid-tAAFGpbcVd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAAFGpbcVd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAAFGpbcVd .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAAFGpbcVd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAAFGpbcVd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAAFGpbcVd .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAAFGpbcVd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAAFGpbcVd .nav-link {
  position: relative;
}
.cid-tAAFGpbcVd .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAAFGpbcVd .nav-link:hover:before {
  opacity: 1;
}
.cid-tAAFGpbcVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAAFGpbcVd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAAFGpbcVd .text_widget {
  color: #ffffff;
}
.cid-tAAFGpbcVd .mbr-section-subtitle,
.cid-tAAFGpbcVd .text_widget,
.cid-tAAFGpbcVd .mbr-section-btn {
  text-align: center;
}
.cid-tAAFGpbcVd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAANmJzsf3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.cid-tAANmJzsf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAANmJzsf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/elupc-worship03-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-tAANmJzsf3 .row {
    padding: 0 13px;
  }
}
.cid-tAANmJzsf3 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-tAANmJzsf3 .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-tAANmJzsf3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAANmJzsf3 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tAANmJzsf3 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAANmJzsf3 .mbr-section-title {
  color: #ffffff;
}
.cid-tAANmJzsf3 .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-tAANmJzsf3 .mbr-section-title,
.cid-tAANmJzsf3 .mbr-section-btn,
.cid-tAANmJzsf3 .image-wrapper {
  text-align: center;
}
.cid-tAALGzN3f3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAALGzN3f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAALGzN3f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAALGzN3f3 .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-tAALGzN3f3 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tAALGzN3f3 .row {
  background: #d5c409;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.cid-tAALGzN3f3 img {
  border-radius: 2rem;
  height: 100%;
}
.cid-tAALGzN3f3 .image-wrapper {
  padding: 0;
}
.cid-tAALGzN3f3 .mbr-section-title {
  color: #1e2330;
}
.cid-tAALGzN3f3 .mbr-text,
.cid-tAALGzN3f3 .mbr-section-btn {
  color: #1e2330;
}
.cid-tAANk3lC5V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAANk3lC5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAANk3lC5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAANk3lC5V .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-tAANk3lC5V .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tAANk3lC5V .row {
  background: #d5c409;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.cid-tAANk3lC5V img {
  border-radius: 2rem;
  height: 100%;
}
.cid-tAANk3lC5V .row {
  flex-direction: row-reverse;
}
.cid-tAANk3lC5V .image-wrapper {
  padding: 0;
}
.cid-tAANk3lC5V .mbr-section-title {
  color: #ffffff;
}
.cid-tAANk3lC5V .mbr-text,
.cid-tAANk3lC5V .mbr-section-btn {
  color: #ffffff;
}
.cid-tAANkE5l4T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAANkE5l4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAANkE5l4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAANkE5l4T .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-tAANkE5l4T .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tAANkE5l4T .row {
  background: #d5c409;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.cid-tAANkE5l4T img {
  border-radius: 2rem;
  height: 100%;
}
.cid-tAANkE5l4T .image-wrapper {
  padding: 0;
}
.cid-tAANkE5l4T .mbr-section-title {
  color: #ffffff;
}
.cid-tAANkE5l4T .mbr-text,
.cid-tAANkE5l4T .mbr-section-btn {
  color: #ffffff;
}
.cid-tAAFGymL64 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAAFGymL64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAFGymL64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAFGymL64 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAAFGymL64 .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAAFGymL64 .container-fluid .row {
  padding: 0;
}
.cid-tAAFGymL64 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAAFGymL64 .card {
    margin-bottom: 50px;
  }
}
.cid-tAAFGymL64 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAAFGymL64 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAAFGymL64 .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAFGymL64 .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAAFGymL64 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAFGymL64 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAAFGymL64 .list li {
  margin-bottom: 10px;
}
.cid-tAAFGymL64 .list li:last-child {
  margin-bottom: 0;
}
.cid-tAAFGymL64 .list li:hover {
  color: #ffffff;
}
.cid-tAAFGymL64 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAFGymL64 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAAFGymL64 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAAFGymL64 .mbr-text,
.cid-tAAFGymL64 .logo-wrapper {
  color: #be9a85;
}
.cid-tAAFGyX6jx.popup-builder {
  background-color: #ffffff;
}
.cid-tAAFGyX6jx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAAFGyX6jx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAAFGyX6jx .modal-content,
.cid-tAAFGyX6jx .modal-dialog {
  height: auto;
}
.cid-tAAFGyX6jx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAAFGyX6jx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAAFGyX6jx .form-wrapper .mbr-form .form-group,
  .cid-tAAFGyX6jx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAAFGyX6jx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAAFGyX6jx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAAFGyX6jx .mbr-text {
  text-align: center;
}
.cid-tAAFGyX6jx .pt-0 {
  padding-top: 0 !important;
}
.cid-tAAFGyX6jx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAAFGyX6jx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAAFGyX6jx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAAFGyX6jx .modal-open {
  overflow: hidden;
}
.cid-tAAFGyX6jx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAAFGyX6jx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAAFGyX6jx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAAFGyX6jx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAAFGyX6jx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAAFGyX6jx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAAFGyX6jx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAAFGyX6jx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAAFGyX6jx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAAFGyX6jx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAAFGyX6jx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAAFGyX6jx .modal-backdrop.show {
  opacity: .5;
}
.cid-tAAFGyX6jx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAAFGyX6jx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGyX6jx .modal-header {
    padding: 1rem;
  }
}
.cid-tAAFGyX6jx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAAFGyX6jx .modal-header .close svg {
  fill: #353535;
}
.cid-tAAFGyX6jx .modal-header .close:hover {
  opacity: 1;
}
.cid-tAAFGyX6jx .modal-header .close:focus {
  outline: none;
}
.cid-tAAFGyX6jx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAAFGyX6jx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAAFGyX6jx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGyX6jx .modal-body {
    padding: 1rem;
  }
}
.cid-tAAFGyX6jx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAAFGyX6jx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAFGyX6jx .modal-footer {
    padding: 1rem;
  }
}
.cid-tAAFGyX6jx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAAFGyX6jx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAAFGyX6jx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAAFGyX6jx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAAFGyX6jx .modal-lg,
  .cid-tAAFGyX6jx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAAFGyX6jx .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAAFGyX6jx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAAFGyX6jx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAAFGyX6jx .form-group {
  margin-bottom: 1rem;
}
.cid-tAAFGyX6jx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAAFGyX6jx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAAFGyX6jx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAAFGyX6jx .mbr-section-btn {
  margin: 0;
}
.cid-tAAFGyX6jx .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAAK3ONSZI {
  z-index: 1000;
  width: 100%;
}
.cid-tAAK3ONSZI .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tAAK3ONSZI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tAAK3ONSZI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .menu_box .navbar.opened,
  .cid-tAAK3ONSZI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tAAK3ONSZI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tAAK3ONSZI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tAAK3ONSZI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tAAK3ONSZI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tAAK3ONSZI .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #9f6a4b;
  }
  .cid-tAAK3ONSZI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tAAK3ONSZI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tAAK3ONSZI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tAAK3ONSZI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tAAK3ONSZI .offcanvas-body .mbr-text,
  .cid-tAAK3ONSZI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tAAK3ONSZI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #232323;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tAAK3ONSZI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tAAK3ONSZI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tAAK3ONSZI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAAK3ONSZI .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-tAAK3ONSZI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tAAK3ONSZI 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-tAAK3ONSZI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tAAK3ONSZI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tAAK3ONSZI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .nav-item {
    margin: 0 !important;
  }
}
.cid-tAAK3ONSZI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tAAK3ONSZI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tAAK3ONSZI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tAAK3ONSZI .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-tAAK3ONSZI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tAAK3ONSZI .offcanvas_box {
    display: none;
  }
}
.cid-tAAK3ONSZI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tAAK3ONSZI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tAAK3ONSZI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tAAK3ONSZI .container {
  display: flex;
  margin: auto;
}
.cid-tAAK3ONSZI .iconfont-wrapper {
  color: #9f6a4b;
  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-tAAK3ONSZI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tAAK3ONSZI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tAAK3ONSZI .navbar-caption {
  color: #747474;
}
.cid-tAAK3ONSZI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tAAK3ONSZI .navbar-nav {
    margin: 0;
  }
}
.cid-tAAK3ONSZI .dropdown-menu,
.cid-tAAK3ONSZI .navbar.opened {
  background-color: true !important;
}
.cid-tAAK3ONSZI .nav-item:focus,
.cid-tAAK3ONSZI .nav-link:focus {
  outline: none;
}
.cid-tAAK3ONSZI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAAK3ONSZI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAAK3ONSZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAAK3ONSZI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAAK3ONSZI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAAK3ONSZI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAAK3ONSZI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tAAK3ONSZI .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tAAK3ONSZI .navbar.opened {
  transition: all 0.3s;
}
.cid-tAAK3ONSZI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tAAK3ONSZI .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tAAK3ONSZI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tAAK3ONSZI .navbar.collapsed {
  justify-content: center;
}
.cid-tAAK3ONSZI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAAK3ONSZI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAAK3ONSZI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAAK3ONSZI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAAK3ONSZI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAAK3ONSZI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tAAK3ONSZI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tAAK3ONSZI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tAAK3ONSZI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tAAK3ONSZI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAAK3ONSZI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAAK3ONSZI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tAAK3ONSZI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAAK3ONSZI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tAAK3ONSZI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAAK3ONSZI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tAAK3ONSZI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tAAK3ONSZI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tAAK3ONSZI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAAK3ONSZI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAAK3ONSZI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tAAK3ONSZI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAAK3ONSZI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAAK3ONSZI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAAK3ONSZI .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-tAAK3ONSZI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAAK3ONSZI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAAK3ONSZI .dropdown-item.active,
.cid-tAAK3ONSZI .dropdown-item:active {
  background-color: transparent;
}
.cid-tAAK3ONSZI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAAK3ONSZI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAAK3ONSZI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAAK3ONSZI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAAK3ONSZI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #9f755c;
}
.cid-tAAK3ONSZI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAAK3ONSZI 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-tAAK3ONSZI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tAAK3ONSZI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAAK3ONSZI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAAK3ONSZI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAAK3ONSZI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAAK3ONSZI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAAK3ONSZI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAAK3ONSZI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAAK3ONSZI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAAK3ONSZI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tAAK3ONSZI .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-tAAK3ONSZI .navbar {
    height: 70px;
  }
  .cid-tAAK3ONSZI .navbar.opened {
    height: auto;
  }
  .cid-tAAK3ONSZI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAAK3ONSZI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tAAK3ONSZI .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tAAK3ONSZI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tAAK3ONSZI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tAAK3ONSZI .navbar-caption:hover {
  color: #9f755c;
}
@media (min-width: 992px) {
  .cid-tAAK3ONSZI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tAAK3ONSZI .nav-link {
  position: relative;
}
.cid-tAAK3ONSZI .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9f755c;
  transition: all .3s ease;
  opacity: 0;
}
.cid-tAAK3ONSZI .nav-link:hover:before {
  opacity: 1;
}
.cid-tAAK3ONSZI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAAK3ONSZI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tAAK3ONSZI .text_widget {
  color: #ffffff;
}
.cid-tAAK3ONSZI .mbr-section-subtitle,
.cid-tAAK3ONSZI .text_widget,
.cid-tAAK3ONSZI .mbr-section-btn {
  text-align: center;
}
.cid-tAAK3ONSZI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tAAK3PXFiU {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tAAK3PXFiU .carousel {
  height: 800px;
}
.cid-tAAK3PXFiU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tAAK3PXFiU .carousel-item,
.cid-tAAK3PXFiU .carousel-inner {
  height: 100%;
}
.cid-tAAK3PXFiU .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tAAK3PXFiU .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tAAK3PXFiU .carousel-caption {
    width: 900px;
  }
}
.cid-tAAK3PXFiU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAAK3PXFiU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAAK3PXFiU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-tAAK3PXFiU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAAK3PXFiU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tAAK3PXFiU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tAAK3PXFiU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tAAK3PXFiU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tAAK3PXFiU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAAK3PXFiU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAAK3PXFiU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAAK3PXFiU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tAAK3PXFiU .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tAAK3PXFiU .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tAAK3PXFiU .carousel-indicators li::after,
.cid-tAAK3PXFiU .carousel-indicators li::before {
  content: none;
}
.cid-tAAK3PXFiU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tAAK3QwNUy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3QwNUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3QwNUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3QwNUy .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tAAK3QwNUy .row {
    padding: 0 11px;
  }
}
.cid-tAAK3QwNUy .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-tAAK3QwNUy .title {
    padding: 0 5px;
  }
}
.cid-tAAK3QwNUy .title .title-wrapper {
  display: flex;
}
.cid-tAAK3QwNUy .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #9f6a4b;
  margin-right: 8px;
}
.cid-tAAK3QwNUy .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-tAAK3QwNUy .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-tAAK3QwNUy .item {
    padding: 0 5px;
  }
}
.cid-tAAK3QwNUy .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-tAAK3QwNUy .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-tAAK3QwNUy .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tAAK3QwNUy .item .item-wrapper {
  position: relative;
}
.cid-tAAK3QwNUy .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tAAK3QwNUy .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-tAAK3QwNUy .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tAAK3QwNUy .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-tAAK3QwNUy .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tAAK3QwNUy .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-tAAK3QwNUy .mbr-section-title {
  color: #747474;
}
.cid-tAAK3QwNUy .mbr-text {
  color: #747474;
}
.cid-tAAK3QwNUy .mbr-price {
  color: #9f755c;
}
.cid-tAAK3R7KCZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAAK3R7KCZ .container-fluid {
  padding: 0 3rem;
}
.cid-tAAK3R7KCZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #9f755c 50%, #474747 120%);
  display: inline-block;
}
.cid-tAAK3R7KCZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tAAK3R7KCZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tAAK3R7KCZ .table-wrapper {
  margin: 0 auto;
}
.cid-tAAK3R7KCZ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tAAK3R7KCZ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tAAK3R7KCZ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tAAK3R7KCZ tr:hover {
  background-color: #e2e2e2 !important;
}
.cid-tAAK3R7KCZ .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tAAK3R7KCZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tAAK3R7KCZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tAAK3R7KCZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tAAK3R7KCZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tAAK3R7KCZ .dataTables_wrapper {
  display: block;
}
.cid-tAAK3R7KCZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tAAK3R7KCZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tAAK3R7KCZ .head-item:after,
.cid-tAAK3R7KCZ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tAAK3R7KCZ .dataTables_filter {
    text-align: center;
  }
  .cid-tAAK3R7KCZ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tAAK3R7KCZ .dataTables_filter {
    text-align: center;
  }
  .cid-tAAK3R7KCZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tAAK3R7KCZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tAAK3R7KCZ table th,
  .cid-tAAK3R7KCZ table td {
    padding: .75rem;
  }
}
.cid-tAAK3R7KCZ .body-item {
  text-align: center;
}
.cid-tAAK3R7KCZ .head-item {
  color: #000000;
}
.cid-tAAK3SLCAo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3SLCAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3SLCAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3SLCAo .row {
  justify-content: center;
}
.cid-tAAK3SLCAo .title-wrapper {
  padding: 71px;
  background-color: #9f755c;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tAAK3SLCAo .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tAAK3SLCAo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tAAK3SLCAo .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tAAK3SLCAo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tAAK3SLCAo .mbr-text {
  color: #747474;
}
.cid-tAAK3SLCAo .mbr-text,
.cid-tAAK3SLCAo .mbr-section-btn {
  text-align: center;
}
.cid-tAAK3Ti2fQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3Ti2fQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3Ti2fQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3Ti2fQ .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-tAAK3Ti2fQ .card {
    padding: 0;
    border-right: 1px solid #e2e2e2;
  }
  .cid-tAAK3Ti2fQ .card:last-child {
    border: none;
  }
}
.cid-tAAK3Ti2fQ .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tAAK3Ti2fQ .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-tAAK3Ti2fQ .card-wrapper {
    padding: 0;
  }
}
.cid-tAAK3Ti2fQ .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tAAK3Ti2fQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-tAAK3Ti2fQ .mbr-section-title {
  color: #E0BDB6;
}
.cid-tAAK3Ti2fQ .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-tAAK3Ti2fQ .mbr-section-title,
.cid-tAAK3Ti2fQ .mbr-section-btn {
  text-align: center;
  color: #4b241f;
}
.cid-tAAK3TO6Rd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tAAK3TO6Rd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3TO6Rd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3TO6Rd .title-wrapper {
  margin-bottom: 30px;
}
.cid-tAAK3TO6Rd .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-tAAK3TO6Rd .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tAAK3TO6Rd .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tAAK3TO6Rd .image-wrapper {
    display: block;
  }
}
.cid-tAAK3TO6Rd .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-tAAK3TO6Rd .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-tAAK3TO6Rd .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-tAAK3TO6Rd .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-tAAK3TO6Rd .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-tAAK3TO6Rd .mbr-section-title {
  color: #E0BDB6;
}
.cid-tAAK3TO6Rd .mbr-text {
  color: #747474;
}
.cid-tAAK3TO6Rd .mbr-section-title,
.cid-tAAK3TO6Rd .mbr-section-btn {
  color: #9f755c;
}
.cid-tAAK3UkW5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3UkW5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3UkW5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3UkW5k .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tAAK3UkW5k .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tAAK3UkW5k .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tAAK3UkW5k .cards .card .mbr-section-title,
.cid-tAAK3UkW5k .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tAAK3UkW5k .cards .card .mbr-text,
.cid-tAAK3UkW5k .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tAAK3UkW5k .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tAAK3UkW5k .icon-wrapper {
    display: none;
  }
}
.cid-tAAK3UkW5k .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #747474;
  margin-top: -8rem;
}
.cid-tAAK3UkW5k .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #e0bdb6;
}
.cid-tAAK3UkW5k .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #e0bdb6;
}
.cid-tAAK3UkW5k .mbr-section-title {
  color: #9f755c;
  text-align: right;
}
.cid-tAAK3UkW5k .mbr-text {
  color: #747474;
  text-align: right;
}
.cid-tAAK3UkW5k .mbr-section-title_2 {
  color: #E0BDB6;
}
.cid-tAAK3UkW5k .mbr-text_2 {
  color: #747474;
}
.cid-tAAK3USVrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f755c;
}
.cid-tAAK3USVrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3USVrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3USVrF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tAAK3USVrF .row {
    padding: 0 14px;
  }
  .cid-tAAK3USVrF .row .item {
    padding: 0 3.25px;
  }
}
.cid-tAAK3USVrF .item {
  margin-bottom: 9px;
}
.cid-tAAK3USVrF .item:hover .item-wrapper .item-img img,
.cid-tAAK3USVrF .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-tAAK3USVrF .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tAAK3USVrF .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.cid-tAAK3USVrF .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-tAAK3USVrF .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #9f755c;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-tAAK3USVrF .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-tAAK3USVrF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tAAK3VrST1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3VrST1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3VrST1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3VrST1 .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tAAK3VrST1 .image-wrapper img {
    height: 350px;
  }
}
.cid-tAAK3VrST1 .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-tAAK3VrST1 .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #9f755c;
  margin-right: 17px;
}
.cid-tAAK3VrST1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tAAK3VrST1 .mbr-text {
  color: #747474;
}
.cid-tAAK3VWjM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3VWjM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3VWjM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3VWjM7 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tAAK3VWjM7 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-tAAK3VWjM7 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-tAAK3VWjM7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tAAK3VWjM7 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tAAK3VWjM7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tAAK3VWjM7 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-tAAK3VWjM7 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-tAAK3VWjM7 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #9f755c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-tAAK3VWjM7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-tAAK3VWjM7 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-tAAK3VWjM7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tAAK3VWjM7 .mbr-section-title {
  color: #E0BDB6;
}
.cid-tAAK3VWjM7 .mbr-section-subtitle {
  color: #747474;
}
.cid-tAAK3VWjM7 .mbr-text {
  color: #747474;
}
.cid-tAAK3VWjM7 .panel-title-edit {
  color: #9f755c;
}
.cid-tAAK3VWjM7 .panel-text {
  color: #747474;
}
.cid-tAAK3VWjM7 .mbr-section-title,
.cid-tAAK3VWjM7 .mbr-section-btn {
  color: #9f755c;
}
.cid-tAAK3Wwndu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAAK3Wwndu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3Wwndu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3Wwndu .row {
  justify-content: center;
}
.cid-tAAK3Wwndu .card {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-tAAK3Wwndu .card {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-tAAK3Wwndu .card {
    margin-bottom: 110px;
  }
}
.cid-tAAK3Wwndu .card .card-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-tAAK3Wwndu .card .card-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-tAAK3Wwndu .card .card-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-tAAK3Wwndu .card .card-wrapper .price-wrapper .mbr-price:first-child {
  line-height: 2.5;
  margin-top: -2rem;
}
.cid-tAAK3Wwndu .card .card-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-tAAK3Wwndu .card .card-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-tAAK3Wwndu .card .card-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-tAAK3Wwndu .card .card-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #9f755c;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-tAAK3Wwndu .card .card-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-tAAK3Wwndu .card:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-tAAK3Wwndu .card:nth-child(2) .card-wrapper {
  margin-top: -1.5rem;
}
.cid-tAAK3Wwndu .card:nth-child(2) .card-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-tAAK3Wwndu .card:nth-child(2) .card-wrapper .price-wrapper {
  border: none;
  background-color: #9f755c;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-tAAK3Wwndu .card:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-tAAK3Wwndu .mbr-section-title {
  color: #747474;
  text-align: center;
}
.cid-tAAK3Wwndu .mbr-price {
  color: #9f755c;
}
.cid-tAAK3Wwndu .price_2 {
  color: #ffffff;
}
.cid-tAAK3Wwndu .mbr-desc {
  color: #747474;
}
.cid-tAAK3Wwndu .desc_2 {
  color: #ffffff;
}
.cid-tAAK3Wwndu .list {
  color: #747474;
}
.cid-tAAK3X8RSs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tAAK3X8RSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3X8RSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3X8RSs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tAAK3X8RSs .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tAAK3X8RSs .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-tAAK3X8RSs .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-tAAK3X8RSs .embla__button--next,
.cid-tAAK3X8RSs .embla__button--prev {
  display: flex;
}
.cid-tAAK3X8RSs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #9f755c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAAK3X8RSs .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tAAK3X8RSs .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-tAAK3X8RSs .embla__button {
    display: none;
  }
}
.cid-tAAK3X8RSs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tAAK3X8RSs .embla__button:hover {
  background: transparent;
  color: #9f755c;
  border: none;
  opacity: .65;
}
.cid-tAAK3X8RSs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tAAK3X8RSs .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tAAK3X8RSs .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tAAK3X8RSs .embla {
  position: relative;
  width: 100%;
}
.cid-tAAK3X8RSs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tAAK3X8RSs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tAAK3X8RSs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tAAK3X8RSs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tAAK3XUbGG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/elupc06-2.png");
}
.cid-tAAK3XUbGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAK3XUbGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAK3XUbGG .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tAAK3XUbGG .container-fluid {
    padding: 0 25px;
  }
}
.cid-tAAK3XUbGG .container-fluid .row {
  padding: 0;
}
.cid-tAAK3XUbGG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tAAK3XUbGG .card {
    margin-bottom: 50px;
  }
}
.cid-tAAK3XUbGG .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tAAK3XUbGG .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tAAK3XUbGG .mbr-text {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAK3XUbGG .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tAAK3XUbGG .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAK3XUbGG .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tAAK3XUbGG .list li {
  margin-bottom: 10px;
}
.cid-tAAK3XUbGG .list li:last-child {
  margin-bottom: 0;
}
.cid-tAAK3XUbGG .list li:hover {
  color: #ffffff;
}
.cid-tAAK3XUbGG .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tAAK3XUbGG .mbr-section-btn {
  margin-top: 18px;
}
.cid-tAAK3XUbGG .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tAAK3XUbGG .mbr-text,
.cid-tAAK3XUbGG .logo-wrapper {
  color: #be9a85;
}
.cid-tAAK3Yy0b7.popup-builder {
  background-color: #ffffff;
}
.cid-tAAK3Yy0b7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAAK3Yy0b7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tAAK3Yy0b7 .modal-content,
.cid-tAAK3Yy0b7 .modal-dialog {
  height: auto;
}
.cid-tAAK3Yy0b7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAAK3Yy0b7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAAK3Yy0b7 .form-wrapper .mbr-form .form-group,
  .cid-tAAK3Yy0b7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAAK3Yy0b7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAAK3Yy0b7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAAK3Yy0b7 .mbr-text {
  text-align: center;
}
.cid-tAAK3Yy0b7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tAAK3Yy0b7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAAK3Yy0b7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAAK3Yy0b7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAAK3Yy0b7 .modal-open {
  overflow: hidden;
}
.cid-tAAK3Yy0b7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAAK3Yy0b7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAAK3Yy0b7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tAAK3Yy0b7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tAAK3Yy0b7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAAK3Yy0b7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAAK3Yy0b7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAAK3Yy0b7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tAAK3Yy0b7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tAAK3Yy0b7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAAK3Yy0b7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAAK3Yy0b7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tAAK3Yy0b7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tAAK3Yy0b7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3Yy0b7 .modal-header {
    padding: 1rem;
  }
}
.cid-tAAK3Yy0b7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAAK3Yy0b7 .modal-header .close svg {
  fill: #353535;
}
.cid-tAAK3Yy0b7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tAAK3Yy0b7 .modal-header .close:focus {
  outline: none;
}
.cid-tAAK3Yy0b7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tAAK3Yy0b7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tAAK3Yy0b7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3Yy0b7 .modal-body {
    padding: 1rem;
  }
}
.cid-tAAK3Yy0b7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tAAK3Yy0b7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAAK3Yy0b7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tAAK3Yy0b7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAAK3Yy0b7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAAK3Yy0b7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAAK3Yy0b7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tAAK3Yy0b7 .modal-lg,
  .cid-tAAK3Yy0b7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tAAK3Yy0b7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tAAK3Yy0b7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAAK3Yy0b7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tAAK3Yy0b7 .form-group {
  margin-bottom: 1rem;
}
.cid-tAAK3Yy0b7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAAK3Yy0b7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAAK3Yy0b7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tAAK3Yy0b7 .mbr-section-btn {
  margin: 0;
}
.cid-tAAK3Yy0b7 .mbr-section-btn .btn {
  margin: 0;
}
