body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((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: #c19b76 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !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: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !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: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !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: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !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: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !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: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !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: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.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*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #c19b76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@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: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  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: #c19b76;
  border-bottom-color: #c19b76;
}
.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: #c19b76 !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='%23c19b76' %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-scaMiDuSjH .nav-item:focus,
.cid-scaMiDuSjH .nav-link:focus {
  outline: none;
}
.cid-scaMiDuSjH a.nav-link:focus {
  color: #ffffff !important;
}
.cid-scaMiDuSjH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-scaMiDuSjH .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-scaMiDuSjH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-scaMiDuSjH .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-scaMiDuSjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scaMiDuSjH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-scaMiDuSjH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scaMiDuSjH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-scaMiDuSjH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scaMiDuSjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scaMiDuSjH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-scaMiDuSjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scaMiDuSjH .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-scaMiDuSjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scaMiDuSjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-scaMiDuSjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scaMiDuSjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scaMiDuSjH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-scaMiDuSjH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scaMiDuSjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scaMiDuSjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scaMiDuSjH .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-scaMiDuSjH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scaMiDuSjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scaMiDuSjH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-scaMiDuSjH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-scaMiDuSjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scaMiDuSjH .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-scaMiDuSjH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scaMiDuSjH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scaMiDuSjH .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-scaMiDuSjH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-scaMiDuSjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-scaMiDuSjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scaMiDuSjH .dropdown-item.active,
.cid-scaMiDuSjH .dropdown-item:active {
  background-color: transparent;
}
.cid-scaMiDuSjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scaMiDuSjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scaMiDuSjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scaMiDuSjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-scaMiDuSjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-scaMiDuSjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scaMiDuSjH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scaMiDuSjH .navbar-buttons {
  text-align: center;
}
.cid-scaMiDuSjH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scaMiDuSjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scaMiDuSjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scaMiDuSjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scaMiDuSjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scaMiDuSjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scaMiDuSjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scaMiDuSjH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scaMiDuSjH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scaMiDuSjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scaMiDuSjH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scaMiDuSjH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-scaMiDuSjH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scaMiDuSjH .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-scaMiDuSjH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-scaMiDuSjH .nav-link:hover,
.cid-scaMiDuSjH .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-scaMiDuSjH .dropdown-item:hover {
  color: #878787 !important;
}
.cid-scaMiDuSjH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-scaMiDuSjH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-scaMiDuSjH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-scaMiDuSjH .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-scaMiDuSjH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-scaMiDuSjH .dropdown-menu {
    top: 100%;
  }
  .cid-scaMiDuSjH .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-scaMiDuSjH .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-scaMiDuSjH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-scaMiDuSjH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uSa4hPJ06l .modal-body .close {
  background: #1b1b1b;
}
.cid-uSa4hPJ06l .modal-body .close span {
  font-style: normal;
}
.cid-uSa4hPJ06l .carousel-inner > .active,
.cid-uSa4hPJ06l .carousel-inner > .next,
.cid-uSa4hPJ06l .carousel-inner > .prev {
  display: table;
}
.cid-uSa4hPJ06l .carousel-control .icon-next,
.cid-uSa4hPJ06l .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSa4hPJ06l .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSa4hPJ06l .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSa4hPJ06l .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSa4hPJ06l .boxed-slider > div {
  position: relative;
}
.cid-uSa4hPJ06l .container img {
  width: 100%;
}
.cid-uSa4hPJ06l .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-uSa4hPJ06l .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSa4hPJ06l .mbr-table-cell {
  padding: 0;
}
.cid-uSa4hPJ06l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSa4hPJ06l .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-uSa4hPJ06l .mbr-overlay {
  z-index: 1;
}
.cid-uSa4hPJ06l .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSa4hPJ06l .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uSa4hPJ06l .carousel-item .container {
    width: 100%;
  }
}
.cid-uSa4hPJ06l .carousel-item-next.carousel-item-left,
.cid-uSa4hPJ06l .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uSa4hPJ06l .active.carousel-item-right,
.cid-uSa4hPJ06l .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uSa4hPJ06l .active.carousel-item-left,
.cid-uSa4hPJ06l .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uSa4hPJ06l .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 .3s;
  z-index: 11;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uSa4hPJ06l .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators li.active,
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators li::after,
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSa4hPJ06l .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSa4hPJ06l .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSa4hPJ06l .mbr-slider > .container img {
  width: 100%;
}
.cid-uSa4hPJ06l .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-uSa4hPJ06l .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSa4hPJ06l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSa4hPJ06l .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSa4hPJ06l .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSa4hPJ06l .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uSa4hPJ06l .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSa4hPJ06l .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uSa4hPJ06l .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSa4hPJ06l .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSa4hPJ06l .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSa4hPJ06l .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSa4hPJ06l .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSa4hPJ06l P {
  color: #ffe3c7;
}
.cid-scaMiEklp6 {
  background-image: url("../../../assets/images/bg-body.gif");
}
.cid-scaMiEklp6 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-scaMiEklp6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scaMiEklp6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scaMiEklp6 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-scaMiEklp6 .image-element {
    padding-left: 0;
  }
}
.cid-scaMiEklp6 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-scaMiEklp6 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-scaMiEklp6 .brown {
  color: #c19b76;
}
.cid-scaMiEklp6 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scaMiEklp6 .paragraphs-wrapper .first-paragraph,
.cid-scaMiEklp6 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-scaMiEklp6 .image-element {
    padding-top: 1rem;
  }
  .cid-scaMiEklp6 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-scaMiEklp6 .paragraphs-wrapper .first-paragraph,
  .cid-scaMiEklp6 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-scaMiEklp6 .first-paragraph,
  .cid-scaMiEklp6 .second-paragraph {
    width: 50%;
  }
  .cid-scaMiEklp6 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-scaMiEklp6 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-scaMiEklp6 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-scaMiEklp6 .mbr-section-title,
  .cid-scaMiEklp6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-scaMiEklp6 .mbr-text,
.cid-scaMiEklp6 .mbr-section-btn {
  color: #000000;
}
.cid-scaMiEklp6 .mbr-section-title {
  color: #4e4236;
}
.cid-scaMiEklp6 .mbr-section-subtitle,
.cid-scaMiEklp6 .underline {
  color: #a2784f;
}
.cid-uSa5tsKu2C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-uSa5tsKu2C .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa5tsKu2C .mbr-section-title,
.cid-uSa5tsKu2C .mbr-section-subtitle,
.cid-uSa5tsKu2C .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSa5tsKu2C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uSa5tsKu2C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSa5tsKu2C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSa5tsKu2C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uSa5tsKu2C .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-uSa5tsKu2C .icon-focus {
  display: none;
}
.cid-uSa5tsKu2C .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-uSa5tsKu2C ul {
  font-size: 0;
}
.cid-uSa5tsKu2C .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 .2s;
}
.cid-uSa5tsKu2C .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uSa5tsKu2C .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uSa5tsKu2C .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uSa5tsKu2C .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uSa5tsKu2C .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uSa5tsKu2C .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uSa5tsKu2C .btn:hover {
  background: transparent !important;
}
.cid-uSa5tsKu2C .btn:hover:before {
  background: transparent !important;
}
.cid-uSa5tsKu2C .btn:before {
  background-color: transparent !important;
}
.cid-uSa5tsKu2C .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uSa5tsKu2C .mbr-section-title {
  color: #e6c8ab;
}
.cid-uSa5tsKu2C .mbr-section-subtitle,
.cid-uSa5tsKu2C .underline {
  color: #fcfcfc;
}
.cid-scb6WCehCZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4e4236;
}
.cid-scb6WCehCZ .mbr-text {
  color: #e6c8ab;
}
.cid-scaMiImUg3 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-scaMiImUg3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-scaMiImUg3 .first-column .mbr-text {
  margin: 0;
}
.cid-scaMiImUg3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-scaMiImUg3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-scaMiImUg3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-scaMiImUg3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-scaMiImUg3 .form-group {
  max-width: 55%;
}
.cid-scaMiImUg3 .form-group,
.cid-scaMiImUg3 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-scaMiImUg3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-scaMiImUg3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-scaMiImUg3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-scaMiImUg3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-scaMiImUg3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-scaMiImUg3 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-scaMiImUg3 .first-column,
  .cid-scaMiImUg3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-scaMiImUg3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scaMiImUg3 .first-column,
  .cid-scaMiImUg3 .second-column,
  .cid-scaMiImUg3 .third-column {
    text-align: center;
  }
  .cid-scaMiImUg3 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-scaMiImUg3 .mbr-section-subtitle,
.cid-scaMiImUg3 .icons-wrapper {
  color: #e6c8ab;
}
.cid-scaMiImUg3 .mbr-section-title,
.cid-scaMiImUg3 .icons-wrapper {
  color: #e6c8ab;
}
.cid-uSa5VJf23q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bacdf2;
}
.cid-uSa5VJf23q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa5VJf23q .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSa5VJf23q .title {
    width: 100% !important;
  }
}
.cid-scb2R9xTkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc03212a-1-2000x1243.jpg");
}
.cid-scb2R9xTkN .team-card .image-wrap {
  overflow: hidden;
}
.cid-scb2R9xTkN .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scb2R9xTkN .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scb2R9xTkN .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scb2R9xTkN .team-card {
  margin-bottom: 2rem;
}
.cid-scb2R9xTkN .card-wrap {
  background: #f4f0f3;
}
.cid-scb2R9xTkN .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scb2R9xTkN .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scb2R9xTkN .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scb2R9xTkN .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scb2R9xTkN .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scb2R9xTkN .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scb2R9xTkN .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-scbhEDu8cu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/20200926-132206-2000x1500.jpg");
}
.cid-scbhEDu8cu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-scbhEDu8cu .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
}
.cid-scbhEDu8cu .form-group {
  margin-bottom: 1rem;
}
.cid-scbhEDu8cu .form-control {
  border: none;
  padding: 1rem;
  background: #4e4236;
  color: #e6c8ab;
  width: 100%;
}
.cid-scbhEDu8cu .form-control::-webkit-input-placeholder {
  color: #e6c8ab;
}
.cid-scbhEDu8cu .form-control::-moz-placeholder {
  color: #e6c8ab;
}
.cid-scbhEDu8cu .form-control:-moz-placeholder {
  color: #e6c8ab;
}
.cid-scbhEDu8cu .form-control:-ms-input-placeholder {
  color: #e6c8ab;
}
.cid-scbhEDu8cu .input-group-btn {
  width: 100%;
}
.cid-scbhEDu8cu textarea.form-control {
  min-height: 172px;
}
.cid-scbhEDu8cu .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-scbhEDu8cu .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scbhEDu8cu .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-scbhEDu8cu .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-scbhEDu8cu .form1 {
    padding: 1.5rem;
  }
}
.cid-scbhEDu8cu H2 {
  color: #e6c8ab;
}
.cid-scbheXKPo1 .nav-item:focus,
.cid-scbheXKPo1 .nav-link:focus {
  outline: none;
}
.cid-scbheXKPo1 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-scbheXKPo1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-scbheXKPo1 .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-scbheXKPo1 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-scbheXKPo1 .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-scbheXKPo1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scbheXKPo1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-scbheXKPo1 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scbheXKPo1 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-scbheXKPo1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scbheXKPo1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scbheXKPo1 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-scbheXKPo1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scbheXKPo1 .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-scbheXKPo1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scbheXKPo1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-scbheXKPo1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scbheXKPo1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scbheXKPo1 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-scbheXKPo1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scbheXKPo1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scbheXKPo1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scbheXKPo1 .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-scbheXKPo1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scbheXKPo1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scbheXKPo1 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-scbheXKPo1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-scbheXKPo1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scbheXKPo1 .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-scbheXKPo1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scbheXKPo1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scbheXKPo1 .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-scbheXKPo1 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-scbheXKPo1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-scbheXKPo1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scbheXKPo1 .dropdown-item.active,
.cid-scbheXKPo1 .dropdown-item:active {
  background-color: transparent;
}
.cid-scbheXKPo1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scbheXKPo1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scbheXKPo1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scbheXKPo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-scbheXKPo1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-scbheXKPo1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scbheXKPo1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scbheXKPo1 .navbar-buttons {
  text-align: center;
}
.cid-scbheXKPo1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scbheXKPo1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scbheXKPo1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scbheXKPo1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scbheXKPo1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scbheXKPo1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scbheXKPo1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbheXKPo1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scbheXKPo1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scbheXKPo1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scbheXKPo1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scbheXKPo1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-scbheXKPo1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scbheXKPo1 .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-scbheXKPo1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-scbheXKPo1 .nav-link:hover,
.cid-scbheXKPo1 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-scbheXKPo1 .dropdown-item:hover {
  color: #878787 !important;
}
.cid-scbheXKPo1 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-scbheXKPo1 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-scbheXKPo1 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-scbheXKPo1 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-scbheXKPo1 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-scbheXKPo1 .dropdown-menu {
    top: 100%;
  }
  .cid-scbheXKPo1 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-scbheXKPo1 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-scbheXKPo1 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-scbheXKPo1 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sch6C2dYYj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #e6c8ab;
}
.cid-sch6C2dYYj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sch6C2dYYj .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sch6C2dYYj .title {
    width: 100% !important;
  }
}
.cid-sch6C2dYYj .mbr-section-title {
  text-align: left;
}
.cid-sch661UJim {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e6c8ab;
}
.cid-scbjewGQtV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fcfcfc;
}
.cid-scbjewGQtV .row {
  background-color: #fcfcfc;
}
.cid-scbjewGQtV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-scbjewGQtV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-scbjewGQtV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-scbjewGQtV .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scbjewGQtV .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scbjewGQtV .image-element {
    padding: 0 15px;
  }
  .cid-scbjewGQtV .text-element {
    padding: 2rem 1rem;
  }
  .cid-scbjewGQtV .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-scbjewGQtV .mbr-section-title {
  color: #4e4236;
}
.cid-scbjewGQtV .mbr-section-subtitle,
.cid-scbjewGQtV .underline {
  color: #e6c8ab;
}
.cid-scbhf58Sm5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-scbhf58Sm5 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-scbhf58Sm5 .first-column .mbr-text {
  margin: 0;
}
.cid-scbhf58Sm5 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-scbhf58Sm5 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-scbhf58Sm5 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-scbhf58Sm5 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-scbhf58Sm5 .form-group {
  max-width: 55%;
}
.cid-scbhf58Sm5 .form-group,
.cid-scbhf58Sm5 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-scbhf58Sm5 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-scbhf58Sm5 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-scbhf58Sm5 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-scbhf58Sm5 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-scbhf58Sm5 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-scbhf58Sm5 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-scbhf58Sm5 .first-column,
  .cid-scbhf58Sm5 .second-column {
    padding-bottom: 2rem;
  }
  .cid-scbhf58Sm5 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scbhf58Sm5 .first-column,
  .cid-scbhf58Sm5 .second-column,
  .cid-scbhf58Sm5 .third-column {
    text-align: center;
  }
  .cid-scbhf58Sm5 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-scbhf58Sm5 .mbr-section-subtitle,
.cid-scbhf58Sm5 .icons-wrapper {
  color: #e6c8ab;
}
.cid-scbhf58Sm5 .mbr-section-title,
.cid-scbhf58Sm5 .icons-wrapper {
  color: #e6c8ab;
}
.cid-uSa6GaifR5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bacdf2;
}
.cid-uSa6GaifR5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa6GaifR5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSa6GaifR5 .title {
    width: 100% !important;
  }
}
.cid-scbhf6MN7X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc03212a-1-2000x1243.jpg");
}
.cid-scbhf6MN7X .team-card .image-wrap {
  overflow: hidden;
}
.cid-scbhf6MN7X .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scbhf6MN7X .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scbhf6MN7X .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scbhf6MN7X .team-card {
  margin-bottom: 2rem;
}
.cid-scbhf6MN7X .card-wrap {
  background: #a69e9e;
}
.cid-scbhf6MN7X .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scbhf6MN7X .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scbhf6MN7X .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scbhf6MN7X .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scbhf6MN7X .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scbhf6MN7X .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scbhf6MN7X .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-scbhf6MN7X .card-text,
.cid-scbhf6MN7X .mbr-section-btn {
  color: #131211;
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-skK1zHXB1R {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/p1030199-2000x1333.jpg");
}
.cid-skK1zHXB1R .text-block {
  z-index: 2;
}
.cid-skK1zHXB1R .content-panel {
  width: 110%;
  background: #cdd9ee;
  padding: 3rem;
}
.cid-skK1zHXB1R .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-skK1zHXB1R .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-skK1zHXB1R .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-skK1zHXB1R .text-block {
    padding-bottom: 2rem;
  }
  .cid-skK1zHXB1R .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-skK1zHXB1R .mbr-section-title {
  text-align: right;
}
.cid-skK1zHXB1R .box-text {
  text-align: center;
}
.cid-scgBPJgv8g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cdd9ee;
}
.cid-scgBPJgv8g .mbr-text {
  color: #4e4236;
}
.cid-skJNOxG76f {
  background-image: url("../../../assets/images/gythio1-2000x1328.jpg");
}
.cid-skJNOxG76f .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-skJNOxG76f .mbr-section-title {
  color: #149dcc;
}
.cid-skJNOxG76f .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skJNOxG76f .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-skQvqzpLtG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cdd9ee;
}
.cid-skQvqzpLtG .mbr-text {
  color: #4e4236;
}
.cid-skJL2rL7X8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-skJL2rL7X8 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-skJL2rL7X8 .modal-body .close {
  background: #1b1b1b;
}
.cid-skJL2rL7X8 .modal-body .close span {
  font-style: normal;
}
.cid-skJL2rL7X8 .carousel-inner > .active,
.cid-skJL2rL7X8 .carousel-inner > .next,
.cid-skJL2rL7X8 .carousel-inner > .prev {
  display: flex;
}
.cid-skJL2rL7X8 .carousel-control .icon-next,
.cid-skJL2rL7X8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skJL2rL7X8 .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skJL2rL7X8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-skJL2rL7X8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-skJL2rL7X8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-skJL2rL7X8 .boxed-slider > div {
  position: relative;
}
.cid-skJL2rL7X8 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-skJL2rL7X8 .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-skJL2rL7X8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skJL2rL7X8 .mbr-table-cell {
  padding: 0;
}
.cid-skJL2rL7X8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-skJL2rL7X8 .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-skJL2rL7X8 .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-skJL2rL7X8 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-skJL2rL7X8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-skJL2rL7X8 .carousel-item .container {
    width: 100%;
  }
}
.cid-skJL2rL7X8 .carousel-item-next.carousel-item-left,
.cid-skJL2rL7X8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-skJL2rL7X8 .active.carousel-item-right,
.cid-skJL2rL7X8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-skJL2rL7X8 .active.carousel-item-left,
.cid-skJL2rL7X8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-skJL2rL7X8 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
  z-index: 11;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-skJL2rL7X8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators li.active,
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators li::after,
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-skJL2rL7X8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-skJL2rL7X8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-skJL2rL7X8 .mbr-slider > .container img {
  width: 100%;
}
.cid-skJL2rL7X8 .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-skJL2rL7X8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-skJL2rL7X8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skJL2rL7X8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skJL2rL7X8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-skJL2rL7X8 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-skJL2rL7X8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-skJL2rL7X8 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-skJL2rL7X8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-skJL2rL7X8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skJL2rL7X8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-skJL2rL7X8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-skJL2rL7X8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-skJL2rL7X8 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-skJL2rL7X8 .carousel-inner {
  height: 100%;
}
.cid-skJL2rL7X8 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-skJL2rL7X8 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-skJL2rL7X8 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-skJL2rL7X8 .content-slider-wrap {
  width: 100%;
}
.cid-scgvvR4ms0 .nav-item:focus,
.cid-scgvvR4ms0 .nav-link:focus {
  outline: none;
}
.cid-scgvvR4ms0 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-scgvvR4ms0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-scgvvR4ms0 .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-scgvvR4ms0 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-scgvvR4ms0 .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-scgvvR4ms0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scgvvR4ms0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-scgvvR4ms0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scgvvR4ms0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-scgvvR4ms0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scgvvR4ms0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scgvvR4ms0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-scgvvR4ms0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scgvvR4ms0 .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-scgvvR4ms0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scgvvR4ms0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-scgvvR4ms0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scgvvR4ms0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scgvvR4ms0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-scgvvR4ms0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scgvvR4ms0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scgvvR4ms0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scgvvR4ms0 .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-scgvvR4ms0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scgvvR4ms0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scgvvR4ms0 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-scgvvR4ms0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-scgvvR4ms0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scgvvR4ms0 .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-scgvvR4ms0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scgvvR4ms0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scgvvR4ms0 .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-scgvvR4ms0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-scgvvR4ms0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-scgvvR4ms0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scgvvR4ms0 .dropdown-item.active,
.cid-scgvvR4ms0 .dropdown-item:active {
  background-color: transparent;
}
.cid-scgvvR4ms0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scgvvR4ms0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scgvvR4ms0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scgvvR4ms0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-scgvvR4ms0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-scgvvR4ms0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scgvvR4ms0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scgvvR4ms0 .navbar-buttons {
  text-align: center;
}
.cid-scgvvR4ms0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scgvvR4ms0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scgvvR4ms0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scgvvR4ms0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scgvvR4ms0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scgvvR4ms0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scgvvR4ms0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgvvR4ms0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scgvvR4ms0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scgvvR4ms0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgvvR4ms0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scgvvR4ms0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-scgvvR4ms0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scgvvR4ms0 .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-scgvvR4ms0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-scgvvR4ms0 .nav-link:hover,
.cid-scgvvR4ms0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-scgvvR4ms0 .dropdown-item:hover {
  color: #878787 !important;
}
.cid-scgvvR4ms0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-scgvvR4ms0 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-scgvvR4ms0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-scgvvR4ms0 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-scgvvR4ms0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-scgvvR4ms0 .dropdown-menu {
    top: 100%;
  }
  .cid-scgvvR4ms0 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-scgvvR4ms0 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-scgvvR4ms0 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-scgvvR4ms0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-scgCdpX8a3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc01538-2000x1500.jpg");
}
.cid-scgCdpX8a3 .team-card .image-wrap {
  overflow: hidden;
}
.cid-scgCdpX8a3 .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scgCdpX8a3 .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scgCdpX8a3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scgCdpX8a3 .team-card {
  margin-bottom: 2rem;
}
.cid-scgCdpX8a3 .card-wrap {
  background: #ffffff;
}
.cid-scgCdpX8a3 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scgCdpX8a3 .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scgCdpX8a3 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scgCdpX8a3 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scgCdpX8a3 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scgCdpX8a3 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scgCdpX8a3 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-scgCdpX8a3 .main-title {
  color: #4e4236;
}
.cid-scgCdpX8a3 .main-subtitle,
.cid-scgCdpX8a3 .underline {
  color: #4e4236;
}
.cid-skJQVw8mKB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-skJQVw8mKB .mbr-text {
  color: #4e4236;
}
.cid-skKhiKZi5R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc00274-2000x1500.jpg");
}
.cid-skKhiKZi5R .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-skKhiKZi5R .testimonials-container {
  margin: 0 auto;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-skKhiKZi5R .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item .user {
  background: #cdd9ee;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skKhiKZi5R .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-skKhiKZi5R .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-skKhiKZi5R .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-skKhiKZi5R .user_text {
  text-align: right;
  color: #444444;
}
.cid-skKhiKZi5R .user_name {
  color: #000000;
}
.cid-skKhiKZi5R .user_name DIV {
  text-align: left;
}
.cid-scgvGMduB1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scgvGMduB1 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-scgvGMduB1 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-scgvvSIjxf {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-scgvvSIjxf .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-scgvvSIjxf .first-column .mbr-text {
  margin: 0;
}
.cid-scgvvSIjxf .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-scgvvSIjxf .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-scgvvSIjxf .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-scgvvSIjxf .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-scgvvSIjxf .form-group {
  max-width: 55%;
}
.cid-scgvvSIjxf .form-group,
.cid-scgvvSIjxf .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-scgvvSIjxf .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-scgvvSIjxf .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-scgvvSIjxf .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgvvSIjxf .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgvvSIjxf .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-scgvvSIjxf .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-scgvvSIjxf .first-column,
  .cid-scgvvSIjxf .second-column {
    padding-bottom: 2rem;
  }
  .cid-scgvvSIjxf .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scgvvSIjxf .first-column,
  .cid-scgvvSIjxf .second-column,
  .cid-scgvvSIjxf .third-column {
    text-align: center;
  }
  .cid-scgvvSIjxf .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-scgvvSIjxf .mbr-section-subtitle,
.cid-scgvvSIjxf .icons-wrapper {
  color: #e6c8ab;
}
.cid-scgvvSIjxf .mbr-section-title,
.cid-scgvvSIjxf .icons-wrapper {
  color: #e6c8ab;
}
.cid-uSa6C0wroc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bacdf2;
}
.cid-uSa6C0wroc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa6C0wroc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSa6C0wroc .title {
    width: 100% !important;
  }
}
.cid-scs0ec91TG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc03212a-1-2000x1243.jpg");
}
.cid-scs0ec91TG .team-card .image-wrap {
  overflow: hidden;
}
.cid-scs0ec91TG .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scs0ec91TG .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scs0ec91TG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scs0ec91TG .team-card {
  margin-bottom: 2rem;
}
.cid-scs0ec91TG .card-wrap {
  background: #ffffff;
}
.cid-scs0ec91TG .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scs0ec91TG .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scs0ec91TG .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scs0ec91TG .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scs0ec91TG .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scs0ec91TG .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scs0ec91TG .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-scgKrBYTMK {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scgKrBYTMK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-scgKrBYTMK .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scgKrBYTMK .title {
    width: 100% !important;
  }
}
.cid-scgKcNsd5n {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scgJWw4cFk .nav-item:focus,
.cid-scgJWw4cFk .nav-link:focus {
  outline: none;
}
.cid-scgJWw4cFk a.nav-link:focus {
  color: #ffffff !important;
}
.cid-scgJWw4cFk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-scgJWw4cFk .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-scgJWw4cFk .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-scgJWw4cFk .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-scgJWw4cFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scgJWw4cFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-scgJWw4cFk .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scgJWw4cFk .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-scgJWw4cFk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scgJWw4cFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scgJWw4cFk .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-scgJWw4cFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scgJWw4cFk .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-scgJWw4cFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scgJWw4cFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-scgJWw4cFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scgJWw4cFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scgJWw4cFk .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-scgJWw4cFk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scgJWw4cFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scgJWw4cFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scgJWw4cFk .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-scgJWw4cFk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scgJWw4cFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scgJWw4cFk .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-scgJWw4cFk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-scgJWw4cFk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scgJWw4cFk .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-scgJWw4cFk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scgJWw4cFk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scgJWw4cFk .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-scgJWw4cFk .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-scgJWw4cFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-scgJWw4cFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scgJWw4cFk .dropdown-item.active,
.cid-scgJWw4cFk .dropdown-item:active {
  background-color: transparent;
}
.cid-scgJWw4cFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scgJWw4cFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scgJWw4cFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scgJWw4cFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-scgJWw4cFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-scgJWw4cFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scgJWw4cFk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scgJWw4cFk .navbar-buttons {
  text-align: center;
}
.cid-scgJWw4cFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scgJWw4cFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scgJWw4cFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scgJWw4cFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scgJWw4cFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scgJWw4cFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scgJWw4cFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgJWw4cFk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scgJWw4cFk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scgJWw4cFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgJWw4cFk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scgJWw4cFk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-scgJWw4cFk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scgJWw4cFk .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-scgJWw4cFk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-scgJWw4cFk .nav-link:hover,
.cid-scgJWw4cFk .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-scgJWw4cFk .dropdown-item:hover {
  color: #878787 !important;
}
.cid-scgJWw4cFk .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-scgJWw4cFk .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-scgJWw4cFk .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-scgJWw4cFk .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-scgJWw4cFk .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-scgJWw4cFk .dropdown-menu {
    top: 100%;
  }
  .cid-scgJWw4cFk .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-scgJWw4cFk .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-scgJWw4cFk .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-scgJWw4cFk .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-scgJWxvz6A {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-scgJWxvz6A .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-scgJWxvz6A .first-column .mbr-text {
  margin: 0;
}
.cid-scgJWxvz6A .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-scgJWxvz6A .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-scgJWxvz6A .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-scgJWxvz6A .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-scgJWxvz6A .form-group {
  max-width: 55%;
}
.cid-scgJWxvz6A .form-group,
.cid-scgJWxvz6A .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-scgJWxvz6A .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-scgJWxvz6A .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-scgJWxvz6A .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgJWxvz6A .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgJWxvz6A .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-scgJWxvz6A .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-scgJWxvz6A .first-column,
  .cid-scgJWxvz6A .second-column {
    padding-bottom: 2rem;
  }
  .cid-scgJWxvz6A .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scgJWxvz6A .first-column,
  .cid-scgJWxvz6A .second-column,
  .cid-scgJWxvz6A .third-column {
    text-align: center;
  }
  .cid-scgJWxvz6A .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-scgJWxvz6A .mbr-section-subtitle,
.cid-scgJWxvz6A .icons-wrapper {
  color: #e6c8ab;
}
.cid-scgJWxvz6A .mbr-section-title,
.cid-scgJWxvz6A .icons-wrapper {
  color: #e6c8ab;
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-scgNrZzhDT {
  background-color: #e6c8ab;
}
.cid-scgNrZzhDT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-scgNrZzhDT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scgNrZzhDT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-scgNrZzhDT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
}
.cid-scgNrZzhDT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-scgNrZzhDT .image-element {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-scgNrZzhDT .image-element {
    padding-right: 0;
  }
}
.cid-scgNrZzhDT .text-element {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scgNrZzhDT .mbr-section-subtitle,
.cid-scgNrZzhDT .mbr-text {
  color: #878787;
}
.cid-scgNrZzhDT .mbr-text {
  line-height: 27px;
  padding: 2.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-scgNrZzhDT .image-element {
    padding-bottom: 1rem;
  }
  .cid-scgNrZzhDT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-scgNrZzhDT .mbr-section-title {
  color: #4e4236;
  text-align: right;
}
.cid-scgNrZzhDT .mbr-text,
.cid-scgNrZzhDT .mbr-section-btn {
  color: #4e4236;
  text-align: right;
}
.cid-scgNrZzhDT .mbr-section-subtitle,
.cid-scgNrZzhDT .underline {
  color: #84582e;
}
.cid-scgNs1vy0L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffe3c7;
}
.cid-scgNs1vy0L .mbr-text {
  color: #4e4236;
}
.cid-scgNs1VR37 .nav-item:focus,
.cid-scgNs1VR37 .nav-link:focus {
  outline: none;
}
.cid-scgNs1VR37 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-scgNs1VR37 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-scgNs1VR37 .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-scgNs1VR37 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-scgNs1VR37 .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-scgNs1VR37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scgNs1VR37 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-scgNs1VR37 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scgNs1VR37 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-scgNs1VR37 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scgNs1VR37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scgNs1VR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-scgNs1VR37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scgNs1VR37 .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-scgNs1VR37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scgNs1VR37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-scgNs1VR37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scgNs1VR37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scgNs1VR37 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-scgNs1VR37 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scgNs1VR37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scgNs1VR37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scgNs1VR37 .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-scgNs1VR37 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scgNs1VR37 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scgNs1VR37 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-scgNs1VR37 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-scgNs1VR37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scgNs1VR37 .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-scgNs1VR37 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scgNs1VR37 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scgNs1VR37 .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-scgNs1VR37 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-scgNs1VR37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-scgNs1VR37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scgNs1VR37 .dropdown-item.active,
.cid-scgNs1VR37 .dropdown-item:active {
  background-color: transparent;
}
.cid-scgNs1VR37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scgNs1VR37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scgNs1VR37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scgNs1VR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-scgNs1VR37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-scgNs1VR37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scgNs1VR37 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-scgNs1VR37 .navbar-buttons {
  text-align: center;
}
.cid-scgNs1VR37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-scgNs1VR37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scgNs1VR37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scgNs1VR37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scgNs1VR37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scgNs1VR37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scgNs1VR37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgNs1VR37 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scgNs1VR37 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scgNs1VR37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scgNs1VR37 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scgNs1VR37 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-scgNs1VR37 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scgNs1VR37 .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-scgNs1VR37 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-scgNs1VR37 .nav-link:hover,
.cid-scgNs1VR37 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-scgNs1VR37 .dropdown-item:hover {
  color: #878787 !important;
}
.cid-scgNs1VR37 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-scgNs1VR37 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-scgNs1VR37 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-scgNs1VR37 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-scgNs1VR37 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-scgNs1VR37 .dropdown-menu {
    top: 100%;
  }
  .cid-scgNs1VR37 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-scgNs1VR37 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-scgNs1VR37 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-scgNs1VR37 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-skF57LNK5E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20200926-132917-2000x1500.jpg");
}
.cid-skF57LNK5E .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-skF57LNK5E .testimonials-container {
  margin: 0 auto;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-skF57LNK5E .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-skF57LNK5E .testimonials-container .testimonials-item .user {
  background: #c19b76;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-skF57LNK5E .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
}
@media (max-width: 260px) {
  .cid-skF57LNK5E .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-skF57LNK5E .user_text {
  text-align: left;
}
.cid-skF57LNK5E .user_name {
  text-align: left;
}
.cid-skF57LNK5E .user_desk {
  text-align: left;
}
.cid-scgNs4N8ho {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-scgNs4N8ho .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-scgNs4N8ho .first-column .mbr-text {
  margin: 0;
}
.cid-scgNs4N8ho .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-scgNs4N8ho .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-scgNs4N8ho .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-scgNs4N8ho .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-scgNs4N8ho .form-group {
  max-width: 55%;
}
.cid-scgNs4N8ho .form-group,
.cid-scgNs4N8ho .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-scgNs4N8ho .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-scgNs4N8ho .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-scgNs4N8ho .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgNs4N8ho .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-scgNs4N8ho .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-scgNs4N8ho .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-scgNs4N8ho .first-column,
  .cid-scgNs4N8ho .second-column {
    padding-bottom: 2rem;
  }
  .cid-scgNs4N8ho .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-scgNs4N8ho .first-column,
  .cid-scgNs4N8ho .second-column,
  .cid-scgNs4N8ho .third-column {
    text-align: center;
  }
  .cid-scgNs4N8ho .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-scgNs4N8ho .mbr-section-subtitle,
.cid-scgNs4N8ho .icons-wrapper {
  color: #e6c8ab;
}
.cid-scgNs4N8ho .mbr-section-title,
.cid-scgNs4N8ho .icons-wrapper {
  color: #e6c8ab;
}
.cid-uSa6oH30La {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bacdf2;
}
.cid-uSa6oH30La .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa6oH30La .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSa6oH30La .title {
    width: 100% !important;
  }
}
.cid-scs08f61Ko {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc03212a-1-2000x1243.jpg");
}
.cid-scs08f61Ko .team-card .image-wrap {
  overflow: hidden;
}
.cid-scs08f61Ko .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scs08f61Ko .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scs08f61Ko .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scs08f61Ko .team-card {
  margin-bottom: 2rem;
}
.cid-scs08f61Ko .card-wrap {
  background: #d8d7d7;
}
.cid-scs08f61Ko .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scs08f61Ko .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scs08f61Ko .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scs08f61Ko .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scs08f61Ko .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scs08f61Ko .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scs08f61Ko .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-sbHKIlKqAq {
  z-index: 1;
  background-image: url("../../../assets/images/20200926-133316a-2-2000x1500.jpg");
}
.cid-sbHKIlKqAq .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sbHKIlKqAq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sbHKIlKqAq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbHKIlKqAq .input-wrap {
  background: #fcfcfc;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-sbHKIlKqAq .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-sbHKIlKqAq .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-sbHKIlKqAq .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sbHKIlKqAq .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-sbHKIlKqAq .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-sbHKIlKqAq .check-in-input,
.cid-sbHKIlKqAq .check-out-input,
.cid-sbHKIlKqAq .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sbHKIlKqAq .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-sbHKIlKqAq .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-sbHKIlKqAq .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-sbHKIlKqAq .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-sbHKIlKqAq .datepicker {
    left: 10% !important;
  }
}
.cid-sbHKIlKqAq .mbr-text,
.cid-sbHKIlKqAq .mbr-section-btn {
  color: #ffffff;
}
.cid-sbHKIlKqAq .mbr-section-title {
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #4e4236;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #4e4236 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .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-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #4e4236 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #878787 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sbHLpeeoEg {
  background-image: url("../../../assets/images/bg-body.gif");
}
.cid-sbHLpeeoEg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sbHLpeeoEg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sbHLpeeoEg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbHLpeeoEg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sbHLpeeoEg .image-element {
    padding-left: 0;
  }
}
.cid-sbHLpeeoEg .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sbHLpeeoEg .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-sbHLpeeoEg .brown {
  color: #c19b76;
}
.cid-sbHLpeeoEg .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbHLpeeoEg .paragraphs-wrapper .first-paragraph,
.cid-sbHLpeeoEg .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sbHLpeeoEg .image-element {
    padding-top: 1rem;
  }
  .cid-sbHLpeeoEg .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbHLpeeoEg .paragraphs-wrapper .first-paragraph,
  .cid-sbHLpeeoEg .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sbHLpeeoEg .first-paragraph,
  .cid-sbHLpeeoEg .second-paragraph {
    width: 50%;
  }
  .cid-sbHLpeeoEg .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sbHLpeeoEg .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sbHLpeeoEg .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sbHLpeeoEg .mbr-section-title,
  .cid-sbHLpeeoEg .mbr-section-btn {
    text-align: left;
  }
}
.cid-sbHLpeeoEg .mbr-text,
.cid-sbHLpeeoEg .mbr-section-btn {
  color: #131211;
}
.cid-sbHLpeeoEg .mbr-section-title {
  color: #84582e;
}
.cid-sbHLqg07YJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/20200926-132448-2000x1500.jpg");
}
.cid-sbHLqg07YJ .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sbHLqg07YJ .card .card-img img {
  transition: all .5s;
}
.cid-sbHLqg07YJ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sbHLqg07YJ .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sbHLqg07YJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sbHLqg07YJ .first-card {
  display: block;
}
.cid-sbHLqg07YJ .first-card .card-wrapper {
  height: 100%;
}
.cid-sbHLqg07YJ .first-card .card-box {
  background: #4e4236;
  padding: 2rem;
}
.cid-sbHLqg07YJ .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbHLqg07YJ .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sbHLqg07YJ .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sbHLqg07YJ .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sbHLqg07YJ .first-row,
.cid-sbHLqg07YJ .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sbHLqg07YJ .first-row .card .card-wrapper,
.cid-sbHLqg07YJ .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sbHLqg07YJ .first-row .card .card-wrapper .card-img,
.cid-sbHLqg07YJ .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sbHLqg07YJ .first-row .card .card-wrapper .card-img img,
.cid-sbHLqg07YJ .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sbHLqg07YJ .first-row,
  .cid-sbHLqg07YJ .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbHLqg07YJ .first-row .card .card-wrapper .card-img,
  .cid-sbHLqg07YJ .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbHLqg07YJ .first-row .card .card-wrapper .card-img img,
  .cid-sbHLqg07YJ .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sbHLqg07YJ .first-row .caption,
.cid-sbHLqg07YJ .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sbHLqg07YJ .first-row .caption .price,
.cid-sbHLqg07YJ .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-sbHLqg07YJ .first-row {
  padding-bottom: 1rem;
}
.cid-sbHLqg07YJ .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-sbHLqg07YJ .first-card,
  .cid-sbHLqg07YJ .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbHLqg07YJ .first-card {
    padding-bottom: 2rem;
  }
  .cid-sbHLqg07YJ .only-first-row {
    height: 100%;
  }
}
.cid-sbHLqg07YJ .main-title {
  color: #4e4236;
}
.cid-sbHLqg07YJ .main-subtitle,
.cid-sbHLqg07YJ .underline {
  color: #ffffff;
}
.cid-sbHLqg07YJ .first-card-text,
.cid-sbHLqg07YJ .card-btn {
  color: #e6c8ab;
}
.cid-sbHLqg07YJ .first-card-title,
.cid-sbHLqg07YJ .first-card-info {
  color: #c19b76;
}
.cid-scbc6X7bOW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6c8ab;
}
.cid-scbc6X7bOW .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-scbc6X7bOW .modal-body .close {
  background: #1b1b1b;
}
.cid-scbc6X7bOW .modal-body .close span {
  font-style: normal;
}
.cid-scbc6X7bOW .carousel-inner > .active,
.cid-scbc6X7bOW .carousel-inner > .next,
.cid-scbc6X7bOW .carousel-inner > .prev {
  display: flex;
}
.cid-scbc6X7bOW .carousel-control .icon-next,
.cid-scbc6X7bOW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scbc6X7bOW .carousel-control:hover {
  background: #c19b76;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scbc6X7bOW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scbc6X7bOW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-scbc6X7bOW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scbc6X7bOW .boxed-slider > div {
  position: relative;
}
.cid-scbc6X7bOW .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-scbc6X7bOW .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-scbc6X7bOW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scbc6X7bOW .mbr-table-cell {
  padding: 0;
}
.cid-scbc6X7bOW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scbc6X7bOW .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-scbc6X7bOW .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-scbc6X7bOW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-scbc6X7bOW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-scbc6X7bOW .carousel-item .container {
    width: 100%;
  }
}
.cid-scbc6X7bOW .carousel-item-next.carousel-item-left,
.cid-scbc6X7bOW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scbc6X7bOW .active.carousel-item-right,
.cid-scbc6X7bOW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scbc6X7bOW .active.carousel-item-left,
.cid-scbc6X7bOW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scbc6X7bOW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all .3s;
  z-index: 11;
}
.cid-scbc6X7bOW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-scbc6X7bOW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-scbc6X7bOW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scbc6X7bOW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scbc6X7bOW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #c19b76;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-scbc6X7bOW .mbr-slider .carousel-indicators li.active,
.cid-scbc6X7bOW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scbc6X7bOW .mbr-slider .carousel-indicators li::after,
.cid-scbc6X7bOW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scbc6X7bOW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scbc6X7bOW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scbc6X7bOW .mbr-slider > .container img {
  width: 100%;
}
.cid-scbc6X7bOW .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-scbc6X7bOW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scbc6X7bOW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scbc6X7bOW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scbc6X7bOW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scbc6X7bOW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-scbc6X7bOW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scbc6X7bOW .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-scbc6X7bOW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scbc6X7bOW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scbc6X7bOW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scbc6X7bOW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scbc6X7bOW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scbc6X7bOW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scbc6X7bOW .carousel-inner {
  height: 100%;
}
.cid-scbc6X7bOW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scbc6X7bOW .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-scbc6X7bOW .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-scbc6X7bOW .content-slider-wrap {
  width: 100%;
}
.cid-sbHOu6ebBu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
.cid-sbHOu6ebBu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sbHOu6ebBu .mbr-section-title,
.cid-sbHOu6ebBu .mbr-section-subtitle,
.cid-sbHOu6ebBu .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sbHOu6ebBu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbHOu6ebBu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbHOu6ebBu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbHOu6ebBu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbHOu6ebBu .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-sbHOu6ebBu .icon-focus {
  display: none;
}
.cid-sbHOu6ebBu .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-sbHOu6ebBu ul {
  font-size: 0;
}
.cid-sbHOu6ebBu .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 .2s;
}
.cid-sbHOu6ebBu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sbHOu6ebBu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sbHOu6ebBu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sbHOu6ebBu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sbHOu6ebBu .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sbHOu6ebBu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sbHOu6ebBu .btn:hover {
  background: transparent !important;
}
.cid-sbHOu6ebBu .btn:hover:before {
  background: transparent !important;
}
.cid-sbHOu6ebBu .btn:before {
  background-color: transparent !important;
}
.cid-sbHOu6ebBu .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sbHOu6ebBu .mbr-section-title {
  color: #e6c8ab;
}
.cid-sbHOu6ebBu .mbr-section-subtitle,
.cid-sbHOu6ebBu .underline {
  color: #fcfcfc;
}
.cid-rzMi9iV35M {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #4e4236;
}
.cid-rzMi9iV35M .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rzMi9iV35M .first-column .mbr-text {
  margin: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rzMi9iV35M .form-group {
  max-width: 55%;
}
.cid-rzMi9iV35M .form-group,
.cid-rzMi9iV35M .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rzMi9iV35M .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column {
    padding-bottom: 2rem;
  }
  .cid-rzMi9iV35M .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column,
  .cid-rzMi9iV35M .third-column {
    text-align: center;
  }
  .cid-rzMi9iV35M .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rzMi9iV35M .mbr-section-subtitle,
.cid-rzMi9iV35M .icons-wrapper {
  color: #e6c8ab;
}
.cid-rzMi9iV35M .mbr-section-title,
.cid-rzMi9iV35M .icons-wrapper {
  color: #e6c8ab;
}
.cid-uSa6wFoVjW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bacdf2;
}
.cid-uSa6wFoVjW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uSa6wFoVjW .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSa6wFoVjW .title {
    width: 100% !important;
  }
}
.cid-scrZXgjvyv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dsc03212a-1-2000x1243.jpg");
}
.cid-scrZXgjvyv .team-card .image-wrap {
  overflow: hidden;
}
.cid-scrZXgjvyv .team-card .image-wrap img {
  transition: all .5s;
}
.cid-scrZXgjvyv .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-scrZXgjvyv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-scrZXgjvyv .team-card {
  margin-bottom: 2rem;
}
.cid-scrZXgjvyv .card-wrap {
  background: #b7b6b6;
}
.cid-scrZXgjvyv .card-wrap .image-wrap img {
  width: 100%;
}
.cid-scrZXgjvyv .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-scrZXgjvyv .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scrZXgjvyv .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-scrZXgjvyv .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scrZXgjvyv .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-scrZXgjvyv .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sch4vA6MyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4e4236;
}
