body {
  font-family: 'EB Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #000000;
}
.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.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;
}
#custom-html-4z #bannerAd {
  width: 100%;
  margin: 0;
  height: 100vm;
}
#custom-html-50 {
  /* Type valid CSS here */
}
#custom-html-50 #upcomingAd {
  width: 100%;
  margin: 0;
  height: 100vm;
}
.cid-sNBLMZ8bqj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-sNBLMZ8bqj .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sNBLMZ8bqj .item {
    margin-bottom: 3rem;
  }
}
.cid-sNBLMZ8bqj .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sNBLMZ8bqj .item-wrapper {
  height: 100%;
}
.cid-sNBLMZ8bqj .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-sNBLMZ8bqj .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-sNBLMZ8bqj .btn {
  font-family: 'Cormorant Garamond';
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-sNBLMZ8bqj .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-sNBLMZ8bqj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBLMZ8bqj .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-sNBLMZ8bqj .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sNBLMZ8bqj .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-sNBLMZ8bqj .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-u6gSQBYnxv {
  background-color: #000000;
}
.cid-u6gSQBYnxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6gSQBYnxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6gSQBYnxv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u6gSQBYnxv .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u6gSQBYnxv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u6gSQBYnxv .container {
    padding: 0 16px;
  }
}
.cid-u6gSQBYnxv .image-wrapper img {
  height: 900px;
  border-radius: .5em !important;
  object-fit: cover;
  box-shadow: 0 14px 20px #333333;
}
@media (max-width: 992px) {
  .cid-u6gSQBYnxv .image-wrapper img {
    width: 100%;
    height: 450px;
  }
}
.cid-u6gSQBYnxv .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-u6gT5j8hmq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u6gT5j8hmq .mbr-section-title {
  color: #ba9b67;
}
.cid-u6gT5j8hmq .mbr-text {
  color: #c0bcb7;
}
#custom-html-1 {
  /* Type valid CSS here */
  /* generic mobile */
}
#custom-html-1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1 .flx {
  display: flex;
}
#custom-html-1 .half {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 20px;
}
#custom-html-1 #homeCal {
  background: #000;
  align-items: center;
  justify-content: center;
  /* optional */
  padding: 0px !important;
}
#custom-html-1 #homeHalfTxt {
  font-size: 3em;
}
#custom-html-1 #homeCalFrame {
  border-radius: 3px;
}
@media only screen and (max-width: 820px) {
  #custom-html-1 .flx {
    display: block;
  }
  #custom-html-1 .half {
    width: 100%;
  }
}
.cid-tE4uHz0yrp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tE4uHz0yrp .wrapper {
  text-align: end;
}
.cid-tE4uHz0yrp .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tE4uHz0yrp .row {
    text-align: center;
  }
  .cid-tE4uHz0yrp .wrapper {
    text-align: center;
    margin-top: 2rem;
  }
  .cid-tE4uHz0yrp .mbr-section-title {
    text-align: center;
  }
}
.cid-tE4uHz0yrp .btn {
  padding: .8rem 4rem;
  position: relative;
  color: #C0BCB7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tE4uHz0yrp .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tE4uHz0yrp .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tE4uHz0yrp .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tE4uHz0yrp .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tE4uHz0yrp .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-tE4u15Y4Us {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tE4u15Y4Us .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tE4u15Y4Us .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tE4u15Y4Us .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tE4u15Y4Us .row {
    margin: 0;
  }
}
.cid-tE4u15Y4Us .mbr-text {
  color: #C0BCB7;
  transition: all .5s;
}
.cid-tE4u1tB77l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tE4u1tB77l .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tE4u1tB77l .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tE4u1tB77l .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tE4u1tB77l .row {
    margin: 0;
  }
}
.cid-tE4u1tB77l .mbr-text {
  color: #C0BCB7;
  transition: all .5s;
}
.cid-tE4tUFhrPB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tE4tUFhrPB .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tE4tUFhrPB .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tE4tUFhrPB .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tE4tUFhrPB .row {
    margin: 0;
  }
}
.cid-tE4tUFhrPB .mbr-text {
  color: #C0BCB7;
  transition: all .5s;
}
.cid-uzjO352KjJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uzjO352KjJ .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzjO352KjJ .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzjO352KjJ .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-uzjO352KjJ .row {
    margin: 0;
  }
}
.cid-uzjO352KjJ .mbr-text {
  color: #C0BCB7;
  transition: all .5s;
}
.cid-tCL3GJd9U2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tCL3GJd9U2 .mbr-text {
  color: #777d74;
}
.cid-tCL3GJd9U2 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tCL3GJd9U2 .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tCL3GJd9U2 .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tCL3GJd9U2 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-sMzN9d7VrO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sMzN9d7VrO .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tD8bzE3aiX {
  z-index: 1000;
  width: 100%;
}
.cid-tD8bzE3aiX nav.navbar {
  position: fixed;
}
.cid-tD8bzE3aiX .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-tD8bzE3aiX .nav-link:hover,
.cid-tD8bzE3aiX .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tD8bzE3aiX .nav-item {
    position: relative;
  }
}
.cid-tD8bzE3aiX .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-tD8bzE3aiX .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tD8bzE3aiX .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tD8bzE3aiX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tD8bzE3aiX .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-tD8bzE3aiX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tD8bzE3aiX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tD8bzE3aiX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tD8bzE3aiX .navbar.collapsed .navbar-collapse.show,
.cid-tD8bzE3aiX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tD8bzE3aiX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tD8bzE3aiX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tD8bzE3aiX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tD8bzE3aiX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD8bzE3aiX .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tD8bzE3aiX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tD8bzE3aiX .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tD8bzE3aiX .navbar .navbar-collapse.show,
  .cid-tD8bzE3aiX .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-tD8bzE3aiX .navbar .navbar-collapse.show .brand-container,
  .cid-tD8bzE3aiX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tD8bzE3aiX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD8bzE3aiX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tD8bzE3aiX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD8bzE3aiX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tD8bzE3aiX .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tD8bzE3aiX .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-tD8bzE3aiX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tD8bzE3aiX .navbar .right-menu,
  .cid-tD8bzE3aiX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tD8bzE3aiX .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tD8bzE3aiX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tD8bzE3aiX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tD8bzE3aiX .navbar {
    padding: 2rem 1rem;
  }
  .cid-tD8bzE3aiX .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tD8bzE3aiX .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-tD8bzE3aiX .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tD8bzE3aiX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD8bzE3aiX .dropdown-item.active,
.cid-tD8bzE3aiX .dropdown-item:active {
  background-color: transparent;
}
.cid-tD8bzE3aiX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD8bzE3aiX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tD8bzE3aiX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tD8bzE3aiX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD8bzE3aiX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD8bzE3aiX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tD8bzE3aiX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tD8bzE3aiX .navbar-buttons {
  margin-left: auto;
}
.cid-tD8bzE3aiX 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-tD8bzE3aiX button.navbar-toggler:hover {
  outline: none;
}
.cid-tD8bzE3aiX button.navbar-toggler:active {
  outline: none;
}
.cid-tD8bzE3aiX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tD8bzE3aiX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tD8bzE3aiX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tD8bzE3aiX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tD8bzE3aiX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tD8bzE3aiX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD8bzE3aiX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tD8bzE3aiX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tD8bzE3aiX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tD8bzE3aiX .navbar-dropdown {
  position: fixed;
}
.cid-tD8bzE3aiX 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-tD8bzE3aiX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tD8bzE3aiX .right-menu,
.cid-tD8bzE3aiX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tD8bzE3aiX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tD8bzE3aiX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tD8bzE3aiX .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tD8bzE3aiX .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tD8bzE3aiX .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tD8bzE3aiX .brand-container {
    padding: 0;
  }
}
.cid-tD8bzE3aiX .card-wrapper {
  z-index: 3;
}
.cid-tD8bzE3aiX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tD8bzE3aiX .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tD8bzE3aiX .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tD8bzE3aiX .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tD8bzE3aiX .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tD8bzE3aiX .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tD8bzE3aiX .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tD8bzE3aiX .navbar-caption {
  color: #ffffff;
}
.cid-tD8bzE3aiX .navbar-caption:hover {
  color: #ffffff;
}
.cid-tD8bzE3aiX .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tD8bzE3aiX .dropdown-toggle:after {
  display: none;
}
.cid-tD8bzE3aiX a:hover .line-animation,
.cid-tD8bzE3aiX a:focus .line-animation {
  opacity: 1;
}
.cid-tD8bzE3aiX .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tD8bzE3aiX .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tD8bzE3aiX .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tD8bzEmaF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tD8bzEmaF1 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tD8bzEmaF1 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tD8bzEmaF1 .carousel {
    height: 400px;
  }
}
.cid-tD8bzEmaF1 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tD8bzEmaF1 .carousel .carousel-item,
.cid-tD8bzEmaF1 .carousel .carousel-inner {
  height: 100%;
}
.cid-tD8bzEmaF1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tD8bzEmaF1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tD8bzEmaF1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tD8bzEmaF1 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tD8bzEmaF1 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tD8bzEmaF1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tD8bzEmaF1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tD8bzEmaF1 .row {
  position: relative;
}
.cid-tD8bzEmaF1 .container {
  margin-bottom: 3px;
}
.cid-tD8bzEmaF1 .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-tD8bzEmaF1 .carousel-control .mbri-left,
.cid-tD8bzEmaF1 .carousel-control .mbri-right {
  display: none;
}
.cid-tD8bzEmaF1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD8bzEmaF1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD8bzEmaF1 .carousel-control {
    top: 70%;
  }
  .cid-tD8bzEmaF1 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tD8bzEmaF1 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tD8bzEmaF1 .buttons-wrap {
  justify-content: start;
}
.cid-tD8bzEmaF1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tD8bzEmaF1 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tD8bzEmaF1 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tD8bzEmaF1 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tD8bzEmaF1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tD8bzEmaF1 .wrap {
  z-index: 9999;
}
.cid-tD8bzEmaF1 .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-tD8bzEmaF1 .btnHeader::before,
.cid-tD8bzEmaF1 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tD8bzEmaF1 .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-tD8bzEmaF1 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tD8bzEmaF1 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tD8bzEmaF1 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tD8bzEmaF1 .img {
  position: relative;
}
.cid-tD8bzFnq6I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tD8bzFnq6I .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tD8bzFnq6I .wrap {
    padding: 3rem 1rem;
  }
  .cid-tD8bzFnq6I .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tD8bzFnq6I .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-tD8bzFnq6I .author {
  font-style: italic;
  color: #9A948D;
}
.cid-tD8bzFnq6I .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tD8hYU8jTI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #171410;
}
.cid-tD8hYU8jTI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tD8hYU8jTI label {
  padding: 0 1rem;
}
.cid-tD8hYU8jTI textarea {
  min-height: 150px;
}
.cid-tD8hYU8jTI .btn {
  padding: 1rem 3rem;
}
.cid-tD8hYU8jTI .myBtn {
  width: 110px;
  color: #fff;
  background: var(--krcBlue);
  height: 40px;
  border: 1pt solid #ccc;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  z-index: 10;
  font-size: .9em;
  text-transform: capitalize;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-tD8hYU8jTI .image-wrapper {
    max-width: 80%;
  }
}
.cid-tD8hYU8jTI .row {
  align-items: center;
}
.cid-tD8hYU8jTI .form-control,
.cid-tD8hYU8jTI .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff !important;
  border-radius: 0;
  color: #149014;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD8hYU8jTI .form-control::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input::-webkit-input-placeholder,
.cid-tD8hYU8jTI .form-control::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tD8hYU8jTI .form-control:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:-moz-placeholder,
.cid-tD8hYU8jTI .form-control:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tD8hYU8jTI .form-control:hover,
.cid-tD8hYU8jTI .field-input:hover,
.cid-tD8hYU8jTI .form-control:focus,
.cid-tD8hYU8jTI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tD8hYU8jTI .form-control:hover::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input:hover::-webkit-input-placeholder,
.cid-tD8hYU8jTI .form-control:focus::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input:focus::-webkit-input-placeholder,
.cid-tD8hYU8jTI .form-control:hover::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input:hover::-webkit-input-placeholder,
.cid-tD8hYU8jTI .form-control:focus::-webkit-input-placeholder,
.cid-tD8hYU8jTI .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tD8hYU8jTI .form-control:hover:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:hover:-moz-placeholder,
.cid-tD8hYU8jTI .form-control:focus:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:focus:-moz-placeholder,
.cid-tD8hYU8jTI .form-control:hover:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:hover:-moz-placeholder,
.cid-tD8hYU8jTI .form-control:focus:-moz-placeholder,
.cid-tD8hYU8jTI .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tD8hYU8jTI .jq-number__spin:hover,
.cid-tD8hYU8jTI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tD8hYU8jTI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #149014;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tD8hYU8jTI .jq-selectbox li,
.cid-tD8hYU8jTI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tD8hYU8jTI .jq-selectbox li:hover,
.cid-tD8hYU8jTI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tD8hYU8jTI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tD8hYU8jTI .jq-number__spin.minus:hover:after,
.cid-tD8hYU8jTI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tD8hYU8jTI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tD8hYU8jTI .jq-number__spin.minus:after,
.cid-tD8hYU8jTI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tD8hYU8jTI input::-webkit-clear-button {
  display: none;
}
.cid-tD8hYU8jTI input::-webkit-inner-spin-button {
  display: none;
}
.cid-tD8hYU8jTI input::-webkit-outer-spin-button {
  display: none;
}
.cid-tD8hYU8jTI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tD8hYU8jTI .wrapper {
  display: flex;
}
.cid-tD8hYU8jTI .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ba9b67;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tD8hYU8jTI .wrapper {
    flex-direction: column;
  }
  .cid-tD8hYU8jTI .iconfont-wrapper {
    margin: auto;
  }
  .cid-tD8hYU8jTI .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tD8hYU8jTI .mbr-section-title {
  color: #ffffff;
}
.cid-tD8bzG789P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tD8bzG789P .mbr-text {
  color: #777d74;
}
.cid-tD8bzG789P .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tD8bzG789P .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tD8bzG789P .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tD8bzG789P .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tD8bzGqfVG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tD8bzGqfVG .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tDqfW3kk2Z {
  z-index: 1000;
  width: 100%;
}
.cid-tDqfW3kk2Z nav.navbar {
  position: fixed;
}
.cid-tDqfW3kk2Z .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-tDqfW3kk2Z .nav-link:hover,
.cid-tDqfW3kk2Z .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tDqfW3kk2Z .nav-item {
    position: relative;
  }
}
.cid-tDqfW3kk2Z .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-tDqfW3kk2Z .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tDqfW3kk2Z .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tDqfW3kk2Z .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tDqfW3kk2Z .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-tDqfW3kk2Z .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tDqfW3kk2Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDqfW3kk2Z .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqfW3kk2Z .navbar.collapsed .navbar-collapse.show,
.cid-tDqfW3kk2Z .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqfW3kk2Z .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tDqfW3kk2Z .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tDqfW3kk2Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDqfW3kk2Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDqfW3kk2Z .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tDqfW3kk2Z .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqfW3kk2Z .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDqfW3kk2Z .navbar .navbar-collapse.show,
  .cid-tDqfW3kk2Z .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-tDqfW3kk2Z .navbar .navbar-collapse.show .brand-container,
  .cid-tDqfW3kk2Z .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tDqfW3kk2Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDqfW3kk2Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDqfW3kk2Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDqfW3kk2Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDqfW3kk2Z .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tDqfW3kk2Z .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-tDqfW3kk2Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tDqfW3kk2Z .navbar .right-menu,
  .cid-tDqfW3kk2Z .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tDqfW3kk2Z .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tDqfW3kk2Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDqfW3kk2Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDqfW3kk2Z .navbar {
    padding: 2rem 1rem;
  }
  .cid-tDqfW3kk2Z .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tDqfW3kk2Z .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-tDqfW3kk2Z .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tDqfW3kk2Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDqfW3kk2Z .dropdown-item.active,
.cid-tDqfW3kk2Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tDqfW3kk2Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDqfW3kk2Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tDqfW3kk2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDqfW3kk2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDqfW3kk2Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDqfW3kk2Z ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tDqfW3kk2Z ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tDqfW3kk2Z .navbar-buttons {
  margin-left: auto;
}
.cid-tDqfW3kk2Z 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-tDqfW3kk2Z button.navbar-toggler:hover {
  outline: none;
}
.cid-tDqfW3kk2Z button.navbar-toggler:active {
  outline: none;
}
.cid-tDqfW3kk2Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDqfW3kk2Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDqfW3kk2Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqfW3kk2Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqfW3kk2Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDqfW3kk2Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqfW3kk2Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tDqfW3kk2Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tDqfW3kk2Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqfW3kk2Z .navbar-dropdown {
  position: fixed;
}
.cid-tDqfW3kk2Z 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-tDqfW3kk2Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDqfW3kk2Z .right-menu,
.cid-tDqfW3kk2Z .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tDqfW3kk2Z .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqfW3kk2Z .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqfW3kk2Z .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqfW3kk2Z .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqfW3kk2Z .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tDqfW3kk2Z .brand-container {
    padding: 0;
  }
}
.cid-tDqfW3kk2Z .card-wrapper {
  z-index: 3;
}
.cid-tDqfW3kk2Z .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tDqfW3kk2Z .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tDqfW3kk2Z .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tDqfW3kk2Z .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tDqfW3kk2Z .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tDqfW3kk2Z .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tDqfW3kk2Z .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDqfW3kk2Z .navbar-caption {
  color: #ffffff;
}
.cid-tDqfW3kk2Z .navbar-caption:hover {
  color: #ffffff;
}
.cid-tDqfW3kk2Z .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tDqfW3kk2Z .dropdown-toggle:after {
  display: none;
}
.cid-tDqfW3kk2Z a:hover .line-animation,
.cid-tDqfW3kk2Z a:focus .line-animation {
  opacity: 1;
}
.cid-tDqfW3kk2Z .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tDqfW3kk2Z .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDqfW3kk2Z .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tDqfW3G1IZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDqfW3G1IZ .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tDqfW3G1IZ .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tDqfW3G1IZ .carousel {
    height: 400px;
  }
}
.cid-tDqfW3G1IZ .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tDqfW3G1IZ .carousel .carousel-item,
.cid-tDqfW3G1IZ .carousel .carousel-inner {
  height: 100%;
}
.cid-tDqfW3G1IZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tDqfW3G1IZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDqfW3G1IZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDqfW3G1IZ .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tDqfW3G1IZ .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDqfW3G1IZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDqfW3G1IZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDqfW3G1IZ .row {
  position: relative;
}
.cid-tDqfW3G1IZ .container {
  margin-bottom: 3px;
}
.cid-tDqfW3G1IZ .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-tDqfW3G1IZ .carousel-control .mbri-left,
.cid-tDqfW3G1IZ .carousel-control .mbri-right {
  display: none;
}
.cid-tDqfW3G1IZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDqfW3G1IZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDqfW3G1IZ .carousel-control {
    top: 70%;
  }
  .cid-tDqfW3G1IZ .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tDqfW3G1IZ .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tDqfW3G1IZ .buttons-wrap {
  justify-content: start;
}
.cid-tDqfW3G1IZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tDqfW3G1IZ .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tDqfW3G1IZ .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tDqfW3G1IZ .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tDqfW3G1IZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tDqfW3G1IZ .wrap {
  z-index: 9999;
}
.cid-tDqfW3G1IZ .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-tDqfW3G1IZ .btnHeader::before,
.cid-tDqfW3G1IZ .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tDqfW3G1IZ .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-tDqfW3G1IZ .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tDqfW3G1IZ .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tDqfW3G1IZ .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tDqfW3G1IZ .img {
  position: relative;
}
.cid-tDqiLhYGfa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDqiLhYGfa .mbr-section-title {
  color: #ba9b67;
}
.cid-tDqiLhYGfa .mbr-text {
  color: #c0bcb7;
}
.cid-tDqfW5zdLa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tDqfW5zdLa .mbr-text {
  color: #777d74;
}
.cid-tDqfW5zdLa .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tDqfW5zdLa .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tDqfW5zdLa .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tDqfW5zdLa .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tDqfW5SSmK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tDqfW5SSmK .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tDqo3bA76W {
  z-index: 1000;
  width: 100%;
}
.cid-tDqo3bA76W nav.navbar {
  position: fixed;
}
.cid-tDqo3bA76W .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-tDqo3bA76W .nav-link:hover,
.cid-tDqo3bA76W .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tDqo3bA76W .nav-item {
    position: relative;
  }
}
.cid-tDqo3bA76W .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-tDqo3bA76W .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tDqo3bA76W .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tDqo3bA76W .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tDqo3bA76W .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-tDqo3bA76W .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tDqo3bA76W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDqo3bA76W .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqo3bA76W .navbar.collapsed .navbar-collapse.show,
.cid-tDqo3bA76W .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqo3bA76W .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tDqo3bA76W .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tDqo3bA76W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDqo3bA76W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDqo3bA76W .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tDqo3bA76W .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqo3bA76W .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDqo3bA76W .navbar .navbar-collapse.show,
  .cid-tDqo3bA76W .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-tDqo3bA76W .navbar .navbar-collapse.show .brand-container,
  .cid-tDqo3bA76W .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tDqo3bA76W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDqo3bA76W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDqo3bA76W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDqo3bA76W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDqo3bA76W .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tDqo3bA76W .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-tDqo3bA76W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tDqo3bA76W .navbar .right-menu,
  .cid-tDqo3bA76W .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tDqo3bA76W .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tDqo3bA76W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDqo3bA76W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDqo3bA76W .navbar {
    padding: 2rem 1rem;
  }
  .cid-tDqo3bA76W .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tDqo3bA76W .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-tDqo3bA76W .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tDqo3bA76W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDqo3bA76W .dropdown-item.active,
.cid-tDqo3bA76W .dropdown-item:active {
  background-color: transparent;
}
.cid-tDqo3bA76W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDqo3bA76W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tDqo3bA76W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDqo3bA76W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDqo3bA76W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDqo3bA76W ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tDqo3bA76W ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tDqo3bA76W .navbar-buttons {
  margin-left: auto;
}
.cid-tDqo3bA76W 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-tDqo3bA76W button.navbar-toggler:hover {
  outline: none;
}
.cid-tDqo3bA76W button.navbar-toggler:active {
  outline: none;
}
.cid-tDqo3bA76W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDqo3bA76W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDqo3bA76W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqo3bA76W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqo3bA76W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDqo3bA76W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqo3bA76W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tDqo3bA76W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tDqo3bA76W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqo3bA76W .navbar-dropdown {
  position: fixed;
}
.cid-tDqo3bA76W 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-tDqo3bA76W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDqo3bA76W .right-menu,
.cid-tDqo3bA76W .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tDqo3bA76W .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqo3bA76W .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqo3bA76W .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqo3bA76W .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqo3bA76W .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tDqo3bA76W .brand-container {
    padding: 0;
  }
}
.cid-tDqo3bA76W .card-wrapper {
  z-index: 3;
}
.cid-tDqo3bA76W .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tDqo3bA76W .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tDqo3bA76W .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tDqo3bA76W .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tDqo3bA76W .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tDqo3bA76W .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tDqo3bA76W .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDqo3bA76W .navbar-caption {
  color: #ffffff;
}
.cid-tDqo3bA76W .navbar-caption:hover {
  color: #ffffff;
}
.cid-tDqo3bA76W .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tDqo3bA76W .dropdown-toggle:after {
  display: none;
}
.cid-tDqo3bA76W a:hover .line-animation,
.cid-tDqo3bA76W a:focus .line-animation {
  opacity: 1;
}
.cid-tDqo3bA76W .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tDqo3bA76W .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDqo3bA76W .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tDqo3bVfsg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDqo3bVfsg .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tDqo3bVfsg .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tDqo3bVfsg .carousel {
    height: 400px;
  }
}
.cid-tDqo3bVfsg .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tDqo3bVfsg .carousel .carousel-item,
.cid-tDqo3bVfsg .carousel .carousel-inner {
  height: 100%;
}
.cid-tDqo3bVfsg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tDqo3bVfsg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDqo3bVfsg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDqo3bVfsg .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tDqo3bVfsg .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDqo3bVfsg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDqo3bVfsg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDqo3bVfsg .row {
  position: relative;
}
.cid-tDqo3bVfsg .container {
  margin-bottom: 3px;
}
.cid-tDqo3bVfsg .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-tDqo3bVfsg .carousel-control .mbri-left,
.cid-tDqo3bVfsg .carousel-control .mbri-right {
  display: none;
}
.cid-tDqo3bVfsg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDqo3bVfsg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDqo3bVfsg .carousel-control {
    top: 70%;
  }
  .cid-tDqo3bVfsg .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tDqo3bVfsg .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tDqo3bVfsg .buttons-wrap {
  justify-content: start;
}
.cid-tDqo3bVfsg .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tDqo3bVfsg .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tDqo3bVfsg .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tDqo3bVfsg .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tDqo3bVfsg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tDqo3bVfsg .wrap {
  z-index: 9999;
}
.cid-tDqo3bVfsg .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-tDqo3bVfsg .btnHeader::before,
.cid-tDqo3bVfsg .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tDqo3bVfsg .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-tDqo3bVfsg .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tDqo3bVfsg .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tDqo3bVfsg .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tDqo3bVfsg .img {
  position: relative;
}
.cid-tDqovNsfVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222222;
}
.cid-tDqovNsfVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDqovNsfVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDqovNsfVL .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDqovNsfVL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDqovNsfVL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDqovNsfVL .container {
    padding: 0 20px;
  }
  .cid-tDqovNsfVL .container .row {
    padding: 0;
  }
}
.cid-tDqovNsfVL .row {
  justify-content: center;
}
.cid-tDqovNsfVL .panel-group {
  border-radius: 0;
}
.cid-tDqovNsfVL .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tDqovNsfVL .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #383838;
}
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tDqovNsfVL .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #c6a38f;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tDqovNsfVL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tDqovNsfVL .panel-title-edit {
  color: #ffffff;
}
.cid-tDqovNsfVL .panel-text {
  color: #e8e8e8;
}
.cid-tDqo3cxlUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tDqo3cxlUb .mbr-text {
  color: #777d74;
}
.cid-tDqo3cxlUb .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tDqo3cxlUb .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tDqo3cxlUb .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tDqo3cxlUb .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tDqo3cNE4O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tDqo3cNE4O .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tDqoALfrcn {
  z-index: 1000;
  width: 100%;
}
.cid-tDqoALfrcn nav.navbar {
  position: fixed;
}
.cid-tDqoALfrcn .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-tDqoALfrcn .nav-link:hover,
.cid-tDqoALfrcn .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tDqoALfrcn .nav-item {
    position: relative;
  }
}
.cid-tDqoALfrcn .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-tDqoALfrcn .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tDqoALfrcn .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tDqoALfrcn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tDqoALfrcn .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-tDqoALfrcn .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tDqoALfrcn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDqoALfrcn .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqoALfrcn .navbar.collapsed .navbar-collapse.show,
.cid-tDqoALfrcn .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqoALfrcn .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tDqoALfrcn .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tDqoALfrcn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDqoALfrcn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDqoALfrcn .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tDqoALfrcn .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqoALfrcn .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDqoALfrcn .navbar .navbar-collapse.show,
  .cid-tDqoALfrcn .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-tDqoALfrcn .navbar .navbar-collapse.show .brand-container,
  .cid-tDqoALfrcn .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tDqoALfrcn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDqoALfrcn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDqoALfrcn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDqoALfrcn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDqoALfrcn .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tDqoALfrcn .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-tDqoALfrcn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tDqoALfrcn .navbar .right-menu,
  .cid-tDqoALfrcn .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tDqoALfrcn .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tDqoALfrcn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDqoALfrcn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDqoALfrcn .navbar {
    padding: 2rem 1rem;
  }
  .cid-tDqoALfrcn .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tDqoALfrcn .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-tDqoALfrcn .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tDqoALfrcn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDqoALfrcn .dropdown-item.active,
.cid-tDqoALfrcn .dropdown-item:active {
  background-color: transparent;
}
.cid-tDqoALfrcn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDqoALfrcn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tDqoALfrcn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDqoALfrcn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDqoALfrcn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDqoALfrcn ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tDqoALfrcn ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tDqoALfrcn .navbar-buttons {
  margin-left: auto;
}
.cid-tDqoALfrcn 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-tDqoALfrcn button.navbar-toggler:hover {
  outline: none;
}
.cid-tDqoALfrcn button.navbar-toggler:active {
  outline: none;
}
.cid-tDqoALfrcn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDqoALfrcn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDqoALfrcn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqoALfrcn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqoALfrcn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDqoALfrcn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqoALfrcn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tDqoALfrcn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tDqoALfrcn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqoALfrcn .navbar-dropdown {
  position: fixed;
}
.cid-tDqoALfrcn 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-tDqoALfrcn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDqoALfrcn .right-menu,
.cid-tDqoALfrcn .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tDqoALfrcn .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqoALfrcn .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqoALfrcn .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqoALfrcn .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqoALfrcn .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tDqoALfrcn .brand-container {
    padding: 0;
  }
}
.cid-tDqoALfrcn .card-wrapper {
  z-index: 3;
}
.cid-tDqoALfrcn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tDqoALfrcn .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tDqoALfrcn .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tDqoALfrcn .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tDqoALfrcn .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tDqoALfrcn .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tDqoALfrcn .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDqoALfrcn .navbar-caption {
  color: #ffffff;
}
.cid-tDqoALfrcn .navbar-caption:hover {
  color: #ffffff;
}
.cid-tDqoALfrcn .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tDqoALfrcn .dropdown-toggle:after {
  display: none;
}
.cid-tDqoALfrcn a:hover .line-animation,
.cid-tDqoALfrcn a:focus .line-animation {
  opacity: 1;
}
.cid-tDqoALfrcn .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tDqoALfrcn .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDqoALfrcn .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tDqoALESsB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDqoALESsB .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tDqoALESsB .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tDqoALESsB .carousel {
    height: 400px;
  }
}
.cid-tDqoALESsB .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tDqoALESsB .carousel .carousel-item,
.cid-tDqoALESsB .carousel .carousel-inner {
  height: 100%;
}
.cid-tDqoALESsB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tDqoALESsB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDqoALESsB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDqoALESsB .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tDqoALESsB .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDqoALESsB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDqoALESsB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDqoALESsB .row {
  position: relative;
}
.cid-tDqoALESsB .container {
  margin-bottom: 3px;
}
.cid-tDqoALESsB .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-tDqoALESsB .carousel-control .mbri-left,
.cid-tDqoALESsB .carousel-control .mbri-right {
  display: none;
}
.cid-tDqoALESsB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDqoALESsB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDqoALESsB .carousel-control {
    top: 70%;
  }
  .cid-tDqoALESsB .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tDqoALESsB .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tDqoALESsB .buttons-wrap {
  justify-content: start;
}
.cid-tDqoALESsB .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tDqoALESsB .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tDqoALESsB .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tDqoALESsB .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tDqoALESsB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tDqoALESsB .wrap {
  z-index: 9999;
}
.cid-tDqoALESsB .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-tDqoALESsB .btnHeader::before,
.cid-tDqoALESsB .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tDqoALESsB .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-tDqoALESsB .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tDqoALESsB .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tDqoALESsB .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tDqoALESsB .img {
  position: relative;
}
.cid-tE4DefOMy4 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tE4DefOMy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE4DefOMy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE4DefOMy4 .first {
  border-top: 2px solid #ba9b67;
}
.cid-tE4DefOMy4 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-tE4DefOMy4 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-tE4DefOMy4 .card-header {
  border-bottom: 2px solid #ba9b67;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-tE4DefOMy4 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ba9b67;
  transition: all 0.3s;
}
.cid-tE4DefOMy4 .card-header a,
.cid-tE4DefOMy4 .card-header h6,
.cid-tE4DefOMy4 .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-tE4DefOMy4 .card-header:hover a,
.cid-tE4DefOMy4 .card-header:hover h6,
.cid-tE4DefOMy4 .card-header:hover span {
  color: #ffffff !important;
}
.cid-tE4DefOMy4 .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tE4DefOMy4 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tE4DefOMy4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ba9b67;
  margin-left: 1rem;
  z-index: 1;
}
.cid-tE4DefOMy4 .panel-group {
  border: none;
}
.cid-tE4DefOMy4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tE4DefOMy4 .panel-title-edit {
  color: #17003b;
}
.cid-tE4DefOMy4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tE4DefOMy4 H3 {
  color: #17003b;
}
.cid-tE4DefOMy4 .panel-text {
  color: #17003b;
}
.cid-tE4DefOMy4 .noBottomBorder {
  border-bottom: none;
}
.cid-tDqoAMnuKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tDqoAMnuKb .mbr-text {
  color: #777d74;
}
.cid-tDqoAMnuKb .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tDqoAMnuKb .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tDqoAMnuKb .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tDqoAMnuKb .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tDqoAMGuUl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tDqoAMGuUl .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tLe7b68jYq {
  z-index: 1000;
  width: 100%;
}
.cid-tLe7b68jYq nav.navbar {
  position: fixed;
}
.cid-tLe7b68jYq .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-tLe7b68jYq .nav-link:hover,
.cid-tLe7b68jYq .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tLe7b68jYq .nav-item {
    position: relative;
  }
}
.cid-tLe7b68jYq .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-tLe7b68jYq .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tLe7b68jYq .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tLe7b68jYq .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLe7b68jYq .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-tLe7b68jYq .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tLe7b68jYq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLe7b68jYq .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLe7b68jYq .navbar.collapsed .navbar-collapse.show,
.cid-tLe7b68jYq .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLe7b68jYq .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tLe7b68jYq .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tLe7b68jYq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLe7b68jYq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLe7b68jYq .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tLe7b68jYq .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLe7b68jYq .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLe7b68jYq .navbar .navbar-collapse.show,
  .cid-tLe7b68jYq .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-tLe7b68jYq .navbar .navbar-collapse.show .brand-container,
  .cid-tLe7b68jYq .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tLe7b68jYq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLe7b68jYq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLe7b68jYq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLe7b68jYq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLe7b68jYq .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tLe7b68jYq .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-tLe7b68jYq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLe7b68jYq .navbar .right-menu,
  .cid-tLe7b68jYq .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLe7b68jYq .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tLe7b68jYq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLe7b68jYq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLe7b68jYq .navbar {
    padding: 2rem 1rem;
  }
  .cid-tLe7b68jYq .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tLe7b68jYq .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-tLe7b68jYq .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tLe7b68jYq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLe7b68jYq .dropdown-item.active,
.cid-tLe7b68jYq .dropdown-item:active {
  background-color: transparent;
}
.cid-tLe7b68jYq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLe7b68jYq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tLe7b68jYq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLe7b68jYq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLe7b68jYq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLe7b68jYq ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tLe7b68jYq ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tLe7b68jYq .navbar-buttons {
  margin-left: auto;
}
.cid-tLe7b68jYq 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-tLe7b68jYq button.navbar-toggler:hover {
  outline: none;
}
.cid-tLe7b68jYq button.navbar-toggler:active {
  outline: none;
}
.cid-tLe7b68jYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLe7b68jYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLe7b68jYq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLe7b68jYq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLe7b68jYq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLe7b68jYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLe7b68jYq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tLe7b68jYq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tLe7b68jYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLe7b68jYq .navbar-dropdown {
  position: fixed;
}
.cid-tLe7b68jYq 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-tLe7b68jYq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLe7b68jYq .right-menu,
.cid-tLe7b68jYq .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tLe7b68jYq .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLe7b68jYq .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLe7b68jYq .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLe7b68jYq .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLe7b68jYq .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tLe7b68jYq .brand-container {
    padding: 0;
  }
}
.cid-tLe7b68jYq .card-wrapper {
  z-index: 3;
}
.cid-tLe7b68jYq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tLe7b68jYq .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tLe7b68jYq .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tLe7b68jYq .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tLe7b68jYq .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tLe7b68jYq .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tLe7b68jYq .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tLe7b68jYq .navbar-caption {
  color: #ffffff;
}
.cid-tLe7b68jYq .navbar-caption:hover {
  color: #ffffff;
}
.cid-tLe7b68jYq .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tLe7b68jYq .dropdown-toggle:after {
  display: none;
}
.cid-tLe7b68jYq a:hover .line-animation,
.cid-tLe7b68jYq a:focus .line-animation {
  opacity: 1;
}
.cid-tLe7b68jYq .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tLe7b68jYq .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tLe7b68jYq .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tLe7b6tvb4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLe7b6tvb4 .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tLe7b6tvb4 .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tLe7b6tvb4 .carousel {
    height: 400px;
  }
}
.cid-tLe7b6tvb4 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tLe7b6tvb4 .carousel .carousel-item,
.cid-tLe7b6tvb4 .carousel .carousel-inner {
  height: 100%;
}
.cid-tLe7b6tvb4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tLe7b6tvb4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLe7b6tvb4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLe7b6tvb4 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tLe7b6tvb4 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLe7b6tvb4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tLe7b6tvb4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tLe7b6tvb4 .row {
  position: relative;
}
.cid-tLe7b6tvb4 .container {
  margin-bottom: 3px;
}
.cid-tLe7b6tvb4 .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-tLe7b6tvb4 .carousel-control .mbri-left,
.cid-tLe7b6tvb4 .carousel-control .mbri-right {
  display: none;
}
.cid-tLe7b6tvb4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLe7b6tvb4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLe7b6tvb4 .carousel-control {
    top: 70%;
  }
  .cid-tLe7b6tvb4 .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tLe7b6tvb4 .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tLe7b6tvb4 .buttons-wrap {
  justify-content: start;
}
.cid-tLe7b6tvb4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tLe7b6tvb4 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tLe7b6tvb4 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tLe7b6tvb4 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tLe7b6tvb4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLe7b6tvb4 .wrap {
  z-index: 9999;
}
.cid-tLe7b6tvb4 .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-tLe7b6tvb4 .btnHeader::before,
.cid-tLe7b6tvb4 .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tLe7b6tvb4 .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-tLe7b6tvb4 .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLe7b6tvb4 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tLe7b6tvb4 .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tLe7b6tvb4 .img {
  position: relative;
}
.cid-tLe7b79gQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tLe7b79gQi .mbr-text {
  color: #777d74;
}
.cid-tLe7b79gQi .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tLe7b79gQi .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tLe7b79gQi .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tLe7b79gQi .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tLe7b7qYBh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tLe7b7qYBh .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-u0l8qJLarB {
  z-index: 1000;
  width: 100%;
}
.cid-u0l8qJLarB nav.navbar {
  position: fixed;
}
.cid-u0l8qJLarB .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-u0l8qJLarB .nav-link:hover,
.cid-u0l8qJLarB .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-u0l8qJLarB .nav-item {
    position: relative;
  }
}
.cid-u0l8qJLarB .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-u0l8qJLarB .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-u0l8qJLarB .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-u0l8qJLarB .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u0l8qJLarB .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-u0l8qJLarB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u0l8qJLarB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0l8qJLarB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u0l8qJLarB .navbar.collapsed .navbar-collapse.show,
.cid-u0l8qJLarB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u0l8qJLarB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u0l8qJLarB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u0l8qJLarB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u0l8qJLarB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0l8qJLarB .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-u0l8qJLarB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u0l8qJLarB .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u0l8qJLarB .navbar .navbar-collapse.show,
  .cid-u0l8qJLarB .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-u0l8qJLarB .navbar .navbar-collapse.show .brand-container,
  .cid-u0l8qJLarB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u0l8qJLarB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0l8qJLarB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0l8qJLarB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0l8qJLarB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0l8qJLarB .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-u0l8qJLarB .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-u0l8qJLarB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u0l8qJLarB .navbar .right-menu,
  .cid-u0l8qJLarB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u0l8qJLarB .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-u0l8qJLarB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0l8qJLarB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0l8qJLarB .navbar {
    padding: 2rem 1rem;
  }
  .cid-u0l8qJLarB .navbar-collapse {
    padding-top: 0;
  }
}
.cid-u0l8qJLarB .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-u0l8qJLarB .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0l8qJLarB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0l8qJLarB .dropdown-item.active,
.cid-u0l8qJLarB .dropdown-item:active {
  background-color: transparent;
}
.cid-u0l8qJLarB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0l8qJLarB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-u0l8qJLarB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u0l8qJLarB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0l8qJLarB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0l8qJLarB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u0l8qJLarB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u0l8qJLarB .navbar-buttons {
  margin-left: auto;
}
.cid-u0l8qJLarB 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-u0l8qJLarB button.navbar-toggler:hover {
  outline: none;
}
.cid-u0l8qJLarB button.navbar-toggler:active {
  outline: none;
}
.cid-u0l8qJLarB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0l8qJLarB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0l8qJLarB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0l8qJLarB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0l8qJLarB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0l8qJLarB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0l8qJLarB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u0l8qJLarB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u0l8qJLarB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0l8qJLarB .navbar-dropdown {
  position: fixed;
}
.cid-u0l8qJLarB 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-u0l8qJLarB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0l8qJLarB .right-menu,
.cid-u0l8qJLarB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u0l8qJLarB .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u0l8qJLarB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u0l8qJLarB .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u0l8qJLarB .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u0l8qJLarB .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-u0l8qJLarB .brand-container {
    padding: 0;
  }
}
.cid-u0l8qJLarB .card-wrapper {
  z-index: 3;
}
.cid-u0l8qJLarB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-u0l8qJLarB .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-u0l8qJLarB .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-u0l8qJLarB .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-u0l8qJLarB .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-u0l8qJLarB .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-u0l8qJLarB .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-u0l8qJLarB .navbar-caption {
  color: #ffffff;
}
.cid-u0l8qJLarB .navbar-caption:hover {
  color: #ffffff;
}
.cid-u0l8qJLarB .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-u0l8qJLarB .dropdown-toggle:after {
  display: none;
}
.cid-u0l8qJLarB a:hover .line-animation,
.cid-u0l8qJLarB a:focus .line-animation {
  opacity: 1;
}
.cid-u0l8qJLarB .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-u0l8qJLarB .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u0l8qJLarB .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-u0l8qK7hbF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u0l8qK7hbF .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-u0l8qK7hbF .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-u0l8qK7hbF .carousel {
    height: 400px;
  }
}
.cid-u0l8qK7hbF .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-u0l8qK7hbF .carousel .carousel-item,
.cid-u0l8qK7hbF .carousel .carousel-inner {
  height: 100%;
}
.cid-u0l8qK7hbF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u0l8qK7hbF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0l8qK7hbF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0l8qK7hbF .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-u0l8qK7hbF .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0l8qK7hbF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0l8qK7hbF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u0l8qK7hbF .row {
  position: relative;
}
.cid-u0l8qK7hbF .container {
  margin-bottom: 3px;
}
.cid-u0l8qK7hbF .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-u0l8qK7hbF .carousel-control .mbri-left,
.cid-u0l8qK7hbF .carousel-control .mbri-right {
  display: none;
}
.cid-u0l8qK7hbF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0l8qK7hbF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u0l8qK7hbF .carousel-control {
    top: 70%;
  }
  .cid-u0l8qK7hbF .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-u0l8qK7hbF .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-u0l8qK7hbF .buttons-wrap {
  justify-content: start;
}
.cid-u0l8qK7hbF .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-u0l8qK7hbF .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-u0l8qK7hbF .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-u0l8qK7hbF .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-u0l8qK7hbF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u0l8qK7hbF .wrap {
  z-index: 9999;
}
.cid-u0l8qK7hbF .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-u0l8qK7hbF .btnHeader::before,
.cid-u0l8qK7hbF .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-u0l8qK7hbF .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-u0l8qK7hbF .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u0l8qK7hbF .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u0l8qK7hbF .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u0l8qK7hbF .img {
  position: relative;
}
#custom-html-2v {
  /* Type valid CSS here */
}
#custom-html-2v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2v p {
  font-size: 60px;
  color: #777;
}
.cid-u0l8qKyzZT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u0l8qKyzZT .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u0l8qKyzZT .wrap {
    width: 100%;
  }
}
.cid-u0l8qKyzZT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0l8qKyzZT .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u0l8qKyzZT .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-u0l8qKyzZT .top {
    padding-top: 20px;
  }
}
.cid-u0l8qKyzZT .mbr-text {
  font-style: italic;
  color: #9a948d;
}
@media (min-width: 769px) {
  .cid-u0l8qKyzZT .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-u0l8qKViOY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u0l8qKViOY .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-u0l8qKViOY .wrap {
    width: 100%;
  }
}
.cid-u0l8qKViOY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0l8qKViOY .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u0l8qKViOY .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-u0l8qKViOY .top {
    padding-top: 20px;
  }
}
.cid-u0l8qKViOY .mbr-text {
  font-style: italic;
  color: #9a948d;
}
@media (min-width: 769px) {
  .cid-u0l8qKViOY .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-u0l8qLjS32 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u0l8qLjS32 .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-u0l8qLjS32 .wrap {
    padding: 3rem 1rem;
  }
  .cid-u0l8qLjS32 .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-u0l8qLjS32 .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-u0l8qLjS32 .author {
  font-style: italic;
  color: #9A948D;
}
.cid-u0l8qLjS32 .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-u0l8qLEegX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1300px) {
  .cid-u0l8qLEegX .carousel img {
    object-fit: cover;
  }
  .cid-u0l8qLEegX .right {
    padding-right: 32px;
  }
  .cid-u0l8qLEegX .left {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-u0l8qLEegX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0l8qLEegX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u0l8qLEegX .carousel,
.cid-u0l8qLEegX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u0l8qLEegX .item-wrapper {
  width: 100%;
  height: 1000px;
}
@media (max-width: 768px) {
  .cid-u0l8qLEegX .item-wrapper {
    height: 500px;
  }
}
.cid-u0l8qLEegX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u0l8qLEegX .carousel-caption {
  bottom: 40px;
}
.cid-u0l8qLEegX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u0l8qLEegX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u0l8qLEegX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u0l8qLEegX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0l8qLEegX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
  color: #ffffff;
}
.cid-u0l8qLEegX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0l8qLEegX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0l8qLEegX .carousel-control .mobi-mbri {
  display: none;
}
@media (max-width: 767px) {
  .cid-u0l8qLEegX .carousel-control.carousel-control-prev {
    margin-left: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-u0l8qLEegX .carousel-control.carousel-control-prev:hover {
    margin-left: .3rem;
  }
  .cid-u0l8qLEegX .carousel-control.carousel-control-next {
    margin-right: .5rem;
    font-size: 16px;
    opacity: .7;
  }
  .cid-u0l8qLEegX .carousel-control.carousel-control-next:hover {
    margin-right: .3rem;
  }
}
.cid-u0l8qLEegX .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u0l8qLEegX .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
.cid-u0l8qLEegX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u0l8qLEegX .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u0l8qLEegX .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u0l8qLEegX .soc-item::before,
.cid-u0l8qLEegX .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u0l8qLEegX .soc-item::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-u0l8qLEegX .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u0l8qLEegX .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u0l8qLEegX .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u0l8qLEegX .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 77px;
}
.cid-u0l8qLEegX .text {
  color: #ddc499;
}
.cid-u0l8qLEegX .one {
  color: #C0BCB7;
  font-style: italic;
}
@media (max-width: 991px) {
  .cid-u0l8qLEegX .left {
    margin-top: 2rem;
  }
}
.cid-u0l8qM6bwN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-u0l8qM6bwN .mbr-text {
  color: #777d74;
}
.cid-u0l8qM6bwN .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-u0l8qM6bwN .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-u0l8qM6bwN .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-u0l8qM6bwN .wrapper {
  display: flex;
  justify-content: center;
}
.cid-u0l8qMoP30 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u0l8qMoP30 .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-tDqkVALYHC {
  z-index: 1000;
  width: 100%;
}
.cid-tDqkVALYHC nav.navbar {
  position: fixed;
}
.cid-tDqkVALYHC .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-tDqkVALYHC .nav-link:hover,
.cid-tDqkVALYHC .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tDqkVALYHC .nav-item {
    position: relative;
  }
}
.cid-tDqkVALYHC .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-tDqkVALYHC .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tDqkVALYHC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tDqkVALYHC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tDqkVALYHC .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-tDqkVALYHC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tDqkVALYHC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tDqkVALYHC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqkVALYHC .navbar.collapsed .navbar-collapse.show,
.cid-tDqkVALYHC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqkVALYHC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tDqkVALYHC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tDqkVALYHC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tDqkVALYHC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDqkVALYHC .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tDqkVALYHC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDqkVALYHC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDqkVALYHC .navbar .navbar-collapse.show,
  .cid-tDqkVALYHC .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-tDqkVALYHC .navbar .navbar-collapse.show .brand-container,
  .cid-tDqkVALYHC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tDqkVALYHC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDqkVALYHC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tDqkVALYHC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDqkVALYHC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tDqkVALYHC .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tDqkVALYHC .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-tDqkVALYHC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tDqkVALYHC .navbar .right-menu,
  .cid-tDqkVALYHC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tDqkVALYHC .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tDqkVALYHC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tDqkVALYHC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDqkVALYHC .navbar {
    padding: 2rem 1rem;
  }
  .cid-tDqkVALYHC .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tDqkVALYHC .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-tDqkVALYHC .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tDqkVALYHC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDqkVALYHC .dropdown-item.active,
.cid-tDqkVALYHC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDqkVALYHC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDqkVALYHC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tDqkVALYHC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDqkVALYHC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDqkVALYHC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDqkVALYHC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tDqkVALYHC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tDqkVALYHC .navbar-buttons {
  margin-left: auto;
}
.cid-tDqkVALYHC 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-tDqkVALYHC button.navbar-toggler:hover {
  outline: none;
}
.cid-tDqkVALYHC button.navbar-toggler:active {
  outline: none;
}
.cid-tDqkVALYHC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDqkVALYHC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tDqkVALYHC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqkVALYHC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tDqkVALYHC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tDqkVALYHC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqkVALYHC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tDqkVALYHC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tDqkVALYHC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tDqkVALYHC .navbar-dropdown {
  position: fixed;
}
.cid-tDqkVALYHC 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-tDqkVALYHC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tDqkVALYHC .right-menu,
.cid-tDqkVALYHC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tDqkVALYHC .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqkVALYHC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tDqkVALYHC .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqkVALYHC .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tDqkVALYHC .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tDqkVALYHC .brand-container {
    padding: 0;
  }
}
.cid-tDqkVALYHC .card-wrapper {
  z-index: 3;
}
.cid-tDqkVALYHC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tDqkVALYHC .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tDqkVALYHC .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tDqkVALYHC .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tDqkVALYHC .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tDqkVALYHC .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tDqkVALYHC .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDqkVALYHC .navbar-caption {
  color: #ffffff;
}
.cid-tDqkVALYHC .navbar-caption:hover {
  color: #ffffff;
}
.cid-tDqkVALYHC .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tDqkVALYHC .dropdown-toggle:after {
  display: none;
}
.cid-tDqkVALYHC a:hover .line-animation,
.cid-tDqkVALYHC a:focus .line-animation {
  opacity: 1;
}
.cid-tDqkVALYHC .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tDqkVALYHC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tDqkVALYHC .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tDqkVB6i8v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDqkVB6i8v .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tDqkVB6i8v .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tDqkVB6i8v .carousel {
    height: 400px;
  }
}
.cid-tDqkVB6i8v .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tDqkVB6i8v .carousel .carousel-item,
.cid-tDqkVB6i8v .carousel .carousel-inner {
  height: 100%;
}
.cid-tDqkVB6i8v .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tDqkVB6i8v .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDqkVB6i8v .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDqkVB6i8v .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tDqkVB6i8v .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDqkVB6i8v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDqkVB6i8v .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDqkVB6i8v .row {
  position: relative;
}
.cid-tDqkVB6i8v .container {
  margin-bottom: 3px;
}
.cid-tDqkVB6i8v .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-tDqkVB6i8v .carousel-control .mbri-left,
.cid-tDqkVB6i8v .carousel-control .mbri-right {
  display: none;
}
.cid-tDqkVB6i8v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDqkVB6i8v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDqkVB6i8v .carousel-control {
    top: 70%;
  }
  .cid-tDqkVB6i8v .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tDqkVB6i8v .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tDqkVB6i8v .buttons-wrap {
  justify-content: start;
}
.cid-tDqkVB6i8v .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tDqkVB6i8v .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tDqkVB6i8v .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tDqkVB6i8v .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tDqkVB6i8v .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tDqkVB6i8v .wrap {
  z-index: 9999;
}
.cid-tDqkVB6i8v .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-tDqkVB6i8v .btnHeader::before,
.cid-tDqkVB6i8v .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tDqkVB6i8v .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-tDqkVB6i8v .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tDqkVB6i8v .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tDqkVB6i8v .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tDqkVB6i8v .img {
  position: relative;
}
.cid-tDqkVBqX7K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDqkVBqX7K .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tDqkVBqX7K .wrap {
    padding: 3rem 1rem;
  }
  .cid-tDqkVBqX7K .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tDqkVBqX7K .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-tDqkVBqX7K .author {
  font-style: italic;
  color: #9A948D;
}
.cid-tDqkVBqX7K .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tDqkVCcOdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tDqkVCcOdw .mbr-text {
  color: #777d74;
}
.cid-tDqkVCcOdw .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tDqkVCcOdw .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tDqkVCcOdw .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tDqkVCcOdw .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tDqkVCuTsM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tDqkVCuTsM .media-container-row .mbr-text {
  color: #9a948d;
}
.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-sMzN9d7VrO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-sMzN9d7VrO .media-container-row .mbr-text {
  color: #9a948d;
}
#custom-html-41 {
  /* Type valid CSS here */
}
#custom-html-41 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-41 p {
  font-size: 60px;
  color: #777;
}
#custom-html-41 #mySpacer {
  height: 20px;
  width: 100%;
  background: #000;
}
.cid-u0q38a5WWA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/for-webimg-3453-1080x720.jpg");
}
.cid-u0q38a5WWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0q38a5WWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u0q38a5WWA .container {
    padding: 0 24px;
  }
}
.cid-u0q38a5WWA .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-u0q38a5WWA .content-wrapper {
    padding: 24px;
  }
}
.cid-u0q38a5WWA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0q38a5WWA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0q38a5WWA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u0q38a5WWA .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u0q38a5WWA .mbr-section-title {
  color: #F9F6E0;
}
.cid-u0q38a5WWA .mbr-text {
  color: #ffffff;
}
#custom-html-3w {
  /* Type valid CSS here */
}
#custom-html-3w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background: #000;
}
#custom-html-3w p {
  font-size: 60px;
  color: #777;
}
.cid-tCKRDdHlsv {
  z-index: 1000;
  width: 100%;
}
.cid-tCKRDdHlsv nav.navbar {
  position: fixed;
}
.cid-tCKRDdHlsv .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-tCKRDdHlsv .nav-link:hover,
.cid-tCKRDdHlsv .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tCKRDdHlsv .nav-item {
    position: relative;
  }
}
.cid-tCKRDdHlsv .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-tCKRDdHlsv .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-tCKRDdHlsv .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tCKRDdHlsv .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tCKRDdHlsv .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-tCKRDdHlsv .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tCKRDdHlsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCKRDdHlsv .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCKRDdHlsv .navbar.collapsed .navbar-collapse.show,
.cid-tCKRDdHlsv .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCKRDdHlsv .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tCKRDdHlsv .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tCKRDdHlsv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCKRDdHlsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCKRDdHlsv .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tCKRDdHlsv .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCKRDdHlsv .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tCKRDdHlsv .navbar .navbar-collapse.show,
  .cid-tCKRDdHlsv .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-tCKRDdHlsv .navbar .navbar-collapse.show .brand-container,
  .cid-tCKRDdHlsv .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tCKRDdHlsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCKRDdHlsv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCKRDdHlsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCKRDdHlsv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCKRDdHlsv .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tCKRDdHlsv .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-tCKRDdHlsv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tCKRDdHlsv .navbar .right-menu,
  .cid-tCKRDdHlsv .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCKRDdHlsv .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tCKRDdHlsv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCKRDdHlsv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCKRDdHlsv .navbar {
    padding: 2rem 1rem;
  }
  .cid-tCKRDdHlsv .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tCKRDdHlsv .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-tCKRDdHlsv .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCKRDdHlsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCKRDdHlsv .dropdown-item.active,
.cid-tCKRDdHlsv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCKRDdHlsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCKRDdHlsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tCKRDdHlsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCKRDdHlsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCKRDdHlsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCKRDdHlsv ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tCKRDdHlsv ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tCKRDdHlsv .navbar-buttons {
  margin-left: auto;
}
.cid-tCKRDdHlsv 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-tCKRDdHlsv button.navbar-toggler:hover {
  outline: none;
}
.cid-tCKRDdHlsv button.navbar-toggler:active {
  outline: none;
}
.cid-tCKRDdHlsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCKRDdHlsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCKRDdHlsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCKRDdHlsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCKRDdHlsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCKRDdHlsv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCKRDdHlsv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tCKRDdHlsv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tCKRDdHlsv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCKRDdHlsv .navbar-dropdown {
  position: fixed;
}
.cid-tCKRDdHlsv 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-tCKRDdHlsv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCKRDdHlsv .right-menu,
.cid-tCKRDdHlsv .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tCKRDdHlsv .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCKRDdHlsv .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCKRDdHlsv .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCKRDdHlsv .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCKRDdHlsv .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tCKRDdHlsv .brand-container {
    padding: 0;
  }
}
.cid-tCKRDdHlsv .card-wrapper {
  z-index: 3;
}
.cid-tCKRDdHlsv .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tCKRDdHlsv .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-tCKRDdHlsv .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-tCKRDdHlsv .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tCKRDdHlsv .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tCKRDdHlsv .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tCKRDdHlsv .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCKRDdHlsv .navbar-caption {
  color: #ffffff;
}
.cid-tCKRDdHlsv .navbar-caption:hover {
  color: #ffffff;
}
.cid-tCKRDdHlsv .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-tCKRDdHlsv .dropdown-toggle:after {
  display: none;
}
.cid-tCKRDdHlsv a:hover .line-animation,
.cid-tCKRDdHlsv a:focus .line-animation {
  opacity: 1;
}
.cid-tCKRDdHlsv .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tCKRDdHlsv .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tCKRDdHlsv .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tCKRDe2YQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCKRDe2YQa .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tCKRDe2YQa .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-tCKRDe2YQa .carousel {
    height: 400px;
  }
}
.cid-tCKRDe2YQa .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tCKRDe2YQa .carousel .carousel-item,
.cid-tCKRDe2YQa .carousel .carousel-inner {
  height: 100%;
}
.cid-tCKRDe2YQa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tCKRDe2YQa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCKRDe2YQa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCKRDe2YQa .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-tCKRDe2YQa .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tCKRDe2YQa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCKRDe2YQa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCKRDe2YQa .row {
  position: relative;
}
.cid-tCKRDe2YQa .container {
  margin-bottom: 3px;
}
.cid-tCKRDe2YQa .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-tCKRDe2YQa .carousel-control .mbri-left,
.cid-tCKRDe2YQa .carousel-control .mbri-right {
  display: none;
}
.cid-tCKRDe2YQa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCKRDe2YQa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCKRDe2YQa .carousel-control {
    top: 70%;
  }
  .cid-tCKRDe2YQa .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-tCKRDe2YQa .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-tCKRDe2YQa .buttons-wrap {
  justify-content: start;
}
.cid-tCKRDe2YQa .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-tCKRDe2YQa .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-tCKRDe2YQa .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-tCKRDe2YQa .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-tCKRDe2YQa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tCKRDe2YQa .wrap {
  z-index: 9999;
}
.cid-tCKRDe2YQa .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-tCKRDe2YQa .btnHeader::before,
.cid-tCKRDe2YQa .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-tCKRDe2YQa .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-tCKRDe2YQa .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tCKRDe2YQa .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tCKRDe2YQa .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tCKRDe2YQa .img {
  position: relative;
}
#custom-html-2s {
  /* Type valid CSS here */
}
#custom-html-2s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2s p {
  font-size: 60px;
  color: #777;
}
.cid-u0pO4lrUmg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u0pO4lrUmg .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-u0pO4lrUmg .wrap {
  background-color: #121212;
  padding: 9rem 1rem;
}
.cid-u0pO4lrUmg img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 15%;
  left: 4%;
  max-height: 600px;
}
@media (max-width: 991px) {
  .cid-u0pO4lrUmg .wrap {
    margin-top: 20rem;
  }
  .cid-u0pO4lrUmg img {
    width: 60%;
    left: 20%;
    top: 0;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-u0pO4lrUmg .wrap {
    margin-top: 5rem;
  }
  .cid-u0pO4lrUmg img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-u0pO4lrUmg .container-fluid {
    padding-right: 16px;
  }
  .cid-u0pO4lrUmg .wrap {
    padding: 9rem 6rem 8rem;
  }
  .cid-u0pO4lrUmg img {
    width: 40%;
    left: 0;
    top: 13%;
  }
}
@media (min-width: 1400px) {
  .cid-u0pO4lrUmg img {
    width: 50%;
    left: 5%;
  }
}
.cid-u0pO4lrUmg .wrap {
  padding: 8rem 1rem;
}
@media (max-width: 991px) {
  .cid-u0pO4lrUmg .wrap {
    margin-top: 20rem;
  }
  .cid-u0pO4lrUmg img {
    width: 60%;
    left: 20%;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-u0pO4lrUmg .wrap {
    margin-top: 5rem;
  }
  .cid-u0pO4lrUmg img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-u0pO4lrUmg .container-fluid {
    padding-right: 16px;
  }
  .cid-u0pO4lrUmg .wrap {
    padding: 8% 12% 7% 14%;
  }
  .cid-u0pO4lrUmg img {
    width: 40%;
    top: 10%;
    left: 5%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .cid-u0pO4lrUmg img {
    left: 16%;
    top: 10%;
    max-height: 600px;
  }
}
.cid-u0pO4lrUmg .form-row > .col,
.cid-u0pO4lrUmg .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-u0pO4lrUmg .form-control,
.cid-u0pO4lrUmg .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-u0pO4lrUmg .jq-selectbox__select {
  padding: 0;
}
.cid-u0pO4lrUmg .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-u0pO4lrUmg .jq-number__spin {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-u0pO4lrUmg .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-u0pO4lrUmg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u0pO4lrUmg .jq-number__spin.minus:after,
.cid-u0pO4lrUmg .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u0pO4lrUmg .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-u0pO4lrUmg .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-u0pO4lrUmg .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-u0pO4lrUmg .form-check-input:checked {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-u0pO4lrUmg p {
  font-style: italic;
  color: #9a948d;
}
.cid-u0pO4lrUmg .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-u0pO4lrUmg input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-u0pO4lrUmg input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-u0pO4lrUmg input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #ba9b67;
}
.cid-u0pO4lrUmg input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-u0pO4lrUmg input[type="range"]::-moz-range-thumb {
  background: #ba9b67;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-u0pO4lrUmg .form-control-label,
.cid-u0pO4lrUmg .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-u0pO4lrUmg input::-webkit-clear-button {
  display: none;
}
.cid-u0pO4lrUmg input::-webkit-inner-spin-button {
  display: none;
}
.cid-u0pO4lrUmg input::-webkit-outer-spin-button {
  display: none;
}
.cid-u0pO4lrUmg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u0pO4lrUmg a {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-u0pO4lrUmg a:hover {
  color: #ffffff;
}
.cid-u0pO4lrUmg .mbr-section-btn {
  z-index: 99999;
}
.cid-u0pO4lrUmg .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u0pO4lrUmg .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u0pO4lrUmg .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u0pO4lrUmg .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u0pO4lrUmg .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-u0pO4lrUmg .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
#custom-html-3r {
  /* Type valid CSS here */
  /* mobile */
}
#custom-html-3r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background: #000;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
#custom-html-3r .flx {
  display: flex;
}
#custom-html-3r .third {
  width: 33%;
  vertical-align: top;
  padding: 20px;
}
#custom-html-3r .ssImg {
  width: 100%;
}
#custom-html-3r .pics3 {
  padding: 75px !important;
}
@media only screen and (max-width: 768px) {
  #custom-html-3r .flx {
    display: block;
  }
  #custom-html-3r .third {
    display: block;
    width: 100%;
  }
  #custom-html-3r .pics3 {
    padding: 5px !important;
  }
}
.cid-tCL7ES2cbJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCL7ES2cbJ .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tCL7ES2cbJ .wrap {
    padding: 3rem 1rem;
  }
  .cid-tCL7ES2cbJ .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tCL7ES2cbJ .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-tCL7ES2cbJ .author {
  font-style: italic;
  color: #9A948D;
}
.cid-tCL7ES2cbJ .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tCL2Wp9b25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-tCL2Wp9b25 .mbr-text {
  color: #777d74;
}
.cid-tCL2Wp9b25 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-tCL2Wp9b25 .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tCL2Wp9b25 .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-tCL2Wp9b25 .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tCKRDfD883 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tCKRDfD883 .media-container-row .mbr-text {
  color: #9a948d;
}
.cid-uttD6bLe7f {
  z-index: 1000;
  width: 100%;
}
.cid-uttD6bLe7f nav.navbar {
  position: fixed;
}
.cid-uttD6bLe7f .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-uttD6bLe7f .nav-link:hover,
.cid-uttD6bLe7f .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uttD6bLe7f .nav-item {
    position: relative;
  }
}
.cid-uttD6bLe7f .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-uttD6bLe7f .navbar {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-uttD6bLe7f .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uttD6bLe7f .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uttD6bLe7f .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-uttD6bLe7f .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uttD6bLe7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uttD6bLe7f .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uttD6bLe7f .navbar.collapsed .navbar-collapse.show,
.cid-uttD6bLe7f .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uttD6bLe7f .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uttD6bLe7f .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uttD6bLe7f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uttD6bLe7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uttD6bLe7f .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uttD6bLe7f .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uttD6bLe7f .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uttD6bLe7f .navbar .navbar-collapse.show,
  .cid-uttD6bLe7f .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-uttD6bLe7f .navbar .navbar-collapse.show .brand-container,
  .cid-uttD6bLe7f .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uttD6bLe7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uttD6bLe7f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uttD6bLe7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uttD6bLe7f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uttD6bLe7f .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uttD6bLe7f .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-uttD6bLe7f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uttD6bLe7f .navbar .right-menu,
  .cid-uttD6bLe7f .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uttD6bLe7f .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-uttD6bLe7f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uttD6bLe7f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uttD6bLe7f .navbar {
    padding: 2rem 1rem;
  }
  .cid-uttD6bLe7f .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uttD6bLe7f .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-uttD6bLe7f .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uttD6bLe7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uttD6bLe7f .dropdown-item.active,
.cid-uttD6bLe7f .dropdown-item:active {
  background-color: transparent;
}
.cid-uttD6bLe7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uttD6bLe7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uttD6bLe7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uttD6bLe7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uttD6bLe7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uttD6bLe7f ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uttD6bLe7f ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uttD6bLe7f .navbar-buttons {
  margin-left: auto;
}
.cid-uttD6bLe7f 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-uttD6bLe7f button.navbar-toggler:hover {
  outline: none;
}
.cid-uttD6bLe7f button.navbar-toggler:active {
  outline: none;
}
.cid-uttD6bLe7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uttD6bLe7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uttD6bLe7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uttD6bLe7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uttD6bLe7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uttD6bLe7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttD6bLe7f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uttD6bLe7f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uttD6bLe7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uttD6bLe7f .navbar-dropdown {
  position: fixed;
}
.cid-uttD6bLe7f 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-uttD6bLe7f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uttD6bLe7f .right-menu,
.cid-uttD6bLe7f .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uttD6bLe7f .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uttD6bLe7f .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uttD6bLe7f .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uttD6bLe7f .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uttD6bLe7f .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uttD6bLe7f .brand-container {
    padding: 0;
  }
}
.cid-uttD6bLe7f .card-wrapper {
  z-index: 3;
}
.cid-uttD6bLe7f .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uttD6bLe7f .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-uttD6bLe7f .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-uttD6bLe7f .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uttD6bLe7f .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uttD6bLe7f .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uttD6bLe7f .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-uttD6bLe7f .navbar-caption {
  color: #ffffff;
}
.cid-uttD6bLe7f .navbar-caption:hover {
  color: #ffffff;
}
.cid-uttD6bLe7f .dropdown-item:hover {
  color: #ba9b67 !important;
}
.cid-uttD6bLe7f .dropdown-toggle:after {
  display: none;
}
.cid-uttD6bLe7f a:hover .line-animation,
.cid-uttD6bLe7f a:focus .line-animation {
  opacity: 1;
}
.cid-uttD6bLe7f .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uttD6bLe7f .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uttD6bLe7f .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uttD6c78gZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uttD6c78gZ .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uttD6c78gZ .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-uttD6c78gZ .carousel {
    height: 400px;
  }
}
.cid-uttD6c78gZ .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uttD6c78gZ .carousel .carousel-item,
.cid-uttD6c78gZ .carousel .carousel-inner {
  height: 100%;
}
.cid-uttD6c78gZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uttD6c78gZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uttD6c78gZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uttD6c78gZ .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uttD6c78gZ .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uttD6c78gZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uttD6c78gZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uttD6c78gZ .row {
  position: relative;
}
.cid-uttD6c78gZ .container {
  margin-bottom: 3px;
}
.cid-uttD6c78gZ .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-uttD6c78gZ .carousel-control .mbri-left,
.cid-uttD6c78gZ .carousel-control .mbri-right {
  display: none;
}
.cid-uttD6c78gZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uttD6c78gZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uttD6c78gZ .carousel-control {
    top: 70%;
  }
  .cid-uttD6c78gZ .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-uttD6c78gZ .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-uttD6c78gZ .buttons-wrap {
  justify-content: start;
}
.cid-uttD6c78gZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uttD6c78gZ .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uttD6c78gZ .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-uttD6c78gZ .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-uttD6c78gZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uttD6c78gZ .wrap {
  z-index: 9999;
}
.cid-uttD6c78gZ .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-uttD6c78gZ .btnHeader::before,
.cid-uttD6c78gZ .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-uttD6c78gZ .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-uttD6c78gZ .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uttD6c78gZ .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uttD6c78gZ .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uttD6c78gZ .img {
  position: relative;
}
#custom-html-4e {
  /* Type valid CSS here */
}
#custom-html-4e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4e p {
  font-size: 60px;
  color: #777;
}
.cid-uttD6czCQ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uttD6czCQ2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uttD6czCQ2 .wrap {
  background-color: #121212;
  padding: 9rem 1rem;
}
.cid-uttD6czCQ2 img {
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 15%;
  left: 4%;
  max-height: 600px;
}
@media (max-width: 991px) {
  .cid-uttD6czCQ2 .wrap {
    margin-top: 20rem;
  }
  .cid-uttD6czCQ2 img {
    width: 60%;
    left: 20%;
    top: 0;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-uttD6czCQ2 .wrap {
    margin-top: 5rem;
  }
  .cid-uttD6czCQ2 img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-uttD6czCQ2 .container-fluid {
    padding-right: 16px;
  }
  .cid-uttD6czCQ2 .wrap {
    padding: 9rem 6rem 8rem;
  }
  .cid-uttD6czCQ2 img {
    width: 40%;
    left: 0;
    top: 13%;
  }
}
@media (min-width: 1400px) {
  .cid-uttD6czCQ2 img {
    width: 50%;
    left: 5%;
  }
}
.cid-uttD6czCQ2 .wrap {
  padding: 8rem 1rem;
}
@media (max-width: 991px) {
  .cid-uttD6czCQ2 .wrap {
    margin-top: 20rem;
  }
  .cid-uttD6czCQ2 img {
    width: 60%;
    left: 20%;
    max-height: 400px;
  }
}
@media (max-width: 758px) {
  .cid-uttD6czCQ2 .wrap {
    margin-top: 5rem;
  }
  .cid-uttD6czCQ2 img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .cid-uttD6czCQ2 .container-fluid {
    padding-right: 16px;
  }
  .cid-uttD6czCQ2 .wrap {
    padding: 8% 12% 7% 14%;
  }
  .cid-uttD6czCQ2 img {
    width: 40%;
    top: 10%;
    left: 5%;
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .cid-uttD6czCQ2 img {
    left: 16%;
    top: 10%;
    max-height: 600px;
  }
}
.cid-uttD6czCQ2 .form-row > .col,
.cid-uttD6czCQ2 .form-row > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cid-uttD6czCQ2 .form-control,
.cid-uttD6czCQ2 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #9a948d !important;
  padding: 0;
  color: #ffffff;
  font-style: italic;
}
.cid-uttD6czCQ2 .jq-selectbox__select {
  padding: 0;
}
.cid-uttD6czCQ2 .jq-selectbox__trigger-arrow {
  right: 0;
}
.cid-uttD6czCQ2 .jq-number__spin {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-uttD6czCQ2 .jq-number__spin:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uttD6czCQ2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uttD6czCQ2 .jq-number__spin.minus:after,
.cid-uttD6czCQ2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uttD6czCQ2 .jq-selectbox__dropdown {
  border-radius: 0;
  background: #000000;
}
.cid-uttD6czCQ2 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-uttD6czCQ2 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
  color: #fff;
}
.cid-uttD6czCQ2 .form-check-input:checked {
  background-color: #ba9b67;
  border-color: #ba9b67;
}
.cid-uttD6czCQ2 p {
  font-style: italic;
  color: #9a948d;
}
.cid-uttD6czCQ2 .form-control::placeholder {
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cid-uttD6czCQ2 input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-uttD6czCQ2 input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uttD6czCQ2 input[type="range"]::-webkit-slider-thumb {
  background: #ddc499;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #ba9b67;
}
.cid-uttD6czCQ2 input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-uttD6czCQ2 input[type="range"]::-moz-range-thumb {
  background: #ba9b67;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #43e5f7;
  padding: 0px;
  margin: 0px;
}
.cid-uttD6czCQ2 .form-control-label,
.cid-uttD6czCQ2 .form-check-label {
  color: #ffffff;
  font-style: italic;
}
.cid-uttD6czCQ2 input::-webkit-clear-button {
  display: none;
}
.cid-uttD6czCQ2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uttD6czCQ2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uttD6czCQ2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uttD6czCQ2 a {
  transition: color 0.5s;
  color: #9a948d;
}
.cid-uttD6czCQ2 a:hover {
  color: #ffffff;
}
.cid-uttD6czCQ2 .mbr-section-btn {
  z-index: 99999;
}
.cid-uttD6czCQ2 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uttD6czCQ2 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uttD6czCQ2 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uttD6czCQ2 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uttD6czCQ2 .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-uttD6czCQ2 .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
#custom-html-4g {
  /* Type valid CSS here */
  /* mobile */
}
#custom-html-4g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  background: #000;
}
#custom-html-4g p {
  font-size: 60px;
  color: #777;
}
#custom-html-4g .flx {
  display: flex;
}
#custom-html-4g .third {
  width: 33%;
  vertical-align: top;
  padding: 20px;
}
#custom-html-4g .ssImg {
  width: 100%;
}
#custom-html-4g .pics3 {
  padding: 75px !important;
}
@media only screen and (max-width: 768px) {
  #custom-html-4g .flx {
    display: block;
  }
  #custom-html-4g .third {
    display: block;
    width: 100%;
  }
  #custom-html-4g .pics3 {
    padding: 5px !important;
  }
}
.cid-uttD6d059O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uttD6d059O .wrap {
  position: relative;
  background-color: #121212;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-uttD6d059O .wrap {
    padding: 3rem 1rem;
  }
  .cid-uttD6d059O .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-uttD6d059O .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: italic;
}
.cid-uttD6d059O .author {
  font-style: italic;
  color: #9A948D;
}
.cid-uttD6d059O .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #4c4c4c;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-uttD6dkeQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c25;
}
.cid-uttD6dkeQm .mbr-text {
  color: #777d74;
}
.cid-uttD6dkeQm .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-uttD6dkeQm .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uttD6dkeQm .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-uttD6dkeQm .wrapper {
  display: flex;
  justify-content: center;
}
.cid-uttD6dDdqt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uttD6dDdqt .media-container-row .mbr-text {
  color: #9a948d;
}
