body {
  font-family: 'EB Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ba9b67 !important;
}
.bg-success {
  background-color: #ddc499 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #b10e0e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c79e58 !important;
  border-color: #c79e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #610808 !important;
  border-color: #610808 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b6f3f;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c79e58;
  color: #ddc499;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c79e58 !important;
  background-color: transparent!important;
  border-color: #c79e58 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ddc499 !important;
  border-color: #ddc499 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #610808;
  color: #b10e0e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #610808 !important;
  background-color: transparent!important;
  border-color: #610808 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b10e0e !important;
  border-color: #b10e0e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #ddc499 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #b10e0e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #81663a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4984d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #520707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ba9b67;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #b10e0e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f14e4e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ba9b67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ba9b67;
  border-bottom-color: #ba9b67;
}
.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: #ba9b67 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ece9e6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ba9b67' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMzMR0CkOY {
  z-index: 1000;
  width: 100%;
}
.cid-sMzMR0CkOY nav.navbar {
  position: fixed;
}
.cid-sMzMR0CkOY .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-sMzMR0CkOY .nav-link:hover,
.cid-sMzMR0CkOY .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .nav-item {
    position: relative;
  }
}
.cid-sMzMR0CkOY .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-sMzMR0CkOY .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-sMzMR0CkOY .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sMzMR0CkOY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sMzMR0CkOY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMzMR0CkOY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMzMR0CkOY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMzMR0CkOY .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sMzMR0CkOY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMzMR0CkOY .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sMzMR0CkOY .navbar .navbar-collapse.show .brand-container,
  .cid-sMzMR0CkOY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMzMR0CkOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMzMR0CkOY .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sMzMR0CkOY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMzMR0CkOY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sMzMR0CkOY .navbar .right-menu,
  .cid-sMzMR0CkOY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMzMR0CkOY .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMzMR0CkOY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .navbar {
    padding: 2rem 1rem;
  }
  .cid-sMzMR0CkOY .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sMzMR0CkOY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-sMzMR0CkOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMzMR0CkOY .dropdown-item.active,
.cid-sMzMR0CkOY .dropdown-item:active {
  background-color: transparent;
}
.cid-sMzMR0CkOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMzMR0CkOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMzMR0CkOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMzMR0CkOY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMzMR0CkOY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMzMR0CkOY .navbar-buttons {
  margin-left: auto;
}
.cid-sMzMR0CkOY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:hover {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler:active {
  outline: none;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMzMR0CkOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sMzMR0CkOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMzMR0CkOY .navbar-dropdown {
  position: fixed;
}
.cid-sMzMR0CkOY a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sMzMR0CkOY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMzMR0CkOY .right-menu,
.cid-sMzMR0CkOY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMzMR0CkOY .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-sMzMR0CkOY .brand-container {
    padding: 0;
  }
}
.cid-sMzMR0CkOY .card-wrapper {
  z-index: 3;
}
.cid-sMzMR0CkOY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sMzMR0CkOY .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-sMzMR0CkOY .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-sMzMR0CkOY .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sMzMR0CkOY .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sMzMR0CkOY .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-sMzMR0CkOY .navbar-caption {
  color: #ffffff;
}
.cid-sMzMR0CkOY .navbar-caption:hover {
  color: #ffffff;
}
.cid-sMzMR0CkOY .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-sMzMR0CkOY .dropdown-toggle:after {
  display: none;
}
.cid-sMzMR0CkOY a:hover .line-animation,
.cid-sMzMR0CkOY a:focus .line-animation {
  opacity: 1;
}
.cid-sMzMR0CkOY .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sMzMR0CkOY .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sMzMR0CkOY .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sNBLwKVrvT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-sNBLwKVrvT .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-sNBLwKVrvT .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-sNBLwKVrvT .carousel {
    height: 400px;
  }
}
.cid-sNBLwKVrvT .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sNBLwKVrvT .carousel .carousel-item,
.cid-sNBLwKVrvT .carousel .carousel-inner {
  height: 100%;
}
.cid-sNBLwKVrvT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sNBLwKVrvT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sNBLwKVrvT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sNBLwKVrvT .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sNBLwKVrvT .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sNBLwKVrvT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sNBLwKVrvT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sNBLwKVrvT .row {
  position: relative;
}
.cid-sNBLwKVrvT .container {
  margin-bottom: 3px;
}
.cid-sNBLwKVrvT .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sNBLwKVrvT .carousel-control .mbri-left,
.cid-sNBLwKVrvT .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-sNBLwKVrvT .carousel-control .mbri-left,
  .cid-sNBLwKVrvT .carousel-control .mbri-right {
    display: none;
  }
}
.cid-sNBLwKVrvT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNBLwKVrvT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sNBLwKVrvT .carousel-control {
    top: 70%;
  }
  .cid-sNBLwKVrvT .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-sNBLwKVrvT .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-sNBLwKVrvT .buttons-wrap {
  justify-content: start;
}
.cid-sNBLwKVrvT .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sNBLwKVrvT .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sNBLwKVrvT .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-sNBLwKVrvT .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-sNBLwKVrvT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sNBLwKVrvT .wrap {
  z-index: 9999;
}
.cid-sNBLwKVrvT .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-sNBLwKVrvT .btnHeader::before,
.cid-sNBLwKVrvT .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-sNBLwKVrvT .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-sNBLwKVrvT .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sNBLwKVrvT .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-sNBLwKVrvT .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-sNBLwKVrvT .img {
  position: relative;
}
.cid-tOCaslExBk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOCaslExBk .wrap {
  background-color: #977741;
}
@media (max-width: 768px) {
  .cid-tOCaslExBk .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tOCaslExBk .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tOCaslExBk .item-img {
    width: 50%;
  }
}
.cid-tOCaslExBk .item-img img {
  object-fit: cover;
}
.cid-tOCaslExBk .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tOCaslExBk .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tOCaslExBk .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tOCaslExBk .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tOCaslExBk .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tOCaslExBk .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-tOCaslExBk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOCcq8Bsnh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #977741;
}
.cid-tOCcq8Bsnh img,
.cid-tOCcq8Bsnh .item-img {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tOCcq8Bsnh .item:focus,
.cid-tOCcq8Bsnh span:focus {
  outline: none;
}
.cid-tOCcq8Bsnh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOCcq8Bsnh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOCcq8Bsnh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOCcq8Bsnh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tOCcq8Bsnh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOCcq8Bsnh .mbr-section-title {
  color: #ffffff;
}
.cid-tOCcq8Bsnh .mbr-text,
.cid-tOCcq8Bsnh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tOCcq8Bsnh .item-title {
  text-align: center;
}
.cid-tOCcq8Bsnh .item-subtitle {
  text-align: center;
}
.cid-tOCeIpgMRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOCeIpgMRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOCeIpgMRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOCeIpgMRZ .container {
    padding: 0 30px;
  }
}
.cid-tOCeIpgMRZ .row {
  position: relative;
}
.cid-tOCeIpgMRZ .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tOCeIpgMRZ .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tOCeIpgMRZ .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #977741;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tOCeIpgMRZ .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tOCeIpgMRZ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tOCeIpgMRZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOCeIpgMRZ .mbr-text {
  color: #ffffff;
}
.cid-tOCeIpgMRZ .mbr-link,
.cid-tOCeIpgMRZ .mbr-iconfont {
  color: #212529;
}
.cid-tOCeIpgMRZ .mbr-section-title {
  color: #ffffff;
}
.cid-tOCexftlFc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #977741;
}
.cid-tOCexftlFc img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tOCexftlFc img {
    transform: translateY(0px);
  }
}
.cid-tOCexftlFc img,
.cid-tOCexftlFc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOCexftlFc img,
  .cid-tOCexftlFc .item-img {
    border-radius: 1.5rem;
  }
}
.cid-tOCexftlFc .item-img {
  position: relative;
}
.cid-tOCexftlFc .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-tOCexftlFc .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-tOCexftlFc .item:focus,
.cid-tOCexftlFc span:focus {
  outline: none;
}
.cid-tOCexftlFc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOCexftlFc .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-tOCexftlFc .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOCexftlFc .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-tOCexftlFc .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-tOCexftlFc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOCexftlFc .mbr-section-title {
  color: #232323;
}
.cid-tOCexftlFc .mbr-text,
.cid-tOCexftlFc .mbr-section-btn {
  color: #ffffff;
}
.cid-tOCexftlFc .item-title {
  color: #171410;
}
.cid-tOCexftlFc .item-subtitle {
  color: #171410;
}
.cid-tOGnMZWdtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tOGnMZWdtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGnMZWdtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOGnMZWdtV .container {
    padding: 0 20px;
  }
}
.cid-tOGnMZWdtV .row {
  margin: 0;
}
.cid-tOGnMZWdtV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOGnMZWdtV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOGnMZWdtV .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tOGnMZWdtV .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOGnMZWdtV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tOGnMZWdtV .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tOGnMZWdtV .mbr-section-title {
  color: #ffffff;
}
.cid-tOCd35n2SU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOCd35n2SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOCd35n2SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .container {
    padding: 0 20px;
  }
}
.cid-tOCd35n2SU .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .row {
    padding: 0;
  }
}
.cid-tOCd35n2SU .mbr-section-title {
  margin-bottom: 50px;
  color: #171410;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOCd35n2SU .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .item {
    padding: 0 12px;
  }
}
.cid-tOCd35n2SU .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .item .item-wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
.cid-tOCd35n2SU .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #977741;
  opacity: .5;
}
.cid-tOCd35n2SU .item .item-wrapper .blur-wrap_1,
.cid-tOCd35n2SU .item .item-wrapper .blur-wrap_2 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  filter: blur(300px);
}
.cid-tOCd35n2SU .item .item-wrapper .blur-wrap_1 {
  background-color: #ffffff;
}
.cid-tOCd35n2SU .item .item-wrapper .blur-wrap_2 {
  background-color: #ffffff;
}
.cid-tOCd35n2SU .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-tOCd35n2SU .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-tOCd35n2SU .item .item-wrapper .item-content .item-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tOCd35n2SU .item .item-wrapper .item-content .list {
  list-style-position: inside;
  margin-bottom: 32px;
  padding: 0;
}
.cid-tOCd35n2SU .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0;
}
.cid-tOCd35n2SU .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tOCd35n2SU .item .item-wrapper .item-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOCd35n2SU .item .item-wrapper .item-img {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cid-tOCd35n2SU .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
}
.cid-tOCd35n2SU .item-title {
  color: #ffefef;
}
.cid-tOCd35n2SU .item-desc {
  color: #ffffff;
}
.cid-tOCd35n2SU .mbr-text {
  color: #ffffff;
}
.cid-tOCd35n2SU .list {
  color: #ffffff;
}
.cid-tOCd35n2SU .mbr-text,
.cid-tOCd35n2SU .mbr-section-btn {
  color: #ffffff;
}
.cid-tOGnAu9blu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-tOGnAu9blu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGnAu9blu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tOGnAu9blu .row {
    flex-direction: column-reverse;
  }
  .cid-tOGnAu9blu .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOGnAu9blu .google-map {
  height: 100%;
  position: relative;
}
.cid-tOGnAu9blu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOGnAu9blu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOGnAu9blu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOGnAu9blu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOGnAu9blu .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOGnAu9blu .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tOGnAu9blu .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tOGnAu9blu .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOGnAu9blu .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOGnAu9blu .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-tOGnAu9blu .mbr-section-title {
  color: #ffffff;
}
.cid-tOGnAu9blu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGnAu9blu .card-title {
  color: #e35050;
}
.cid-tOGnAu9blu P {
  color: #e35050;
}
.cid-tOC8nUjTvG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOC8nUjTvG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOC8nUjTvG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOC8nUjTvG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOC8nUjTvG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOC8nUjTvG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOC8nUjTvG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOC8nUjTvG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOC8nUjTvG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOC8nUjTvG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOC8nUjTvG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOC8nUjTvG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOC8nUjTvG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOC8nUjTvG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOC8nUjTvG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOC8nUjTvG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tOGqQCLVUq {
  z-index: 1000;
  width: 100%;
}
.cid-tOGqQCLVUq nav.navbar {
  position: fixed;
}
.cid-tOGqQCLVUq .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tOGqQCLVUq .nav-link:hover,
.cid-tOGqQCLVUq .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tOGqQCLVUq .nav-item {
    position: relative;
  }
}
.cid-tOGqQCLVUq .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tOGqQCLVUq .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tOGqQCLVUq .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tOGqQCLVUq .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tOGqQCLVUq .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tOGqQCLVUq .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tOGqQCLVUq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOGqQCLVUq .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGqQCLVUq .navbar.collapsed .navbar-collapse.show,
.cid-tOGqQCLVUq .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGqQCLVUq .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tOGqQCLVUq .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tOGqQCLVUq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOGqQCLVUq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOGqQCLVUq .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tOGqQCLVUq .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGqQCLVUq .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tOGqQCLVUq .navbar .navbar-collapse.show,
  .cid-tOGqQCLVUq .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tOGqQCLVUq .navbar .navbar-collapse.show .brand-container,
  .cid-tOGqQCLVUq .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tOGqQCLVUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOGqQCLVUq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOGqQCLVUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOGqQCLVUq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOGqQCLVUq .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tOGqQCLVUq .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tOGqQCLVUq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tOGqQCLVUq .navbar .right-menu,
  .cid-tOGqQCLVUq .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tOGqQCLVUq .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tOGqQCLVUq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOGqQCLVUq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOGqQCLVUq .navbar {
    padding: 2rem 1rem;
  }
  .cid-tOGqQCLVUq .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tOGqQCLVUq .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tOGqQCLVUq .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOGqQCLVUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOGqQCLVUq .dropdown-item.active,
.cid-tOGqQCLVUq .dropdown-item:active {
  background-color: transparent;
}
.cid-tOGqQCLVUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOGqQCLVUq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tOGqQCLVUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tOGqQCLVUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOGqQCLVUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOGqQCLVUq ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tOGqQCLVUq ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tOGqQCLVUq .navbar-buttons {
  margin-left: auto;
}
.cid-tOGqQCLVUq button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tOGqQCLVUq button.navbar-toggler:hover {
  outline: none;
}
.cid-tOGqQCLVUq button.navbar-toggler:active {
  outline: none;
}
.cid-tOGqQCLVUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOGqQCLVUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOGqQCLVUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGqQCLVUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGqQCLVUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOGqQCLVUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGqQCLVUq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tOGqQCLVUq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tOGqQCLVUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGqQCLVUq .navbar-dropdown {
  position: fixed;
}
.cid-tOGqQCLVUq a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tOGqQCLVUq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOGqQCLVUq .right-menu,
.cid-tOGqQCLVUq .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tOGqQCLVUq .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGqQCLVUq .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGqQCLVUq .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGqQCLVUq .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGqQCLVUq .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tOGqQCLVUq .brand-container {
    padding: 0;
  }
}
.cid-tOGqQCLVUq .card-wrapper {
  z-index: 3;
}
.cid-tOGqQCLVUq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tOGqQCLVUq .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tOGqQCLVUq .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tOGqQCLVUq .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tOGqQCLVUq .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tOGqQCLVUq .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tOGqQCLVUq .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tOGqQCLVUq .navbar-caption {
  color: #ffffff;
}
.cid-tOGqQCLVUq .navbar-caption:hover {
  color: #ffffff;
}
.cid-tOGqQCLVUq .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tOGqQCLVUq .dropdown-toggle:after {
  display: none;
}
.cid-tOGqQCLVUq a:hover .line-animation,
.cid-tOGqQCLVUq a:focus .line-animation {
  opacity: 1;
}
.cid-tOGqQCLVUq .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tOGqQCLVUq .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tOGqQCLVUq .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tOGqQDuES2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-tOGqQDuES2 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tOGqQDuES2 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tOGqQDuES2 .carousel {
    height: 400px;
  }
}
.cid-tOGqQDuES2 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tOGqQDuES2 .carousel .carousel-item,
.cid-tOGqQDuES2 .carousel .carousel-inner {
  height: 100%;
}
.cid-tOGqQDuES2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tOGqQDuES2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tOGqQDuES2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tOGqQDuES2 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tOGqQDuES2 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOGqQDuES2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tOGqQDuES2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tOGqQDuES2 .row {
  position: relative;
}
.cid-tOGqQDuES2 .container {
  margin-bottom: 3px;
}
.cid-tOGqQDuES2 .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tOGqQDuES2 .carousel-control .mbri-left,
.cid-tOGqQDuES2 .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-tOGqQDuES2 .carousel-control .mbri-left,
  .cid-tOGqQDuES2 .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tOGqQDuES2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOGqQDuES2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOGqQDuES2 .carousel-control {
    top: 70%;
  }
  .cid-tOGqQDuES2 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tOGqQDuES2 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tOGqQDuES2 .buttons-wrap {
  justify-content: start;
}
.cid-tOGqQDuES2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tOGqQDuES2 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tOGqQDuES2 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tOGqQDuES2 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tOGqQDuES2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOGqQDuES2 .wrap {
  z-index: 9999;
}
.cid-tOGqQDuES2 .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tOGqQDuES2 .btnHeader::before,
.cid-tOGqQDuES2 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tOGqQDuES2 .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tOGqQDuES2 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tOGqQDuES2 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tOGqQDuES2 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tOGqQDuES2 .img {
  position: relative;
}
.cid-tOGr2fVFGc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tOGr2fVFGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGr2fVFGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGr2fVFGc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOGr2fVFGc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOGr2fVFGc .container {
    padding: 0;
  }
}
.cid-tOGr2fVFGc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOGr2fVFGc .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOGr2fVFGc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOGr2fVFGc .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tOGr2fVFGc .mbr-section-title {
  color: #263652;
}
.cid-tOGr2fVFGc .mbr-text {
  color: #263652;
}
.cid-tOGqQEfQbB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOGqQEfQbB .wrap {
  background-color: #977741;
}
@media (max-width: 768px) {
  .cid-tOGqQEfQbB .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tOGqQEfQbB .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tOGqQEfQbB .item-img {
    width: 50%;
  }
}
.cid-tOGqQEfQbB .item-img img {
  object-fit: cover;
}
.cid-tOGqQEfQbB .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tOGqQEfQbB .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tOGqQEfQbB .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tOGqQEfQbB .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tOGqQEfQbB .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tOGqQEfQbB .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-tOGqQEfQbB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGqQGJTIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tOGqQGJTIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGqQGJTIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOGqQGJTIG .container {
    padding: 0 20px;
  }
}
.cid-tOGqQGJTIG .row {
  margin: 0;
}
.cid-tOGqQGJTIG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOGqQGJTIG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOGqQGJTIG .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tOGqQGJTIG .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOGqQGJTIG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tOGqQGJTIG .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tOGqQGJTIG .mbr-section-title {
  color: #ffffff;
}
.cid-tOGqQHYyjy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-tOGqQHYyjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGqQHYyjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tOGqQHYyjy .row {
    flex-direction: column-reverse;
  }
  .cid-tOGqQHYyjy .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOGqQHYyjy .google-map {
  height: 100%;
  position: relative;
}
.cid-tOGqQHYyjy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOGqQHYyjy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOGqQHYyjy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOGqQHYyjy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOGqQHYyjy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOGqQHYyjy .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tOGqQHYyjy .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tOGqQHYyjy .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOGqQHYyjy .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOGqQHYyjy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-tOGqQHYyjy .mbr-section-title {
  color: #ffffff;
}
.cid-tOGqQHYyjy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGqQHYyjy .card-title {
  color: #e35050;
}
.cid-tOGqQHYyjy P {
  color: #e35050;
}
.cid-tOGqQIJLTG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOGqQIJLTG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOGqQIJLTG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOGqQIJLTG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOGqQIJLTG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOGqQIJLTG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOGqQIJLTG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOGqQIJLTG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOGqQIJLTG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOGqQIJLTG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOGqQIJLTG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOGqQIJLTG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOGqQIJLTG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOGqQIJLTG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOGqQIJLTG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOGqQIJLTG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tOGF3ubjR4 {
  z-index: 1000;
  width: 100%;
}
.cid-tOGF3ubjR4 nav.navbar {
  position: fixed;
}
.cid-tOGF3ubjR4 .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tOGF3ubjR4 .nav-link:hover,
.cid-tOGF3ubjR4 .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tOGF3ubjR4 .nav-item {
    position: relative;
  }
}
.cid-tOGF3ubjR4 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tOGF3ubjR4 .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tOGF3ubjR4 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tOGF3ubjR4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tOGF3ubjR4 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tOGF3ubjR4 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tOGF3ubjR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOGF3ubjR4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGF3ubjR4 .navbar.collapsed .navbar-collapse.show,
.cid-tOGF3ubjR4 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGF3ubjR4 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tOGF3ubjR4 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tOGF3ubjR4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOGF3ubjR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOGF3ubjR4 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tOGF3ubjR4 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGF3ubjR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tOGF3ubjR4 .navbar .navbar-collapse.show,
  .cid-tOGF3ubjR4 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tOGF3ubjR4 .navbar .navbar-collapse.show .brand-container,
  .cid-tOGF3ubjR4 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tOGF3ubjR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOGF3ubjR4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOGF3ubjR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOGF3ubjR4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOGF3ubjR4 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tOGF3ubjR4 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tOGF3ubjR4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tOGF3ubjR4 .navbar .right-menu,
  .cid-tOGF3ubjR4 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tOGF3ubjR4 .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tOGF3ubjR4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOGF3ubjR4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOGF3ubjR4 .navbar {
    padding: 2rem 1rem;
  }
  .cid-tOGF3ubjR4 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tOGF3ubjR4 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tOGF3ubjR4 .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOGF3ubjR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOGF3ubjR4 .dropdown-item.active,
.cid-tOGF3ubjR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOGF3ubjR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOGF3ubjR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tOGF3ubjR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tOGF3ubjR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOGF3ubjR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOGF3ubjR4 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tOGF3ubjR4 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tOGF3ubjR4 .navbar-buttons {
  margin-left: auto;
}
.cid-tOGF3ubjR4 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tOGF3ubjR4 button.navbar-toggler:hover {
  outline: none;
}
.cid-tOGF3ubjR4 button.navbar-toggler:active {
  outline: none;
}
.cid-tOGF3ubjR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOGF3ubjR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOGF3ubjR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGF3ubjR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGF3ubjR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOGF3ubjR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGF3ubjR4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tOGF3ubjR4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tOGF3ubjR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGF3ubjR4 .navbar-dropdown {
  position: fixed;
}
.cid-tOGF3ubjR4 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tOGF3ubjR4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOGF3ubjR4 .right-menu,
.cid-tOGF3ubjR4 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tOGF3ubjR4 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGF3ubjR4 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGF3ubjR4 .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGF3ubjR4 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGF3ubjR4 .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tOGF3ubjR4 .brand-container {
    padding: 0;
  }
}
.cid-tOGF3ubjR4 .card-wrapper {
  z-index: 3;
}
.cid-tOGF3ubjR4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tOGF3ubjR4 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tOGF3ubjR4 .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tOGF3ubjR4 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tOGF3ubjR4 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tOGF3ubjR4 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tOGF3ubjR4 .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tOGF3ubjR4 .navbar-caption {
  color: #ffffff;
}
.cid-tOGF3ubjR4 .navbar-caption:hover {
  color: #ffffff;
}
.cid-tOGF3ubjR4 .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tOGF3ubjR4 .dropdown-toggle:after {
  display: none;
}
.cid-tOGF3ubjR4 a:hover .line-animation,
.cid-tOGF3ubjR4 a:focus .line-animation {
  opacity: 1;
}
.cid-tOGF3ubjR4 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tOGF3ubjR4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tOGF3ubjR4 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tOGF3vvciP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-tOGF3vvciP .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tOGF3vvciP .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tOGF3vvciP .carousel {
    height: 400px;
  }
}
.cid-tOGF3vvciP .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tOGF3vvciP .carousel .carousel-item,
.cid-tOGF3vvciP .carousel .carousel-inner {
  height: 100%;
}
.cid-tOGF3vvciP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tOGF3vvciP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tOGF3vvciP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tOGF3vvciP .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tOGF3vvciP .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOGF3vvciP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tOGF3vvciP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tOGF3vvciP .row {
  position: relative;
}
.cid-tOGF3vvciP .container {
  margin-bottom: 3px;
}
.cid-tOGF3vvciP .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tOGF3vvciP .carousel-control .mbri-left,
.cid-tOGF3vvciP .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-tOGF3vvciP .carousel-control .mbri-left,
  .cid-tOGF3vvciP .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tOGF3vvciP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOGF3vvciP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOGF3vvciP .carousel-control {
    top: 70%;
  }
  .cid-tOGF3vvciP .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tOGF3vvciP .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tOGF3vvciP .buttons-wrap {
  justify-content: start;
}
.cid-tOGF3vvciP .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tOGF3vvciP .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tOGF3vvciP .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tOGF3vvciP .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tOGF3vvciP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOGF3vvciP .wrap {
  z-index: 9999;
}
.cid-tOGF3vvciP .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tOGF3vvciP .btnHeader::before,
.cid-tOGF3vvciP .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tOGF3vvciP .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tOGF3vvciP .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tOGF3vvciP .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tOGF3vvciP .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tOGF3vvciP .img {
  position: relative;
}
.cid-tOGF3wIYIe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tOGF3wIYIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGF3wIYIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGF3wIYIe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOGF3wIYIe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOGF3wIYIe .container {
    padding: 0;
  }
}
.cid-tOGF3wIYIe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOGF3wIYIe .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOGF3wIYIe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOGF3wIYIe .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tOGF3wIYIe .mbr-section-title {
  color: #263652;
}
.cid-tOGF3wIYIe .mbr-text {
  color: #263652;
}
.cid-tOGF3xEVzP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOGF3xEVzP .wrap {
  background-color: #977741;
}
@media (max-width: 768px) {
  .cid-tOGF3xEVzP .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tOGF3xEVzP .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tOGF3xEVzP .item-img {
    width: 50%;
  }
}
.cid-tOGF3xEVzP .item-img img {
  object-fit: cover;
}
.cid-tOGF3xEVzP .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tOGF3xEVzP .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tOGF3xEVzP .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tOGF3xEVzP .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tOGF3xEVzP .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tOGF3xEVzP .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-tOGF3xEVzP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGF3zqYyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-tOGF3zqYyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGF3zqYyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tOGF3zqYyI .row {
    flex-direction: column-reverse;
  }
  .cid-tOGF3zqYyI .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOGF3zqYyI .google-map {
  height: 100%;
  position: relative;
}
.cid-tOGF3zqYyI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOGF3zqYyI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOGF3zqYyI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOGF3zqYyI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOGF3zqYyI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOGF3zqYyI .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tOGF3zqYyI .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tOGF3zqYyI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOGF3zqYyI .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOGF3zqYyI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-tOGF3zqYyI .mbr-section-title {
  color: #ffffff;
}
.cid-tOGF3zqYyI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGF3zqYyI .card-title {
  color: #e35050;
}
.cid-tOGF3zqYyI P {
  color: #e35050;
}
.cid-tOGF3AuHYN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOGF3AuHYN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOGF3AuHYN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOGF3AuHYN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOGF3AuHYN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOGF3AuHYN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOGF3AuHYN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOGF3AuHYN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOGF3AuHYN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOGF3AuHYN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOGF3AuHYN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOGF3AuHYN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOGF3AuHYN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOGF3AuHYN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOGF3AuHYN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOGF3AuHYN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tOGFFI3KeA {
  z-index: 1000;
  width: 100%;
}
.cid-tOGFFI3KeA nav.navbar {
  position: fixed;
}
.cid-tOGFFI3KeA .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tOGFFI3KeA .nav-link:hover,
.cid-tOGFFI3KeA .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tOGFFI3KeA .nav-item {
    position: relative;
  }
}
.cid-tOGFFI3KeA .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tOGFFI3KeA .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tOGFFI3KeA .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tOGFFI3KeA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tOGFFI3KeA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tOGFFI3KeA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tOGFFI3KeA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOGFFI3KeA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGFFI3KeA .navbar.collapsed .navbar-collapse.show,
.cid-tOGFFI3KeA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGFFI3KeA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tOGFFI3KeA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tOGFFI3KeA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOGFFI3KeA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOGFFI3KeA .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tOGFFI3KeA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tOGFFI3KeA .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tOGFFI3KeA .navbar .navbar-collapse.show,
  .cid-tOGFFI3KeA .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tOGFFI3KeA .navbar .navbar-collapse.show .brand-container,
  .cid-tOGFFI3KeA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tOGFFI3KeA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOGFFI3KeA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tOGFFI3KeA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOGFFI3KeA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tOGFFI3KeA .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tOGFFI3KeA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tOGFFI3KeA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tOGFFI3KeA .navbar .right-menu,
  .cid-tOGFFI3KeA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tOGFFI3KeA .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tOGFFI3KeA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tOGFFI3KeA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOGFFI3KeA .navbar {
    padding: 2rem 1rem;
  }
  .cid-tOGFFI3KeA .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tOGFFI3KeA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tOGFFI3KeA .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOGFFI3KeA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOGFFI3KeA .dropdown-item.active,
.cid-tOGFFI3KeA .dropdown-item:active {
  background-color: transparent;
}
.cid-tOGFFI3KeA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOGFFI3KeA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tOGFFI3KeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tOGFFI3KeA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOGFFI3KeA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOGFFI3KeA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tOGFFI3KeA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tOGFFI3KeA .navbar-buttons {
  margin-left: auto;
}
.cid-tOGFFI3KeA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tOGFFI3KeA button.navbar-toggler:hover {
  outline: none;
}
.cid-tOGFFI3KeA button.navbar-toggler:active {
  outline: none;
}
.cid-tOGFFI3KeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOGFFI3KeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOGFFI3KeA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGFFI3KeA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOGFFI3KeA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOGFFI3KeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGFFI3KeA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tOGFFI3KeA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tOGFFI3KeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOGFFI3KeA .navbar-dropdown {
  position: fixed;
}
.cid-tOGFFI3KeA a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tOGFFI3KeA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tOGFFI3KeA .right-menu,
.cid-tOGFFI3KeA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tOGFFI3KeA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGFFI3KeA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tOGFFI3KeA .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGFFI3KeA .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOGFFI3KeA .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tOGFFI3KeA .brand-container {
    padding: 0;
  }
}
.cid-tOGFFI3KeA .card-wrapper {
  z-index: 3;
}
.cid-tOGFFI3KeA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tOGFFI3KeA .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tOGFFI3KeA .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tOGFFI3KeA .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tOGFFI3KeA .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tOGFFI3KeA .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tOGFFI3KeA .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tOGFFI3KeA .navbar-caption {
  color: #ffffff;
}
.cid-tOGFFI3KeA .navbar-caption:hover {
  color: #ffffff;
}
.cid-tOGFFI3KeA .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tOGFFI3KeA .dropdown-toggle:after {
  display: none;
}
.cid-tOGFFI3KeA a:hover .line-animation,
.cid-tOGFFI3KeA a:focus .line-animation {
  opacity: 1;
}
.cid-tOGFFI3KeA .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tOGFFI3KeA .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tOGFFI3KeA .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tOGFFIORFo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-tOGFFIORFo .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tOGFFIORFo .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tOGFFIORFo .carousel {
    height: 400px;
  }
}
.cid-tOGFFIORFo .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tOGFFIORFo .carousel .carousel-item,
.cid-tOGFFIORFo .carousel .carousel-inner {
  height: 100%;
}
.cid-tOGFFIORFo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tOGFFIORFo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tOGFFIORFo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tOGFFIORFo .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tOGFFIORFo .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tOGFFIORFo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tOGFFIORFo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tOGFFIORFo .row {
  position: relative;
}
.cid-tOGFFIORFo .container {
  margin-bottom: 3px;
}
.cid-tOGFFIORFo .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tOGFFIORFo .carousel-control .mbri-left,
.cid-tOGFFIORFo .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-tOGFFIORFo .carousel-control .mbri-left,
  .cid-tOGFFIORFo .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tOGFFIORFo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOGFFIORFo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOGFFIORFo .carousel-control {
    top: 70%;
  }
  .cid-tOGFFIORFo .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tOGFFIORFo .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tOGFFIORFo .buttons-wrap {
  justify-content: start;
}
.cid-tOGFFIORFo .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tOGFFIORFo .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tOGFFIORFo .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tOGFFIORFo .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tOGFFIORFo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOGFFIORFo .wrap {
  z-index: 9999;
}
.cid-tOGFFIORFo .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tOGFFIORFo .btnHeader::before,
.cid-tOGFFIORFo .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tOGFFIORFo .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tOGFFIORFo .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tOGFFIORFo .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tOGFFIORFo .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tOGFFIORFo .img {
  position: relative;
}
.cid-tOGFFJvdLU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tOGFFJvdLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGFFJvdLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGFFJvdLU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOGFFJvdLU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOGFFJvdLU .container {
    padding: 0;
  }
}
.cid-tOGFFJvdLU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOGFFJvdLU .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOGFFJvdLU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOGFFJvdLU .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tOGFFJvdLU .mbr-section-title {
  color: #263652;
}
.cid-tOGFFJvdLU .mbr-text {
  color: #263652;
}
.cid-tOGFFK72Am {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tOGFFK72Am .wrap {
  background-color: #977741;
}
@media (max-width: 768px) {
  .cid-tOGFFK72Am .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-tOGFFK72Am .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-tOGFFK72Am .item-img {
    width: 50%;
  }
}
.cid-tOGFFK72Am .item-img img {
  object-fit: cover;
}
.cid-tOGFFK72Am .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-tOGFFK72Am .wrap {
    padding: 40px 30px 50px;
  }
  .cid-tOGFFK72Am .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-tOGFFK72Am .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-tOGFFK72Am .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-tOGFFK72Am .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-tOGFFK72Am .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGFFKH0Ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tOGFFKH0Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGFFKH0Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOGFFKH0Ba .container {
    padding: 0 20px;
  }
}
.cid-tOGFFKH0Ba .row {
  margin: 0;
}
.cid-tOGFFKH0Ba .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOGFFKH0Ba .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOGFFKH0Ba .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tOGFFKH0Ba .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tOGFFKH0Ba .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tOGFFKH0Ba .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tOGFFKH0Ba .mbr-section-title {
  color: #ffffff;
}
.cid-tOGFFLi1Lj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-tOGFFLi1Lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGFFLi1Lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tOGFFLi1Lj .row {
    flex-direction: column-reverse;
  }
  .cid-tOGFFLi1Lj .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOGFFLi1Lj .google-map {
  height: 100%;
  position: relative;
}
.cid-tOGFFLi1Lj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tOGFFLi1Lj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tOGFFLi1Lj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tOGFFLi1Lj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOGFFLi1Lj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tOGFFLi1Lj .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tOGFFLi1Lj .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tOGFFLi1Lj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOGFFLi1Lj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tOGFFLi1Lj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-tOGFFLi1Lj .mbr-section-title {
  color: #ffffff;
}
.cid-tOGFFLi1Lj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOGFFLi1Lj .card-title {
  color: #e35050;
}
.cid-tOGFFLi1Lj P {
  color: #e35050;
}
.cid-tOGFFM9pUi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tOGFFM9pUi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tOGFFM9pUi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tOGFFM9pUi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tOGFFM9pUi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tOGFFM9pUi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tOGFFM9pUi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tOGFFM9pUi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tOGFFM9pUi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tOGFFM9pUi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tOGFFM9pUi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tOGFFM9pUi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOGFFM9pUi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOGFFM9pUi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tOGFFM9pUi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tOGFFM9pUi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tYCNcRgrpN {
  z-index: 1000;
  width: 100%;
}
.cid-tYCNcRgrpN nav.navbar {
  position: fixed;
}
.cid-tYCNcRgrpN .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tYCNcRgrpN .nav-link:hover,
.cid-tYCNcRgrpN .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tYCNcRgrpN .nav-item {
    position: relative;
  }
}
.cid-tYCNcRgrpN .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-tYCNcRgrpN .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tYCNcRgrpN .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYCNcRgrpN .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tYCNcRgrpN .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYCNcRgrpN .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tYCNcRgrpN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYCNcRgrpN .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYCNcRgrpN .navbar.collapsed .navbar-collapse.show,
.cid-tYCNcRgrpN .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYCNcRgrpN .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tYCNcRgrpN .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tYCNcRgrpN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYCNcRgrpN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYCNcRgrpN .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tYCNcRgrpN .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYCNcRgrpN .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYCNcRgrpN .navbar .navbar-collapse.show,
  .cid-tYCNcRgrpN .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tYCNcRgrpN .navbar .navbar-collapse.show .brand-container,
  .cid-tYCNcRgrpN .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tYCNcRgrpN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYCNcRgrpN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYCNcRgrpN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYCNcRgrpN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYCNcRgrpN .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tYCNcRgrpN .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tYCNcRgrpN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tYCNcRgrpN .navbar .right-menu,
  .cid-tYCNcRgrpN .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tYCNcRgrpN .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tYCNcRgrpN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYCNcRgrpN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYCNcRgrpN .navbar {
    padding: 2rem 1rem;
  }
  .cid-tYCNcRgrpN .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tYCNcRgrpN .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tYCNcRgrpN .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYCNcRgrpN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYCNcRgrpN .dropdown-item.active,
.cid-tYCNcRgrpN .dropdown-item:active {
  background-color: transparent;
}
.cid-tYCNcRgrpN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYCNcRgrpN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tYCNcRgrpN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYCNcRgrpN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYCNcRgrpN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYCNcRgrpN ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tYCNcRgrpN ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tYCNcRgrpN .navbar-buttons {
  margin-left: auto;
}
.cid-tYCNcRgrpN button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tYCNcRgrpN button.navbar-toggler:hover {
  outline: none;
}
.cid-tYCNcRgrpN button.navbar-toggler:active {
  outline: none;
}
.cid-tYCNcRgrpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYCNcRgrpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYCNcRgrpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYCNcRgrpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYCNcRgrpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYCNcRgrpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYCNcRgrpN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tYCNcRgrpN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tYCNcRgrpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYCNcRgrpN .navbar-dropdown {
  position: fixed;
}
.cid-tYCNcRgrpN a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tYCNcRgrpN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYCNcRgrpN .right-menu,
.cid-tYCNcRgrpN .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tYCNcRgrpN .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYCNcRgrpN .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYCNcRgrpN .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYCNcRgrpN .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYCNcRgrpN .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tYCNcRgrpN .brand-container {
    padding: 0;
  }
}
.cid-tYCNcRgrpN .card-wrapper {
  z-index: 3;
}
.cid-tYCNcRgrpN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tYCNcRgrpN .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tYCNcRgrpN .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tYCNcRgrpN .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tYCNcRgrpN .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tYCNcRgrpN .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tYCNcRgrpN .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tYCNcRgrpN .navbar-caption {
  color: #ffffff;
}
.cid-tYCNcRgrpN .navbar-caption:hover {
  color: #ffffff;
}
.cid-tYCNcRgrpN .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tYCNcRgrpN .dropdown-toggle:after {
  display: none;
}
.cid-tYCNcRgrpN a:hover .line-animation,
.cid-tYCNcRgrpN a:focus .line-animation {
  opacity: 1;
}
.cid-tYCNcRgrpN .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tYCNcRgrpN .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tYCNcRgrpN .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tYCNcRMmw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-tYCNcRMmw3 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tYCNcRMmw3 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tYCNcRMmw3 .carousel {
    height: 400px;
  }
}
.cid-tYCNcRMmw3 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tYCNcRMmw3 .carousel .carousel-item,
.cid-tYCNcRMmw3 .carousel .carousel-inner {
  height: 100%;
}
.cid-tYCNcRMmw3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tYCNcRMmw3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYCNcRMmw3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYCNcRMmw3 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tYCNcRMmw3 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYCNcRMmw3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYCNcRMmw3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYCNcRMmw3 .row {
  position: relative;
}
.cid-tYCNcRMmw3 .container {
  margin-bottom: 3px;
}
.cid-tYCNcRMmw3 .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-tYCNcRMmw3 .carousel-control .mbri-left,
.cid-tYCNcRMmw3 .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-tYCNcRMmw3 .carousel-control .mbri-left,
  .cid-tYCNcRMmw3 .carousel-control .mbri-right {
    display: none;
  }
}
.cid-tYCNcRMmw3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYCNcRMmw3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYCNcRMmw3 .carousel-control {
    top: 70%;
  }
  .cid-tYCNcRMmw3 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tYCNcRMmw3 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tYCNcRMmw3 .buttons-wrap {
  justify-content: start;
}
.cid-tYCNcRMmw3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tYCNcRMmw3 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tYCNcRMmw3 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tYCNcRMmw3 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tYCNcRMmw3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tYCNcRMmw3 .wrap {
  z-index: 9999;
}
.cid-tYCNcRMmw3 .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-tYCNcRMmw3 .btnHeader::before,
.cid-tYCNcRMmw3 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tYCNcRMmw3 .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tYCNcRMmw3 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tYCNcRMmw3 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tYCNcRMmw3 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tYCNcRMmw3 .img {
  position: relative;
}
.cid-tYCWbU1H7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYCWbU1H7n .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tYCWbU1H7n .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tYCWbU1H7n .container {
    padding: 0 28px;
  }
}
.cid-tYCWbU1H7n .item:focus,
.cid-tYCWbU1H7n span:focus {
  outline: none;
}
.cid-tYCWbU1H7n .item-wrapper {
  position: relative;
}
.cid-tYCWbU1H7n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tYCWbU1H7n .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tYCWbU1H7n .embla__slide .slide-content {
  width: 100%;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .item-wrapper .item-img .mbr-card-title {
  pointer-events: visible;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .item-wrapper .item-img img {
  width: 500px;
  height: 450px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tYCWbU1H7n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap {
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap {
    padding-right: 0;
  }
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-subtitle {
  margin-bottom: 20px;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap .list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tYCWbU1H7n .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap::marker {
  color: #f2d122;
}
.cid-tYCWbU1H7n .embla__button--next,
.cid-tYCWbU1H7n .embla__button--prev {
  display: flex;
}
.cid-tYCWbU1H7n .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tYCWbU1H7n .embla__button {
    display: none;
  }
}
.cid-tYCWbU1H7n .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYCWbU1H7n .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tYCWbU1H7n .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tYCWbU1H7n .embla__button.embla__button--prev {
  right: 55px;
}
.cid-tYCWbU1H7n .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-tYCWbU1H7n .embla__button {
    bottom: -3rem;
  }
}
.cid-tYCWbU1H7n .embla {
  position: relative;
  width: 100%;
}
.cid-tYCWbU1H7n .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tYCWbU1H7n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYCWbU1H7n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYCWbU1H7n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYCWbU1H7n .mbr-card-title {
  color: #F2D122;
  text-align: center;
}
.cid-tYCWbU1H7n .mbr-card-subtitle {
  color: #000000;
}
.cid-tYCWbU1H7n .list {
  color: #000000;
}
.cid-tYCNcSjj1e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCNcSjj1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNcSjj1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCNcSjj1e .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCNcSjj1e .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCNcSjj1e .container {
    padding: 0;
  }
}
.cid-tYCNcSjj1e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCNcSjj1e .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCNcSjj1e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCNcSjj1e .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCNcSjj1e .mbr-section-title {
  color: #263652;
}
.cid-tYCNcSjj1e .mbr-text {
  color: #263652;
}
.cid-tYCNkPGHbE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCNkPGHbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNkPGHbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCNkPGHbE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCNkPGHbE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCNkPGHbE .container {
    padding: 0;
  }
}
.cid-tYCNkPGHbE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCNkPGHbE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCNkPGHbE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCNkPGHbE .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCNkPGHbE .mbr-section-title {
  color: #263652;
}
.cid-tYCNkPGHbE .mbr-text {
  color: #263652;
}
.cid-tYCNliskne {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCNliskne .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNliskne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCNliskne .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCNliskne .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCNliskne .container {
    padding: 0;
  }
}
.cid-tYCNliskne .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCNliskne .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCNliskne .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCNliskne .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCNliskne .mbr-section-title {
  color: #263652;
}
.cid-tYCNliskne .mbr-text {
  color: #263652;
}
.cid-tYCNm3Z4ld {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCNm3Z4ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNm3Z4ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCNm3Z4ld .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCNm3Z4ld .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCNm3Z4ld .container {
    padding: 0;
  }
}
.cid-tYCNm3Z4ld .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCNm3Z4ld .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCNm3Z4ld .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCNm3Z4ld .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCNm3Z4ld .mbr-section-title {
  color: #263652;
}
.cid-tYCNm3Z4ld .mbr-text {
  color: #263652;
}
.cid-tYCNlGHLJ5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCNlGHLJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNlGHLJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCNlGHLJ5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCNlGHLJ5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCNlGHLJ5 .container {
    padding: 0;
  }
}
.cid-tYCNlGHLJ5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCNlGHLJ5 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCNlGHLJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCNlGHLJ5 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCNlGHLJ5 .mbr-section-title {
  color: #263652;
}
.cid-tYCNlGHLJ5 .mbr-text {
  color: #263652;
}
.cid-tYCSFNMfOD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCSFNMfOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCSFNMfOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCSFNMfOD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCSFNMfOD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCSFNMfOD .container {
    padding: 0;
  }
}
.cid-tYCSFNMfOD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCSFNMfOD .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCSFNMfOD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCSFNMfOD .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCSFNMfOD .mbr-section-title {
  color: #263652;
}
.cid-tYCSFNMfOD .mbr-text {
  color: #263652;
}
.cid-tYCSGDOlPJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-tYCSGDOlPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCSGDOlPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYCSGDOlPJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYCSGDOlPJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYCSGDOlPJ .container {
    padding: 0;
  }
}
.cid-tYCSGDOlPJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYCSGDOlPJ .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tYCSGDOlPJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYCSGDOlPJ .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tYCSGDOlPJ .mbr-section-title {
  color: #263652;
}
.cid-tYCSGDOlPJ .mbr-text {
  color: #263652;
}
.cid-tYCUWwECjh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYCUWwECjh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tYCUWwECjh .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tYCUWwECjh .container {
    padding: 0 28px;
  }
}
.cid-tYCUWwECjh .item:focus,
.cid-tYCUWwECjh span:focus {
  outline: none;
}
.cid-tYCUWwECjh .item-wrapper {
  position: relative;
}
.cid-tYCUWwECjh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tYCUWwECjh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tYCUWwECjh .embla__slide .slide-content {
  width: 100%;
}
.cid-tYCUWwECjh .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-tYCUWwECjh .embla__slide .slide-content .item-wrapper .item-img .mbr-card-title {
  pointer-events: visible;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.cid-tYCUWwECjh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 500px;
  height: 450px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tYCUWwECjh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap {
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap {
    padding-right: 0;
  }
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-subtitle {
  margin-bottom: 20px;
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap .list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-tYCUWwECjh .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap::marker {
  color: #f2d122;
}
.cid-tYCUWwECjh .embla__button--next,
.cid-tYCUWwECjh .embla__button--prev {
  display: flex;
}
.cid-tYCUWwECjh .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tYCUWwECjh .embla__button {
    display: none;
  }
}
.cid-tYCUWwECjh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYCUWwECjh .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-tYCUWwECjh .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-tYCUWwECjh .embla__button.embla__button--prev {
  right: 55px;
}
.cid-tYCUWwECjh .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-tYCUWwECjh .embla__button {
    bottom: -3rem;
  }
}
.cid-tYCUWwECjh .embla {
  position: relative;
  width: 100%;
}
.cid-tYCUWwECjh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tYCUWwECjh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYCUWwECjh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYCUWwECjh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYCUWwECjh .mbr-card-title {
  color: #F2D122;
  text-align: center;
}
.cid-tYCUWwECjh .mbr-card-subtitle {
  color: #000000;
}
.cid-tYCUWwECjh .list {
  color: #000000;
}
.cid-tYCNcUbypq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-tYCNcUbypq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYCNcUbypq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tYCNcUbypq .row {
    flex-direction: column-reverse;
  }
  .cid-tYCNcUbypq .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYCNcUbypq .google-map {
  height: 100%;
  position: relative;
}
.cid-tYCNcUbypq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tYCNcUbypq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tYCNcUbypq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYCNcUbypq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYCNcUbypq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tYCNcUbypq .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tYCNcUbypq .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tYCNcUbypq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYCNcUbypq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tYCNcUbypq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-tYCNcUbypq .mbr-section-title {
  color: #ffffff;
}
.cid-tYCNcUbypq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYCNcUbypq .card-title {
  color: #e35050;
}
.cid-tYCNcUbypq P {
  color: #e35050;
}
.cid-tYCNcUWaSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tYCNcUWaSy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tYCNcUWaSy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tYCNcUWaSy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tYCNcUWaSy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYCNcUWaSy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tYCNcUWaSy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tYCNcUWaSy .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tYCNcUWaSy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tYCNcUWaSy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tYCNcUWaSy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tYCNcUWaSy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tYCNcUWaSy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYCNcUWaSy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tYCNcUWaSy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tYCNcUWaSy .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u2UyjKVl4F {
  z-index: 1000;
  width: 100%;
}
.cid-u2UyjKVl4F nav.navbar {
  position: fixed;
}
.cid-u2UyjKVl4F .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-u2UyjKVl4F .nav-link:hover,
.cid-u2UyjKVl4F .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-u2UyjKVl4F .nav-item {
    position: relative;
  }
}
.cid-u2UyjKVl4F .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-u2UyjKVl4F .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-u2UyjKVl4F .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u2UyjKVl4F .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u2UyjKVl4F .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-u2UyjKVl4F .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u2UyjKVl4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2UyjKVl4F .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u2UyjKVl4F .navbar.collapsed .navbar-collapse.show,
.cid-u2UyjKVl4F .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2UyjKVl4F .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u2UyjKVl4F .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u2UyjKVl4F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2UyjKVl4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2UyjKVl4F .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-u2UyjKVl4F .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2UyjKVl4F .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u2UyjKVl4F .navbar .navbar-collapse.show,
  .cid-u2UyjKVl4F .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-u2UyjKVl4F .navbar .navbar-collapse.show .brand-container,
  .cid-u2UyjKVl4F .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u2UyjKVl4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2UyjKVl4F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2UyjKVl4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2UyjKVl4F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2UyjKVl4F .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-u2UyjKVl4F .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u2UyjKVl4F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u2UyjKVl4F .navbar .right-menu,
  .cid-u2UyjKVl4F .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u2UyjKVl4F .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-u2UyjKVl4F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2UyjKVl4F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2UyjKVl4F .navbar {
    padding: 2rem 1rem;
  }
  .cid-u2UyjKVl4F .navbar-collapse {
    padding-top: 0;
  }
}
.cid-u2UyjKVl4F .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u2UyjKVl4F .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2UyjKVl4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2UyjKVl4F .dropdown-item.active,
.cid-u2UyjKVl4F .dropdown-item:active {
  background-color: transparent;
}
.cid-u2UyjKVl4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2UyjKVl4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-u2UyjKVl4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2UyjKVl4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2UyjKVl4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2UyjKVl4F ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u2UyjKVl4F ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u2UyjKVl4F .navbar-buttons {
  margin-left: auto;
}
.cid-u2UyjKVl4F button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-u2UyjKVl4F button.navbar-toggler:hover {
  outline: none;
}
.cid-u2UyjKVl4F button.navbar-toggler:active {
  outline: none;
}
.cid-u2UyjKVl4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2UyjKVl4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2UyjKVl4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2UyjKVl4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2UyjKVl4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2UyjKVl4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2UyjKVl4F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u2UyjKVl4F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u2UyjKVl4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2UyjKVl4F .navbar-dropdown {
  position: fixed;
}
.cid-u2UyjKVl4F a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-u2UyjKVl4F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u2UyjKVl4F .right-menu,
.cid-u2UyjKVl4F .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u2UyjKVl4F .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2UyjKVl4F .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u2UyjKVl4F .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u2UyjKVl4F .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u2UyjKVl4F .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-u2UyjKVl4F .brand-container {
    padding: 0;
  }
}
.cid-u2UyjKVl4F .card-wrapper {
  z-index: 3;
}
.cid-u2UyjKVl4F .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u2UyjKVl4F .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-u2UyjKVl4F .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-u2UyjKVl4F .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-u2UyjKVl4F .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-u2UyjKVl4F .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-u2UyjKVl4F .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-u2UyjKVl4F .navbar-caption {
  color: #ffffff;
}
.cid-u2UyjKVl4F .navbar-caption:hover {
  color: #ffffff;
}
.cid-u2UyjKVl4F .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-u2UyjKVl4F .dropdown-toggle:after {
  display: none;
}
.cid-u2UyjKVl4F a:hover .line-animation,
.cid-u2UyjKVl4F a:focus .line-animation {
  opacity: 1;
}
.cid-u2UyjKVl4F .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-u2UyjKVl4F .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u2UyjKVl4F .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u2UyjLB2F0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #977741;
}
.cid-u2UyjLB2F0 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-u2UyjLB2F0 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-u2UyjLB2F0 .carousel {
    height: 400px;
  }
}
.cid-u2UyjLB2F0 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u2UyjLB2F0 .carousel .carousel-item,
.cid-u2UyjLB2F0 .carousel .carousel-inner {
  height: 100%;
}
.cid-u2UyjLB2F0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u2UyjLB2F0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u2UyjLB2F0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u2UyjLB2F0 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-u2UyjLB2F0 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2UyjLB2F0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u2UyjLB2F0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u2UyjLB2F0 .row {
  position: relative;
}
.cid-u2UyjLB2F0 .container {
  margin-bottom: 3px;
}
.cid-u2UyjLB2F0 .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-u2UyjLB2F0 .carousel-control .mbri-left,
.cid-u2UyjLB2F0 .carousel-control .mbri-right {
  display: none;
}
@media (max-width: 768px) {
  .cid-u2UyjLB2F0 .carousel-control .mbri-left,
  .cid-u2UyjLB2F0 .carousel-control .mbri-right {
    display: none;
  }
}
.cid-u2UyjLB2F0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2UyjLB2F0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2UyjLB2F0 .carousel-control {
    top: 70%;
  }
  .cid-u2UyjLB2F0 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-u2UyjLB2F0 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-u2UyjLB2F0 .buttons-wrap {
  justify-content: start;
}
.cid-u2UyjLB2F0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-u2UyjLB2F0 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-u2UyjLB2F0 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-u2UyjLB2F0 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-u2UyjLB2F0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2UyjLB2F0 .wrap {
  z-index: 9999;
}
.cid-u2UyjLB2F0 .btnHeader {
  font-family: 'Cormorant Garamond';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-u2UyjLB2F0 .btnHeader::before,
.cid-u2UyjLB2F0 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-u2UyjLB2F0 .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u2UyjLB2F0 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u2UyjLB2F0 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u2UyjLB2F0 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u2UyjLB2F0 .img {
  position: relative;
}
.cid-u2UyjMgezR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2UyjMgezR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2UyjMgezR .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjMgezR .container {
    padding: 0 28px;
  }
}
.cid-u2UyjMgezR .item:focus,
.cid-u2UyjMgezR span:focus {
  outline: none;
}
.cid-u2UyjMgezR .item-wrapper {
  position: relative;
}
.cid-u2UyjMgezR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u2UyjMgezR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2UyjMgezR .embla__slide .slide-content {
  width: 100%;
}
.cid-u2UyjMgezR .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u2UyjMgezR .embla__slide .slide-content .item-wrapper .item-img .mbr-card-title {
  pointer-events: visible;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.cid-u2UyjMgezR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 500px;
  height: 450px;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-u2UyjMgezR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap {
  width: 100%;
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap {
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap {
    padding-right: 0;
  }
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap .mbr-card-subtitle {
  margin-bottom: 20px;
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap .list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-u2UyjMgezR .embla__slide .slide-content .content-wrap .title-wrap .list .item-wrap::marker {
  color: #f2d122;
}
.cid-u2UyjMgezR .embla__button--next,
.cid-u2UyjMgezR .embla__button--prev {
  display: flex;
}
.cid-u2UyjMgezR .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 38px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u2UyjMgezR .embla__button {
    display: none;
  }
}
.cid-u2UyjMgezR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2UyjMgezR .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-u2UyjMgezR .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-u2UyjMgezR .embla__button.embla__button--prev {
  right: 55px;
}
.cid-u2UyjMgezR .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-u2UyjMgezR .embla__button {
    bottom: -3rem;
  }
}
.cid-u2UyjMgezR .embla {
  position: relative;
  width: 100%;
}
.cid-u2UyjMgezR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2UyjMgezR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2UyjMgezR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2UyjMgezR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2UyjMgezR .mbr-card-title {
  color: #F2D122;
  text-align: center;
}
.cid-u2UyjMgezR .mbr-card-subtitle {
  color: #000000;
}
.cid-u2UyjMgezR .list {
  color: #000000;
}
.cid-u2UyjN0Io9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjN0Io9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjN0Io9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjN0Io9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjN0Io9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjN0Io9 .container {
    padding: 0;
  }
}
.cid-u2UyjN0Io9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjN0Io9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjN0Io9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjN0Io9 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjN0Io9 .mbr-section-title {
  color: #263652;
}
.cid-u2UyjN0Io9 .mbr-text {
  color: #263652;
}
.cid-u2UyjNEvbC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjNEvbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjNEvbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjNEvbC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjNEvbC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjNEvbC .container {
    padding: 0;
  }
}
.cid-u2UyjNEvbC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjNEvbC .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjNEvbC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjNEvbC .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjNEvbC .mbr-section-title {
  color: #263652;
}
.cid-u2UyjNEvbC .mbr-text {
  color: #263652;
}
.cid-u2UyjOlQ0Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjOlQ0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjOlQ0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjOlQ0Z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjOlQ0Z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjOlQ0Z .container {
    padding: 0;
  }
}
.cid-u2UyjOlQ0Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjOlQ0Z .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjOlQ0Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjOlQ0Z .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjOlQ0Z .mbr-section-title {
  color: #263652;
}
.cid-u2UyjOlQ0Z .mbr-text {
  color: #263652;
}
.cid-u2UyjP1BdG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjP1BdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjP1BdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjP1BdG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjP1BdG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjP1BdG .container {
    padding: 0;
  }
}
.cid-u2UyjP1BdG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjP1BdG .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjP1BdG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjP1BdG .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjP1BdG .mbr-section-title {
  color: #263652;
}
.cid-u2UyjP1BdG .mbr-text {
  color: #263652;
}
.cid-u2UyjPCBqW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjPCBqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjPCBqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjPCBqW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjPCBqW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjPCBqW .container {
    padding: 0;
  }
}
.cid-u2UyjPCBqW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjPCBqW .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjPCBqW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjPCBqW .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjPCBqW .mbr-section-title {
  color: #263652;
}
.cid-u2UyjPCBqW .mbr-text {
  color: #263652;
}
.cid-u2UyjQaEYE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjQaEYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjQaEYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjQaEYE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjQaEYE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjQaEYE .container {
    padding: 0;
  }
}
.cid-u2UyjQaEYE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjQaEYE .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjQaEYE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjQaEYE .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjQaEYE .mbr-section-title {
  color: #263652;
}
.cid-u2UyjQaEYE .mbr-text {
  color: #263652;
}
.cid-u2UyjQYIps {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-u2UyjQYIps .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjQYIps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2UyjQYIps .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2UyjQYIps .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2UyjQYIps .container {
    padding: 0;
  }
}
.cid-u2UyjQYIps .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2UyjQYIps .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u2UyjQYIps .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2UyjQYIps .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-u2UyjQYIps .mbr-section-title {
  color: #263652;
}
.cid-u2UyjQYIps .mbr-text {
  color: #263652;
}
.cid-u2UyjT3ojc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #977741;
}
.cid-u2UyjT3ojc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2UyjT3ojc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u2UyjT3ojc .row {
    flex-direction: column-reverse;
  }
  .cid-u2UyjT3ojc .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2UyjT3ojc .google-map {
  height: 100%;
  position: relative;
}
.cid-u2UyjT3ojc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u2UyjT3ojc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u2UyjT3ojc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u2UyjT3ojc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u2UyjT3ojc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u2UyjT3ojc .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-u2UyjT3ojc .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-u2UyjT3ojc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2UyjT3ojc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u2UyjT3ojc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ba9b67;
}
.cid-u2UyjT3ojc .mbr-section-title {
  color: #ffffff;
}
.cid-u2UyjT3ojc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2UyjT3ojc .card-title {
  color: #e35050;
}
.cid-u2UyjT3ojc P {
  color: #e35050;
}
.cid-u2UyjTQM9A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u2UyjTQM9A .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2UyjTQM9A .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2UyjTQM9A .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2UyjTQM9A .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2UyjTQM9A .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2UyjTQM9A .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2UyjTQM9A .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2UyjTQM9A .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2UyjTQM9A .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2UyjTQM9A .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2UyjTQM9A .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2UyjTQM9A .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2UyjTQM9A .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2UyjTQM9A .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u2UyjTQM9A .media-container-row .mbr-text {
  color: #ffffff;
}
