body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c9a962 !important;
}
.bg-success {
  background-color: #383838 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #c9a962 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c9a962 !important;
  border-color: #c9a962 !important;
  color: #333333 !important;
}
.btn-primary:hover {
  color: #333333 !important;
  background-color: #a68439 !important;
  border-color: #a68439 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #a68439 !important;
  border-color: #a68439 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #d6be88 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary:hover {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-info:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #333333 !important;
}
.btn-success:hover {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning:hover {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9a962 !important;
  border-color: #c9a962 !important;
  color: #333333 !important;
}
.btn-danger:hover {
  color: #333333 !important;
  background-color: #a68439 !important;
  border-color: #a68439 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #a68439 !important;
  border-color: #a68439 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-black:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #c9a962 !important;
  color: #ffffff !important;
  color: #c9a962 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c9a962;
  color: #c9a962;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c9a962;
  border-color: #c9a962;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c9a962 !important;
  border-color: #c9a962 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #c9a962 !important;
  color: #333333 !important;
}
.btn-primary-outline:hover {
  color: #333333 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #a8a8a8 !important;
  color: #ffffff !important;
  color: #a8a8a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #383838 !important;
  color: #ffffff !important;
  color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #383838;
  color: #383838;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #383838 !important;
  color: #333333 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #c9a962 !important;
  color: #ffffff !important;
  color: #c9a962 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c9a962;
  color: #c9a962;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c9a962;
  border-color: #c9a962;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c9a962 !important;
  border-color: #c9a962 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #c9a962 !important;
  color: #333333 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c9a962 !important;
}
.text-secondary {
  color: #a8a8a8 !important;
}
.text-success {
  color: #383838 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #c9a962 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3d3ae !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #dbdbdb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e3d3ae !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c9a962;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #c9a962;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c9a962;
  border-color: #c9a962;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c9a962;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfcfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdfcfa;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c9a962;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c9a962;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c9a962;
  border-bottom-color: #c9a962;
}
.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: #c9a962 !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: #a8a8a8 !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='%23c9a962' %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-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #111111;
}
.cid-rUTuXtqKzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #333333 !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rUTuXK8G54 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rUTuXK8G54 .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-rUTuXK8G54 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-rUTuXK8G54 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-rUTuXK8G54 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-rUTuXK8G54 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-rUTuXK8G54 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXK8G54 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-rUTuXK8G54 .bottom-title {
  letter-spacing: 0px;
}
.cid-rUTuXK8G54 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rUTuXK8G54 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTuXK8G54 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-rUTuXK8G54 H2 {
  color: #ffffff;
}
.cid-rUTuXK8G54 H3 {
  color: #c9a962;
}
.cid-rUTuXK8G54 H1 {
  color: #c9a962;
}
.cid-rUTuXZN8eM {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-rUTuXZN8eM .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTuXZN8eM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-rUTuXZN8eM img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-rUTuXZN8eM .mbr-figure {
  height: 100%;
}
.cid-rUTuXZN8eM .row {
  margin: 0;
  align-items: center;
}
.cid-rUTuXZN8eM .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXZN8eM .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTuXZN8eM .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXZN8eM .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXZN8eM .img-block {
    padding-left: 6rem;
  }
}
.cid-rUTuXZN8eM .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-rUTuXZN8eM .mbr-text,
.cid-rUTuXZN8eM .mbr-section-btn {
  color: #ffffff;
}
.cid-vcCmXdiJWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1d1a;
}
.cid-vcCmXdiJWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcCmXdiJWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcCmXdiJWx .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcCmXdiJWx .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcCmXdiJWx .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vcCmXdiJWx .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcCmXdiJWx .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcCmXdiJWx .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcCmXdiJWx .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcCmXdiJWx .items-wrapper {
  margin: 0 -10px;
}
.cid-vcCmXdiJWx .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcCmXdiJWx .items-wrapper .item:hover .item-wrapper,
.cid-vcCmXdiJWx .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .items-wrapper .item:hover .item-wrapper,
  .cid-vcCmXdiJWx .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcCmXdiJWx .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcCmXdiJWx .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #c9a962;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #c9a962;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: auto;
  margin-bottom: -9.6px;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #c9a962;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #c9a962;
}
.cid-vcCmXdiJWx .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcCmXdiJWx .mbr-label,
.cid-vcCmXdiJWx .label-wrapper {
  color: #c9a962;
  text-align: center;
}
.cid-vcCmXdiJWx .mbr-section-title,
.cid-vcCmXdiJWx .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vcCmXdiJWx .item-title {
  color: #000000;
}
.cid-vcCmXdiJWx .item-text {
  color: #cccccc;
}
.cid-vcCmXdiJWx .item-title,
.cid-vcCmXdiJWx .item-btn,
.cid-vcCmXdiJWx .iconfont-wrapper,
.cid-vcCmXdiJWx .link-wrapper {
  color: #c9a962;
}
.cid-vcqp5r6qJ5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcqp5r6qJ5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcqp5r6qJ5 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcqp5r6qJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcqp5r6qJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcqp5r6qJ5 H3 {
  color: #ffffff;
}
.cid-vcqp5r6qJ5 .mbr-text,
.cid-vcqp5r6qJ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcqoq2TGXi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vcqoq2TGXi .mbr-iconfont-2 {
  color: #c9a962 !important;
  margin: 0 0.5rem;
}
.cid-vcqoq2TGXi .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #c9a962;
}
.cid-vcqoq2TGXi .social-list {
  display: flex;
  justify-content: center;
}
.cid-vcqoq2TGXi .card-inner {
  transition: 0.7s;
}
.cid-vcqoq2TGXi .btn {
  margin-left: 0rem;
}
.cid-vcqoq2TGXi .row {
  padding-bottom: 8rem;
}
.cid-vcqoq2TGXi .link {
  margin: 0;
}
.cid-vcqoq2TGXi .card-title {
  position: relative;
}
.cid-vcqoq2TGXi .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-vcqoq2TGXi .card-box {
  position: relative;
}
.cid-vcqoq2TGXi .card-img {
  margin-bottom: 1.5rem;
}
.cid-vcqoq2TGXi .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-vcqoq2TGXi .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcqoq2TGXi .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcqoq2TGXi .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vcqoq2TGXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcqoq2TGXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcqoq2TGXi .mbr-text,
.cid-vcqoq2TGXi .link {
  color: #c9a962;
}
.cid-vcqCSHfKE8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vcqCSHfKE8 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vcqCSHfKE8 .card-wrapper {
  background-color: #1f1d1a;
  border-radius: 16px;
}
.cid-vcqCSHfKE8 .image-wrapper {
  height: 100%;
}
.cid-vcqCSHfKE8 .image-wrapper img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-vcqCSHfKE8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #0b2b5c;
  transition: all 0.3s;
}
.cid-vcqCSHfKE8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #0b2b5c;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vcqCSHfKE8 .social-row .soc-item:hover {
  background-color: #0b2b5c;
}
.cid-vcqCSHfKE8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-vcqCSHfKE8 .img-order {
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-vcqCSHfKE8 .card-box_left {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcqCSHfKE8 .card-box_left {
    padding: 2rem 2rem 2rem 3rem;
  }
}
.cid-vcqCSHfKE8 .mbr-section-title {
  color: #ffffff;
}
.cid-vcqCSHfKE8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcqCSHfKE8 .mbr-text,
.cid-vcqCSHfKE8 .social-row {
  color: #ffffff;
}
.cid-vcqCSHfKE8 .card-title {
  color: #c9a962;
}
.cid-vcqCSHfKE8 .card-subtitle {
  color: #c9a962;
}
.cid-vcqoYerC9C {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vcqoYerC9C .mbr-section-subtitle {
  color: #c9a962;
  font-weight: 700;
}
.cid-vcqoYerC9C .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcqoYerC9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcqoYerC9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcqoYerC9C H3 {
  color: #ffffff;
}
.cid-vcqnJVmahU {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-vcqnJVmahU .mbr-iconfont {
  color: #c9a962;
  font-size: 3.3rem;
}
.cid-vcqnJVmahU .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-vcqnJVmahU .btn {
  margin-left: 0rem;
}
.cid-vcqnJVmahU .row {
  padding-bottom: 8rem;
}
.cid-vcqnJVmahU .link {
  margin: 0;
}
.cid-vcqnJVmahU .card-title {
  position: relative;
}
.cid-vcqnJVmahU .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-vcqnJVmahU .card-box {
  position: relative;
}
.cid-vcqnJVmahU .card-box:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #c9a962;
}
.cid-vcqnJVmahU .card-img {
  margin-bottom: 2rem;
  text-align: left;
}
.cid-vcqnJVmahU .media-container-row {
  align-items: flex-end;
}
.cid-vcqnJVmahU .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcqnJVmahU .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcqnJVmahU .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vcqnJVmahU .card {
    margin-bottom: 3rem;
  }
  .cid-vcqnJVmahU .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcqnJVmahU .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vcqnJVmahU .container {
    padding: 0;
  }
}
.cid-vcqnJVmahU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcqnJVmahU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcqnJVmahU .card-title,
.cid-vcqnJVmahU .card-img {
  color: #c9a962;
}
.cid-vcIWmbv96T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1f1d1a;
}
.cid-vcIWmbv96T .card-wrapper {
  background-position: center;
  padding: 1.4rem 1.8rem 1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #c9a962;
}
.cid-vcIWmbv96T .card-title {
  margin-bottom: 0.5rem;
}
.cid-vcIWmbv96T .item1 {
  margin-bottom: 0.1rem;
  text-align: center;
  color: #1f1d1a;
}
.cid-vcIWmbv96T ul {
  margin-bottom: 0rem;
}
.cid-vcIWmbv96T .row {
  justify-content: center;
}
.cid-vcIWmbv96T .list {
  padding: 0;
}
.cid-vcIWmbv96T li {
  list-style: none;
}
.cid-vcIWmbv96T .link-wrap {
  width: 100%;
}
.cid-vcIWmbv96T .link {
  display: inline-block;
}
.cid-vcIWmbv96T .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-vcIWmbv96T .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-vcIWmbv96T .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
@media (max-width: 767px) {
  .cid-vcIWmbv96T .card-wrapper {
    padding: 1.4rem 1rem 1rem;
  }
}
.cid-vcIWmbv96T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIWmbv96T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIWmbv96T .main-title {
  color: #ffffff;
}
.cid-vcIWmbv96T .card-title,
.cid-vcIWmbv96T .card-box {
  text-align: center;
  color: #1f1d1a;
}
.cid-vcIWmbv96T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcIWmbv96T P {
  text-align: center;
  color: #ffffff;
}
#custom-html-1q .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-1q .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-1q .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-1q .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-rUTv2lodpI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTv2lodpI a {
  transition: 0.3s;
}
.cid-rUTv2lodpI h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTv2lodpI .card-img2 span {
  padding-top: 6px;
}
.cid-rUTv2lodpI .soc-item a {
  padding-top: 5px;
}
.cid-rUTv2lodpI .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-rUTv2lodpI .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-rUTv2lodpI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTv2lodpI .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTv2lodpI .soc-item span {
  font-size: 1rem;
}
.cid-rUTv2lodpI .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-rUTv2lodpI .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTv2lodpI .item h4 {
  margin: 0;
}
.cid-rUTv2lodpI .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTv2lodpI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTv2lodpI img {
  width: 80%;
}
.cid-rUTv2lodpI .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTv2lodpI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTv2lodpI .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTv2lodpI .container {
  padding: 0;
}
.cid-rUTv2lodpI .btn-primary {
  color: #333333 !important;
}
.cid-rUTv2lodpI .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-rUTv2lodpI .title {
  color: #c9a962;
}
.cid-rUTv2HcR2Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIAlSdCgR {
  min-height: 80px !important;
  position: static;
}
.cid-vcIAlSdCgR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIAlSdCgR .nav-item:focus,
.cid-vcIAlSdCgR .nav-link:focus {
  outline: none;
}
.cid-vcIAlSdCgR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIAlSdCgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIAlSdCgR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIAlSdCgR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIAlSdCgR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIAlSdCgR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIAlSdCgR .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIAlSdCgR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIAlSdCgR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIAlSdCgR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIAlSdCgR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIAlSdCgR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIAlSdCgR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIAlSdCgR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIAlSdCgR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIAlSdCgR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIAlSdCgR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIAlSdCgR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIAlSdCgR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIAlSdCgR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIAlSdCgR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIAlSdCgR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIAlSdCgR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIAlSdCgR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIAlSdCgR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIAlSdCgR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIAlSdCgR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIAlSdCgR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIAlSdCgR .navbar.navbar-short {
  background: #111111;
}
.cid-vcIAlSdCgR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIAlSdCgR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIAlSdCgR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIAlSdCgR .dropdown-item.active,
.cid-vcIAlSdCgR .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIAlSdCgR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIAlSdCgR .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIAlSdCgR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIAlSdCgR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIAlSdCgR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIAlSdCgR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIAlSdCgR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIAlSdCgR .navbar-nav {
  margin: auto;
}
.cid-vcIAlSdCgR .navbar-buttons {
  text-align: center;
}
.cid-vcIAlSdCgR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIAlSdCgR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIAlSdCgR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIAlSdCgR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIAlSdCgR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIAlSdCgR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIAlSdCgR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIAlSdCgR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIAlSdCgR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIAlSdCgR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIAlSdCgR .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIAlSdCgR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIAlSdCgR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIAlSdCgR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIAlSdCgR .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIAlSdCgR .navbar {
    height: 77px;
  }
  .cid-vcIAlSdCgR .navbar.opened {
    height: auto;
  }
}
.cid-vcIAlSdCgR .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIAlSdCgR .text-btn {
  transition: transform 0.3s;
}
.cid-vcIAlSdCgR .btn:hover {
  transform: scale(0.8);
}
.cid-vcIAlSdCgR .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIAlSdCgR .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIAlSdCgR .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIAlSdCgR .nav-link:hover::before {
  width: 100%;
}
.cid-vcIAlSdCgR .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIAlSdCgR .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIAlSdCgR .link {
  margin: 0rem 1.2rem;
}
.cid-vcIAlSdCgR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIAlSdCgR .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIAlSdCgR .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIAlSdCgR .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIAlSdCgR .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIAlSdCgR .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIAlSdCgR .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIAlSdCgR .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIAlSdCgR .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIAlSdCgR .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIAlSdCgR .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIAlSdCgR .nav-link::before {
    display: none;
  }
  .cid-vcIAlSdCgR .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIAlSdCgR .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIAlSdCgR .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIAlSdCgR .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIAlSdCgR .nav-dropdown .dropdown-item:focus,
  .cid-vcIAlSdCgR .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIAlSdCgR .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIAlSdCgR .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIAlSdCgR .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIAlSdCgR .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIAlSdCgR .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIAlSdCgR .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIAlSdCgR .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIAlSdCgR .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIAlSdCgR .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIAlSdCgR .nav-dropdown .dropdown-item:focus,
  .cid-vcIAlSdCgR .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIAlSdCgR .btn-primary {
  color: #333333 !important;
}
.cid-vcIAlSdCgR .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIAlSdCgR .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIAlSdCgR .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIAlSZmxJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIAlSZmxJ .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIAlSZmxJ .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIAlSZmxJ .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIAlSZmxJ .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIAlSZmxJ .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIAlSZmxJ .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIAlSZmxJ .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIAlSZmxJ .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIAlSZmxJ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIAlSZmxJ .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIAlSZmxJ .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIAlSZmxJ H2 {
  color: #ffffff;
}
.cid-vcIAlSZmxJ H3 {
  color: #c9a962;
}
.cid-vcIAlSZmxJ H1 {
  color: #c9a962;
}
.cid-vcIBZTD1Sq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vcIBZTD1Sq .card-wrapper {
  background-color: #1f1d1a;
}
.cid-vcIBZTD1Sq .mbr-text {
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcIBZTD1Sq .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcIBZTD1Sq .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-vcIBZTD1Sq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBZTD1Sq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAlTkDXE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIAlTkDXE .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIAlTkDXE .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIAlTkDXE img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIAlTkDXE .mbr-figure {
  height: 100%;
}
.cid-vcIAlTkDXE .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIAlTkDXE .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIAlTkDXE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIAlTkDXE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIAlTkDXE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIAlTkDXE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIAlTkDXE .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIAlTkDXE .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIAlTkDXE .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIAlTkDXE .mbr-text,
.cid-vcIAlTkDXE .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIFISfiDi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIFISfiDi .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIFISfiDi .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIFISfiDi img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIFISfiDi .mbr-figure {
  height: 100%;
}
.cid-vcIFISfiDi .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIFISfiDi .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIFISfiDi .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIFISfiDi .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIFISfiDi .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIFISfiDi .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIFISfiDi .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIFISfiDi .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIFISfiDi .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIFISfiDi .mbr-text,
.cid-vcIFISfiDi .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIFZW4g37 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1f1d1a;
}
.cid-vcIFZW4g37 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIFZW4g37 .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIFZW4g37 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIFZW4g37 .mbr-figure {
  height: 100%;
}
.cid-vcIFZW4g37 .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIFZW4g37 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIFZW4g37 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIFZW4g37 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIFZW4g37 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIFZW4g37 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIFZW4g37 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIFZW4g37 .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIFZW4g37 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIFZW4g37 .mbr-text,
.cid-vcIFZW4g37 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIAlTZSll {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcIAlTZSll .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcIAlTZSll .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcIAlTZSll .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAlTZSll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAlTZSll H3 {
  color: #ffffff;
}
.cid-vcIAlTZSll .mbr-text,
.cid-vcIAlTZSll .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1s .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-1s .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-1s .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-1s .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIAlVugqM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIAlVugqM a {
  transition: 0.3s;
}
.cid-vcIAlVugqM h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIAlVugqM .card-img2 span {
  padding-top: 6px;
}
.cid-vcIAlVugqM .soc-item a {
  padding-top: 5px;
}
.cid-vcIAlVugqM .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIAlVugqM .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIAlVugqM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIAlVugqM .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIAlVugqM .soc-item span {
  font-size: 1rem;
}
.cid-vcIAlVugqM .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIAlVugqM .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIAlVugqM .item h4 {
  margin: 0;
}
.cid-vcIAlVugqM .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIAlVugqM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIAlVugqM img {
  width: 80%;
}
.cid-vcIAlVugqM .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIAlVugqM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIAlVugqM .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIAlVugqM .container {
  padding: 0;
}
.cid-vcIAlVugqM .btn-primary {
  color: #333333 !important;
}
.cid-vcIAlVugqM .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIAlVugqM .title {
  color: #c9a962;
}
.cid-vcIAlVPbXu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIAlVPbXu .media-container-row {
  align-items: center;
}
.cid-vcIAlVPbXu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIAlVPbXu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIAlVPbXu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIAlVPbXu .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIAlVPbXu .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIAlVPbXu .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIAlVPbXu .foot-menu {
    justify-content: center;
  }
  .cid-vcIAlVPbXu .mbr-text {
    text-align: center;
  }
  .cid-vcIAlVPbXu .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIAlVPbXu .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIAlVPbXu .link:hover {
  text-decoration: underline;
}
.cid-vcIAlVPbXu .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIAlVPbXu .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIAlVPbXu .container {
    padding: 0;
  }
}
.cid-vcIAlVPbXu .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIOn7Jd21 {
  min-height: 80px !important;
  position: static;
}
.cid-vcIOn7Jd21 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIOn7Jd21 .nav-item:focus,
.cid-vcIOn7Jd21 .nav-link:focus {
  outline: none;
}
.cid-vcIOn7Jd21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIOn7Jd21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIOn7Jd21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIOn7Jd21 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIOn7Jd21 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIOn7Jd21 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIOn7Jd21 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIOn7Jd21 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIOn7Jd21 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIOn7Jd21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIOn7Jd21 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIOn7Jd21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIOn7Jd21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIOn7Jd21 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIOn7Jd21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIOn7Jd21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIOn7Jd21 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIOn7Jd21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIOn7Jd21 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIOn7Jd21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIOn7Jd21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIOn7Jd21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIOn7Jd21 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIOn7Jd21 .navbar.navbar-short {
  background: #111111;
}
.cid-vcIOn7Jd21 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIOn7Jd21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIOn7Jd21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIOn7Jd21 .dropdown-item.active,
.cid-vcIOn7Jd21 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIOn7Jd21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIOn7Jd21 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIOn7Jd21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIOn7Jd21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIOn7Jd21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIOn7Jd21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIOn7Jd21 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIOn7Jd21 .navbar-nav {
  margin: auto;
}
.cid-vcIOn7Jd21 .navbar-buttons {
  text-align: center;
}
.cid-vcIOn7Jd21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIOn7Jd21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIOn7Jd21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIOn7Jd21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIOn7Jd21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIOn7Jd21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIOn7Jd21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIOn7Jd21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIOn7Jd21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIOn7Jd21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIOn7Jd21 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIOn7Jd21 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIOn7Jd21 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIOn7Jd21 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIOn7Jd21 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIOn7Jd21 .navbar {
    height: 77px;
  }
  .cid-vcIOn7Jd21 .navbar.opened {
    height: auto;
  }
}
.cid-vcIOn7Jd21 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIOn7Jd21 .text-btn {
  transition: transform 0.3s;
}
.cid-vcIOn7Jd21 .btn:hover {
  transform: scale(0.8);
}
.cid-vcIOn7Jd21 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIOn7Jd21 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIOn7Jd21 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIOn7Jd21 .nav-link:hover::before {
  width: 100%;
}
.cid-vcIOn7Jd21 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIOn7Jd21 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIOn7Jd21 .link {
  margin: 0rem 1.2rem;
}
.cid-vcIOn7Jd21 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIOn7Jd21 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIOn7Jd21 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIOn7Jd21 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIOn7Jd21 .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIOn7Jd21 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIOn7Jd21 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIOn7Jd21 .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIOn7Jd21 .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIOn7Jd21 .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIOn7Jd21 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIOn7Jd21 .nav-link::before {
    display: none;
  }
  .cid-vcIOn7Jd21 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIOn7Jd21 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIOn7Jd21 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIOn7Jd21 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIOn7Jd21 .nav-dropdown .dropdown-item:focus,
  .cid-vcIOn7Jd21 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIOn7Jd21 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIOn7Jd21 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIOn7Jd21 .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIOn7Jd21 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIOn7Jd21 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIOn7Jd21 .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIOn7Jd21 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIOn7Jd21 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIOn7Jd21 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIOn7Jd21 .nav-dropdown .dropdown-item:focus,
  .cid-vcIOn7Jd21 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIOn7Jd21 .btn-primary {
  color: #333333 !important;
}
.cid-vcIOn7Jd21 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIOn7Jd21 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIOn7Jd21 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIOn8hU5u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIOn8hU5u .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIOn8hU5u .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIOn8hU5u .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIOn8hU5u .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIOn8hU5u .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIOn8hU5u .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIOn8hU5u .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIOn8hU5u .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIOn8hU5u .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIOn8hU5u .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIOn8hU5u .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIOn8hU5u H2 {
  color: #ffffff;
}
.cid-vcIOn8hU5u H3 {
  color: #c9a962;
}
.cid-vcIOn8hU5u H1 {
  color: #c9a962;
}
.cid-vcIOn8xU5N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vcIOn8xU5N .card-wrapper {
  background-color: #1f1d1a;
}
.cid-vcIOn8xU5N .mbr-text {
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcIOn8xU5N .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcIOn8xU5N .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-vcIOn8xU5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIOn8xU5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIOn8WDM0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIOn8WDM0 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIOn8WDM0 .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIOn8WDM0 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIOn8WDM0 .mbr-figure {
  height: 100%;
}
.cid-vcIOn8WDM0 .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIOn8WDM0 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIOn8WDM0 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIOn8WDM0 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIOn8WDM0 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIOn8WDM0 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIOn8WDM0 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIOn8WDM0 .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIOn8WDM0 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIOn8WDM0 .mbr-text,
.cid-vcIOn8WDM0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIOn99ULy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIOn99ULy .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIOn99ULy .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIOn99ULy img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIOn99ULy .mbr-figure {
  height: 100%;
}
.cid-vcIOn99ULy .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIOn99ULy .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIOn99ULy .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIOn99ULy .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIOn99ULy .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIOn99ULy .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIOn99ULy .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIOn99ULy .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIOn99ULy .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIOn99ULy .mbr-text,
.cid-vcIOn99ULy .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIP2d7K1f {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f1d1a;
}
.cid-vcIP2d7K1f .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIP2d7K1f .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIP2d7K1f img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIP2d7K1f .mbr-figure {
  height: 100%;
}
.cid-vcIP2d7K1f .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIP2d7K1f .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIP2d7K1f .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIP2d7K1f .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIP2d7K1f .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIP2d7K1f .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIP2d7K1f .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIP2d7K1f .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIP2d7K1f .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIP2d7K1f .mbr-text,
.cid-vcIP2d7K1f .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIOn9nNua {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcIOn9nNua .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcIOn9nNua .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcIOn9nNua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIOn9nNua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIOn9nNua H3 {
  color: #ffffff;
}
.cid-vcIOn9nNua .mbr-text,
.cid-vcIOn9nNua .mbr-section-btn {
  color: #ffffff;
}
#custom-html-2k .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-2k .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-2k .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-2k .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIOn9FxEe {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIOn9FxEe a {
  transition: 0.3s;
}
.cid-vcIOn9FxEe h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIOn9FxEe .card-img2 span {
  padding-top: 6px;
}
.cid-vcIOn9FxEe .soc-item a {
  padding-top: 5px;
}
.cid-vcIOn9FxEe .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIOn9FxEe .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIOn9FxEe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIOn9FxEe .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIOn9FxEe .soc-item span {
  font-size: 1rem;
}
.cid-vcIOn9FxEe .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIOn9FxEe .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIOn9FxEe .item h4 {
  margin: 0;
}
.cid-vcIOn9FxEe .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIOn9FxEe .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIOn9FxEe img {
  width: 80%;
}
.cid-vcIOn9FxEe .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIOn9FxEe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIOn9FxEe .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIOn9FxEe .container {
  padding: 0;
}
.cid-vcIOn9FxEe .btn-primary {
  color: #333333 !important;
}
.cid-vcIOn9FxEe .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIOn9FxEe .title {
  color: #c9a962;
}
.cid-vcIOna4D0N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIOna4D0N .media-container-row {
  align-items: center;
}
.cid-vcIOna4D0N .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIOna4D0N .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIOna4D0N .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIOna4D0N .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIOna4D0N .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIOna4D0N .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIOna4D0N .foot-menu {
    justify-content: center;
  }
  .cid-vcIOna4D0N .mbr-text {
    text-align: center;
  }
  .cid-vcIOna4D0N .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIOna4D0N .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIOna4D0N .link:hover {
  text-decoration: underline;
}
.cid-vcIOna4D0N .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIOna4D0N .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIOna4D0N .container {
    padding: 0;
  }
}
.cid-vcIOna4D0N .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIPpIXgRa {
  min-height: 80px !important;
  position: static;
}
.cid-vcIPpIXgRa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPpIXgRa .nav-item:focus,
.cid-vcIPpIXgRa .nav-link:focus {
  outline: none;
}
.cid-vcIPpIXgRa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPpIXgRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIPpIXgRa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPpIXgRa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIPpIXgRa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIPpIXgRa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIPpIXgRa .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIPpIXgRa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIPpIXgRa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIPpIXgRa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIPpIXgRa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIPpIXgRa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIPpIXgRa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIPpIXgRa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIPpIXgRa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIPpIXgRa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIPpIXgRa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIPpIXgRa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIPpIXgRa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIPpIXgRa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIPpIXgRa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIPpIXgRa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIPpIXgRa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIPpIXgRa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIPpIXgRa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIPpIXgRa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIPpIXgRa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIPpIXgRa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIPpIXgRa .navbar.navbar-short {
  background: #111111;
}
.cid-vcIPpIXgRa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIPpIXgRa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIPpIXgRa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIPpIXgRa .dropdown-item.active,
.cid-vcIPpIXgRa .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIPpIXgRa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIPpIXgRa .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIPpIXgRa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIPpIXgRa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIPpIXgRa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIPpIXgRa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIPpIXgRa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIPpIXgRa .navbar-nav {
  margin: auto;
}
.cid-vcIPpIXgRa .navbar-buttons {
  text-align: center;
}
.cid-vcIPpIXgRa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIPpIXgRa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIPpIXgRa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIPpIXgRa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIPpIXgRa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIPpIXgRa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIPpIXgRa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIPpIXgRa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIPpIXgRa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIPpIXgRa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIPpIXgRa .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIPpIXgRa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIPpIXgRa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIPpIXgRa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIPpIXgRa .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIPpIXgRa .navbar {
    height: 77px;
  }
  .cid-vcIPpIXgRa .navbar.opened {
    height: auto;
  }
}
.cid-vcIPpIXgRa .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIPpIXgRa .text-btn {
  transition: transform 0.3s;
}
.cid-vcIPpIXgRa .btn:hover {
  transform: scale(0.8);
}
.cid-vcIPpIXgRa .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIPpIXgRa .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIPpIXgRa .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIPpIXgRa .nav-link:hover::before {
  width: 100%;
}
.cid-vcIPpIXgRa .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIPpIXgRa .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIPpIXgRa .link {
  margin: 0rem 1.2rem;
}
.cid-vcIPpIXgRa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIPpIXgRa .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIPpIXgRa .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIPpIXgRa .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIPpIXgRa .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIPpIXgRa .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIPpIXgRa .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIPpIXgRa .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIPpIXgRa .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIPpIXgRa .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIPpIXgRa .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIPpIXgRa .nav-link::before {
    display: none;
  }
  .cid-vcIPpIXgRa .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIPpIXgRa .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIPpIXgRa .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIPpIXgRa .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIPpIXgRa .nav-dropdown .dropdown-item:focus,
  .cid-vcIPpIXgRa .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIPpIXgRa .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPpIXgRa .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIPpIXgRa .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIPpIXgRa .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIPpIXgRa .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIPpIXgRa .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIPpIXgRa .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIPpIXgRa .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIPpIXgRa .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIPpIXgRa .nav-dropdown .dropdown-item:focus,
  .cid-vcIPpIXgRa .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIPpIXgRa .btn-primary {
  color: #333333 !important;
}
.cid-vcIPpIXgRa .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIPpIXgRa .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIPpIXgRa .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIPpJIYSo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIPpJIYSo .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIPpJIYSo .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIPpJIYSo .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIPpJIYSo .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIPpJIYSo .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIPpJIYSo .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPpJIYSo .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIPpJIYSo .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIPpJIYSo .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIPpJIYSo .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIPpJIYSo .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIPpJIYSo H2 {
  color: #ffffff;
}
.cid-vcIPpJIYSo H3 {
  color: #c9a962;
}
.cid-vcIPpJIYSo H1 {
  color: #c9a962;
}
.cid-vcIPpKgxEz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIPpKgxEz .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPpKgxEz .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPpKgxEz img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPpKgxEz .mbr-figure {
  height: 100%;
}
.cid-vcIPpKgxEz .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPpKgxEz .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPpKgxEz .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKgxEz .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPpKgxEz .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKgxEz .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPpKgxEz .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPpKgxEz .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPpKgxEz .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPpKgxEz .mbr-text,
.cid-vcIPpKgxEz .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPpKuJgf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIPpKuJgf .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPpKuJgf .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPpKuJgf img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPpKuJgf .mbr-figure {
  height: 100%;
}
.cid-vcIPpKuJgf .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPpKuJgf .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPpKuJgf .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKuJgf .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPpKuJgf .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKuJgf .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPpKuJgf .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPpKuJgf .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPpKuJgf .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPpKuJgf .mbr-text,
.cid-vcIPpKuJgf .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPpKJeHO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f1d1a;
}
.cid-vcIPpKJeHO .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPpKJeHO .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPpKJeHO img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPpKJeHO .mbr-figure {
  height: 100%;
}
.cid-vcIPpKJeHO .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPpKJeHO .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPpKJeHO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKJeHO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPpKJeHO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPpKJeHO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPpKJeHO .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPpKJeHO .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPpKJeHO .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPpKJeHO .mbr-text,
.cid-vcIPpKJeHO .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPpL1q9X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcIPpL1q9X .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcIPpL1q9X .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcIPpL1q9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIPpL1q9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIPpL1q9X H3 {
  color: #ffffff;
}
.cid-vcIPpL1q9X .mbr-text,
.cid-vcIPpL1q9X .mbr-section-btn {
  color: #ffffff;
}
#custom-html-2v .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-2v .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-2v .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-2v .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIPpLLpIy {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIPpLLpIy a {
  transition: 0.3s;
}
.cid-vcIPpLLpIy h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIPpLLpIy .card-img2 span {
  padding-top: 6px;
}
.cid-vcIPpLLpIy .soc-item a {
  padding-top: 5px;
}
.cid-vcIPpLLpIy .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIPpLLpIy .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIPpLLpIy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIPpLLpIy .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIPpLLpIy .soc-item span {
  font-size: 1rem;
}
.cid-vcIPpLLpIy .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIPpLLpIy .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIPpLLpIy .item h4 {
  margin: 0;
}
.cid-vcIPpLLpIy .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIPpLLpIy .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIPpLLpIy img {
  width: 80%;
}
.cid-vcIPpLLpIy .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIPpLLpIy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIPpLLpIy .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIPpLLpIy .container {
  padding: 0;
}
.cid-vcIPpLLpIy .btn-primary {
  color: #333333 !important;
}
.cid-vcIPpLLpIy .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIPpLLpIy .title {
  color: #c9a962;
}
.cid-vcIPpMDGNE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIPpMDGNE .media-container-row {
  align-items: center;
}
.cid-vcIPpMDGNE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIPpMDGNE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIPpMDGNE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIPpMDGNE .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIPpMDGNE .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIPpMDGNE .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIPpMDGNE .foot-menu {
    justify-content: center;
  }
  .cid-vcIPpMDGNE .mbr-text {
    text-align: center;
  }
  .cid-vcIPpMDGNE .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPpMDGNE .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIPpMDGNE .link:hover {
  text-decoration: underline;
}
.cid-vcIPpMDGNE .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIPpMDGNE .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIPpMDGNE .container {
    padding: 0;
  }
}
.cid-vcIPpMDGNE .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIRVjrUjD {
  min-height: 80px !important;
  position: static;
}
.cid-vcIRVjrUjD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIRVjrUjD .nav-item:focus,
.cid-vcIRVjrUjD .nav-link:focus {
  outline: none;
}
.cid-vcIRVjrUjD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIRVjrUjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIRVjrUjD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIRVjrUjD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIRVjrUjD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIRVjrUjD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIRVjrUjD .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIRVjrUjD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIRVjrUjD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIRVjrUjD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIRVjrUjD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIRVjrUjD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIRVjrUjD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIRVjrUjD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIRVjrUjD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIRVjrUjD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIRVjrUjD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIRVjrUjD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIRVjrUjD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIRVjrUjD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIRVjrUjD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIRVjrUjD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIRVjrUjD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIRVjrUjD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIRVjrUjD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIRVjrUjD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIRVjrUjD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIRVjrUjD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIRVjrUjD .navbar.navbar-short {
  background: #111111;
}
.cid-vcIRVjrUjD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIRVjrUjD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIRVjrUjD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIRVjrUjD .dropdown-item.active,
.cid-vcIRVjrUjD .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIRVjrUjD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIRVjrUjD .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIRVjrUjD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIRVjrUjD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIRVjrUjD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIRVjrUjD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIRVjrUjD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIRVjrUjD .navbar-nav {
  margin: auto;
}
.cid-vcIRVjrUjD .navbar-buttons {
  text-align: center;
}
.cid-vcIRVjrUjD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIRVjrUjD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIRVjrUjD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIRVjrUjD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIRVjrUjD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIRVjrUjD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIRVjrUjD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIRVjrUjD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIRVjrUjD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIRVjrUjD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIRVjrUjD .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIRVjrUjD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIRVjrUjD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIRVjrUjD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIRVjrUjD .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIRVjrUjD .navbar {
    height: 77px;
  }
  .cid-vcIRVjrUjD .navbar.opened {
    height: auto;
  }
}
.cid-vcIRVjrUjD .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIRVjrUjD .text-btn {
  transition: transform 0.3s;
}
.cid-vcIRVjrUjD .btn:hover {
  transform: scale(0.8);
}
.cid-vcIRVjrUjD .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIRVjrUjD .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIRVjrUjD .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIRVjrUjD .nav-link:hover::before {
  width: 100%;
}
.cid-vcIRVjrUjD .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIRVjrUjD .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIRVjrUjD .link {
  margin: 0rem 1.2rem;
}
.cid-vcIRVjrUjD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIRVjrUjD .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIRVjrUjD .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIRVjrUjD .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIRVjrUjD .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIRVjrUjD .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIRVjrUjD .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIRVjrUjD .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIRVjrUjD .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIRVjrUjD .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIRVjrUjD .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIRVjrUjD .nav-link::before {
    display: none;
  }
  .cid-vcIRVjrUjD .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIRVjrUjD .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIRVjrUjD .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIRVjrUjD .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIRVjrUjD .nav-dropdown .dropdown-item:focus,
  .cid-vcIRVjrUjD .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIRVjrUjD .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIRVjrUjD .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIRVjrUjD .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIRVjrUjD .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIRVjrUjD .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIRVjrUjD .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIRVjrUjD .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIRVjrUjD .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIRVjrUjD .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIRVjrUjD .nav-dropdown .dropdown-item:focus,
  .cid-vcIRVjrUjD .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIRVjrUjD .btn-primary {
  color: #333333 !important;
}
.cid-vcIRVjrUjD .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIRVjrUjD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIRVjrUjD .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
#custom-html-3e .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-3e .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-3e .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-3e .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIRVlekA4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIRVlekA4 a {
  transition: 0.3s;
}
.cid-vcIRVlekA4 h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIRVlekA4 .card-img2 span {
  padding-top: 6px;
}
.cid-vcIRVlekA4 .soc-item a {
  padding-top: 5px;
}
.cid-vcIRVlekA4 .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIRVlekA4 .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIRVlekA4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIRVlekA4 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIRVlekA4 .soc-item span {
  font-size: 1rem;
}
.cid-vcIRVlekA4 .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIRVlekA4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIRVlekA4 .item h4 {
  margin: 0;
}
.cid-vcIRVlekA4 .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIRVlekA4 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIRVlekA4 img {
  width: 80%;
}
.cid-vcIRVlekA4 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIRVlekA4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIRVlekA4 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIRVlekA4 .container {
  padding: 0;
}
.cid-vcIRVlekA4 .btn-primary {
  color: #333333 !important;
}
.cid-vcIRVlekA4 .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIRVlekA4 .title {
  color: #c9a962;
}
.cid-vcIRVlFElb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIRVlFElb .media-container-row {
  align-items: center;
}
.cid-vcIRVlFElb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIRVlFElb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIRVlFElb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIRVlFElb .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIRVlFElb .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIRVlFElb .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIRVlFElb .foot-menu {
    justify-content: center;
  }
  .cid-vcIRVlFElb .mbr-text {
    text-align: center;
  }
  .cid-vcIRVlFElb .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIRVlFElb .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIRVlFElb .link:hover {
  text-decoration: underline;
}
.cid-vcIRVlFElb .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIRVlFElb .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIRVlFElb .container {
    padding: 0;
  }
}
.cid-vcIRVlFElb .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIUMe72Co {
  min-height: 80px !important;
  position: static;
}
.cid-vcIUMe72Co .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIUMe72Co .nav-item:focus,
.cid-vcIUMe72Co .nav-link:focus {
  outline: none;
}
.cid-vcIUMe72Co .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIUMe72Co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIUMe72Co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIUMe72Co .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIUMe72Co .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIUMe72Co .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIUMe72Co .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIUMe72Co .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIUMe72Co .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIUMe72Co .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIUMe72Co .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIUMe72Co .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIUMe72Co .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIUMe72Co .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIUMe72Co .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIUMe72Co .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIUMe72Co .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIUMe72Co .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIUMe72Co .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIUMe72Co .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIUMe72Co .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIUMe72Co .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIUMe72Co .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIUMe72Co .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIUMe72Co .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIUMe72Co .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIUMe72Co .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIUMe72Co .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIUMe72Co .navbar.navbar-short {
  background: #111111;
}
.cid-vcIUMe72Co .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIUMe72Co .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIUMe72Co .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIUMe72Co .dropdown-item.active,
.cid-vcIUMe72Co .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIUMe72Co .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIUMe72Co .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIUMe72Co .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIUMe72Co .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIUMe72Co .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIUMe72Co .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIUMe72Co ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIUMe72Co .navbar-nav {
  margin: auto;
}
.cid-vcIUMe72Co .navbar-buttons {
  text-align: center;
}
.cid-vcIUMe72Co button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIUMe72Co button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIUMe72Co button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIUMe72Co button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIUMe72Co button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIUMe72Co button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIUMe72Co nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIUMe72Co nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIUMe72Co nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIUMe72Co nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIUMe72Co .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIUMe72Co a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIUMe72Co .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIUMe72Co .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIUMe72Co .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIUMe72Co .navbar {
    height: 77px;
  }
  .cid-vcIUMe72Co .navbar.opened {
    height: auto;
  }
}
.cid-vcIUMe72Co .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIUMe72Co .text-btn {
  transition: transform 0.3s;
}
.cid-vcIUMe72Co .btn:hover {
  transform: scale(0.8);
}
.cid-vcIUMe72Co .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIUMe72Co .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIUMe72Co .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIUMe72Co .nav-link:hover::before {
  width: 100%;
}
.cid-vcIUMe72Co .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIUMe72Co .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIUMe72Co .link {
  margin: 0rem 1.2rem;
}
.cid-vcIUMe72Co .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIUMe72Co .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIUMe72Co .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIUMe72Co .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIUMe72Co .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIUMe72Co .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIUMe72Co .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIUMe72Co .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIUMe72Co .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIUMe72Co .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIUMe72Co .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIUMe72Co .nav-link::before {
    display: none;
  }
  .cid-vcIUMe72Co .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIUMe72Co .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIUMe72Co .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIUMe72Co .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIUMe72Co .nav-dropdown .dropdown-item:focus,
  .cid-vcIUMe72Co .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIUMe72Co .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIUMe72Co .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIUMe72Co .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIUMe72Co .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIUMe72Co .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIUMe72Co .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIUMe72Co .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIUMe72Co .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIUMe72Co .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIUMe72Co .nav-dropdown .dropdown-item:focus,
  .cid-vcIUMe72Co .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIUMe72Co .btn-primary {
  color: #333333 !important;
}
.cid-vcIUMe72Co .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIUMe72Co .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIUMe72Co .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIUMeXds2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIUMeXds2 .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIUMeXds2 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIUMeXds2 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIUMeXds2 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIUMeXds2 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIUMeXds2 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIUMeXds2 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIUMeXds2 .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIUMeXds2 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIUMeXds2 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIUMeXds2 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIUMeXds2 H2 {
  color: #ffffff;
}
.cid-vcIUMeXds2 H3 {
  color: #c9a962;
}
.cid-vcIUMeXds2 H1 {
  color: #c9a962;
}
.cid-vcIUMfg701 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIUMfg701 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIUMfg701 .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIUMfg701 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIUMfg701 .mbr-figure {
  height: 100%;
}
.cid-vcIUMfg701 .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIUMfg701 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIUMfg701 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMfg701 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIUMfg701 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMfg701 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIUMfg701 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIUMfg701 .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIUMfg701 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIUMfg701 .mbr-text,
.cid-vcIUMfg701 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIUMfvUT0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIUMfvUT0 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIUMfvUT0 .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIUMfvUT0 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIUMfvUT0 .mbr-figure {
  height: 100%;
}
.cid-vcIUMfvUT0 .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIUMfvUT0 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIUMfvUT0 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMfvUT0 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIUMfvUT0 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMfvUT0 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIUMfvUT0 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIUMfvUT0 .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIUMfvUT0 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIUMfvUT0 .mbr-text,
.cid-vcIUMfvUT0 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIUZwfoj2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIUZwfoj2 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIUZwfoj2 .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIUZwfoj2 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIUZwfoj2 .mbr-figure {
  height: 100%;
}
.cid-vcIUZwfoj2 .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIUZwfoj2 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIUZwfoj2 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUZwfoj2 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIUZwfoj2 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUZwfoj2 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIUZwfoj2 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIUZwfoj2 .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIUZwfoj2 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIUZwfoj2 .mbr-text,
.cid-vcIUZwfoj2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIV3duQ3n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIV3duQ3n .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIV3duQ3n .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIV3duQ3n img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIV3duQ3n .mbr-figure {
  height: 100%;
}
.cid-vcIV3duQ3n .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIV3duQ3n .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIV3duQ3n .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIV3duQ3n .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIV3duQ3n .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIV3duQ3n .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIV3duQ3n .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIV3duQ3n .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIV3duQ3n .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIV3duQ3n .mbr-text,
.cid-vcIV3duQ3n .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIV724uSp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIV724uSp .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIV724uSp .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIV724uSp img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIV724uSp .mbr-figure {
  height: 100%;
}
.cid-vcIV724uSp .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIV724uSp .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIV724uSp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIV724uSp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIV724uSp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIV724uSp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIV724uSp .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIV724uSp .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIV724uSp .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIV724uSp .mbr-text,
.cid-vcIV724uSp .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIVbjrwOO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIVbjrwOO .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIVbjrwOO .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIVbjrwOO img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIVbjrwOO .mbr-figure {
  height: 100%;
}
.cid-vcIVbjrwOO .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIVbjrwOO .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIVbjrwOO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIVbjrwOO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIVbjrwOO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIVbjrwOO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIVbjrwOO .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIVbjrwOO .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIVbjrwOO .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIVbjrwOO .mbr-text,
.cid-vcIVbjrwOO .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIUMg0iKG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIUMg0iKG .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIUMg0iKG .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIUMg0iKG img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIUMg0iKG .mbr-figure {
  height: 100%;
}
.cid-vcIUMg0iKG .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIUMg0iKG .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIUMg0iKG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMg0iKG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIUMg0iKG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIUMg0iKG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIUMg0iKG .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIUMg0iKG .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIUMg0iKG .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIUMg0iKG .mbr-text,
.cid-vcIUMg0iKG .mbr-section-btn {
  color: #ffffff;
}
#custom-html-41 .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-41 .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-41 .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-41 .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIUMhXzKc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIUMhXzKc a {
  transition: 0.3s;
}
.cid-vcIUMhXzKc h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIUMhXzKc .card-img2 span {
  padding-top: 6px;
}
.cid-vcIUMhXzKc .soc-item a {
  padding-top: 5px;
}
.cid-vcIUMhXzKc .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIUMhXzKc .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIUMhXzKc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIUMhXzKc .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIUMhXzKc .soc-item span {
  font-size: 1rem;
}
.cid-vcIUMhXzKc .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIUMhXzKc .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIUMhXzKc .item h4 {
  margin: 0;
}
.cid-vcIUMhXzKc .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIUMhXzKc .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIUMhXzKc img {
  width: 80%;
}
.cid-vcIUMhXzKc .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIUMhXzKc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIUMhXzKc .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIUMhXzKc .container {
  padding: 0;
}
.cid-vcIUMhXzKc .btn-primary {
  color: #333333 !important;
}
.cid-vcIUMhXzKc .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIUMhXzKc .title {
  color: #c9a962;
}
.cid-vcIUMipzw7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIUMipzw7 .media-container-row {
  align-items: center;
}
.cid-vcIUMipzw7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIUMipzw7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIUMipzw7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIUMipzw7 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIUMipzw7 .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIUMipzw7 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIUMipzw7 .foot-menu {
    justify-content: center;
  }
  .cid-vcIUMipzw7 .mbr-text {
    text-align: center;
  }
  .cid-vcIUMipzw7 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIUMipzw7 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIUMipzw7 .link:hover {
  text-decoration: underline;
}
.cid-vcIUMipzw7 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIUMipzw7 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIUMipzw7 .container {
    padding: 0;
  }
}
.cid-vcIUMipzw7 .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIPZtkIq8 {
  min-height: 80px !important;
  position: static;
}
.cid-vcIPZtkIq8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPZtkIq8 .nav-item:focus,
.cid-vcIPZtkIq8 .nav-link:focus {
  outline: none;
}
.cid-vcIPZtkIq8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPZtkIq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIPZtkIq8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIPZtkIq8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIPZtkIq8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIPZtkIq8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIPZtkIq8 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIPZtkIq8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIPZtkIq8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIPZtkIq8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIPZtkIq8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIPZtkIq8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIPZtkIq8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIPZtkIq8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIPZtkIq8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIPZtkIq8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIPZtkIq8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIPZtkIq8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIPZtkIq8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIPZtkIq8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIPZtkIq8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIPZtkIq8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIPZtkIq8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIPZtkIq8 .navbar.navbar-short {
  background: #111111;
}
.cid-vcIPZtkIq8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIPZtkIq8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIPZtkIq8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIPZtkIq8 .dropdown-item.active,
.cid-vcIPZtkIq8 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIPZtkIq8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIPZtkIq8 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIPZtkIq8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIPZtkIq8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIPZtkIq8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIPZtkIq8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIPZtkIq8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIPZtkIq8 .navbar-nav {
  margin: auto;
}
.cid-vcIPZtkIq8 .navbar-buttons {
  text-align: center;
}
.cid-vcIPZtkIq8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIPZtkIq8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIPZtkIq8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIPZtkIq8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIPZtkIq8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIPZtkIq8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIPZtkIq8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIPZtkIq8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIPZtkIq8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIPZtkIq8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIPZtkIq8 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIPZtkIq8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIPZtkIq8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIPZtkIq8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIPZtkIq8 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIPZtkIq8 .navbar {
    height: 77px;
  }
  .cid-vcIPZtkIq8 .navbar.opened {
    height: auto;
  }
}
.cid-vcIPZtkIq8 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIPZtkIq8 .text-btn {
  transition: transform 0.3s;
}
.cid-vcIPZtkIq8 .btn:hover {
  transform: scale(0.8);
}
.cid-vcIPZtkIq8 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIPZtkIq8 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIPZtkIq8 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIPZtkIq8 .nav-link:hover::before {
  width: 100%;
}
.cid-vcIPZtkIq8 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIPZtkIq8 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIPZtkIq8 .link {
  margin: 0rem 1.2rem;
}
.cid-vcIPZtkIq8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIPZtkIq8 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIPZtkIq8 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIPZtkIq8 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIPZtkIq8 .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIPZtkIq8 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIPZtkIq8 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIPZtkIq8 .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIPZtkIq8 .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIPZtkIq8 .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIPZtkIq8 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIPZtkIq8 .nav-link::before {
    display: none;
  }
  .cid-vcIPZtkIq8 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIPZtkIq8 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIPZtkIq8 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIPZtkIq8 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIPZtkIq8 .nav-dropdown .dropdown-item:focus,
  .cid-vcIPZtkIq8 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIPZtkIq8 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPZtkIq8 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIPZtkIq8 .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIPZtkIq8 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIPZtkIq8 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIPZtkIq8 .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIPZtkIq8 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIPZtkIq8 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIPZtkIq8 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIPZtkIq8 .nav-dropdown .dropdown-item:focus,
  .cid-vcIPZtkIq8 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIPZtkIq8 .btn-primary {
  color: #333333 !important;
}
.cid-vcIPZtkIq8 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIPZtkIq8 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIPZtkIq8 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIPZu5rn8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIPZu5rn8 .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIPZu5rn8 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIPZu5rn8 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIPZu5rn8 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIPZu5rn8 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIPZu5rn8 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPZu5rn8 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIPZu5rn8 .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIPZu5rn8 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIPZu5rn8 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIPZu5rn8 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIPZu5rn8 H2 {
  color: #ffffff;
}
.cid-vcIPZu5rn8 H3 {
  color: #c9a962;
}
.cid-vcIPZu5rn8 H1 {
  color: #c9a962;
}
.cid-vcIPZunFbh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIPZunFbh .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPZunFbh .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPZunFbh img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPZunFbh .mbr-figure {
  height: 100%;
}
.cid-vcIPZunFbh .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPZunFbh .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPZunFbh .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZunFbh .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPZunFbh .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZunFbh .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPZunFbh .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPZunFbh .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPZunFbh .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPZunFbh .mbr-text,
.cid-vcIPZunFbh .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPZuCQDb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIPZuCQDb .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPZuCQDb .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPZuCQDb img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPZuCQDb .mbr-figure {
  height: 100%;
}
.cid-vcIPZuCQDb .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPZuCQDb .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPZuCQDb .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZuCQDb .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPZuCQDb .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZuCQDb .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPZuCQDb .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPZuCQDb .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPZuCQDb .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPZuCQDb .mbr-text,
.cid-vcIPZuCQDb .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPZuSmvk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIPZuSmvk .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIPZuSmvk .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIPZuSmvk img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIPZuSmvk .mbr-figure {
  height: 100%;
}
.cid-vcIPZuSmvk .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIPZuSmvk .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIPZuSmvk .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZuSmvk .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIPZuSmvk .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIPZuSmvk .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPZuSmvk .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIPZuSmvk .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIPZuSmvk .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIPZuSmvk .mbr-text,
.cid-vcIPZuSmvk .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIQOuxRzh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f1d1a;
}
.cid-vcIQOuxRzh .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIQOuxRzh .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIQOuxRzh img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIQOuxRzh .mbr-figure {
  height: 100%;
}
.cid-vcIQOuxRzh .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIQOuxRzh .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIQOuxRzh .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIQOuxRzh .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIQOuxRzh .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIQOuxRzh .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIQOuxRzh .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIQOuxRzh .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIQOuxRzh .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIQOuxRzh .mbr-text,
.cid-vcIQOuxRzh .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIPZv51WL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcIPZv51WL .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcIPZv51WL .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcIPZv51WL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIPZv51WL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIPZv51WL H3 {
  color: #ffffff;
}
.cid-vcIPZv51WL .mbr-text,
.cid-vcIPZv51WL .mbr-section-btn {
  color: #ffffff;
}
#custom-html-34 .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-34 .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-34 .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-34 .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIPZvrZAU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIPZvrZAU a {
  transition: 0.3s;
}
.cid-vcIPZvrZAU h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIPZvrZAU .card-img2 span {
  padding-top: 6px;
}
.cid-vcIPZvrZAU .soc-item a {
  padding-top: 5px;
}
.cid-vcIPZvrZAU .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIPZvrZAU .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIPZvrZAU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIPZvrZAU .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIPZvrZAU .soc-item span {
  font-size: 1rem;
}
.cid-vcIPZvrZAU .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIPZvrZAU .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIPZvrZAU .item h4 {
  margin: 0;
}
.cid-vcIPZvrZAU .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIPZvrZAU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIPZvrZAU img {
  width: 80%;
}
.cid-vcIPZvrZAU .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIPZvrZAU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIPZvrZAU .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIPZvrZAU .container {
  padding: 0;
}
.cid-vcIPZvrZAU .btn-primary {
  color: #333333 !important;
}
.cid-vcIPZvrZAU .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIPZvrZAU .title {
  color: #c9a962;
}
.cid-vcIPZvW4B9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIPZvW4B9 .media-container-row {
  align-items: center;
}
.cid-vcIPZvW4B9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIPZvW4B9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIPZvW4B9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIPZvW4B9 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIPZvW4B9 .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIPZvW4B9 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIPZvW4B9 .foot-menu {
    justify-content: center;
  }
  .cid-vcIPZvW4B9 .mbr-text {
    text-align: center;
  }
  .cid-vcIPZvW4B9 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIPZvW4B9 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIPZvW4B9 .link:hover {
  text-decoration: underline;
}
.cid-vcIPZvW4B9 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIPZvW4B9 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIPZvW4B9 .container {
    padding: 0;
  }
}
.cid-vcIPZvW4B9 .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcIN1hNvl9 {
  min-height: 80px !important;
  position: static;
}
.cid-vcIN1hNvl9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIN1hNvl9 .nav-item:focus,
.cid-vcIN1hNvl9 .nav-link:focus {
  outline: none;
}
.cid-vcIN1hNvl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIN1hNvl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcIN1hNvl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcIN1hNvl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIN1hNvl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIN1hNvl9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcIN1hNvl9 .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcIN1hNvl9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcIN1hNvl9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIN1hNvl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIN1hNvl9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcIN1hNvl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIN1hNvl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIN1hNvl9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcIN1hNvl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIN1hNvl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcIN1hNvl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcIN1hNvl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcIN1hNvl9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcIN1hNvl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIN1hNvl9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcIN1hNvl9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcIN1hNvl9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcIN1hNvl9 .navbar.navbar-short {
  background: #111111;
}
.cid-vcIN1hNvl9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIN1hNvl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIN1hNvl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIN1hNvl9 .dropdown-item.active,
.cid-vcIN1hNvl9 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcIN1hNvl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIN1hNvl9 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcIN1hNvl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcIN1hNvl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcIN1hNvl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIN1hNvl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIN1hNvl9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcIN1hNvl9 .navbar-nav {
  margin: auto;
}
.cid-vcIN1hNvl9 .navbar-buttons {
  text-align: center;
}
.cid-vcIN1hNvl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcIN1hNvl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcIN1hNvl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcIN1hNvl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIN1hNvl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcIN1hNvl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcIN1hNvl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIN1hNvl9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcIN1hNvl9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcIN1hNvl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcIN1hNvl9 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcIN1hNvl9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcIN1hNvl9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcIN1hNvl9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcIN1hNvl9 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIN1hNvl9 .navbar {
    height: 77px;
  }
  .cid-vcIN1hNvl9 .navbar.opened {
    height: auto;
  }
}
.cid-vcIN1hNvl9 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcIN1hNvl9 .text-btn {
  transition: transform 0.3s;
}
.cid-vcIN1hNvl9 .btn:hover {
  transform: scale(0.8);
}
.cid-vcIN1hNvl9 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcIN1hNvl9 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcIN1hNvl9 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcIN1hNvl9 .nav-link:hover::before {
  width: 100%;
}
.cid-vcIN1hNvl9 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcIN1hNvl9 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcIN1hNvl9 .link {
  margin: 0rem 1.2rem;
}
.cid-vcIN1hNvl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcIN1hNvl9 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcIN1hNvl9 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcIN1hNvl9 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcIN1hNvl9 .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcIN1hNvl9 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcIN1hNvl9 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcIN1hNvl9 .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcIN1hNvl9 .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcIN1hNvl9 .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcIN1hNvl9 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcIN1hNvl9 .nav-link::before {
    display: none;
  }
  .cid-vcIN1hNvl9 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcIN1hNvl9 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcIN1hNvl9 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcIN1hNvl9 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcIN1hNvl9 .nav-dropdown .dropdown-item:focus,
  .cid-vcIN1hNvl9 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcIN1hNvl9 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIN1hNvl9 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcIN1hNvl9 .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcIN1hNvl9 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcIN1hNvl9 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcIN1hNvl9 .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcIN1hNvl9 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcIN1hNvl9 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcIN1hNvl9 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcIN1hNvl9 .nav-dropdown .dropdown-item:focus,
  .cid-vcIN1hNvl9 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcIN1hNvl9 .btn-primary {
  color: #333333 !important;
}
.cid-vcIN1hNvl9 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcIN1hNvl9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcIN1hNvl9 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcIN1iz2r8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcIN1iz2r8 .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIN1iz2r8 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcIN1iz2r8 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcIN1iz2r8 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcIN1iz2r8 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcIN1iz2r8 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcIN1iz2r8 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcIN1iz2r8 .bottom-title {
  letter-spacing: 0px;
}
.cid-vcIN1iz2r8 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcIN1iz2r8 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcIN1iz2r8 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcIN1iz2r8 H2 {
  color: #ffffff;
}
.cid-vcIN1iz2r8 H3 {
  color: #c9a962;
}
.cid-vcIN1iz2r8 H1 {
  color: #c9a962;
}
.cid-vcIN1jnlhp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIN1jnlhp .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIN1jnlhp .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIN1jnlhp img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIN1jnlhp .mbr-figure {
  height: 100%;
}
.cid-vcIN1jnlhp .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIN1jnlhp .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIN1jnlhp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIN1jnlhp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIN1jnlhp .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIN1jnlhp .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIN1jnlhp .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIN1jnlhp .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIN1jnlhp .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIN1jnlhp .mbr-text,
.cid-vcIN1jnlhp .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIN1jBlxt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcIN1jBlxt .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcIN1jBlxt .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcIN1jBlxt img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcIN1jBlxt .mbr-figure {
  height: 100%;
}
.cid-vcIN1jBlxt .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcIN1jBlxt .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcIN1jBlxt .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIN1jBlxt .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcIN1jBlxt .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcIN1jBlxt .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIN1jBlxt .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcIN1jBlxt .img-block {
    padding-left: 6rem;
  }
}
.cid-vcIN1jBlxt .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcIN1jBlxt .mbr-text,
.cid-vcIN1jBlxt .mbr-section-btn {
  color: #ffffff;
}
.cid-vcINLfpuCc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f1d1a;
}
.cid-vcINLfpuCc .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcINLfpuCc .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcINLfpuCc img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcINLfpuCc .mbr-figure {
  height: 100%;
}
.cid-vcINLfpuCc .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcINLfpuCc .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcINLfpuCc .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcINLfpuCc .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcINLfpuCc .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcINLfpuCc .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcINLfpuCc .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcINLfpuCc .img-block {
    padding-left: 6rem;
  }
}
.cid-vcINLfpuCc .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcINLfpuCc .mbr-text,
.cid-vcINLfpuCc .mbr-section-btn {
  color: #ffffff;
}
.cid-vcIN1jQQcn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcIN1jQQcn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcIN1jQQcn .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcIN1jQQcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIN1jQQcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIN1jQQcn H3 {
  color: #ffffff;
}
.cid-vcIN1jQQcn .mbr-text,
.cid-vcIN1jQQcn .mbr-section-btn {
  color: #ffffff;
}
#custom-html-20 .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-20 .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-20 .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-20 .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcIN1kaQ3s {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcIN1kaQ3s a {
  transition: 0.3s;
}
.cid-vcIN1kaQ3s h5 {
  margin-bottom: 1.6rem;
}
.cid-vcIN1kaQ3s .card-img2 span {
  padding-top: 6px;
}
.cid-vcIN1kaQ3s .soc-item a {
  padding-top: 5px;
}
.cid-vcIN1kaQ3s .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcIN1kaQ3s .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcIN1kaQ3s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcIN1kaQ3s .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcIN1kaQ3s .soc-item span {
  font-size: 1rem;
}
.cid-vcIN1kaQ3s .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcIN1kaQ3s .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcIN1kaQ3s .item h4 {
  margin: 0;
}
.cid-vcIN1kaQ3s .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcIN1kaQ3s .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcIN1kaQ3s img {
  width: 80%;
}
.cid-vcIN1kaQ3s .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcIN1kaQ3s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcIN1kaQ3s .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcIN1kaQ3s .container {
  padding: 0;
}
.cid-vcIN1kaQ3s .btn-primary {
  color: #333333 !important;
}
.cid-vcIN1kaQ3s .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcIN1kaQ3s .title {
  color: #c9a962;
}
.cid-vcIN1kCMzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcIN1kCMzY .media-container-row {
  align-items: center;
}
.cid-vcIN1kCMzY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIN1kCMzY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIN1kCMzY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcIN1kCMzY .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcIN1kCMzY .foot-menu-item {
  transform: 0.2s;
}
.cid-vcIN1kCMzY .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcIN1kCMzY .foot-menu {
    justify-content: center;
  }
  .cid-vcIN1kCMzY .mbr-text {
    text-align: center;
  }
  .cid-vcIN1kCMzY .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcIN1kCMzY .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcIN1kCMzY .link:hover {
  text-decoration: underline;
}
.cid-vcIN1kCMzY .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcIN1kCMzY .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcIN1kCMzY .container {
    padding: 0;
  }
}
.cid-vcIN1kCMzY .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcN8JlspFu {
  min-height: 80px !important;
  position: static;
}
.cid-vcN8JlspFu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcN8JlspFu .nav-item:focus,
.cid-vcN8JlspFu .nav-link:focus {
  outline: none;
}
.cid-vcN8JlspFu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcN8JlspFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcN8JlspFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcN8JlspFu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcN8JlspFu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcN8JlspFu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcN8JlspFu .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcN8JlspFu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcN8JlspFu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcN8JlspFu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcN8JlspFu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcN8JlspFu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcN8JlspFu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcN8JlspFu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcN8JlspFu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcN8JlspFu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcN8JlspFu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcN8JlspFu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcN8JlspFu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcN8JlspFu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcN8JlspFu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcN8JlspFu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcN8JlspFu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcN8JlspFu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcN8JlspFu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcN8JlspFu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcN8JlspFu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcN8JlspFu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcN8JlspFu .navbar.navbar-short {
  background: #111111;
}
.cid-vcN8JlspFu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcN8JlspFu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcN8JlspFu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcN8JlspFu .dropdown-item.active,
.cid-vcN8JlspFu .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcN8JlspFu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcN8JlspFu .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcN8JlspFu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcN8JlspFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcN8JlspFu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcN8JlspFu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcN8JlspFu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcN8JlspFu .navbar-nav {
  margin: auto;
}
.cid-vcN8JlspFu .navbar-buttons {
  text-align: center;
}
.cid-vcN8JlspFu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcN8JlspFu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcN8JlspFu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcN8JlspFu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcN8JlspFu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcN8JlspFu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcN8JlspFu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcN8JlspFu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcN8JlspFu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcN8JlspFu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcN8JlspFu .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcN8JlspFu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcN8JlspFu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcN8JlspFu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcN8JlspFu .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcN8JlspFu .navbar {
    height: 77px;
  }
  .cid-vcN8JlspFu .navbar.opened {
    height: auto;
  }
}
.cid-vcN8JlspFu .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcN8JlspFu .text-btn {
  transition: transform 0.3s;
}
.cid-vcN8JlspFu .btn:hover {
  transform: scale(0.8);
}
.cid-vcN8JlspFu .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcN8JlspFu .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcN8JlspFu .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcN8JlspFu .nav-link:hover::before {
  width: 100%;
}
.cid-vcN8JlspFu .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcN8JlspFu .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcN8JlspFu .link {
  margin: 0rem 1.2rem;
}
.cid-vcN8JlspFu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcN8JlspFu .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcN8JlspFu .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcN8JlspFu .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcN8JlspFu .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcN8JlspFu .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcN8JlspFu .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcN8JlspFu .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcN8JlspFu .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcN8JlspFu .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcN8JlspFu .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcN8JlspFu .nav-link::before {
    display: none;
  }
  .cid-vcN8JlspFu .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcN8JlspFu .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcN8JlspFu .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcN8JlspFu .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcN8JlspFu .nav-dropdown .dropdown-item:focus,
  .cid-vcN8JlspFu .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcN8JlspFu .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcN8JlspFu .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcN8JlspFu .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcN8JlspFu .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcN8JlspFu .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcN8JlspFu .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcN8JlspFu .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcN8JlspFu .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcN8JlspFu .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcN8JlspFu .nav-dropdown .dropdown-item:focus,
  .cid-vcN8JlspFu .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcN8JlspFu .btn-primary {
  color: #333333 !important;
}
.cid-vcN8JlspFu .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcN8JlspFu .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcN8JlspFu .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
#custom-html-4q .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-4q .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-4q .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-4q .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcN8JohUNr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcN8JohUNr a {
  transition: 0.3s;
}
.cid-vcN8JohUNr h5 {
  margin-bottom: 1.6rem;
}
.cid-vcN8JohUNr .card-img2 span {
  padding-top: 6px;
}
.cid-vcN8JohUNr .soc-item a {
  padding-top: 5px;
}
.cid-vcN8JohUNr .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcN8JohUNr .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcN8JohUNr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcN8JohUNr .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcN8JohUNr .soc-item span {
  font-size: 1rem;
}
.cid-vcN8JohUNr .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcN8JohUNr .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcN8JohUNr .item h4 {
  margin: 0;
}
.cid-vcN8JohUNr .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcN8JohUNr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcN8JohUNr img {
  width: 80%;
}
.cid-vcN8JohUNr .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcN8JohUNr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcN8JohUNr .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcN8JohUNr .container {
  padding: 0;
}
.cid-vcN8JohUNr .btn-primary {
  color: #333333 !important;
}
.cid-vcN8JohUNr .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcN8JohUNr .title {
  color: #c9a962;
}
.cid-vcN8JoJjUZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcN8JoJjUZ .media-container-row {
  align-items: center;
}
.cid-vcN8JoJjUZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcN8JoJjUZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcN8JoJjUZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcN8JoJjUZ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcN8JoJjUZ .foot-menu-item {
  transform: 0.2s;
}
.cid-vcN8JoJjUZ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcN8JoJjUZ .foot-menu {
    justify-content: center;
  }
  .cid-vcN8JoJjUZ .mbr-text {
    text-align: center;
  }
  .cid-vcN8JoJjUZ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcN8JoJjUZ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcN8JoJjUZ .link:hover {
  text-decoration: underline;
}
.cid-vcN8JoJjUZ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcN8JoJjUZ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcN8JoJjUZ .container {
    padding: 0;
  }
}
.cid-vcN8JoJjUZ .media-container-row .mbr-text {
  color: #838383;
}
.cid-vcZ4qtQHOr {
  min-height: 80px !important;
  position: static;
}
.cid-vcZ4qtQHOr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcZ4qtQHOr .nav-item:focus,
.cid-vcZ4qtQHOr .nav-link:focus {
  outline: none;
}
.cid-vcZ4qtQHOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcZ4qtQHOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcZ4qtQHOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vcZ4qtQHOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcZ4qtQHOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcZ4qtQHOr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #111111;
}
.cid-vcZ4qtQHOr .navbar.opened {
  transition: all .3s;
  background: #111111 !important;
}
.cid-vcZ4qtQHOr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vcZ4qtQHOr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcZ4qtQHOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcZ4qtQHOr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vcZ4qtQHOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcZ4qtQHOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcZ4qtQHOr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vcZ4qtQHOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcZ4qtQHOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vcZ4qtQHOr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vcZ4qtQHOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vcZ4qtQHOr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vcZ4qtQHOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcZ4qtQHOr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vcZ4qtQHOr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vcZ4qtQHOr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vcZ4qtQHOr .navbar.navbar-short {
  background: #111111;
}
.cid-vcZ4qtQHOr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcZ4qtQHOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcZ4qtQHOr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcZ4qtQHOr .dropdown-item.active,
.cid-vcZ4qtQHOr .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vcZ4qtQHOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcZ4qtQHOr .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-vcZ4qtQHOr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-vcZ4qtQHOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-vcZ4qtQHOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcZ4qtQHOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcZ4qtQHOr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vcZ4qtQHOr .navbar-nav {
  margin: auto;
}
.cid-vcZ4qtQHOr .navbar-buttons {
  text-align: center;
}
.cid-vcZ4qtQHOr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vcZ4qtQHOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-vcZ4qtQHOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vcZ4qtQHOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vcZ4qtQHOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vcZ4qtQHOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vcZ4qtQHOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcZ4qtQHOr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vcZ4qtQHOr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vcZ4qtQHOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vcZ4qtQHOr .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-vcZ4qtQHOr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vcZ4qtQHOr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vcZ4qtQHOr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vcZ4qtQHOr .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcZ4qtQHOr .navbar {
    height: 77px;
  }
  .cid-vcZ4qtQHOr .navbar.opened {
    height: auto;
  }
}
.cid-vcZ4qtQHOr .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-vcZ4qtQHOr .text-btn {
  transition: transform 0.3s;
}
.cid-vcZ4qtQHOr .btn:hover {
  transform: scale(0.8);
}
.cid-vcZ4qtQHOr .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-vcZ4qtQHOr .nav-link {
  position: relative;
  display: inline-block;
}
.cid-vcZ4qtQHOr .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-vcZ4qtQHOr .nav-link:hover::before {
  width: 100%;
}
.cid-vcZ4qtQHOr .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-vcZ4qtQHOr .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-vcZ4qtQHOr .link {
  margin: 0rem 1.2rem;
}
.cid-vcZ4qtQHOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-vcZ4qtQHOr .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-vcZ4qtQHOr .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-vcZ4qtQHOr .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-vcZ4qtQHOr .navbar-caption {
  font-family: 'Cormorant Garamond', serif;
}
@media (max-width: 992px) {
  .cid-vcZ4qtQHOr .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-vcZ4qtQHOr .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-vcZ4qtQHOr .dropdown-menu::before {
    display: none !important;
  }
  .cid-vcZ4qtQHOr .btn:hover {
    background-color: #c9a962 !important;
    color: #333333 !important;
  }
  .cid-vcZ4qtQHOr .dropdown-menu > a::after {
    display: none;
  }
  .cid-vcZ4qtQHOr .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-vcZ4qtQHOr .nav-link::before {
    display: none;
  }
  .cid-vcZ4qtQHOr .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-vcZ4qtQHOr .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-vcZ4qtQHOr .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-vcZ4qtQHOr .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-vcZ4qtQHOr .nav-dropdown .dropdown-item:focus,
  .cid-vcZ4qtQHOr .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-vcZ4qtQHOr .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcZ4qtQHOr .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcZ4qtQHOr .container-fluid {
    padding-right: 0rem;
  }
  .cid-vcZ4qtQHOr .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-vcZ4qtQHOr .btn {
    padding: 1.8rem 6rem;
  }
  .cid-vcZ4qtQHOr .btn:hover {
    background-color: #333333 !important;
    color: #c9a962 !important;
  }
  .cid-vcZ4qtQHOr .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-vcZ4qtQHOr .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-vcZ4qtQHOr .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-vcZ4qtQHOr .nav-dropdown .dropdown-item:focus,
  .cid-vcZ4qtQHOr .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-vcZ4qtQHOr .btn-primary {
  color: #333333 !important;
}
.cid-vcZ4qtQHOr .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-vcZ4qtQHOr .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-vcZ4qtQHOr .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-vcZ4quDDW4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vcZ4quDDW4 .mbr-section-title {
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcZ4quDDW4 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-vcZ4quDDW4 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Cormorant Garamond', serif;
}
.cid-vcZ4quDDW4 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-vcZ4quDDW4 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-vcZ4quDDW4 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-vcZ4quDDW4 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-vcZ4quDDW4 .bottom-title {
  letter-spacing: 0px;
}
.cid-vcZ4quDDW4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcZ4quDDW4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-vcZ4quDDW4 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-vcZ4quDDW4 H2 {
  color: #ffffff;
}
.cid-vcZ4quDDW4 H3 {
  color: #c9a962;
}
.cid-vcZ4quDDW4 H1 {
  color: #c9a962;
}
.cid-vcZ4quRdbg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vcZ4quRdbg .card-wrapper {
  background-color: #1f1d1a;
}
.cid-vcZ4quRdbg .mbr-text {
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcZ4quRdbg .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vcZ4quRdbg .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-vcZ4quRdbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZ4quRdbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZ4qv4RCe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcZ4qv4RCe .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcZ4qv4RCe .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcZ4qv4RCe img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcZ4qv4RCe .mbr-figure {
  height: 100%;
}
.cid-vcZ4qv4RCe .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcZ4qv4RCe .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcZ4qv4RCe .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qv4RCe .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcZ4qv4RCe .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qv4RCe .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcZ4qv4RCe .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcZ4qv4RCe .img-block {
    padding-left: 6rem;
  }
}
.cid-vcZ4qv4RCe .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcZ4qv4RCe .mbr-text,
.cid-vcZ4qv4RCe .mbr-section-btn {
  color: #ffffff;
}
.cid-vcZ4qve7uL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1f1d1a;
}
.cid-vcZ4qve7uL .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcZ4qve7uL .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcZ4qve7uL img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcZ4qve7uL .mbr-figure {
  height: 100%;
}
.cid-vcZ4qve7uL .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcZ4qve7uL .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcZ4qve7uL .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qve7uL .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcZ4qve7uL .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qve7uL .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcZ4qve7uL .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcZ4qve7uL .img-block {
    padding-left: 6rem;
  }
}
.cid-vcZ4qve7uL .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcZ4qve7uL .mbr-text,
.cid-vcZ4qve7uL .mbr-section-btn {
  color: #ffffff;
}
.cid-vcZ4qvnosV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1f1d1a;
}
.cid-vcZ4qvnosV .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-vcZ4qvnosV .mbr-section-title {
  color: #c9a962;
  margin-bottom: 1.2rem;
}
.cid-vcZ4qvnosV img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-vcZ4qvnosV .mbr-figure {
  height: 100%;
}
.cid-vcZ4qvnosV .row {
  margin: 0 auto;
  align-items: center;
  width: 70%;
}
.cid-vcZ4qvnosV .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-vcZ4qvnosV .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qvnosV .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-vcZ4qvnosV .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-vcZ4qvnosV .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcZ4qvnosV .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-vcZ4qvnosV .img-block {
    padding-left: 6rem;
  }
}
.cid-vcZ4qvnosV .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-vcZ4qvnosV .mbr-text,
.cid-vcZ4qvnosV .mbr-section-btn {
  color: #ffffff;
}
.cid-vcZ4qvy3Bm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-vcZ4qvy3Bm .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vcZ4qvy3Bm .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-vcZ4qvy3Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZ4qvy3Bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZ4qvy3Bm H3 {
  color: #ffffff;
}
.cid-vcZ4qvy3Bm .mbr-text,
.cid-vcZ4qvy3Bm .mbr-section-btn {
  color: #ffffff;
}
#custom-html-50 .awards-section {
  background-color: #111111;
  padding: 60px 0;
  text-align: center;
}
#custom-html-50 .awards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
#custom-html-50 .awards-wrapper img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
#custom-html-50 .awards-wrapper img:hover {
  opacity: 0.8;
}
.cid-vcZ4qvMyFq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-vcZ4qvMyFq a {
  transition: 0.3s;
}
.cid-vcZ4qvMyFq h5 {
  margin-bottom: 1.6rem;
}
.cid-vcZ4qvMyFq .card-img2 span {
  padding-top: 6px;
}
.cid-vcZ4qvMyFq .soc-item a {
  padding-top: 5px;
}
.cid-vcZ4qvMyFq .mbr-iconfont {
  color: #b1976b !important;
  transition: 0.3s;
}
.cid-vcZ4qvMyFq .link:hover {
  color: #c9a962 !important;
}
@media (max-width: 992px) {
  .cid-vcZ4qvMyFq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcZ4qvMyFq .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vcZ4qvMyFq .soc-item span {
  font-size: 1rem;
}
.cid-vcZ4qvMyFq .soc-item:hover span {
  color: #c9a962 !important;
}
.cid-vcZ4qvMyFq .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vcZ4qvMyFq .item h4 {
  margin: 0;
}
.cid-vcZ4qvMyFq .media-wrap {
  margin-bottom: 1rem;
}
.cid-vcZ4qvMyFq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcZ4qvMyFq img {
  width: 80%;
}
.cid-vcZ4qvMyFq .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vcZ4qvMyFq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vcZ4qvMyFq .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vcZ4qvMyFq .container {
  padding: 0;
}
.cid-vcZ4qvMyFq .btn-primary {
  color: #333333 !important;
}
.cid-vcZ4qvMyFq .btn-primary:hover {
  background-color: #b9933f !important;
}
.cid-vcZ4qvMyFq .title {
  color: #c9a962;
}
.cid-vcZ4qw8LrN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111111;
}
.cid-vcZ4qw8LrN .media-container-row {
  align-items: center;
}
.cid-vcZ4qw8LrN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcZ4qw8LrN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcZ4qw8LrN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcZ4qw8LrN .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-vcZ4qw8LrN .foot-menu-item {
  transform: 0.2s;
}
.cid-vcZ4qw8LrN .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-vcZ4qw8LrN .foot-menu {
    justify-content: center;
  }
  .cid-vcZ4qw8LrN .mbr-text {
    text-align: center;
  }
  .cid-vcZ4qw8LrN .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vcZ4qw8LrN .foot-menu {
    justify-content: flex-end;
  }
}
.cid-vcZ4qw8LrN .link:hover {
  text-decoration: underline;
}
.cid-vcZ4qw8LrN .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-vcZ4qw8LrN .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-vcZ4qw8LrN .container {
    padding: 0;
  }
}
.cid-vcZ4qw8LrN .media-container-row .mbr-text {
  color: #838383;
}
