body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Gilda Display', serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Gilda Display', serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b19e8c !important;
}
.bg-success {
  background-color: #eae0d7 !important;
}
.bg-info {
  background-color: #e6c8ab !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b19e8c !important;
  border-color: #b19e8c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #8f7861 !important;
  border-color: #8f7861 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8f7861 !important;
  border-color: #8f7861 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
  color: #714821 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #eae0d7 !important;
  border-color: #eae0d7 !important;
  color: #7f5f43 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #7f5f43 !important;
  background-color: #d0b9a5 !important;
  border-color: #d0b9a5 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #7f5f43 !important;
  background-color: #d0b9a5 !important;
  border-color: #d0b9a5 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #806b57 !important;
  color: #806b57 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #b19e8c !important;
  border-color: #b19e8c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b19e8c !important;
  border-color: #b19e8c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #cf955c !important;
  color: #cf955c !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #c7ac94 !important;
  color: #c7ac94 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #7f5f43 !important;
  background-color: #eae0d7 !important;
  border-color: #eae0d7 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #7f5f43 !important;
  background-color: #eae0d7 !important;
  border-color: #eae0d7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b19e8c !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #eae0d7 !important;
}
.text-info {
  color: #e6c8ab !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #806b57 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c7ac94 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cf955c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e6c8ab;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b19e8c;
  border-color: #b19e8c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b19e8c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e5ded8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Gilda Display', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #b19e8c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b19e8c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b19e8c;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b19e8c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b19e8c;
  border-bottom-color: #b19e8c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b19e8c !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: #333333 !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%;
}
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='%23b19e8c' %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;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sXxv2QDC7k {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/img-384-2000x1184.jpg");
}
.cid-sXxv2QDC7k .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sXxv2QDC7k .card-img {
  padding: 0 0 2rem;
}
.cid-sXxv2QDC7k .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sXxv2QDC7k .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sXxv2QDC7k .card-title {
    text-align: center;
  }
  .cid-sXxv2QDC7k p.mbr-text {
    text-align: center;
  }
}
.cid-rzMjemu9Q2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-rzMjemu9Q2 .mbr-section-title {
  color: #cccccc;
}
.cid-rzMje2wxrY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-rzMje2wxrY .mbr-text {
  color: #cccccc;
}
.cid-rzMk2pOnIb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-rzMk2pOnIb .card .card-img {
  overflow: hidden;
}
.cid-rzMk2pOnIb .card .card-img img {
  transition: all .5s;
}
.cid-rzMk2pOnIb .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMk2pOnIb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMk2pOnIb .card {
  display: block;
  height: 100%;
}
.cid-rzMk2pOnIb .card .card-wrapper {
  height: 100%;
}
.cid-rzMk2pOnIb .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-rzMk2pOnIb .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rzMk2pOnIb .card .card-box .card-title {
  margin: 0;
}
.cid-rzMk2pOnIb .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMk2pOnIb .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rzMk2pOnIb .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rzMk2pOnIb .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rzMk2pOnIb .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list {
  margin: 0;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-rzMk2pOnIb .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-rzMk2pOnIb .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-rzMk2pOnIb .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-rzMk2pOnIb .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-rzMk2pOnIb .card-footer {
  border-top: 1px solid #efefef;
}
.cid-rzMk2pOnIb .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-rzMk2pOnIb .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rzMk2pOnIb .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rzMk2pOnIb .main-title {
  color: #cccccc;
}
.cid-rzMk2pOnIb .card-title,
.cid-rzMk2pOnIb .card-info {
  color: #b19e8c;
}
.cid-uBiiMK6rKn {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #7a7272;
}
.cid-uBiiMK6rKn .card .card-img {
  overflow: hidden;
}
.cid-uBiiMK6rKn .card .card-img img {
  transition: all .5s;
}
.cid-uBiiMK6rKn .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uBiiMK6rKn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBiiMK6rKn .card {
  display: block;
  height: 100%;
}
.cid-uBiiMK6rKn .card .card-wrapper {
  height: 100%;
}
.cid-uBiiMK6rKn .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uBiiMK6rKn .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uBiiMK6rKn .card .card-box .card-title {
  margin: 0;
}
.cid-uBiiMK6rKn .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBiiMK6rKn .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uBiiMK6rKn .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uBiiMK6rKn .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uBiiMK6rKn .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBiiMK6rKn .card .card-footer .icons-list {
  margin: 0;
}
.cid-uBiiMK6rKn .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uBiiMK6rKn .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uBiiMK6rKn .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uBiiMK6rKn .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uBiiMK6rKn .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-uBiiMK6rKn .card-footer {
  border-top: 1px solid #efefef;
}
.cid-uBiiMK6rKn .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uBiiMK6rKn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBiiMK6rKn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uBiiMK6rKn .main-title {
  color: #f5ede6;
}
.cid-uBiiMK6rKn .card-title,
.cid-uBiiMK6rKn .card-info {
  color: #b19e8c;
  text-align: center;
}
.cid-uuRNr5Agbq {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uuRNr5Agbq .team-card .image-wrap {
  overflow: hidden;
}
.cid-uuRNr5Agbq .team-card .image-wrap img {
  transition: all .5s;
}
.cid-uuRNr5Agbq .team-card .image-wrap:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uuRNr5Agbq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uuRNr5Agbq .team-card {
  margin-bottom: 2rem;
}
.cid-uuRNr5Agbq .card-wrap {
  background: #ffffff;
}
.cid-uuRNr5Agbq .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uuRNr5Agbq .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uuRNr5Agbq .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uuRNr5Agbq .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuRNr5Agbq .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuRNr5Agbq .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uuRNr5Agbq .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uuRNr5Agbq .card-title {
  color: #c64935;
}
.cid-uuRNr5Agbq .card-text {
  text-align: center;
}
.cid-uBtWW8vrpn {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #b19e8c;
}
.cid-uBtWW8vrpn .card .card-img {
  overflow: hidden;
}
.cid-uBtWW8vrpn .card .card-img img {
  transition: all .5s;
}
.cid-uBtWW8vrpn .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uBtWW8vrpn .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBtWW8vrpn .card {
  display: block;
  height: 100%;
}
.cid-uBtWW8vrpn .card .card-wrapper {
  height: 100%;
}
.cid-uBtWW8vrpn .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-uBtWW8vrpn .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uBtWW8vrpn .card .card-box .card-title {
  margin: 0;
}
.cid-uBtWW8vrpn .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBtWW8vrpn .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uBtWW8vrpn .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uBtWW8vrpn .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uBtWW8vrpn .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBtWW8vrpn .card .card-footer .icons-list {
  margin: 0;
}
.cid-uBtWW8vrpn .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-uBtWW8vrpn .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-uBtWW8vrpn .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-uBtWW8vrpn .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-uBtWW8vrpn .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-uBtWW8vrpn .card-footer {
  border-top: 1px solid #efefef;
}
.cid-uBtWW8vrpn .mbri-arrow-next {
  color: #709faf;
}
@media (max-width: 767px) {
  .cid-uBtWW8vrpn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBtWW8vrpn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uBtWW8vrpn .main-title {
  color: #f5ede6;
}
.cid-uBtWW8vrpn .card-title,
.cid-uBtWW8vrpn .card-info {
  color: #b19e8c;
  text-align: center;
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-rzMkB37ged {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-sZXphmbjOs.popup-builder {
  background-color: #ffffff;
}
.cid-sZXphmbjOs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZXphmbjOs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZXphmbjOs .modal-content,
.cid-sZXphmbjOs .modal-dialog {
  height: auto;
}
.cid-sZXphmbjOs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZXphmbjOs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZXphmbjOs .form-wrapper .mbr-form .form-group,
  .cid-sZXphmbjOs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZXphmbjOs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZXphmbjOs .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-sZXphmbjOs .mbr-text {
  text-align: center;
}
.cid-sZXphmbjOs .pt-0 {
  padding-top: 0 !important;
}
.cid-sZXphmbjOs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZXphmbjOs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZXphmbjOs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZXphmbjOs .modal-open {
  overflow: hidden;
}
.cid-sZXphmbjOs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZXphmbjOs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZXphmbjOs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZXphmbjOs .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-sZXphmbjOs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZXphmbjOs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZXphmbjOs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZXphmbjOs .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-sZXphmbjOs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZXphmbjOs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZXphmbjOs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZXphmbjOs .modal-backdrop.show {
  opacity: .5;
}
.cid-sZXphmbjOs .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-sZXphmbjOs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbjOs .modal-header {
    padding: 1rem;
  }
}
.cid-sZXphmbjOs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZXphmbjOs .modal-header .close svg {
  fill: #878787;
}
.cid-sZXphmbjOs .modal-header .close:hover {
  opacity: 1;
}
.cid-sZXphmbjOs .modal-header .close:focus {
  outline: none;
}
.cid-sZXphmbjOs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-sZXphmbjOs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZXphmbjOs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbjOs .modal-body {
    padding: 1rem;
  }
}
.cid-sZXphmbjOs .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-sZXphmbjOs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbjOs .modal-footer {
    padding: 1rem;
  }
}
.cid-sZXphmbjOs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZXphmbjOs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZXphmbjOs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZXphmbjOs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZXphmbjOs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZXphmbjOs .modal-lg,
  .cid-sZXphmbjOs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZXphmbjOs .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZXphmbjOs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZXphmbjOs .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-sZXphmbjOs .form-group {
  margin-bottom: 1rem;
}
.cid-sZXphmbjOs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZXphmbjOs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZXphmbjOs .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-sZXphmbjOs .mbr-section-btn {
  margin: 0;
}
.cid-sZXphmbjOs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sYL9lMyRVn {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/territorio-riomaggiore-1000x471.png");
}
.cid-sYL9lMyRVn .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sYL9lMyRVn .card-img {
  padding: 0 0 2rem;
}
.cid-sYL9lMyRVn .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sYL9lMyRVn .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYL9lMyRVn .card-title {
    text-align: center;
  }
  .cid-sYL9lMyRVn p.mbr-text {
    text-align: center;
  }
}
.cid-uBidUaPXYj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBidUaPXYj .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uBidUaPXYj .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sYLbBHfTzo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-sYLbBHfTzo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sYLbBHfTzo .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sYLbBHfTzo .title {
    width: 100% !important;
  }
}
.cid-sYLbBHfTzo .mbr-section-title {
  color: #cccccc;
}
.cid-sYLb9UX6VE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-sYLb9UX6VE .line {
  background-color: #d8d7d7;
  color: #d8d7d7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sYLb9UX6VE .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #cccccc;
}
@media (max-width: 768px) {
  .cid-sYLb9UX6VE .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uDJF4UnYlQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uDJF4UnYlQ .line {
  background-color: #d8d7d7;
  color: #d8d7d7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJF4UnYlQ .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #cccccc;
}
@media (max-width: 768px) {
  .cid-uDJF4UnYlQ .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uBifq7jWW2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8a8585;
}
.cid-uBifq7jWW2 .card {
  display: block;
}
.cid-uBifq7jWW2 .card .card-img {
  overflow: hidden;
}
.cid-uBifq7jWW2 .card .card-img img {
  transition: all 0.5s;
}
.cid-uBifq7jWW2 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uBifq7jWW2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBifq7jWW2 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uBifq7jWW2 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-uBifq7jWW2 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uBifq7jWW2 .card .card-wrapper .card-img .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-uBifq7jWW2 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uBifq7jWW2 .popup-btn .card-link {
  display: block !important;
}
.cid-uBifq7jWW2 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-uBifq7jWW2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uBifq7jWW2 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-uBifq7jWW2 .caption .card-title {
  padding-right: 2rem;
}
.cid-uBifq7jWW2 .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .cid-uBifq7jWW2 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBifq7jWW2 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-sYL9lPgk1y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-sZXoflboXL.popup-builder {
  background-color: #ffffff;
}
.cid-sZXoflboXL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZXoflboXL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZXoflboXL .modal-content,
.cid-sZXoflboXL .modal-dialog {
  height: auto;
}
.cid-sZXoflboXL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZXoflboXL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZXoflboXL .form-wrapper .mbr-form .form-group,
  .cid-sZXoflboXL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZXoflboXL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZXoflboXL .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-sZXoflboXL .mbr-text {
  text-align: center;
}
.cid-sZXoflboXL .pt-0 {
  padding-top: 0 !important;
}
.cid-sZXoflboXL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZXoflboXL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZXoflboXL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZXoflboXL .modal-open {
  overflow: hidden;
}
.cid-sZXoflboXL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZXoflboXL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZXoflboXL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZXoflboXL .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-sZXoflboXL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZXoflboXL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZXoflboXL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZXoflboXL .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-sZXoflboXL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZXoflboXL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZXoflboXL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZXoflboXL .modal-backdrop.show {
  opacity: .5;
}
.cid-sZXoflboXL .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-sZXoflboXL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXoflboXL .modal-header {
    padding: 1rem;
  }
}
.cid-sZXoflboXL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZXoflboXL .modal-header .close svg {
  fill: #878787;
}
.cid-sZXoflboXL .modal-header .close:hover {
  opacity: 1;
}
.cid-sZXoflboXL .modal-header .close:focus {
  outline: none;
}
.cid-sZXoflboXL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-sZXoflboXL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZXoflboXL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXoflboXL .modal-body {
    padding: 1rem;
  }
}
.cid-sZXoflboXL .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-sZXoflboXL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXoflboXL .modal-footer {
    padding: 1rem;
  }
}
.cid-sZXoflboXL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZXoflboXL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZXoflboXL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZXoflboXL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZXoflboXL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZXoflboXL .modal-lg,
  .cid-sZXoflboXL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZXoflboXL .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZXoflboXL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZXoflboXL .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-sZXoflboXL .form-group {
  margin-bottom: 1rem;
}
.cid-sZXoflboXL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZXoflboXL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZXoflboXL .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-sZXoflboXL .mbr-section-btn {
  margin: 0;
}
.cid-sZXoflboXL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sYLeixXxmE {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-7348-2000x1793.jpg");
}
.cid-sYLeixXxmE .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sYLeixXxmE .card-img {
  padding: 0 0 2rem;
}
.cid-sYLeixXxmE .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sYLeixXxmE .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sYLeixXxmE .card-title {
    text-align: center;
  }
  .cid-sYLeixXxmE p.mbr-text {
    text-align: center;
  }
}
.cid-uBu7PJlZY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7a7272;
}
.cid-uBu7PJlZY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBu7PJlZY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBu7PJlZY6 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uBu7PJlZY6 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uBu7PJlZY6 .container-fluid .row {
  padding: 0;
}
.cid-uBu7PJlZY6 .row {
  justify-content: center;
}
.cid-uBu7PJlZY6 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBu7PJlZY6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uuRO5tHa6Y {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uuRO5tHa6Y .team-card .image-wrap {
  overflow: hidden;
}
.cid-uuRO5tHa6Y .team-card .image-wrap img {
  transition: all .5s;
}
.cid-uuRO5tHa6Y .team-card .image-wrap:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uuRO5tHa6Y .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uuRO5tHa6Y .team-card {
  margin-bottom: 2rem;
}
.cid-uuRO5tHa6Y .card-wrap {
  background: #ffffff;
}
.cid-uuRO5tHa6Y .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uuRO5tHa6Y .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uuRO5tHa6Y .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uuRO5tHa6Y .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuRO5tHa6Y .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuRO5tHa6Y .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uuRO5tHa6Y .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uuRO5tHa6Y .card-title {
  color: #c64935;
}
.cid-uuRO5tHa6Y .card-text {
  text-align: center;
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-sYLeizTNMb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-sZXphmbN17.popup-builder {
  background-color: #ffffff;
}
.cid-sZXphmbN17.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZXphmbN17.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZXphmbN17 .modal-content,
.cid-sZXphmbN17 .modal-dialog {
  height: auto;
}
.cid-sZXphmbN17 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZXphmbN17 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZXphmbN17 .form-wrapper .mbr-form .form-group,
  .cid-sZXphmbN17 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZXphmbN17 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZXphmbN17 .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-sZXphmbN17 .mbr-text {
  text-align: center;
}
.cid-sZXphmbN17 .pt-0 {
  padding-top: 0 !important;
}
.cid-sZXphmbN17 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZXphmbN17 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZXphmbN17 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZXphmbN17 .modal-open {
  overflow: hidden;
}
.cid-sZXphmbN17 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZXphmbN17 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZXphmbN17 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZXphmbN17 .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-sZXphmbN17 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZXphmbN17 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZXphmbN17 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZXphmbN17 .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-sZXphmbN17 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZXphmbN17 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZXphmbN17 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZXphmbN17 .modal-backdrop.show {
  opacity: .5;
}
.cid-sZXphmbN17 .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-sZXphmbN17 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbN17 .modal-header {
    padding: 1rem;
  }
}
.cid-sZXphmbN17 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZXphmbN17 .modal-header .close svg {
  fill: #878787;
}
.cid-sZXphmbN17 .modal-header .close:hover {
  opacity: 1;
}
.cid-sZXphmbN17 .modal-header .close:focus {
  outline: none;
}
.cid-sZXphmbN17 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-sZXphmbN17 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZXphmbN17 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbN17 .modal-body {
    padding: 1rem;
  }
}
.cid-sZXphmbN17 .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-sZXphmbN17 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmbN17 .modal-footer {
    padding: 1rem;
  }
}
.cid-sZXphmbN17 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZXphmbN17 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZXphmbN17 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZXphmbN17 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZXphmbN17 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZXphmbN17 .modal-lg,
  .cid-sZXphmbN17 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZXphmbN17 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZXphmbN17 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZXphmbN17 .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-sZXphmbN17 .form-group {
  margin-bottom: 1rem;
}
.cid-sZXphmbN17 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZXphmbN17 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZXphmbN17 .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-sZXphmbN17 .mbr-section-btn {
  margin: 0;
}
.cid-sZXphmbN17 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sZXFjffXMr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/25-09-18-02-05-08-c584a0ad81774ac8a448392ef6166d3c-2000x1346.jpg");
}
.cid-sZXFjffXMr .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sZXFjffXMr .card-img {
  padding: 0 0 2rem;
}
.cid-sZXFjffXMr .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sZXFjffXMr .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sZXFjffXMr .card-title {
    text-align: center;
  }
  .cid-sZXFjffXMr p.mbr-text {
    text-align: center;
  }
}
.cid-sZXFjfGHrB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-sZXFjfGHrB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZXFjfGHrB .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sZXFjfGHrB .title {
    width: 100% !important;
  }
}
.cid-sZXFjfGHrB .mbr-section-title {
  color: #b7b6b6;
}
.cid-sZXFjfW3Yh {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-sZXFjfW3Yh .mbr-text {
  color: #cccccc;
}
.cid-sZXHDPSwH5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8a8585;
}
.cid-sZXHDPSwH5 .content-section {
  margin-bottom: 2rem;
}
.cid-sZXHDPSwH5 .wrapper {
  overflow: hidden;
}
.cid-sZXHDPSwH5 .wrapper img {
  transition: all 0.5s;
}
.cid-sZXHDPSwH5 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sZXHDPSwH5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZXHDPSwH5 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sZXHDPSwH5 .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sZXHDPSwH5 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZXHDPSwH5 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sZXH56CfMS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #8a8585;
}
.cid-sZXH56CfMS blockquote {
  border-color: #b7b6b6 !important;
}
.cid-sZXH56CfMS DIV {
  color: #cccccc;
}
.cid-sZXJ5PAnch {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-sZXJ5PAnch .content-section {
  margin-bottom: 2rem;
}
.cid-sZXJ5PAnch .wrapper {
  overflow: hidden;
}
.cid-sZXJ5PAnch .wrapper img {
  transition: all 0.5s;
}
.cid-sZXJ5PAnch .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sZXJ5PAnch .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZXJ5PAnch .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sZXJ5PAnch .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sZXJ5PAnch .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZXJ5PAnch .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sZXHfsbHWh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-sZXHfsbHWh blockquote {
  border-color: #cccccc !important;
}
.cid-sZXHfsbHWh DIV {
  color: #cccccc;
}
.cid-sZXJWIrZAF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8a8585;
}
.cid-sZXJWIrZAF .content-section {
  margin-bottom: 2rem;
}
.cid-sZXJWIrZAF .wrapper {
  overflow: hidden;
}
.cid-sZXJWIrZAF .wrapper img {
  transition: all 0.5s;
}
.cid-sZXJWIrZAF .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sZXJWIrZAF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sZXJWIrZAF .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sZXJWIrZAF .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sZXJWIrZAF .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sZXJWIrZAF .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sZXJSfM8bF {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #8a8585;
}
.cid-sZXJSfM8bF blockquote {
  border-color: #b7b6b6 !important;
}
.cid-sZXJSfM8bF DIV {
  color: #cccccc;
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-sZXFjhJGUB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-sZXFji0IMJ.popup-builder {
  background-color: #ffffff;
}
.cid-sZXFji0IMJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZXFji0IMJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZXFji0IMJ .modal-content,
.cid-sZXFji0IMJ .modal-dialog {
  height: auto;
}
.cid-sZXFji0IMJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZXFji0IMJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZXFji0IMJ .form-wrapper .mbr-form .form-group,
  .cid-sZXFji0IMJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZXFji0IMJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .mbr-text {
  text-align: center;
}
.cid-sZXFji0IMJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sZXFji0IMJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZXFji0IMJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZXFji0IMJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZXFji0IMJ .modal-open {
  overflow: hidden;
}
.cid-sZXFji0IMJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZXFji0IMJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZXFji0IMJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZXFji0IMJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZXFji0IMJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZXFji0IMJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZXFji0IMJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZXFji0IMJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXFji0IMJ .modal-header {
    padding: 1rem;
  }
}
.cid-sZXFji0IMJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZXFji0IMJ .modal-header .close svg {
  fill: #878787;
}
.cid-sZXFji0IMJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sZXFji0IMJ .modal-header .close:focus {
  outline: none;
}
.cid-sZXFji0IMJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-sZXFji0IMJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZXFji0IMJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXFji0IMJ .modal-body {
    padding: 1rem;
  }
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXFji0IMJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sZXFji0IMJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZXFji0IMJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZXFji0IMJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZXFji0IMJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZXFji0IMJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZXFji0IMJ .modal-lg,
  .cid-sZXFji0IMJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZXFji0IMJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZXFji0IMJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .form-group {
  margin-bottom: 1rem;
}
.cid-sZXFji0IMJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZXFji0IMJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZXFji0IMJ .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-sZXFji0IMJ .mbr-section-btn {
  margin: 0;
}
.cid-sZXFji0IMJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-t00dfaxYbe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t00dfUEzU6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t00dfUEzU6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t00dfUEzU6 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t00dfUEzU6 .title {
    width: 100% !important;
  }
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-t00cVbZkN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-t00cVcbnpo.popup-builder {
  background-color: #ffffff;
}
.cid-t00cVcbnpo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t00cVcbnpo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t00cVcbnpo .modal-content,
.cid-t00cVcbnpo .modal-dialog {
  height: auto;
}
.cid-t00cVcbnpo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t00cVcbnpo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t00cVcbnpo .form-wrapper .mbr-form .form-group,
  .cid-t00cVcbnpo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t00cVcbnpo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t00cVcbnpo .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-t00cVcbnpo .mbr-text {
  text-align: center;
}
.cid-t00cVcbnpo .pt-0 {
  padding-top: 0 !important;
}
.cid-t00cVcbnpo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t00cVcbnpo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t00cVcbnpo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t00cVcbnpo .modal-open {
  overflow: hidden;
}
.cid-t00cVcbnpo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t00cVcbnpo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t00cVcbnpo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t00cVcbnpo .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-t00cVcbnpo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t00cVcbnpo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t00cVcbnpo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t00cVcbnpo .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-t00cVcbnpo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t00cVcbnpo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t00cVcbnpo .modal-backdrop.fade {
  opacity: 0;
}
.cid-t00cVcbnpo .modal-backdrop.show {
  opacity: .5;
}
.cid-t00cVcbnpo .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-t00cVcbnpo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t00cVcbnpo .modal-header {
    padding: 1rem;
  }
}
.cid-t00cVcbnpo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t00cVcbnpo .modal-header .close svg {
  fill: #878787;
}
.cid-t00cVcbnpo .modal-header .close:hover {
  opacity: 1;
}
.cid-t00cVcbnpo .modal-header .close:focus {
  outline: none;
}
.cid-t00cVcbnpo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-t00cVcbnpo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t00cVcbnpo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t00cVcbnpo .modal-body {
    padding: 1rem;
  }
}
.cid-t00cVcbnpo .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-t00cVcbnpo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t00cVcbnpo .modal-footer {
    padding: 1rem;
  }
}
.cid-t00cVcbnpo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t00cVcbnpo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t00cVcbnpo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t00cVcbnpo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t00cVcbnpo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t00cVcbnpo .modal-lg,
  .cid-t00cVcbnpo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t00cVcbnpo .modal-xl {
    max-width: 1140px;
  }
}
.cid-t00cVcbnpo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t00cVcbnpo .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-t00cVcbnpo .form-group {
  margin-bottom: 1rem;
}
.cid-t00cVcbnpo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t00cVcbnpo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t00cVcbnpo .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-t00cVcbnpo .mbr-section-btn {
  margin: 0;
}
.cid-t00cVcbnpo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-t0EBa205xU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/schermata-2022-03-20-alle-21.23.57-540x479.png");
}
.cid-t0EBa205xU .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-t0EBa205xU .card-img {
  padding: 0 0 2rem;
}
.cid-t0EBa205xU .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-t0EBa205xU .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-t0EBa205xU .card-title {
    text-align: center;
  }
  .cid-t0EBa205xU p.mbr-text {
    text-align: center;
  }
}
.cid-t0EBa2jbBl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-t0EBa2jbBl .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t0EBa2jbBl .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0EBa2jbBl .title {
    width: 100% !important;
  }
}
.cid-t0EBa2jbBl .mbr-section-title {
  color: #cccccc;
}
.cid-t0EBa2sHjM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7a7272;
}
.cid-t0EBa2sHjM .mbr-text {
  color: #cccccc;
}
.cid-t0EBa2AUf3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a69e9e;
}
.cid-t0EBa2AUf3 .content-section {
  margin-bottom: 2rem;
}
.cid-t0EBa2AUf3 .wrapper {
  overflow: hidden;
}
.cid-t0EBa2AUf3 .wrapper img {
  transition: all 0.5s;
}
.cid-t0EBa2AUf3 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t0EBa2AUf3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t0EBa2AUf3 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-t0EBa2AUf3 .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-t0EBa2AUf3 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t0EBa2AUf3 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-t0EBa4kQcq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-t0EBa4uxxf.popup-builder {
  background-color: #ffffff;
}
.cid-t0EBa4uxxf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0EBa4uxxf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0EBa4uxxf .modal-content,
.cid-t0EBa4uxxf .modal-dialog {
  height: auto;
}
.cid-t0EBa4uxxf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0EBa4uxxf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0EBa4uxxf .form-wrapper .mbr-form .form-group,
  .cid-t0EBa4uxxf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0EBa4uxxf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .mbr-text {
  text-align: center;
}
.cid-t0EBa4uxxf .pt-0 {
  padding-top: 0 !important;
}
.cid-t0EBa4uxxf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0EBa4uxxf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0EBa4uxxf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0EBa4uxxf .modal-open {
  overflow: hidden;
}
.cid-t0EBa4uxxf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0EBa4uxxf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0EBa4uxxf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0EBa4uxxf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0EBa4uxxf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0EBa4uxxf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0EBa4uxxf .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0EBa4uxxf .modal-backdrop.show {
  opacity: .5;
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0EBa4uxxf .modal-header {
    padding: 1rem;
  }
}
.cid-t0EBa4uxxf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0EBa4uxxf .modal-header .close svg {
  fill: #878787;
}
.cid-t0EBa4uxxf .modal-header .close:hover {
  opacity: 1;
}
.cid-t0EBa4uxxf .modal-header .close:focus {
  outline: none;
}
.cid-t0EBa4uxxf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-t0EBa4uxxf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0EBa4uxxf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0EBa4uxxf .modal-body {
    padding: 1rem;
  }
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0EBa4uxxf .modal-footer {
    padding: 1rem;
  }
}
.cid-t0EBa4uxxf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0EBa4uxxf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0EBa4uxxf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0EBa4uxxf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0EBa4uxxf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0EBa4uxxf .modal-lg,
  .cid-t0EBa4uxxf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0EBa4uxxf .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0EBa4uxxf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .form-group {
  margin-bottom: 1rem;
}
.cid-t0EBa4uxxf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0EBa4uxxf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0EBa4uxxf .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-t0EBa4uxxf .mbr-section-btn {
  margin: 0;
}
.cid-t0EBa4uxxf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBiiw6vPxv .nav-item:focus,
.cid-uBiiw6vPxv .nav-link:focus {
  outline: none;
}
.cid-uBiiw6vPxv a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBiiw6vPxv .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBiiw6vPxv .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBiiw6vPxv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBiiw6vPxv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBiiw6vPxv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBiiw6vPxv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBiiw6vPxv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBiiw6vPxv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBiiw6vPxv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBiiw6vPxv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBiiw6vPxv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBiiw6vPxv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBiiw6vPxv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBiiw6vPxv .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBiiw6vPxv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBiiw6vPxv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBiiw6vPxv .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBiiw6vPxv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBiiw6vPxv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBiiw6vPxv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBiiw6vPxv .dropdown-item.active,
.cid-uBiiw6vPxv .dropdown-item:active {
  background-color: transparent;
}
.cid-uBiiw6vPxv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBiiw6vPxv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBiiw6vPxv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBiiw6vPxv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBiiw6vPxv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBiiw6vPxv .navbar-buttons {
  text-align: center;
}
.cid-uBiiw6vPxv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBiiw6vPxv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBiiw6vPxv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBiiw6vPxv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBiiw6vPxv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBiiw6vPxv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBiiw6vPxv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBiiw6vPxv .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBiiw6vPxv .nav-link:hover,
.cid-uBiiw6vPxv .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBiiw6vPxv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBiiw6vPxv .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBiiw6vPxv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBiiw6vPxv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBiiw6vPxv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBiiw6vPxv .dropdown-menu {
    top: 100%;
  }
  .cid-uBiiw6vPxv .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBiiw6vPxv .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBiiw6vPxv .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBiiw6vPxv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBnSV7OTKB {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/c11-1256x942.jpg");
}
.cid-uBnSV7OTKB .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uBnSV7OTKB .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uBnSV7OTKB .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sYRiWG19dm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-sYRiWG19dm .underline .line {
  width: 2rem;
  height: 1px;
  background: #cccccc;
  display: inline-block;
}
.cid-sYRiWG19dm .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sYRiWG19dm .title {
    width: 100% !important;
  }
}
.cid-sYRiWG19dm .mbr-section-title {
  color: #b7b6b6;
}
.cid-sYRiWG19dm .mbr-section-subtitle,
.cid-sYRiWG19dm .underline {
  color: #cccccc;
}
.cid-sYRiWGhtSG {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-sYRiWGhtSG .mbr-text {
  color: #cccccc;
}
.cid-sZXBierr1w {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #b7b6b6;
}
.cid-sZXBierr1w .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-sZXBierr1w .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-sZXBierr1w .card .card-title {
  letter-spacing: 1px;
}
.cid-sZXBierr1w .card-title {
  margin: 0;
}
.cid-sZXBierr1w .mbr-text,
.cid-sZXBierr1w .card-title {
  color: #878787;
}
.cid-uBnSywPfVT {
  background: #7a7272;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uBnSywPfVT .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uBnSywPfVT .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cec297;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uBnSywPfVT .image-block:hover:before {
  opacity: 0.6;
}
.cid-uBnSywPfVT .image-block:hover .wrap {
  opacity: 1;
}
.cid-uBnSywPfVT .image-block:hover img {
  transform: scale(1.1);
}
.cid-uBnSywPfVT .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uBnSywPfVT img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBnSywPfVT .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uBnSywPfVT .wrap {
    opacity: 1 !important;
  }
  .cid-uBnSywPfVT .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-sYRiWGrQM4 {
  padding-top: 45px;
  padding-bottom: 135px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #8a8585;
}
.cid-sYRiWGrQM4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sYRiWGrQM4 .mbr-section-title,
.cid-sYRiWGrQM4 .mbr-section-subtitle,
.cid-sYRiWGrQM4 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sYRiWGrQM4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sYRiWGrQM4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYRiWGrQM4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYRiWGrQM4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sYRiWGrQM4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-sYRiWGrQM4 .icon-focus {
  display: none;
}
.cid-sYRiWGrQM4 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sYRiWGrQM4 ul {
  font-size: 0;
}
.cid-sYRiWGrQM4 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sYRiWGrQM4 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sYRiWGrQM4 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sYRiWGrQM4 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sYRiWGrQM4 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sYRiWGrQM4 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sYRiWGrQM4 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sYRiWGrQM4 .btn:hover {
  background: transparent !important;
}
.cid-sYRiWGrQM4 .btn:hover:before {
  background: transparent !important;
}
.cid-sYRiWGrQM4 .btn:before {
  background-color: transparent !important;
}
.cid-sYRiWGrQM4 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sYRiWGrQM4 .mbr-section-subtitle,
.cid-sYRiWGrQM4 .underline {
  color: #cccccc;
}
.cid-uBimKIFBkH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBimKIFBkH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBimKIFBkH .first-column .mbr-text {
  margin: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBimKIFBkH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBimKIFBkH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBimKIFBkH .form-group {
  max-width: 55%;
}
.cid-uBimKIFBkH .form-group,
.cid-uBimKIFBkH .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBimKIFBkH .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBimKIFBkH .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBimKIFBkH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBimKIFBkH .first-column,
  .cid-uBimKIFBkH .second-column,
  .cid-uBimKIFBkH .third-column {
    text-align: center;
  }
  .cid-uBimKIFBkH .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-sYRiWHnn1b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-sZXphmcJI0.popup-builder {
  background-color: #ffffff;
}
.cid-sZXphmcJI0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sZXphmcJI0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sZXphmcJI0 .modal-content,
.cid-sZXphmcJI0 .modal-dialog {
  height: auto;
}
.cid-sZXphmcJI0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sZXphmcJI0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sZXphmcJI0 .form-wrapper .mbr-form .form-group,
  .cid-sZXphmcJI0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sZXphmcJI0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .mbr-text {
  text-align: center;
}
.cid-sZXphmcJI0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sZXphmcJI0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sZXphmcJI0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sZXphmcJI0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sZXphmcJI0 .modal-open {
  overflow: hidden;
}
.cid-sZXphmcJI0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sZXphmcJI0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sZXphmcJI0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sZXphmcJI0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sZXphmcJI0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sZXphmcJI0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sZXphmcJI0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sZXphmcJI0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmcJI0 .modal-header {
    padding: 1rem;
  }
}
.cid-sZXphmcJI0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sZXphmcJI0 .modal-header .close svg {
  fill: #878787;
}
.cid-sZXphmcJI0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sZXphmcJI0 .modal-header .close:focus {
  outline: none;
}
.cid-sZXphmcJI0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-sZXphmcJI0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sZXphmcJI0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmcJI0 .modal-body {
    padding: 1rem;
  }
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXphmcJI0 .modal-footer {
    padding: 1rem;
  }
}
.cid-sZXphmcJI0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sZXphmcJI0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sZXphmcJI0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sZXphmcJI0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sZXphmcJI0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sZXphmcJI0 .modal-lg,
  .cid-sZXphmcJI0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sZXphmcJI0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sZXphmcJI0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .form-group {
  margin-bottom: 1rem;
}
.cid-sZXphmcJI0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sZXphmcJI0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sZXphmcJI0 .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-sZXphmcJI0 .mbr-section-btn {
  margin: 0;
}
.cid-sZXphmcJI0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBo0CNZRMJ .nav-item:focus,
.cid-uBo0CNZRMJ .nav-link:focus {
  outline: none;
}
.cid-uBo0CNZRMJ a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBo0CNZRMJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBo0CNZRMJ .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBo0CNZRMJ .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBo0CNZRMJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBo0CNZRMJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBo0CNZRMJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBo0CNZRMJ .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBo0CNZRMJ .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBo0CNZRMJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBo0CNZRMJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBo0CNZRMJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBo0CNZRMJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBo0CNZRMJ .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBo0CNZRMJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBo0CNZRMJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBo0CNZRMJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBo0CNZRMJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBo0CNZRMJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBo0CNZRMJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBo0CNZRMJ .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBo0CNZRMJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBo0CNZRMJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBo0CNZRMJ .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBo0CNZRMJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBo0CNZRMJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBo0CNZRMJ .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBo0CNZRMJ .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBo0CNZRMJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBo0CNZRMJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBo0CNZRMJ .dropdown-item.active,
.cid-uBo0CNZRMJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBo0CNZRMJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBo0CNZRMJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBo0CNZRMJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBo0CNZRMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBo0CNZRMJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBo0CNZRMJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBo0CNZRMJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBo0CNZRMJ .navbar-buttons {
  text-align: center;
}
.cid-uBo0CNZRMJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBo0CNZRMJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBo0CNZRMJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBo0CNZRMJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBo0CNZRMJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBo0CNZRMJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBo0CNZRMJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBo0CNZRMJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBo0CNZRMJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBo0CNZRMJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBo0CNZRMJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBo0CNZRMJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBo0CNZRMJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBo0CNZRMJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBo0CNZRMJ .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBo0CNZRMJ .nav-link:hover,
.cid-uBo0CNZRMJ .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBo0CNZRMJ .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBo0CNZRMJ .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBo0CNZRMJ .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBo0CNZRMJ .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBo0CNZRMJ .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBo0CNZRMJ .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBo0CNZRMJ .dropdown-menu {
    top: 100%;
  }
  .cid-uBo0CNZRMJ .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBo0CNZRMJ .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBo0CNZRMJ .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBo0CNZRMJ .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBo0CIuWoa {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/s21-1256x950.jpg");
}
.cid-uBo0CIuWoa .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uBo0CIuWoa .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uBo0CIuWoa .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uBo0CJeLGc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-uBo0CJeLGc .underline .line {
  width: 2rem;
  height: 1px;
  background: #cccccc;
  display: inline-block;
}
.cid-uBo0CJeLGc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBo0CJeLGc .title {
    width: 100% !important;
  }
}
.cid-uBo0CJeLGc .mbr-section-title {
  color: #b7b6b6;
}
.cid-uBo0CJeLGc .mbr-section-subtitle,
.cid-uBo0CJeLGc .underline {
  color: #cccccc;
}
.cid-uBo0CJBmIW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-uBo0CJBmIW .mbr-text {
  color: #cccccc;
}
.cid-uBo0CJZiHg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #b7b6b6;
}
.cid-uBo0CJZiHg .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uBo0CJZiHg .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-uBo0CJZiHg .card .card-title {
  letter-spacing: 1px;
}
.cid-uBo0CJZiHg .card-title {
  margin: 0;
}
.cid-uBo0CJZiHg .mbr-text,
.cid-uBo0CJZiHg .card-title {
  color: #878787;
}
.cid-uBo0CKFZ2F {
  background: #7a7272;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uBo0CKFZ2F .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uBo0CKFZ2F .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cec297;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uBo0CKFZ2F .image-block:hover:before {
  opacity: 0.6;
}
.cid-uBo0CKFZ2F .image-block:hover .wrap {
  opacity: 1;
}
.cid-uBo0CKFZ2F .image-block:hover img {
  transform: scale(1.1);
}
.cid-uBo0CKFZ2F .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uBo0CKFZ2F img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBo0CKFZ2F .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uBo0CKFZ2F .wrap {
    opacity: 1 !important;
  }
  .cid-uBo0CKFZ2F .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-uBo0CLdp4q {
  padding-top: 45px;
  padding-bottom: 135px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #8a8585;
}
.cid-uBo0CLdp4q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBo0CLdp4q .mbr-section-title,
.cid-uBo0CLdp4q .mbr-section-subtitle,
.cid-uBo0CLdp4q .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBo0CLdp4q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBo0CLdp4q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBo0CLdp4q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBo0CLdp4q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBo0CLdp4q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uBo0CLdp4q .icon-focus {
  display: none;
}
.cid-uBo0CLdp4q .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uBo0CLdp4q ul {
  font-size: 0;
}
.cid-uBo0CLdp4q .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uBo0CLdp4q .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uBo0CLdp4q .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uBo0CLdp4q .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uBo0CLdp4q .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uBo0CLdp4q .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uBo0CLdp4q .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uBo0CLdp4q .btn:hover {
  background: transparent !important;
}
.cid-uBo0CLdp4q .btn:hover:before {
  background: transparent !important;
}
.cid-uBo0CLdp4q .btn:before {
  background-color: transparent !important;
}
.cid-uBo0CLdp4q .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uBo0CLdp4q .mbr-section-subtitle,
.cid-uBo0CLdp4q .underline {
  color: #cccccc;
}
.cid-uBo0CLXOY9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBo0CLXOY9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBo0CLXOY9 .first-column .mbr-text {
  margin: 0;
}
.cid-uBo0CLXOY9 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBo0CLXOY9 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBo0CLXOY9 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBo0CLXOY9 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBo0CLXOY9 .form-group {
  max-width: 55%;
}
.cid-uBo0CLXOY9 .form-group,
.cid-uBo0CLXOY9 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBo0CLXOY9 .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBo0CLXOY9 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBo0CLXOY9 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBo0CLXOY9 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBo0CLXOY9 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBo0CLXOY9 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBo0CLXOY9 .first-column,
  .cid-uBo0CLXOY9 .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBo0CLXOY9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBo0CLXOY9 .first-column,
  .cid-uBo0CLXOY9 .second-column,
  .cid-uBo0CLXOY9 .third-column {
    text-align: center;
  }
  .cid-uBo0CLXOY9 .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-uBo0CMGVjw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-uBo0CNcu1N.popup-builder {
  background-color: #ffffff;
}
.cid-uBo0CNcu1N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBo0CNcu1N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBo0CNcu1N .modal-content,
.cid-uBo0CNcu1N .modal-dialog {
  height: auto;
}
.cid-uBo0CNcu1N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBo0CNcu1N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBo0CNcu1N .form-wrapper .mbr-form .form-group,
  .cid-uBo0CNcu1N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBo0CNcu1N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .mbr-text {
  text-align: center;
}
.cid-uBo0CNcu1N .pt-0 {
  padding-top: 0 !important;
}
.cid-uBo0CNcu1N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBo0CNcu1N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBo0CNcu1N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBo0CNcu1N .modal-open {
  overflow: hidden;
}
.cid-uBo0CNcu1N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBo0CNcu1N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBo0CNcu1N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBo0CNcu1N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBo0CNcu1N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBo0CNcu1N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBo0CNcu1N .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBo0CNcu1N .modal-backdrop.show {
  opacity: .5;
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBo0CNcu1N .modal-header {
    padding: 1rem;
  }
}
.cid-uBo0CNcu1N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBo0CNcu1N .modal-header .close svg {
  fill: #878787;
}
.cid-uBo0CNcu1N .modal-header .close:hover {
  opacity: 1;
}
.cid-uBo0CNcu1N .modal-header .close:focus {
  outline: none;
}
.cid-uBo0CNcu1N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-uBo0CNcu1N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBo0CNcu1N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBo0CNcu1N .modal-body {
    padding: 1rem;
  }
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBo0CNcu1N .modal-footer {
    padding: 1rem;
  }
}
.cid-uBo0CNcu1N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBo0CNcu1N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBo0CNcu1N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBo0CNcu1N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBo0CNcu1N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBo0CNcu1N .modal-lg,
  .cid-uBo0CNcu1N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBo0CNcu1N .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBo0CNcu1N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .form-group {
  margin-bottom: 1rem;
}
.cid-uBo0CNcu1N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBo0CNcu1N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBo0CNcu1N .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-uBo0CNcu1N .mbr-section-btn {
  margin: 0;
}
.cid-uBo0CNcu1N .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBobVg20Cp .nav-item:focus,
.cid-uBobVg20Cp .nav-link:focus {
  outline: none;
}
.cid-uBobVg20Cp a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBobVg20Cp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBobVg20Cp .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBobVg20Cp .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBobVg20Cp .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBobVg20Cp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBobVg20Cp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBobVg20Cp .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBobVg20Cp .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBobVg20Cp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBobVg20Cp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBobVg20Cp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBobVg20Cp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBobVg20Cp .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBobVg20Cp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBobVg20Cp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBobVg20Cp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBobVg20Cp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBobVg20Cp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBobVg20Cp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBobVg20Cp .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBobVg20Cp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBobVg20Cp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBobVg20Cp .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBobVg20Cp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBobVg20Cp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBobVg20Cp .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBobVg20Cp .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBobVg20Cp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBobVg20Cp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBobVg20Cp .dropdown-item.active,
.cid-uBobVg20Cp .dropdown-item:active {
  background-color: transparent;
}
.cid-uBobVg20Cp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBobVg20Cp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBobVg20Cp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBobVg20Cp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBobVg20Cp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBobVg20Cp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBobVg20Cp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBobVg20Cp .navbar-buttons {
  text-align: center;
}
.cid-uBobVg20Cp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBobVg20Cp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBobVg20Cp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBobVg20Cp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBobVg20Cp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBobVg20Cp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBobVg20Cp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBobVg20Cp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBobVg20Cp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBobVg20Cp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBobVg20Cp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBobVg20Cp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBobVg20Cp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBobVg20Cp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBobVg20Cp .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBobVg20Cp .nav-link:hover,
.cid-uBobVg20Cp .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBobVg20Cp .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBobVg20Cp .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBobVg20Cp .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBobVg20Cp .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBobVg20Cp .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBobVg20Cp .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBobVg20Cp .dropdown-menu {
    top: 100%;
  }
  .cid-uBobVg20Cp .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBobVg20Cp .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBobVg20Cp .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBobVg20Cp .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBobV62KV9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/9-1256x942.jpg");
}
.cid-uBobV62KV9 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uBobV62KV9 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uBobV62KV9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uBobV7A8uW {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-uBobV7A8uW .underline .line {
  width: 2rem;
  height: 1px;
  background: #cccccc;
  display: inline-block;
}
.cid-uBobV7A8uW .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBobV7A8uW .title {
    width: 100% !important;
  }
}
.cid-uBobV7A8uW .mbr-section-title {
  color: #b7b6b6;
}
.cid-uBobV7A8uW .mbr-section-subtitle,
.cid-uBobV7A8uW .underline {
  color: #cccccc;
}
.cid-uBobV9n0E3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-uBobV9n0E3 .mbr-text {
  color: #cccccc;
}
.cid-uBobVa9wDD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #b7b6b6;
}
.cid-uBobVa9wDD .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uBobVa9wDD .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-uBobVa9wDD .card .card-title {
  letter-spacing: 1px;
}
.cid-uBobVa9wDD .card-title {
  margin: 0;
}
.cid-uBobVa9wDD .mbr-text,
.cid-uBobVa9wDD .card-title {
  color: #878787;
}
.cid-uBobVbxMRm {
  background: #7a7272;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uBobVbxMRm .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uBobVbxMRm .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cec297;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uBobVbxMRm .image-block:hover:before {
  opacity: 0.6;
}
.cid-uBobVbxMRm .image-block:hover .wrap {
  opacity: 1;
}
.cid-uBobVbxMRm .image-block:hover img {
  transform: scale(1.1);
}
.cid-uBobVbxMRm .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uBobVbxMRm img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBobVbxMRm .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uBobVbxMRm .wrap {
    opacity: 1 !important;
  }
  .cid-uBobVbxMRm .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-uBobVcbS2j {
  padding-top: 45px;
  padding-bottom: 135px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #8a8585;
}
.cid-uBobVcbS2j .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBobVcbS2j .mbr-section-title,
.cid-uBobVcbS2j .mbr-section-subtitle,
.cid-uBobVcbS2j .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBobVcbS2j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBobVcbS2j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBobVcbS2j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBobVcbS2j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBobVcbS2j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uBobVcbS2j .icon-focus {
  display: none;
}
.cid-uBobVcbS2j .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uBobVcbS2j ul {
  font-size: 0;
}
.cid-uBobVcbS2j .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uBobVcbS2j .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uBobVcbS2j .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uBobVcbS2j .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uBobVcbS2j .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uBobVcbS2j .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uBobVcbS2j .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uBobVcbS2j .btn:hover {
  background: transparent !important;
}
.cid-uBobVcbS2j .btn:hover:before {
  background: transparent !important;
}
.cid-uBobVcbS2j .btn:before {
  background-color: transparent !important;
}
.cid-uBobVcbS2j .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uBobVcbS2j .mbr-section-subtitle,
.cid-uBobVcbS2j .underline {
  color: #cccccc;
}
.cid-uBobVdprtT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBobVdprtT .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBobVdprtT .first-column .mbr-text {
  margin: 0;
}
.cid-uBobVdprtT .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBobVdprtT .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBobVdprtT .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBobVdprtT .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBobVdprtT .form-group {
  max-width: 55%;
}
.cid-uBobVdprtT .form-group,
.cid-uBobVdprtT .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBobVdprtT .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBobVdprtT .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBobVdprtT .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBobVdprtT .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBobVdprtT .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBobVdprtT .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBobVdprtT .first-column,
  .cid-uBobVdprtT .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBobVdprtT .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBobVdprtT .first-column,
  .cid-uBobVdprtT .second-column,
  .cid-uBobVdprtT .third-column {
    text-align: center;
  }
  .cid-uBobVdprtT .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-uBobVeq1HM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-uBobVeZNnn.popup-builder {
  background-color: #ffffff;
}
.cid-uBobVeZNnn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBobVeZNnn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBobVeZNnn .modal-content,
.cid-uBobVeZNnn .modal-dialog {
  height: auto;
}
.cid-uBobVeZNnn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBobVeZNnn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBobVeZNnn .form-wrapper .mbr-form .form-group,
  .cid-uBobVeZNnn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBobVeZNnn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBobVeZNnn .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-uBobVeZNnn .mbr-text {
  text-align: center;
}
.cid-uBobVeZNnn .pt-0 {
  padding-top: 0 !important;
}
.cid-uBobVeZNnn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBobVeZNnn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBobVeZNnn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBobVeZNnn .modal-open {
  overflow: hidden;
}
.cid-uBobVeZNnn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBobVeZNnn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBobVeZNnn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBobVeZNnn .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-uBobVeZNnn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBobVeZNnn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBobVeZNnn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBobVeZNnn .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-uBobVeZNnn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBobVeZNnn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBobVeZNnn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBobVeZNnn .modal-backdrop.show {
  opacity: .5;
}
.cid-uBobVeZNnn .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-uBobVeZNnn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBobVeZNnn .modal-header {
    padding: 1rem;
  }
}
.cid-uBobVeZNnn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBobVeZNnn .modal-header .close svg {
  fill: #878787;
}
.cid-uBobVeZNnn .modal-header .close:hover {
  opacity: 1;
}
.cid-uBobVeZNnn .modal-header .close:focus {
  outline: none;
}
.cid-uBobVeZNnn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-uBobVeZNnn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBobVeZNnn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBobVeZNnn .modal-body {
    padding: 1rem;
  }
}
.cid-uBobVeZNnn .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-uBobVeZNnn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBobVeZNnn .modal-footer {
    padding: 1rem;
  }
}
.cid-uBobVeZNnn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBobVeZNnn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBobVeZNnn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBobVeZNnn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBobVeZNnn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBobVeZNnn .modal-lg,
  .cid-uBobVeZNnn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBobVeZNnn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBobVeZNnn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBobVeZNnn .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-uBobVeZNnn .form-group {
  margin-bottom: 1rem;
}
.cid-uBobVeZNnn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBobVeZNnn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBobVeZNnn .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-uBobVeZNnn .mbr-section-btn {
  margin: 0;
}
.cid-uBobVeZNnn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBog55aSKU .nav-item:focus,
.cid-uBog55aSKU .nav-link:focus {
  outline: none;
}
.cid-uBog55aSKU a.nav-link:focus {
  color: #709faf !important;
}
.cid-uBog55aSKU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uBog55aSKU .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uBog55aSKU .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uBog55aSKU .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uBog55aSKU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBog55aSKU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uBog55aSKU .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uBog55aSKU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uBog55aSKU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBog55aSKU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uBog55aSKU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uBog55aSKU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBog55aSKU .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uBog55aSKU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBog55aSKU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBog55aSKU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBog55aSKU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBog55aSKU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBog55aSKU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBog55aSKU .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uBog55aSKU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uBog55aSKU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBog55aSKU .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uBog55aSKU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBog55aSKU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBog55aSKU .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBog55aSKU .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uBog55aSKU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uBog55aSKU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBog55aSKU .dropdown-item.active,
.cid-uBog55aSKU .dropdown-item:active {
  background-color: transparent;
}
.cid-uBog55aSKU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBog55aSKU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBog55aSKU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBog55aSKU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uBog55aSKU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uBog55aSKU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBog55aSKU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBog55aSKU .navbar-buttons {
  text-align: center;
}
.cid-uBog55aSKU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBog55aSKU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBog55aSKU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBog55aSKU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBog55aSKU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBog55aSKU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBog55aSKU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBog55aSKU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBog55aSKU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBog55aSKU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBog55aSKU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBog55aSKU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uBog55aSKU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBog55aSKU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uBog55aSKU .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uBog55aSKU .nav-link:hover,
.cid-uBog55aSKU .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uBog55aSKU .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uBog55aSKU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uBog55aSKU .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uBog55aSKU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uBog55aSKU .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uBog55aSKU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uBog55aSKU .dropdown-menu {
    top: 100%;
  }
  .cid-uBog55aSKU .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uBog55aSKU .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uBog55aSKU .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uBog55aSKU .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBog4Zgqdy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/d10-2000x1500.jpg");
}
.cid-uBog4Zgqdy .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uBog4Zgqdy .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uBog4Zgqdy .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uBog501OXu {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7a7272;
}
.cid-uBog501OXu .underline .line {
  width: 2rem;
  height: 1px;
  background: #cccccc;
  display: inline-block;
}
.cid-uBog501OXu .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBog501OXu .title {
    width: 100% !important;
  }
}
.cid-uBog501OXu .mbr-section-title {
  color: #b7b6b6;
}
.cid-uBog501OXu .mbr-section-subtitle,
.cid-uBog501OXu .underline {
  color: #cccccc;
}
.cid-uBog50q8Pp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7a7272;
}
.cid-uBog50q8Pp .mbr-text {
  color: #cccccc;
}
.cid-uBog50SIa7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #b7b6b6;
}
.cid-uBog50SIa7 .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uBog50SIa7 .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-uBog50SIa7 .card .card-title {
  letter-spacing: 1px;
}
.cid-uBog50SIa7 .card-title {
  margin: 0;
}
.cid-uBog50SIa7 .mbr-text,
.cid-uBog50SIa7 .card-title {
  color: #878787;
}
.cid-uBog51KUqs {
  background: #7a7272;
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-uBog51KUqs .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uBog51KUqs .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cec297;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uBog51KUqs .image-block:hover:before {
  opacity: 0.6;
}
.cid-uBog51KUqs .image-block:hover .wrap {
  opacity: 1;
}
.cid-uBog51KUqs .image-block:hover img {
  transform: scale(1.1);
}
.cid-uBog51KUqs .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uBog51KUqs img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBog51KUqs .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uBog51KUqs .wrap {
    opacity: 1 !important;
  }
  .cid-uBog51KUqs .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-uBog52i3F1 {
  padding-top: 45px;
  padding-bottom: 135px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #8a8585;
}
.cid-uBog52i3F1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uBog52i3F1 .mbr-section-title,
.cid-uBog52i3F1 .mbr-section-subtitle,
.cid-uBog52i3F1 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBog52i3F1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBog52i3F1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBog52i3F1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBog52i3F1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBog52i3F1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uBog52i3F1 .icon-focus {
  display: none;
}
.cid-uBog52i3F1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uBog52i3F1 ul {
  font-size: 0;
}
.cid-uBog52i3F1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uBog52i3F1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uBog52i3F1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uBog52i3F1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uBog52i3F1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uBog52i3F1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uBog52i3F1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uBog52i3F1 .btn:hover {
  background: transparent !important;
}
.cid-uBog52i3F1 .btn:hover:before {
  background: transparent !important;
}
.cid-uBog52i3F1 .btn:before {
  background-color: transparent !important;
}
.cid-uBog52i3F1 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uBog52i3F1 .mbr-section-subtitle,
.cid-uBog52i3F1 .underline {
  color: #cccccc;
}
.cid-uBog5367gF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uBog5367gF .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uBog5367gF .first-column .mbr-text {
  margin: 0;
}
.cid-uBog5367gF .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uBog5367gF .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uBog5367gF .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uBog5367gF .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uBog5367gF .form-group {
  max-width: 55%;
}
.cid-uBog5367gF .form-group,
.cid-uBog5367gF .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBog5367gF .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uBog5367gF .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uBog5367gF .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBog5367gF .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uBog5367gF .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uBog5367gF .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uBog5367gF .first-column,
  .cid-uBog5367gF .second-column {
    padding-bottom: 2rem;
  }
  .cid-uBog5367gF .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uBog5367gF .first-column,
  .cid-uBog5367gF .second-column,
  .cid-uBog5367gF .third-column {
    text-align: center;
  }
  .cid-uBog5367gF .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-uBog53THOw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-uBog54nxH8.popup-builder {
  background-color: #ffffff;
}
.cid-uBog54nxH8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBog54nxH8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBog54nxH8 .modal-content,
.cid-uBog54nxH8 .modal-dialog {
  height: auto;
}
.cid-uBog54nxH8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBog54nxH8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBog54nxH8 .form-wrapper .mbr-form .form-group,
  .cid-uBog54nxH8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBog54nxH8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBog54nxH8 .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-uBog54nxH8 .mbr-text {
  text-align: center;
}
.cid-uBog54nxH8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBog54nxH8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBog54nxH8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBog54nxH8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBog54nxH8 .modal-open {
  overflow: hidden;
}
.cid-uBog54nxH8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBog54nxH8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBog54nxH8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBog54nxH8 .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-uBog54nxH8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBog54nxH8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBog54nxH8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBog54nxH8 .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-uBog54nxH8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBog54nxH8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBog54nxH8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBog54nxH8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBog54nxH8 .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-uBog54nxH8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBog54nxH8 .modal-header {
    padding: 1rem;
  }
}
.cid-uBog54nxH8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBog54nxH8 .modal-header .close svg {
  fill: #878787;
}
.cid-uBog54nxH8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBog54nxH8 .modal-header .close:focus {
  outline: none;
}
.cid-uBog54nxH8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-uBog54nxH8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBog54nxH8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBog54nxH8 .modal-body {
    padding: 1rem;
  }
}
.cid-uBog54nxH8 .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-uBog54nxH8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBog54nxH8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBog54nxH8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBog54nxH8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBog54nxH8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBog54nxH8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBog54nxH8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBog54nxH8 .modal-lg,
  .cid-uBog54nxH8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBog54nxH8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBog54nxH8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBog54nxH8 .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-uBog54nxH8 .form-group {
  margin-bottom: 1rem;
}
.cid-uBog54nxH8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBog54nxH8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBog54nxH8 .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-uBog54nxH8 .mbr-section-btn {
  margin: 0;
}
.cid-uBog54nxH8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDJFkulI9K .nav-item:focus,
.cid-uDJFkulI9K .nav-link:focus {
  outline: none;
}
.cid-uDJFkulI9K a.nav-link:focus {
  color: #709faf !important;
}
.cid-uDJFkulI9K .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uDJFkulI9K .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uDJFkulI9K .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uDJFkulI9K .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uDJFkulI9K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDJFkulI9K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uDJFkulI9K .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uDJFkulI9K .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDJFkulI9K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDJFkulI9K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uDJFkulI9K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDJFkulI9K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDJFkulI9K .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uDJFkulI9K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDJFkulI9K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDJFkulI9K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDJFkulI9K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDJFkulI9K .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDJFkulI9K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDJFkulI9K .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uDJFkulI9K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uDJFkulI9K .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDJFkulI9K .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uDJFkulI9K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDJFkulI9K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDJFkulI9K .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDJFkulI9K .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uDJFkulI9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uDJFkulI9K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDJFkulI9K .dropdown-item.active,
.cid-uDJFkulI9K .dropdown-item:active {
  background-color: transparent;
}
.cid-uDJFkulI9K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDJFkulI9K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDJFkulI9K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDJFkulI9K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uDJFkulI9K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uDJFkulI9K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDJFkulI9K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDJFkulI9K .navbar-buttons {
  text-align: center;
}
.cid-uDJFkulI9K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDJFkulI9K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDJFkulI9K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDJFkulI9K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJFkulI9K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJFkulI9K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDJFkulI9K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJFkulI9K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDJFkulI9K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDJFkulI9K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJFkulI9K .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uDJFkulI9K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uDJFkulI9K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDJFkulI9K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uDJFkulI9K .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uDJFkulI9K .nav-link:hover,
.cid-uDJFkulI9K .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uDJFkulI9K .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uDJFkulI9K .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uDJFkulI9K .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uDJFkulI9K .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uDJFkulI9K .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uDJFkulI9K .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uDJFkulI9K .dropdown-menu {
    top: 100%;
  }
  .cid-uDJFkulI9K .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uDJFkulI9K .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uDJFkulI9K .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uDJFkulI9K .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uDJFwb86SH .modal-body .close {
  background: #1b1b1b;
}
.cid-uDJFwb86SH .modal-body .close span {
  font-style: normal;
}
.cid-uDJFwb86SH .carousel-inner > .active,
.cid-uDJFwb86SH .carousel-inner > .next,
.cid-uDJFwb86SH .carousel-inner > .prev {
  display: flex;
}
.cid-uDJFwb86SH .carousel-control .icon-next,
.cid-uDJFwb86SH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uDJFwb86SH .carousel-control:hover {
  background: #b19e8c;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDJFwb86SH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJFwb86SH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uDJFwb86SH .boxed-slider > div {
  position: relative;
}
.cid-uDJFwb86SH .container img {
  width: 100%;
}
.cid-uDJFwb86SH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uDJFwb86SH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDJFwb86SH .mbr-table-cell {
  padding: 0;
}
.cid-uDJFwb86SH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDJFwb86SH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDJFwb86SH .mbr-overlay {
  z-index: 1;
}
.cid-uDJFwb86SH .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDJFwb86SH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uDJFwb86SH .carousel-item.active.right,
.cid-uDJFwb86SH .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDJFwb86SH .carousel-item.active.left,
.cid-uDJFwb86SH .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDJFwb86SH .carousel-item.active,
.cid-uDJFwb86SH .carousel-item.next.left,
.cid-uDJFwb86SH .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uDJFwb86SH .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uDJFwb86SH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uDJFwb86SH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uDJFwb86SH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDJFwb86SH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uDJFwb86SH .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #b19e8c;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDJFwb86SH .mbr-slider .carousel-indicators li.active,
.cid-uDJFwb86SH .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDJFwb86SH .mbr-slider .carousel-indicators li::after,
.cid-uDJFwb86SH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uDJFwb86SH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uDJFwb86SH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uDJFwb86SH .mbr-slider > .container img {
  width: 100%;
}
.cid-uDJFwb86SH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDJFwb86SH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uDJFwb86SH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJFwb86SH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDJFwb86SH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uDJFwb86SH .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uDJFwb86SH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uDJFwb86SH .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uDJFwb86SH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uDJFwb86SH .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDJFwb86SH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uDJFwb86SH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uDJFwb86SH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uDJFkwAyBL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uDJFkwAyBL .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uDJFkwAyBL .first-column .mbr-text {
  margin: 0;
}
.cid-uDJFkwAyBL .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uDJFkwAyBL .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uDJFkwAyBL .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uDJFkwAyBL .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uDJFkwAyBL .form-group {
  max-width: 55%;
}
.cid-uDJFkwAyBL .form-group,
.cid-uDJFkwAyBL .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uDJFkwAyBL .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uDJFkwAyBL .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uDJFkwAyBL .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uDJFkwAyBL .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uDJFkwAyBL .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uDJFkwAyBL .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uDJFkwAyBL .first-column,
  .cid-uDJFkwAyBL .second-column {
    padding-bottom: 2rem;
  }
  .cid-uDJFkwAyBL .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uDJFkwAyBL .first-column,
  .cid-uDJFkwAyBL .second-column,
  .cid-uDJFkwAyBL .third-column {
    text-align: center;
  }
  .cid-uDJFkwAyBL .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-uDJFkx0XSX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-uDJFkxgL6U.popup-builder {
  background-color: #ffffff;
}
.cid-uDJFkxgL6U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDJFkxgL6U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDJFkxgL6U .modal-content,
.cid-uDJFkxgL6U .modal-dialog {
  height: auto;
}
.cid-uDJFkxgL6U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDJFkxgL6U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDJFkxgL6U .form-wrapper .mbr-form .form-group,
  .cid-uDJFkxgL6U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDJFkxgL6U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .mbr-text {
  text-align: center;
}
.cid-uDJFkxgL6U .pt-0 {
  padding-top: 0 !important;
}
.cid-uDJFkxgL6U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDJFkxgL6U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDJFkxgL6U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDJFkxgL6U .modal-open {
  overflow: hidden;
}
.cid-uDJFkxgL6U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDJFkxgL6U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDJFkxgL6U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDJFkxgL6U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDJFkxgL6U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDJFkxgL6U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDJFkxgL6U .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDJFkxgL6U .modal-backdrop.show {
  opacity: .5;
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFkxgL6U .modal-header {
    padding: 1rem;
  }
}
.cid-uDJFkxgL6U .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDJFkxgL6U .modal-header .close svg {
  fill: #878787;
}
.cid-uDJFkxgL6U .modal-header .close:hover {
  opacity: 1;
}
.cid-uDJFkxgL6U .modal-header .close:focus {
  outline: none;
}
.cid-uDJFkxgL6U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-uDJFkxgL6U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDJFkxgL6U .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFkxgL6U .modal-body {
    padding: 1rem;
  }
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFkxgL6U .modal-footer {
    padding: 1rem;
  }
}
.cid-uDJFkxgL6U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDJFkxgL6U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDJFkxgL6U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDJFkxgL6U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDJFkxgL6U .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDJFkxgL6U .modal-lg,
  .cid-uDJFkxgL6U .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDJFkxgL6U .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDJFkxgL6U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .form-group {
  margin-bottom: 1rem;
}
.cid-uDJFkxgL6U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDJFkxgL6U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDJFkxgL6U .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-uDJFkxgL6U .mbr-section-btn {
  margin: 0;
}
.cid-uDJFkxgL6U .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDJFAQhs0x .nav-item:focus,
.cid-uDJFAQhs0x .nav-link:focus {
  outline: none;
}
.cid-uDJFAQhs0x a.nav-link:focus {
  color: #709faf !important;
}
.cid-uDJFAQhs0x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #7a7272;
}
.cid-uDJFAQhs0x .navbar.opened {
  transition: all .3s;
  background: #7a7272 !important;
}
.cid-uDJFAQhs0x .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uDJFAQhs0x .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uDJFAQhs0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDJFAQhs0x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uDJFAQhs0x .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uDJFAQhs0x .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDJFAQhs0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDJFAQhs0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uDJFAQhs0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uDJFAQhs0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDJFAQhs0x .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uDJFAQhs0x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDJFAQhs0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDJFAQhs0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDJFAQhs0x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDJFAQhs0x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDJFAQhs0x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDJFAQhs0x .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uDJFAQhs0x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uDJFAQhs0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDJFAQhs0x .navbar.navbar-short {
  background: #7a7272 !important;
  min-height: 60px;
}
.cid-uDJFAQhs0x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDJFAQhs0x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDJFAQhs0x .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDJFAQhs0x .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uDJFAQhs0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uDJFAQhs0x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDJFAQhs0x .dropdown-item.active,
.cid-uDJFAQhs0x .dropdown-item:active {
  background-color: transparent;
}
.cid-uDJFAQhs0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDJFAQhs0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDJFAQhs0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDJFAQhs0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uDJFAQhs0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uDJFAQhs0x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDJFAQhs0x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDJFAQhs0x .navbar-buttons {
  text-align: center;
}
.cid-uDJFAQhs0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDJFAQhs0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDJFAQhs0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDJFAQhs0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJFAQhs0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJFAQhs0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDJFAQhs0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJFAQhs0x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDJFAQhs0x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDJFAQhs0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJFAQhs0x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uDJFAQhs0x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uDJFAQhs0x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDJFAQhs0x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uDJFAQhs0x .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uDJFAQhs0x .nav-link:hover,
.cid-uDJFAQhs0x .icons-menu .mbr-iconfont:hover {
  color: #709faf !important;
}
.cid-uDJFAQhs0x .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uDJFAQhs0x .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #709faf;
  transition: width 0.3s ease-in;
}
.cid-uDJFAQhs0x .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uDJFAQhs0x .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uDJFAQhs0x .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uDJFAQhs0x .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uDJFAQhs0x .dropdown-menu {
    top: 100%;
  }
  .cid-uDJFAQhs0x .dropdown-item {
    border-bottom: 1px solid #625242;
    box-shadow: 0px 2px 5px #b19e8c;
    background: #b19e8c !important;
  }
  .cid-uDJFAQhs0x .dropdown-item:hover {
    background: #9c846e !important;
  }
  .cid-uDJFAQhs0x .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uDJFAQhs0x .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uDJFJLHIMn .modal-body .close {
  background: #1b1b1b;
}
.cid-uDJFJLHIMn .modal-body .close span {
  font-style: normal;
}
.cid-uDJFJLHIMn .carousel-inner > .active,
.cid-uDJFJLHIMn .carousel-inner > .next,
.cid-uDJFJLHIMn .carousel-inner > .prev {
  display: flex;
}
.cid-uDJFJLHIMn .carousel-control .icon-next,
.cid-uDJFJLHIMn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uDJFJLHIMn .carousel-control:hover {
  background: #b19e8c;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDJFJLHIMn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJFJLHIMn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uDJFJLHIMn .boxed-slider > div {
  position: relative;
}
.cid-uDJFJLHIMn .container img {
  width: 100%;
}
.cid-uDJFJLHIMn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uDJFJLHIMn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDJFJLHIMn .mbr-table-cell {
  padding: 0;
}
.cid-uDJFJLHIMn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDJFJLHIMn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDJFJLHIMn .mbr-overlay {
  z-index: 1;
}
.cid-uDJFJLHIMn .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDJFJLHIMn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uDJFJLHIMn .carousel-item.active.right,
.cid-uDJFJLHIMn .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDJFJLHIMn .carousel-item.active.left,
.cid-uDJFJLHIMn .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDJFJLHIMn .carousel-item.active,
.cid-uDJFJLHIMn .carousel-item.next.left,
.cid-uDJFJLHIMn .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uDJFJLHIMn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #b19e8c;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators li.active,
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators li::after,
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uDJFJLHIMn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uDJFJLHIMn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uDJFJLHIMn .mbr-slider > .container img {
  width: 100%;
}
.cid-uDJFJLHIMn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDJFJLHIMn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uDJFJLHIMn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJFJLHIMn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDJFJLHIMn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uDJFJLHIMn .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uDJFJLHIMn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uDJFJLHIMn .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uDJFJLHIMn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uDJFJLHIMn .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDJFJLHIMn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uDJFJLHIMn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uDJFJLHIMn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uDJFAQZ0XC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7a7272;
}
.cid-uDJFAQZ0XC .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uDJFAQZ0XC .first-column .mbr-text {
  margin: 0;
}
.cid-uDJFAQZ0XC .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uDJFAQZ0XC .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uDJFAQZ0XC .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uDJFAQZ0XC .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uDJFAQZ0XC .form-group {
  max-width: 55%;
}
.cid-uDJFAQZ0XC .form-group,
.cid-uDJFAQZ0XC .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uDJFAQZ0XC .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uDJFAQZ0XC .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uDJFAQZ0XC .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uDJFAQZ0XC .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uDJFAQZ0XC .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uDJFAQZ0XC .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uDJFAQZ0XC .first-column,
  .cid-uDJFAQZ0XC .second-column {
    padding-bottom: 2rem;
  }
  .cid-uDJFAQZ0XC .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uDJFAQZ0XC .first-column,
  .cid-uDJFAQZ0XC .second-column,
  .cid-uDJFAQZ0XC .third-column {
    text-align: center;
  }
  .cid-uDJFAQZ0XC .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
.cid-uDJFARpzT7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8a8585;
}
.cid-uDJFARCxdl.popup-builder {
  background-color: #ffffff;
}
.cid-uDJFARCxdl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDJFARCxdl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDJFARCxdl .modal-content,
.cid-uDJFARCxdl .modal-dialog {
  height: auto;
}
.cid-uDJFARCxdl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDJFARCxdl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDJFARCxdl .form-wrapper .mbr-form .form-group,
  .cid-uDJFARCxdl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDJFARCxdl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDJFARCxdl .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-uDJFARCxdl .mbr-text {
  text-align: center;
}
.cid-uDJFARCxdl .pt-0 {
  padding-top: 0 !important;
}
.cid-uDJFARCxdl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDJFARCxdl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDJFARCxdl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDJFARCxdl .modal-open {
  overflow: hidden;
}
.cid-uDJFARCxdl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDJFARCxdl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDJFARCxdl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDJFARCxdl .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-uDJFARCxdl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDJFARCxdl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDJFARCxdl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDJFARCxdl .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-uDJFARCxdl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDJFARCxdl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDJFARCxdl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDJFARCxdl .modal-backdrop.show {
  opacity: .5;
}
.cid-uDJFARCxdl .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-uDJFARCxdl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFARCxdl .modal-header {
    padding: 1rem;
  }
}
.cid-uDJFARCxdl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDJFARCxdl .modal-header .close svg {
  fill: #878787;
}
.cid-uDJFARCxdl .modal-header .close:hover {
  opacity: 1;
}
.cid-uDJFARCxdl .modal-header .close:focus {
  outline: none;
}
.cid-uDJFARCxdl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #b19e8c;
}
.cid-uDJFARCxdl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDJFARCxdl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFARCxdl .modal-body {
    padding: 1rem;
  }
}
.cid-uDJFARCxdl .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-uDJFARCxdl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJFARCxdl .modal-footer {
    padding: 1rem;
  }
}
.cid-uDJFARCxdl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDJFARCxdl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDJFARCxdl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDJFARCxdl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDJFARCxdl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDJFARCxdl .modal-lg,
  .cid-uDJFARCxdl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDJFARCxdl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDJFARCxdl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDJFARCxdl .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-uDJFARCxdl .form-group {
  margin-bottom: 1rem;
}
.cid-uDJFARCxdl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDJFARCxdl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDJFARCxdl .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-uDJFARCxdl .mbr-section-btn {
  margin: 0;
}
.cid-uDJFARCxdl .mbr-section-btn .btn {
  margin: 0;
}
