.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a7906e !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #0a0d0e !important;
}
.bg-danger {
  background-color: #c2222e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a7906e !important;
  border-color: #a7906e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #baa88e !important;
  border-color: #baa88e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #baa88e !important;
  border-color: #baa88e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c79823 !important;
  border-color: #c79823 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ddb040 !important;
  border-color: #ddb040 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ddb040 !important;
  border-color: #ddb040 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0a0d0e !important;
  border-color: #0a0d0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1f292c !important;
  border-color: #1f292c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1f292c !important;
  border-color: #1f292c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2222e !important;
  border-color: #c2222e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a7906e;
  color: #a7906e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #766448 !important;
  background-color: transparent !important;
  border-color: #766448 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a7906e !important;
  border-color: #a7906e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c79823;
  color: #c79823;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7d6016 !important;
  background-color: transparent !important;
  border-color: #7d6016 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c79823 !important;
  border-color: #c79823 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0a0d0e;
  color: #0a0d0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0d0e !important;
  border-color: #0a0d0e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2222e;
  color: #c2222e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78151d !important;
  background-color: transparent !important;
  border-color: #78151d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2222e !important;
  border-color: #c2222e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a7906e !important;
}
.text-secondary {
  color: #c79823 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #0a0d0e !important;
}
.text-danger {
  color: #c2222e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d5c42 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #705614 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b1319 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a7906e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #0a0d0e;
}
.alert-danger {
  background-color: #c2222e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a7906e;
  border-color: #a7906e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a7906e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7cdbd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #babdbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4c4c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87c84;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a7906e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #a7906e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a7906e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a7906e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a7906e;
  border-bottom-color: #a7906e;
}
.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: #ffffff !important;
  background-color: #a7906e !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: #c79823 !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='%23a7906e' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
img {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vhZiaGJjf1 {
  z-index: 1000;
  width: 100%;
}
.cid-vhZiaGJjf1 .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .menu_box .navbar.opened,
  .cid-vhZiaGJjf1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZiaGJjf1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZiaGJjf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZiaGJjf1 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZiaGJjf1 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZiaGJjf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-text,
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZiaGJjf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZiaGJjf1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZiaGJjf1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZiaGJjf1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZiaGJjf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZiaGJjf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box {
    display: none;
  }
}
.cid-vhZiaGJjf1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZiaGJjf1 .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZiaGJjf1 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZiaGJjf1 .container {
  display: flex;
  margin: auto;
}
.cid-vhZiaGJjf1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .navbar-caption {
  color: #000000;
}
.cid-vhZiaGJjf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .navbar-nav {
    margin: 0;
  }
}
.cid-vhZiaGJjf1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZiaGJjf1 .dropdown-menu,
.cid-vhZiaGJjf1 .navbar.opened {
  background-color: false !important;
}
.cid-vhZiaGJjf1 .nav-item:focus,
.cid-vhZiaGJjf1 .nav-link:focus {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZiaGJjf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZiaGJjf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZiaGJjf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZiaGJjf1 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZiaGJjf1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar.collapsed {
  justify-content: center;
}
.cid-vhZiaGJjf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZiaGJjf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZiaGJjf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZiaGJjf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZiaGJjf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZiaGJjf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZiaGJjf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZiaGJjf1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown-item.active,
.cid-vhZiaGJjf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZiaGJjf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZiaGJjf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZiaGJjf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZiaGJjf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZiaGJjf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZiaGJjf1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZiaGJjf1 .navbar {
    height: 70px;
  }
  .cid-vhZiaGJjf1 .navbar.opened {
    height: auto;
  }
  .cid-vhZiaGJjf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:first-child,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:focus,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZiaGJjf1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZiaGJjf1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZiaGJjf1 .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZiaGJjf1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle,
.cid-vhZiaGJjf1 .text_widget {
  text-align: left;
}
.cid-vhZiaGJjf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-viVvP1SwZj .modal-body .close {
  background: #1b1b1b;
}
.cid-viVvP1SwZj .modal-body .close span {
  font-style: normal;
}
.cid-viVvP1SwZj .carousel-inner > .active,
.cid-viVvP1SwZj .carousel-inner > .next,
.cid-viVvP1SwZj .carousel-inner > .prev {
  display: flex;
}
.cid-viVvP1SwZj .carousel-control .icon-next,
.cid-viVvP1SwZj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-viVvP1SwZj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-viVvP1SwZj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viVvP1SwZj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-viVvP1SwZj .boxed-slider > div {
  position: relative;
}
.cid-viVvP1SwZj .container img {
  width: 100%;
}
.cid-viVvP1SwZj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-viVvP1SwZj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viVvP1SwZj .mbr-table-cell {
  padding: 0;
}
.cid-viVvP1SwZj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-viVvP1SwZj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-viVvP1SwZj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viVvP1SwZj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-viVvP1SwZj .carousel-item.active.right,
.cid-viVvP1SwZj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viVvP1SwZj .carousel-item.active.left,
.cid-viVvP1SwZj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-viVvP1SwZj .carousel-item.active,
.cid-viVvP1SwZj .carousel-item.next.left,
.cid-viVvP1SwZj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-viVvP1SwZj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-viVvP1SwZj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viVvP1SwZj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-viVvP1SwZj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-viVvP1SwZj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viVvP1SwZj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-viVvP1SwZj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-viVvP1SwZj .mbr-slider .carousel-indicators li.active,
.cid-viVvP1SwZj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-viVvP1SwZj .mbr-slider .carousel-indicators li::after,
.cid-viVvP1SwZj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-viVvP1SwZj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-viVvP1SwZj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-viVvP1SwZj .mbr-slider > .container img {
  width: 100%;
}
.cid-viVvP1SwZj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-viVvP1SwZj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-viVvP1SwZj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viVvP1SwZj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-viVvP1SwZj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-viVvP1SwZj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-viVvP1SwZj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-viVvP1SwZj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-viVvP1SwZj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-viVvP1SwZj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-viVvP1SwZj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-viVvP1SwZj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-viVvP1SwZj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-viDPUipDsj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-viDPUipDsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-viDPUipDsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-viDPUipDsj .container {
    padding: 0 24px;
  }
}
.cid-viDPUipDsj .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-viDPUipDsj .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-viDPUipDsj .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-viDPUipDsj .image-wrapper img {
    height: 350px;
  }
}
.cid-viDPUipDsj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-viDPUipDsj .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-viDPUipDsj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-viDPUipDsj .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-viDPUipDsj .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-viDPUipDsj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-viDPUipDsj .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-viDPUipDsj .mbr-section-title {
  color: #F9F6E0;
}
.cid-viDPUipDsj .mbr-text {
  color: #ffffff;
}
.cid-viDPUipDsj .mbr-desc {
  color: #E0B548;
}
.cid-viDPUipDsj .mbr-section-title,
.cid-viDPUipDsj .mbr-section-btn {
  color: #ffffff;
}
.cid-vhYJh3N3kt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhYJh3N3kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYJh3N3kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhYJh3N3kt .container {
    padding: 0 24px;
  }
}
.cid-vhYJh3N3kt .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhYJh3N3kt .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhYJh3N3kt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYJh3N3kt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhYJh3N3kt .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhYJh3N3kt .items {
    display: block;
  }
}
.cid-vhYJh3N3kt .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhYJh3N3kt .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhYJh3N3kt .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhYJh3N3kt .item:hover .item-wrapper .item-img img,
.cid-vhYJh3N3kt .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhYJh3N3kt .item:hover .item-wrapper .item-img .item-content,
.cid-vhYJh3N3kt .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhYJh3N3kt .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #ffffff;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhYJh3N3kt .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhYJh3N3kt .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhYJh3N3kt .mbr-text {
  color: #ffffff;
}
.cid-vhYJh3N3kt .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhYJh3N3kt .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhYJh3N3kt .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhYJh3N3kt .mbr-section-title,
.cid-vhYJh3N3kt .mbr-section-btn {
  color: #ffffff;
}
.cid-vaVV8accD7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vaVV8accD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVV8accD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVV8accD7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaVV8accD7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vaVV8accD7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vaVV8accD7 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vaVV8accD7 .content-wrap {
  margin: 0 -10px;
}
.cid-vaVV8accD7 .content-wrap .card {
  padding: 0 10px;
}
.cid-vaVV8accD7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vaVV8accD7 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vaVV8accD7 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #a7906e;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #0a0d0e;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #a7906e;
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #0a0d0e;
  border-radius: 8px;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vaVV8accD7 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vaVV8accD7 .card-wrapper {
  padding: 30px;
  background-color: #0a0d0e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vaVV8accD7 .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vaVV8accD7 .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vaVV8accD7 .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vaVV8accD7 .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vaVV8accD7 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vaVV8accD7 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vaVV8accD7 .mbr-label,
.cid-vaVV8accD7 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vaVV8accD7 .mbr-section-title,
.cid-vaVV8accD7 .title-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-vaVV8accD7 .mbr-desc {
  color: #ffffff;
}
.cid-vaVV8accD7 .item-title {
  color: #171719;
}
.cid-vaVV8accD7 .item-text {
  color: #ffffff;
}
.cid-vaVV8accD7 .item-title,
.cid-vaVV8accD7 .iconfont-wrapper,
.cid-vaVV8accD7 .item-btn {
  color: #ffffff;
}
.cid-vhYMhmS93M {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhYMhmS93M .container {
    padding: 0 24px;
  }
}
.cid-vhYMhmS93M .card {
  justify-content: center;
}
.cid-vhYMhmS93M .image-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vhYMhmS93M .image-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vhYMhmS93M .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhYMhmS93M .image-wrapper img {
    height: 350px;
  }
}
.cid-vhYP8ivdgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhYP8ivdgS .container {
    padding: 0 24px;
  }
}
.cid-vhYP8ivdgS .card {
  justify-content: center;
}
.cid-vhYP8ivdgS .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhYP8ivdgS .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhYP8ivdgS .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYP8ivdgS .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhYP8ivdgS .text-wrapper {
  border-top: 1px solid #a7906e;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vhYP8ivdgS .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vhYP8ivdgS .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-vhYP8ivdgS .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vhYP8ivdgS .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-vhYP8ivdgS .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhYP8ivdgS .mbr-desc {
  color: #a7906e;
}
.cid-vhYP8ivdgS .mbr-text {
  color: #ffffff;
}
.cid-vhYP8ivdgS .mbr-section-btn {
  text-align: right;
}
.cid-vhYP8ivdgS .mbr-section-title,
.cid-vhYP8ivdgS .mbr-section-btn {
  color: #ffffff;
}
.cid-vhYZGEh23T {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background-color: #0a0d0e;
}
.cid-vhYZGEh23T .row {
  flex-direction: row-reverse;
}
.cid-vhYZGEh23T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vhYZGEh23T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vhYZGEh23T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vhYZGEh23T .align-bottom {
  margin-left: 3px;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.cid-vhYZGEh23T .mbr-overlay {
  z-index: 1;
}
.cid-vhYZGEh23T .carousel,
.cid-vhYZGEh23T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhYZGEh23T .item-wrapper {
  width: 100%;
}
.cid-vhYZGEh23T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vhYZGEh23T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-vhYZGEh23T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vhYZGEh23T .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-vhYZGEh23T .carousel-control span {
  color: #101019;
}
.cid-vhYZGEh23T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-vhYZGEh23T .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-vhYZGEh23T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vhYZGEh23T .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhYZGEh23T .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-vhYZGEh23T .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-vhYZGEh23T .carousel-indicators li.active,
.cid-vhYZGEh23T .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-vhYZGEh23T .carousel-indicators li::after,
.cid-vhYZGEh23T .carousel-indicators li::before {
  content: none;
}
.cid-vhYZGEh23T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhYZGEh23T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .cid-vhYZGEh23T .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-vhYZGEh23T .mbr-text,
.cid-vhYZGEh23T .mbr-section-btn {
  color: #ffffff;
}
.cid-vhYZGEh23T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYZGEh23T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhYZGEh23T .mbr-section-title {
  color: #ffffff;
}
.cid-vhYYn8yhIy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhYYn8yhIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhYYn8yhIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhYYn8yhIy .container {
    padding: 0 24px;
  }
}
.cid-vhYYn8yhIy .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhYYn8yhIy .content-wrapper {
    padding: 24px;
  }
}
.cid-vhYYn8yhIy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhYYn8yhIy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhYYn8yhIy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhYYn8yhIy .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhYYn8yhIy .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhYYn8yhIy .mbr-text {
  color: #F9F6E0;
}
.cid-vhYYn8yhIy .mbr-section-title,
.cid-vhYYn8yhIy .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZiaGJjf1 {
  z-index: 1000;
  width: 100%;
}
.cid-vhZiaGJjf1 .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .menu_box .navbar.opened,
  .cid-vhZiaGJjf1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZiaGJjf1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZiaGJjf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZiaGJjf1 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZiaGJjf1 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZiaGJjf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-text,
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZiaGJjf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZiaGJjf1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZiaGJjf1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZiaGJjf1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZiaGJjf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZiaGJjf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box {
    display: none;
  }
}
.cid-vhZiaGJjf1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZiaGJjf1 .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZiaGJjf1 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZiaGJjf1 .container {
  display: flex;
  margin: auto;
}
.cid-vhZiaGJjf1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .navbar-caption {
  color: #000000;
}
.cid-vhZiaGJjf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .navbar-nav {
    margin: 0;
  }
}
.cid-vhZiaGJjf1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZiaGJjf1 .dropdown-menu,
.cid-vhZiaGJjf1 .navbar.opened {
  background-color: false !important;
}
.cid-vhZiaGJjf1 .nav-item:focus,
.cid-vhZiaGJjf1 .nav-link:focus {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZiaGJjf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZiaGJjf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZiaGJjf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZiaGJjf1 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZiaGJjf1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar.collapsed {
  justify-content: center;
}
.cid-vhZiaGJjf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZiaGJjf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZiaGJjf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZiaGJjf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZiaGJjf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZiaGJjf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZiaGJjf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZiaGJjf1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown-item.active,
.cid-vhZiaGJjf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZiaGJjf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZiaGJjf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZiaGJjf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZiaGJjf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZiaGJjf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZiaGJjf1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZiaGJjf1 .navbar {
    height: 70px;
  }
  .cid-vhZiaGJjf1 .navbar.opened {
    height: auto;
  }
  .cid-vhZiaGJjf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:first-child,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:focus,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZiaGJjf1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZiaGJjf1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZiaGJjf1 .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZiaGJjf1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle,
.cid-vhZiaGJjf1 .text_widget {
  text-align: left;
}
.cid-vhZiaGJjf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-viJxqbg9sQ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-viJxqbg9sQ .mbr-text {
  color: #000000;
}
.cid-viJxqbg9sQ .mbr-section-subtitle {
  color: #000000;
}
.cid-viJxqbg9sQ .mbr-section-title {
  color: #f0f0f0;
}
.cid-v3KF1XPGTI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v3KF1XPGTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KF1XPGTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v3KF1XPGTI .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v3KF1XPGTI .row {
    margin: 0;
  }
}
.cid-v3KF1XPGTI .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .row .card {
    padding: 0 16px;
  }
}
.cid-v3KF1XPGTI .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-v3KF1XPGTI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v3KF1XPGTI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v3KF1XPGTI .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .items {
    display: block;
  }
}
.cid-v3KF1XPGTI .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-v3KF1XPGTI .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v3KF1XPGTI .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-v3KF1XPGTI .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v3KF1XPGTI .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-v3KF1XPGTI .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-v3KF1XPGTI .card-title {
  color: #ffffff;
}
.cid-v3KF1XPGTI .list {
  color: #E0B548;
}
.cid-v3KF1XPGTI .card-link {
  color: #a7906e;
}
.cid-v3KF1XPGTI .card-text {
  color: #F9F6E0;
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZiaGJjf1 {
  z-index: 1000;
  width: 100%;
}
.cid-vhZiaGJjf1 .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .menu_box .navbar.opened,
  .cid-vhZiaGJjf1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZiaGJjf1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZiaGJjf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZiaGJjf1 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZiaGJjf1 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZiaGJjf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-text,
  .cid-vhZiaGJjf1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZiaGJjf1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZiaGJjf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZiaGJjf1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZiaGJjf1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZiaGJjf1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZiaGJjf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiaGJjf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZiaGJjf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZiaGJjf1 .offcanvas_box {
    display: none;
  }
}
.cid-vhZiaGJjf1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZiaGJjf1 .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZiaGJjf1 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZiaGJjf1 .container {
  display: flex;
  margin: auto;
}
.cid-vhZiaGJjf1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZiaGJjf1 .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .navbar-caption {
  color: #000000;
}
.cid-vhZiaGJjf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZiaGJjf1 .navbar-nav {
    margin: 0;
  }
}
.cid-vhZiaGJjf1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZiaGJjf1 .dropdown-menu,
.cid-vhZiaGJjf1 .navbar.opened {
  background-color: false !important;
}
.cid-vhZiaGJjf1 .nav-item:focus,
.cid-vhZiaGJjf1 .nav-link:focus {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZiaGJjf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZiaGJjf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZiaGJjf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZiaGJjf1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZiaGJjf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZiaGJjf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZiaGJjf1 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZiaGJjf1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar.collapsed {
  justify-content: center;
}
.cid-vhZiaGJjf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZiaGJjf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZiaGJjf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZiaGJjf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZiaGJjf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZiaGJjf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZiaGJjf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZiaGJjf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZiaGJjf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZiaGJjf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZiaGJjf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZiaGJjf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZiaGJjf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZiaGJjf1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZiaGJjf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZiaGJjf1 .dropdown-item.active,
.cid-vhZiaGJjf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZiaGJjf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZiaGJjf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZiaGJjf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZiaGJjf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZiaGJjf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZiaGJjf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiaGJjf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZiaGJjf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiaGJjf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZiaGJjf1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZiaGJjf1 .navbar {
    height: 70px;
  }
  .cid-vhZiaGJjf1 .navbar.opened {
    height: auto;
  }
  .cid-vhZiaGJjf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:first-child,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:focus,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZiaGJjf1 .mbr-section-btn .btn:hover span,
.cid-vhZiaGJjf1 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZiaGJjf1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZiaGJjf1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZiaGJjf1 .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover {
  color: #a7906e;
}
.cid-vhZiaGJjf1 .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZiaGJjf1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZiaGJjf1 .mbr-section-subtitle,
.cid-vhZiaGJjf1 .text_widget {
  text-align: left;
}
.cid-vhZiaGJjf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3KnW4eksV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v3KnW4eksV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KnW4eksV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3KnW4eksV .row {
  justify-content: center;
}
.cid-v3KnW4eksV .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3KnW4eksV .image-wrapper img {
    height: 300px;
  }
}
.cid-v3KnW4eksV .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v3KnW4eksV .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3KnW4eksV .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v3KnW4eksV .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v3KnW4eksV .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v3KnW4eksV .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3KnW4eksV .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3KnW4eksV .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3KnW4eksV .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3KnW4eksV .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3KnW4eksV .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v3KnW4eksV .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3KnW4eksV .mbr-section-title {
  color: #2c2c26;
}
.cid-v3KnW4eksV .mbr-text,
.cid-v3KnW4eksV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v3KnW4eksV .mbr-section-title,
.cid-v3KnW4eksV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3KpuS4Tlm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-v3KpuS4Tlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3KpuS4Tlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v3KpuS4Tlm .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v3KpuS4Tlm .row {
    margin: 0;
  }
}
.cid-v3KpuS4Tlm .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-v3KpuS4Tlm .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .content-wrapper {
    padding: 24px;
  }
}
.cid-v3KpuS4Tlm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-v3KpuS4Tlm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v3KpuS4Tlm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-v3KpuS4Tlm .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-v3KpuS4Tlm .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v3KpuS4Tlm .items .item {
    padding: 24px;
  }
}
.cid-v3KpuS4Tlm .items .item:last-child {
  border: none;
}
.cid-v3KpuS4Tlm .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-v3KpuS4Tlm .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-v3KpuS4Tlm .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-v3KpuS4Tlm .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-v3KpuS4Tlm .mbr-section-title {
  color: #F9F6E0;
}
.cid-v3KpuS4Tlm .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-v3KpuS4Tlm .card-title {
  color: #F9F6E0;
}
.cid-v3KpuS4Tlm .card-number {
  color: #E0B548;
}
.cid-v3KpuS4Tlm .card-text {
  color: #ffffff;
}
.cid-v3KpuS4Tlm .mbr-section-title,
.cid-v3KpuS4Tlm .mbr-section-btn {
  text-align: right;
}
.cid-vhZ5YLtm59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZ5YLtm59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ5YLtm59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZ5YLtm59 .container {
    padding: 0 24px;
  }
}
.cid-vhZ5YLtm59 .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZ5YLtm59 .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZ5YLtm59 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ5YLtm59 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZ5YLtm59 .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZ5YLtm59 .items {
    display: block;
  }
}
.cid-vhZ5YLtm59 .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZ5YLtm59 .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZ5YLtm59 .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZ5YLtm59 .item:hover .item-wrapper .item-img img,
.cid-vhZ5YLtm59 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZ5YLtm59 .item:hover .item-wrapper .item-img .item-content,
.cid-vhZ5YLtm59 .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZ5YLtm59 .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZ5YLtm59 .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZ5YLtm59 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZ5YLtm59 .mbr-text {
  color: #a7906e;
}
.cid-vhZ5YLtm59 .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZ5YLtm59 .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZ5YLtm59 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZ5YLtm59 .mbr-section-title,
.cid-vhZ5YLtm59 .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZ6I6Yu1w {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZ6I6Yu1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ6I6Yu1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZ6I6Yu1w .container {
    padding: 0 24px;
  }
}
.cid-vhZ6I6Yu1w .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-vhZ6I6Yu1w .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .row {
    border: none;
  }
}
.cid-vhZ6I6Yu1w .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .row .item {
    padding: 0 16px;
  }
}
.cid-vhZ6I6Yu1w .item-wrapper {
  height: 100%;
}
.cid-vhZ6I6Yu1w .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .item-wrapper .card-box {
    display: block;
  }
}
.cid-vhZ6I6Yu1w .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .subtitle-wrap {
    display: block;
  }
}
.cid-vhZ6I6Yu1w .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-vhZ6I6Yu1w .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-vhZ6I6Yu1w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZ6I6Yu1w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZ6I6Yu1w .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZ6I6Yu1w .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZ6I6Yu1w .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZ6I6Yu1w .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-vhZ6I6Yu1w .mbr-text {
  color: #F9F6E0;
}
.cid-vhZ6FG18RP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZ6FG18RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZ6FG18RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZ6FG18RP .container {
    padding: 0 24px;
  }
}
.cid-vhZ6FG18RP .row {
  border-top: 1px solid #a7906e;
}
@media (min-width: 992px) {
  .cid-vhZ6FG18RP .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .row {
    border: none;
  }
}
.cid-vhZ6FG18RP .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .row .card {
    padding: 0 16px;
  }
}
.cid-vhZ6FG18RP .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZ6FG18RP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZ6FG18RP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZ6FG18RP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZ6FG18RP .panel-group .card {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-left: 1px solid #a7906e;
  border-radius: 0 !important;
}
.cid-vhZ6FG18RP .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .panel-group .card:first-child {
    border-top: 1px solid #a7906e;
  }
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-vhZ6FG18RP .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vhZ6FG18RP .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vhZ6FG18RP .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #a7906e;
}
.cid-vhZ6FG18RP .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vhZ6FG18RP .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #ffffff;
}
.cid-vhZ6FG18RP .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZ6FG18RP .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-vhZ6FG18RP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhZ6FG18RP .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZ6FG18RP .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vhZ6FG18RP .panel-title-edit {
  color: #E0B548;
}
.cid-vhZ6FG18RP .panel-text {
  color: #ffffff;
}
.cid-vhZ6FG18RP .mbr-section-title,
.cid-vhZ6FG18RP .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vhZchpNlUD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZchpNlUD .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZchpNlUD .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZchpNlUD .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZchpNlUD .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZchpNlUD .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZchpNlUD .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZchpNlUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZchpNlUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZchpNlUD .mbr-description {
  text-align: left;
}
.cid-vhZchpNlUD .card-title,
.cid-vhZchpNlUD .iconfont-wrapper {
  color: #000000;
}
.cid-vhZchpNlUD .card-text {
  color: #000000;
}
.cid-vhZchpNlUD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZchpNlUD .mbr-number {
  color: #9fe870;
}
.cid-vhZchpNlUD .mbr-text,
.cid-vhZchpNlUD .mbr-section-btn {
  text-align: center;
}
.cid-vhZchpNlUD .card-text,
.cid-vhZchpNlUD .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZchpNlUD .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZchpNlUD .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZchpNlUD .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZchpNlUD .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZiDqcr6X {
  z-index: 1000;
  width: 100%;
}
.cid-vhZiDqcr6X .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZiDqcr6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZiDqcr6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .menu_box .navbar.opened,
  .cid-vhZiDqcr6X .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZiDqcr6X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZiDqcr6X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZiDqcr6X .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZiDqcr6X .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZiDqcr6X .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZiDqcr6X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZiDqcr6X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZiDqcr6X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZiDqcr6X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZiDqcr6X .offcanvas-body .mbr-text,
  .cid-vhZiDqcr6X .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZiDqcr6X .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZiDqcr6X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZiDqcr6X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiDqcr6X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZiDqcr6X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZiDqcr6X li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZiDqcr6X .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZiDqcr6X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZiDqcr6X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZiDqcr6X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZiDqcr6X .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZiDqcr6X .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZiDqcr6X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZiDqcr6X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZiDqcr6X .offcanvas_box {
    display: none;
  }
}
.cid-vhZiDqcr6X .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZiDqcr6X .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZiDqcr6X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZiDqcr6X .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZiDqcr6X .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZiDqcr6X .container {
  display: flex;
  margin: auto;
}
.cid-vhZiDqcr6X .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZiDqcr6X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZiDqcr6X .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZiDqcr6X .navbar-caption {
  color: #000000;
}
.cid-vhZiDqcr6X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZiDqcr6X .navbar-nav {
    margin: 0;
  }
}
.cid-vhZiDqcr6X .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZiDqcr6X .dropdown-menu,
.cid-vhZiDqcr6X .navbar.opened {
  background-color: false !important;
}
.cid-vhZiDqcr6X .nav-item:focus,
.cid-vhZiDqcr6X .nav-link:focus {
  outline: none;
}
.cid-vhZiDqcr6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZiDqcr6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZiDqcr6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZiDqcr6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZiDqcr6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZiDqcr6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZiDqcr6X .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZiDqcr6X .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZiDqcr6X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZiDqcr6X .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZiDqcr6X .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZiDqcr6X .navbar.collapsed {
  justify-content: center;
}
.cid-vhZiDqcr6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZiDqcr6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZiDqcr6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZiDqcr6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZiDqcr6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZiDqcr6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZiDqcr6X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZiDqcr6X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZiDqcr6X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZiDqcr6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZiDqcr6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZiDqcr6X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZiDqcr6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZiDqcr6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZiDqcr6X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZiDqcr6X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZiDqcr6X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZiDqcr6X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZiDqcr6X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZiDqcr6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZiDqcr6X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZiDqcr6X .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZiDqcr6X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZiDqcr6X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZiDqcr6X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZiDqcr6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZiDqcr6X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZiDqcr6X .dropdown-item.active,
.cid-vhZiDqcr6X .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZiDqcr6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZiDqcr6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZiDqcr6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZiDqcr6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZiDqcr6X ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZiDqcr6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZiDqcr6X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZiDqcr6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZiDqcr6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZiDqcr6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiDqcr6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZiDqcr6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZiDqcr6X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiDqcr6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZiDqcr6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZiDqcr6X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZiDqcr6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZiDqcr6X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZiDqcr6X .navbar {
    height: 70px;
  }
  .cid-vhZiDqcr6X .navbar.opened {
    height: auto;
  }
  .cid-vhZiDqcr6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZiDqcr6X .mbr-section-btn .btn,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZiDqcr6X .mbr-section-btn .btn:first-child,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZiDqcr6X .mbr-section-btn .btn:focus,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZiDqcr6X .mbr-section-btn .btn span,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZiDqcr6X .mbr-section-btn .btn:hover,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZiDqcr6X .mbr-section-btn .btn:hover span,
.cid-vhZiDqcr6X .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZiDqcr6X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZiDqcr6X .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZiDqcr6X .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZiDqcr6X .nav-link:hover {
  color: #a7906e;
}
.cid-vhZiDqcr6X .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZiDqcr6X .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZiDqcr6X .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZiDqcr6X .mbr-section-subtitle,
.cid-vhZiDqcr6X .text_widget {
  text-align: left;
}
.cid-vhZiDqcr6X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZiDgHFZj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZiDgHFZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDgHFZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZiDgHFZj .row {
  justify-content: center;
}
.cid-vhZiDgHFZj .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZiDgHFZj .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZiDgHFZj .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZiDgHFZj .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZiDgHFZj .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZiDgHFZj .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZiDgHFZj .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZiDgHFZj .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZiDgHFZj .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZiDgHFZj .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZiDgHFZj .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZiDgHFZj .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZiDgHFZj .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZiDgHFZj .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZiDgHFZj .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZiDgHFZj .mbr-text,
.cid-vhZiDgHFZj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZiDgHFZj .mbr-section-title,
.cid-vhZiDgHFZj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZiDihN27 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZiDihN27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDihN27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZiDihN27 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZiDihN27 .row {
    margin: 0;
  }
}
.cid-vhZiDihN27 .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZiDihN27 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZiDihN27 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZiDihN27 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZiDihN27 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZiDihN27 .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZiDihN27 .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZiDihN27 .items .item {
    padding: 24px;
  }
}
.cid-vhZiDihN27 .items .item:last-child {
  border: none;
}
.cid-vhZiDihN27 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZiDihN27 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZiDihN27 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZiDihN27 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZiDihN27 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZiDihN27 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZiDihN27 .card-title {
  color: #F9F6E0;
}
.cid-vhZiDihN27 .card-number {
  color: #E0B548;
}
.cid-vhZiDihN27 .card-text {
  color: #ffffff;
}
.cid-vhZiDihN27 .mbr-section-title,
.cid-vhZiDihN27 .mbr-section-btn {
  text-align: right;
}
.cid-vhZiDjTwwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZiDjTwwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDjTwwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZiDjTwwJ .container {
    padding: 0 24px;
  }
}
.cid-vhZiDjTwwJ .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZiDjTwwJ .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZiDjTwwJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZiDjTwwJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZiDjTwwJ .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZiDjTwwJ .items {
    display: block;
  }
}
.cid-vhZiDjTwwJ .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZiDjTwwJ .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZiDjTwwJ .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZiDjTwwJ .item:hover .item-wrapper .item-img img,
.cid-vhZiDjTwwJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZiDjTwwJ .item:hover .item-wrapper .item-img .item-content,
.cid-vhZiDjTwwJ .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZiDjTwwJ .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZiDjTwwJ .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZiDjTwwJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZiDjTwwJ .mbr-text {
  color: #a7906e;
}
.cid-vhZiDjTwwJ .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZiDjTwwJ .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZiDjTwwJ .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZiDjTwwJ .mbr-section-title,
.cid-vhZiDjTwwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZiDlmIvu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZiDlmIvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDlmIvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZiDlmIvu .container {
    padding: 0 24px;
  }
}
.cid-vhZiDlmIvu .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-vhZiDlmIvu .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .row {
    border: none;
  }
}
.cid-vhZiDlmIvu .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .row .item {
    padding: 0 16px;
  }
}
.cid-vhZiDlmIvu .item-wrapper {
  height: 100%;
}
.cid-vhZiDlmIvu .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .item-wrapper .card-box {
    display: block;
  }
}
.cid-vhZiDlmIvu .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .subtitle-wrap {
    display: block;
  }
}
.cid-vhZiDlmIvu .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-vhZiDlmIvu .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-vhZiDlmIvu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZiDlmIvu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZiDlmIvu .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZiDlmIvu .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZiDlmIvu .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZiDlmIvu .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-vhZiDlmIvu .mbr-text {
  color: #F9F6E0;
}
.cid-vhZiDmpiN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZiDmpiN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDmpiN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZiDmpiN1 .container {
    padding: 0 24px;
  }
}
.cid-vhZiDmpiN1 .row {
  border-top: 1px solid #a7906e;
}
@media (min-width: 992px) {
  .cid-vhZiDmpiN1 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .row {
    border: none;
  }
}
.cid-vhZiDmpiN1 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .row .card {
    padding: 0 16px;
  }
}
.cid-vhZiDmpiN1 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZiDmpiN1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZiDmpiN1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZiDmpiN1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZiDmpiN1 .panel-group .card {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-left: 1px solid #a7906e;
  border-radius: 0 !important;
}
.cid-vhZiDmpiN1 .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .panel-group .card:first-child {
    border-top: 1px solid #a7906e;
  }
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-vhZiDmpiN1 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vhZiDmpiN1 .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vhZiDmpiN1 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #a7906e;
}
.cid-vhZiDmpiN1 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vhZiDmpiN1 .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #ffffff;
}
.cid-vhZiDmpiN1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZiDmpiN1 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-vhZiDmpiN1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhZiDmpiN1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZiDmpiN1 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vhZiDmpiN1 .panel-title-edit {
  color: #E0B548;
}
.cid-vhZiDmpiN1 .panel-text {
  color: #ffffff;
}
.cid-vhZiDmpiN1 .mbr-section-title,
.cid-vhZiDmpiN1 .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vhZiDnEr1r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZiDnEr1r .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZiDnEr1r .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZiDnEr1r .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZiDnEr1r .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZiDnEr1r .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZiDnEr1r .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZiDnEr1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZiDnEr1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZiDnEr1r .mbr-description {
  text-align: left;
}
.cid-vhZiDnEr1r .card-title,
.cid-vhZiDnEr1r .iconfont-wrapper {
  color: #000000;
}
.cid-vhZiDnEr1r .card-text {
  color: #000000;
}
.cid-vhZiDnEr1r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZiDnEr1r .mbr-number {
  color: #9fe870;
}
.cid-vhZiDnEr1r .mbr-text,
.cid-vhZiDnEr1r .mbr-section-btn {
  text-align: center;
}
.cid-vhZiDnEr1r .card-text,
.cid-vhZiDnEr1r .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZiDnEr1r .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZiDnEr1r .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZiDnEr1r .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZiDnEr1r .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZkD9pxKr {
  z-index: 1000;
  width: 100%;
}
.cid-vhZkD9pxKr .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZkD9pxKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZkD9pxKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .menu_box .navbar.opened,
  .cid-vhZkD9pxKr .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZkD9pxKr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZkD9pxKr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZkD9pxKr .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZkD9pxKr .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZkD9pxKr .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZkD9pxKr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZkD9pxKr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZkD9pxKr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZkD9pxKr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZkD9pxKr .offcanvas-body .mbr-text,
  .cid-vhZkD9pxKr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZkD9pxKr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZkD9pxKr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZkD9pxKr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZkD9pxKr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZkD9pxKr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZkD9pxKr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZkD9pxKr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZkD9pxKr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZkD9pxKr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZkD9pxKr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZkD9pxKr .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZkD9pxKr .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZkD9pxKr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZkD9pxKr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZkD9pxKr .offcanvas_box {
    display: none;
  }
}
.cid-vhZkD9pxKr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZkD9pxKr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZkD9pxKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZkD9pxKr .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZkD9pxKr .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZkD9pxKr .container {
  display: flex;
  margin: auto;
}
.cid-vhZkD9pxKr .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZkD9pxKr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZkD9pxKr .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZkD9pxKr .navbar-caption {
  color: #000000;
}
.cid-vhZkD9pxKr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZkD9pxKr .navbar-nav {
    margin: 0;
  }
}
.cid-vhZkD9pxKr .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZkD9pxKr .dropdown-menu,
.cid-vhZkD9pxKr .navbar.opened {
  background-color: false !important;
}
.cid-vhZkD9pxKr .nav-item:focus,
.cid-vhZkD9pxKr .nav-link:focus {
  outline: none;
}
.cid-vhZkD9pxKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZkD9pxKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZkD9pxKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZkD9pxKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZkD9pxKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZkD9pxKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZkD9pxKr .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZkD9pxKr .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZkD9pxKr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZkD9pxKr .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZkD9pxKr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZkD9pxKr .navbar.collapsed {
  justify-content: center;
}
.cid-vhZkD9pxKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZkD9pxKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZkD9pxKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZkD9pxKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZkD9pxKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZkD9pxKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZkD9pxKr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZkD9pxKr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZkD9pxKr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZkD9pxKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZkD9pxKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZkD9pxKr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZkD9pxKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZkD9pxKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZkD9pxKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZkD9pxKr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZkD9pxKr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZkD9pxKr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZkD9pxKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZkD9pxKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZkD9pxKr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZkD9pxKr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZkD9pxKr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZkD9pxKr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZkD9pxKr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZkD9pxKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZkD9pxKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZkD9pxKr .dropdown-item.active,
.cid-vhZkD9pxKr .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZkD9pxKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZkD9pxKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZkD9pxKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZkD9pxKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZkD9pxKr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZkD9pxKr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZkD9pxKr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZkD9pxKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZkD9pxKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZkD9pxKr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZkD9pxKr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZkD9pxKr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZkD9pxKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZkD9pxKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZkD9pxKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZkD9pxKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZkD9pxKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZkD9pxKr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZkD9pxKr .navbar {
    height: 70px;
  }
  .cid-vhZkD9pxKr .navbar.opened {
    height: auto;
  }
  .cid-vhZkD9pxKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZkD9pxKr .mbr-section-btn .btn,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZkD9pxKr .mbr-section-btn .btn:first-child,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZkD9pxKr .mbr-section-btn .btn:focus,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZkD9pxKr .mbr-section-btn .btn span,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZkD9pxKr .mbr-section-btn .btn:hover,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZkD9pxKr .mbr-section-btn .btn:hover span,
.cid-vhZkD9pxKr .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZkD9pxKr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZkD9pxKr .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZkD9pxKr .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZkD9pxKr .nav-link:hover {
  color: #a7906e;
}
.cid-vhZkD9pxKr .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZkD9pxKr .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZkD9pxKr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZkD9pxKr .mbr-section-subtitle,
.cid-vhZkD9pxKr .text_widget {
  text-align: left;
}
.cid-vhZkD9pxKr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZkD15R4G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZkD15R4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD15R4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZkD15R4G .row {
  justify-content: center;
}
.cid-vhZkD15R4G .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZkD15R4G .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZkD15R4G .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZkD15R4G .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZkD15R4G .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZkD15R4G .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZkD15R4G .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZkD15R4G .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZkD15R4G .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZkD15R4G .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZkD15R4G .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZkD15R4G .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZkD15R4G .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZkD15R4G .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZkD15R4G .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZkD15R4G .mbr-text,
.cid-vhZkD15R4G .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZkD15R4G .mbr-section-title,
.cid-vhZkD15R4G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZkD2xs2X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZkD2xs2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD2xs2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZkD2xs2X .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZkD2xs2X .row {
    margin: 0;
  }
}
.cid-vhZkD2xs2X .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZkD2xs2X .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZkD2xs2X .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZkD2xs2X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZkD2xs2X .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZkD2xs2X .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZkD2xs2X .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZkD2xs2X .items .item {
    padding: 24px;
  }
}
.cid-vhZkD2xs2X .items .item:last-child {
  border: none;
}
.cid-vhZkD2xs2X .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZkD2xs2X .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZkD2xs2X .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZkD2xs2X .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZkD2xs2X .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZkD2xs2X .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZkD2xs2X .card-title {
  color: #F9F6E0;
}
.cid-vhZkD2xs2X .card-number {
  color: #E0B548;
}
.cid-vhZkD2xs2X .card-text {
  color: #ffffff;
}
.cid-vhZkD2xs2X .mbr-section-title,
.cid-vhZkD2xs2X .mbr-section-btn {
  text-align: right;
}
.cid-vhZkD3rmmZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZkD3rmmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD3rmmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZkD3rmmZ .container {
    padding: 0 24px;
  }
}
.cid-vhZkD3rmmZ .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZkD3rmmZ .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZkD3rmmZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZkD3rmmZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZkD3rmmZ .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZkD3rmmZ .items {
    display: block;
  }
}
.cid-vhZkD3rmmZ .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZkD3rmmZ .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZkD3rmmZ .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZkD3rmmZ .item:hover .item-wrapper .item-img img,
.cid-vhZkD3rmmZ .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZkD3rmmZ .item:hover .item-wrapper .item-img .item-content,
.cid-vhZkD3rmmZ .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZkD3rmmZ .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZkD3rmmZ .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZkD3rmmZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZkD3rmmZ .mbr-text {
  color: #a7906e;
}
.cid-vhZkD3rmmZ .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZkD3rmmZ .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZkD3rmmZ .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZkD3rmmZ .mbr-section-title,
.cid-vhZkD3rmmZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZkD4VmuB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZkD4VmuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD4VmuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZkD4VmuB .container {
    padding: 0 24px;
  }
}
.cid-vhZkD4VmuB .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-vhZkD4VmuB .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .row {
    border: none;
  }
}
.cid-vhZkD4VmuB .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .row .item {
    padding: 0 16px;
  }
}
.cid-vhZkD4VmuB .item-wrapper {
  height: 100%;
}
.cid-vhZkD4VmuB .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .item-wrapper .card-box {
    display: block;
  }
}
.cid-vhZkD4VmuB .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .subtitle-wrap {
    display: block;
  }
}
.cid-vhZkD4VmuB .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-vhZkD4VmuB .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-vhZkD4VmuB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZkD4VmuB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZkD4VmuB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZkD4VmuB .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZkD4VmuB .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZkD4VmuB .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-vhZkD4VmuB .mbr-text {
  color: #F9F6E0;
}
.cid-vhZkD5WVsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZkD5WVsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD5WVsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZkD5WVsa .container {
    padding: 0 24px;
  }
}
.cid-vhZkD5WVsa .row {
  border-top: 1px solid #a7906e;
}
@media (min-width: 992px) {
  .cid-vhZkD5WVsa .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .row {
    border: none;
  }
}
.cid-vhZkD5WVsa .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .row .card {
    padding: 0 16px;
  }
}
.cid-vhZkD5WVsa .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZkD5WVsa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZkD5WVsa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZkD5WVsa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZkD5WVsa .panel-group .card {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-left: 1px solid #a7906e;
  border-radius: 0 !important;
}
.cid-vhZkD5WVsa .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .panel-group .card:first-child {
    border-top: 1px solid #a7906e;
  }
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-vhZkD5WVsa .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vhZkD5WVsa .panel-group .card .card-header .panel-title {
  display: block;
}
.cid-vhZkD5WVsa .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #a7906e;
}
.cid-vhZkD5WVsa .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-vhZkD5WVsa .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #ffffff;
}
.cid-vhZkD5WVsa .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZkD5WVsa .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-vhZkD5WVsa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhZkD5WVsa .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZkD5WVsa .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vhZkD5WVsa .panel-title-edit {
  color: #E0B548;
}
.cid-vhZkD5WVsa .panel-text {
  color: #ffffff;
}
.cid-vhZkD5WVsa .mbr-section-title,
.cid-vhZkD5WVsa .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-vhZkD71U53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZkD71U53 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZkD71U53 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZkD71U53 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZkD71U53 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZkD71U53 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZkD71U53 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZkD71U53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZkD71U53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZkD71U53 .mbr-description {
  text-align: left;
}
.cid-vhZkD71U53 .card-title,
.cid-vhZkD71U53 .iconfont-wrapper {
  color: #000000;
}
.cid-vhZkD71U53 .card-text {
  color: #000000;
}
.cid-vhZkD71U53 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZkD71U53 .mbr-number {
  color: #9fe870;
}
.cid-vhZkD71U53 .mbr-text,
.cid-vhZkD71U53 .mbr-section-btn {
  text-align: center;
}
.cid-vhZkD71U53 .card-text,
.cid-vhZkD71U53 .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZkD71U53 .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZkD71U53 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZkD71U53 .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZkD71U53 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZnTkBabL {
  z-index: 1000;
  width: 100%;
}
.cid-vhZnTkBabL .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZnTkBabL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZnTkBabL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .menu_box .navbar.opened,
  .cid-vhZnTkBabL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZnTkBabL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZnTkBabL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZnTkBabL .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZnTkBabL .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZnTkBabL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZnTkBabL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZnTkBabL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZnTkBabL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZnTkBabL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZnTkBabL .offcanvas-body .mbr-text,
  .cid-vhZnTkBabL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZnTkBabL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZnTkBabL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZnTkBabL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZnTkBabL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZnTkBabL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZnTkBabL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZnTkBabL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZnTkBabL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZnTkBabL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZnTkBabL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZnTkBabL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZnTkBabL .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZnTkBabL .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZnTkBabL .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZnTkBabL .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZnTkBabL .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZnTkBabL .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZnTkBabL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZnTkBabL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZnTkBabL .offcanvas_box {
    display: none;
  }
}
.cid-vhZnTkBabL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZnTkBabL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZnTkBabL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZnTkBabL .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZnTkBabL .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZnTkBabL .container {
  display: flex;
  margin: auto;
}
.cid-vhZnTkBabL .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZnTkBabL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZnTkBabL .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZnTkBabL .navbar-caption {
  color: #000000;
}
.cid-vhZnTkBabL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZnTkBabL .navbar-nav {
    margin: 0;
  }
}
.cid-vhZnTkBabL .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZnTkBabL .dropdown-menu,
.cid-vhZnTkBabL .navbar.opened {
  background-color: false !important;
}
.cid-vhZnTkBabL .nav-item:focus,
.cid-vhZnTkBabL .nav-link:focus {
  outline: none;
}
.cid-vhZnTkBabL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZnTkBabL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZnTkBabL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZnTkBabL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZnTkBabL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZnTkBabL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZnTkBabL .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZnTkBabL .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZnTkBabL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZnTkBabL .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZnTkBabL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZnTkBabL .navbar.collapsed {
  justify-content: center;
}
.cid-vhZnTkBabL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZnTkBabL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZnTkBabL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZnTkBabL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZnTkBabL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZnTkBabL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZnTkBabL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZnTkBabL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZnTkBabL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZnTkBabL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZnTkBabL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZnTkBabL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZnTkBabL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZnTkBabL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZnTkBabL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZnTkBabL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZnTkBabL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZnTkBabL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZnTkBabL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZnTkBabL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZnTkBabL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZnTkBabL .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZnTkBabL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZnTkBabL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZnTkBabL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZnTkBabL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZnTkBabL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZnTkBabL .dropdown-item.active,
.cid-vhZnTkBabL .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZnTkBabL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZnTkBabL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZnTkBabL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZnTkBabL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZnTkBabL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZnTkBabL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZnTkBabL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZnTkBabL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZnTkBabL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZnTkBabL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZnTkBabL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZnTkBabL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZnTkBabL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZnTkBabL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZnTkBabL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZnTkBabL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZnTkBabL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZnTkBabL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZnTkBabL .navbar {
    height: 70px;
  }
  .cid-vhZnTkBabL .navbar.opened {
    height: auto;
  }
  .cid-vhZnTkBabL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZnTkBabL .mbr-section-btn .btn,
.cid-vhZnTkBabL .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZnTkBabL .mbr-section-btn .btn:first-child,
.cid-vhZnTkBabL .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZnTkBabL .mbr-section-btn .btn:focus,
.cid-vhZnTkBabL .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZnTkBabL .mbr-section-btn .btn span,
.cid-vhZnTkBabL .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZnTkBabL .mbr-section-btn .btn:hover,
.cid-vhZnTkBabL .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZnTkBabL .mbr-section-btn .btn:hover span,
.cid-vhZnTkBabL .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZnTkBabL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZnTkBabL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZnTkBabL .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZnTkBabL .nav-link:hover {
  color: #a7906e;
}
.cid-vhZnTkBabL .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZnTkBabL .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZnTkBabL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZnTkBabL .mbr-section-subtitle,
.cid-vhZnTkBabL .text_widget {
  text-align: left;
}
.cid-vhZnTkBabL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZnTclJwX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZnTclJwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZnTclJwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZnTclJwX .row {
  justify-content: center;
}
.cid-vhZnTclJwX .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZnTclJwX .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZnTclJwX .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZnTclJwX .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZnTclJwX .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZnTclJwX .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZnTclJwX .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZnTclJwX .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZnTclJwX .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZnTclJwX .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZnTclJwX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZnTclJwX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZnTclJwX .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZnTclJwX .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZnTclJwX .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZnTclJwX .mbr-text,
.cid-vhZnTclJwX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZnTclJwX .mbr-section-title,
.cid-vhZnTclJwX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZnTdnnBW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZnTdnnBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZnTdnnBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZnTdnnBW .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZnTdnnBW .row {
    margin: 0;
  }
}
.cid-vhZnTdnnBW .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZnTdnnBW .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZnTdnnBW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZnTdnnBW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZnTdnnBW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZnTdnnBW .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZnTdnnBW .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZnTdnnBW .items .item {
    padding: 24px;
  }
}
.cid-vhZnTdnnBW .items .item:last-child {
  border: none;
}
.cid-vhZnTdnnBW .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZnTdnnBW .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZnTdnnBW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZnTdnnBW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZnTdnnBW .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZnTdnnBW .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZnTdnnBW .card-title {
  color: #F9F6E0;
}
.cid-vhZnTdnnBW .card-number {
  color: #E0B548;
}
.cid-vhZnTdnnBW .card-text {
  color: #ffffff;
}
.cid-vhZnTdnnBW .mbr-section-title,
.cid-vhZnTdnnBW .mbr-section-btn {
  text-align: right;
}
.cid-vhZnTeGLCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZnTeGLCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZnTeGLCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZnTeGLCv .container {
    padding: 0 24px;
  }
}
.cid-vhZnTeGLCv .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZnTeGLCv .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZnTeGLCv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZnTeGLCv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZnTeGLCv .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZnTeGLCv .items {
    display: block;
  }
}
.cid-vhZnTeGLCv .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZnTeGLCv .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZnTeGLCv .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZnTeGLCv .item:hover .item-wrapper .item-img img,
.cid-vhZnTeGLCv .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZnTeGLCv .item:hover .item-wrapper .item-img .item-content,
.cid-vhZnTeGLCv .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZnTeGLCv .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZnTeGLCv .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZnTeGLCv .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZnTeGLCv .mbr-text {
  color: #a7906e;
}
.cid-vhZnTeGLCv .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZnTeGLCv .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZnTeGLCv .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZnTeGLCv .mbr-section-title,
.cid-vhZnTeGLCv .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZqfd2rVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZqfd2rVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZqfd2rVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZqfd2rVq .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZqfd2rVq .row {
    margin: 0;
  }
}
.cid-vhZqfd2rVq .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .row .card {
    padding: 0 16px;
  }
}
.cid-vhZqfd2rVq .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vhZqfd2rVq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZqfd2rVq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZqfd2rVq .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
  border-left: none;
  border-right: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .items {
    display: block;
  }
}
.cid-vhZqfd2rVq .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-vhZqfd2rVq .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZqfd2rVq .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-vhZqfd2rVq .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhZqfd2rVq .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZqfd2rVq .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZqfd2rVq .card-title {
  color: #F9F6E0;
}
.cid-vhZqfd2rVq .list {
  color: #E0B548;
}
.cid-vhZqfd2rVq .card-link {
  color: #E0B548;
}
.cid-vhZqfd2rVq .card-text {
  color: #F9F6E0;
}
.cid-vhZnTi8IqM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZnTi8IqM .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZnTi8IqM .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZnTi8IqM .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZnTi8IqM .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZnTi8IqM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZnTi8IqM .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZnTi8IqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZnTi8IqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZnTi8IqM .mbr-description {
  text-align: left;
}
.cid-vhZnTi8IqM .card-title,
.cid-vhZnTi8IqM .iconfont-wrapper {
  color: #000000;
}
.cid-vhZnTi8IqM .card-text {
  color: #000000;
}
.cid-vhZnTi8IqM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZnTi8IqM .mbr-number {
  color: #9fe870;
}
.cid-vhZnTi8IqM .mbr-text,
.cid-vhZnTi8IqM .mbr-section-btn {
  text-align: center;
}
.cid-vhZnTi8IqM .card-text,
.cid-vhZnTi8IqM .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZnTi8IqM .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZnTi8IqM .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZnTi8IqM .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZnTi8IqM .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZtfEO2Np {
  z-index: 1000;
  width: 100%;
}
.cid-vhZtfEO2Np .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZtfEO2Np .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZtfEO2Np .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .menu_box .navbar.opened,
  .cid-vhZtfEO2Np .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZtfEO2Np nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZtfEO2Np .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZtfEO2Np .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZtfEO2Np .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZtfEO2Np .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZtfEO2Np .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZtfEO2Np .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZtfEO2Np .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZtfEO2Np .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZtfEO2Np .offcanvas-body .mbr-text,
  .cid-vhZtfEO2Np .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZtfEO2Np .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZtfEO2Np .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZtfEO2Np ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZtfEO2Np .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZtfEO2Np .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZtfEO2Np li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZtfEO2Np .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZtfEO2Np .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZtfEO2Np .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZtfEO2Np .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZtfEO2Np .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZtfEO2Np .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZtfEO2Np .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZtfEO2Np .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZtfEO2Np .offcanvas_box {
    display: none;
  }
}
.cid-vhZtfEO2Np .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZtfEO2Np .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZtfEO2Np .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZtfEO2Np .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZtfEO2Np .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZtfEO2Np .container {
  display: flex;
  margin: auto;
}
.cid-vhZtfEO2Np .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZtfEO2Np .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZtfEO2Np .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZtfEO2Np .navbar-caption {
  color: #000000;
}
.cid-vhZtfEO2Np .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZtfEO2Np .navbar-nav {
    margin: 0;
  }
}
.cid-vhZtfEO2Np .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZtfEO2Np .dropdown-menu,
.cid-vhZtfEO2Np .navbar.opened {
  background-color: false !important;
}
.cid-vhZtfEO2Np .nav-item:focus,
.cid-vhZtfEO2Np .nav-link:focus {
  outline: none;
}
.cid-vhZtfEO2Np .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZtfEO2Np .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZtfEO2Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZtfEO2Np .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZtfEO2Np .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZtfEO2Np .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZtfEO2Np .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZtfEO2Np .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZtfEO2Np .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZtfEO2Np .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZtfEO2Np .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZtfEO2Np .navbar.collapsed {
  justify-content: center;
}
.cid-vhZtfEO2Np .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZtfEO2Np .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZtfEO2Np .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZtfEO2Np .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZtfEO2Np .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZtfEO2Np .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZtfEO2Np .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZtfEO2Np .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZtfEO2Np .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZtfEO2Np .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZtfEO2Np .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZtfEO2Np .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZtfEO2Np .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZtfEO2Np .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZtfEO2Np .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZtfEO2Np .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZtfEO2Np .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZtfEO2Np .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZtfEO2Np .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZtfEO2Np .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZtfEO2Np .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZtfEO2Np .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZtfEO2Np .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZtfEO2Np .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZtfEO2Np .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZtfEO2Np .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZtfEO2Np .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZtfEO2Np .dropdown-item.active,
.cid-vhZtfEO2Np .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZtfEO2Np .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZtfEO2Np .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZtfEO2Np .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZtfEO2Np .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZtfEO2Np ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZtfEO2Np .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZtfEO2Np button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZtfEO2Np button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZtfEO2Np button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZtfEO2Np button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZtfEO2Np button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZtfEO2Np button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZtfEO2Np nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZtfEO2Np nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZtfEO2Np nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZtfEO2Np nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZtfEO2Np a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZtfEO2Np .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZtfEO2Np .navbar {
    height: 70px;
  }
  .cid-vhZtfEO2Np .navbar.opened {
    height: auto;
  }
  .cid-vhZtfEO2Np .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZtfEO2Np .mbr-section-btn .btn,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZtfEO2Np .mbr-section-btn .btn:first-child,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZtfEO2Np .mbr-section-btn .btn:focus,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZtfEO2Np .mbr-section-btn .btn span,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZtfEO2Np .mbr-section-btn .btn:hover,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZtfEO2Np .mbr-section-btn .btn:hover span,
.cid-vhZtfEO2Np .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZtfEO2Np .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZtfEO2Np .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZtfEO2Np .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZtfEO2Np .nav-link:hover {
  color: #a7906e;
}
.cid-vhZtfEO2Np .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZtfEO2Np .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZtfEO2Np .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZtfEO2Np .mbr-section-subtitle,
.cid-vhZtfEO2Np .text_widget {
  text-align: left;
}
.cid-vhZtfEO2Np a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZtfl1bYH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZtfl1bYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtfl1bYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZtfl1bYH .row {
  justify-content: center;
}
.cid-vhZtfl1bYH .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZtfl1bYH .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZtfl1bYH .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZtfl1bYH .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZtfl1bYH .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZtfl1bYH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZtfl1bYH .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZtfl1bYH .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZtfl1bYH .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZtfl1bYH .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZtfl1bYH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZtfl1bYH .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZtfl1bYH .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZtfl1bYH .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZtfl1bYH .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZtfl1bYH .mbr-text,
.cid-vhZtfl1bYH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZtfl1bYH .mbr-section-title,
.cid-vhZtfl1bYH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZtfp1D4u {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZtfp1D4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtfp1D4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZtfp1D4u .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZtfp1D4u .row {
    margin: 0;
  }
}
.cid-vhZtfp1D4u .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZtfp1D4u .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZtfp1D4u .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZtfp1D4u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZtfp1D4u .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZtfp1D4u .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZtfp1D4u .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZtfp1D4u .items .item {
    padding: 24px;
  }
}
.cid-vhZtfp1D4u .items .item:last-child {
  border: none;
}
.cid-vhZtfp1D4u .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZtfp1D4u .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZtfp1D4u .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZtfp1D4u .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZtfp1D4u .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZtfp1D4u .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZtfp1D4u .card-title {
  color: #F9F6E0;
}
.cid-vhZtfp1D4u .card-number {
  color: #E0B548;
}
.cid-vhZtfp1D4u .card-text {
  color: #ffffff;
}
.cid-vhZtfp1D4u .mbr-section-title,
.cid-vhZtfp1D4u .mbr-section-btn {
  text-align: right;
}
.cid-vhZtftnMqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZtftnMqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtftnMqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZtftnMqp .container {
    padding: 0 24px;
  }
}
.cid-vhZtftnMqp .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZtftnMqp .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZtftnMqp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZtftnMqp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZtftnMqp .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZtftnMqp .items {
    display: block;
  }
}
.cid-vhZtftnMqp .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZtftnMqp .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZtftnMqp .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZtftnMqp .item:hover .item-wrapper .item-img img,
.cid-vhZtftnMqp .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZtftnMqp .item:hover .item-wrapper .item-img .item-content,
.cid-vhZtftnMqp .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZtftnMqp .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZtftnMqp .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZtftnMqp .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZtftnMqp .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZtftnMqp .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZtftnMqp .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZtftnMqp .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZtftnMqp .mbr-text {
  color: #a7906e;
}
.cid-vhZtftnMqp .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZtftnMqp .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZtftnMqp .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZtftnMqp .mbr-section-title,
.cid-vhZtftnMqp .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZtfxN2I3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZtfxN2I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtfxN2I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZtfxN2I3 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZtfxN2I3 .row {
    margin: 0;
  }
}
.cid-vhZtfxN2I3 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .row .card {
    padding: 0 16px;
  }
}
.cid-vhZtfxN2I3 .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vhZtfxN2I3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZtfxN2I3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZtfxN2I3 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
  border-left: none;
  border-right: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .items {
    display: block;
  }
}
.cid-vhZtfxN2I3 .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-vhZtfxN2I3 .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-vhZtfxN2I3 .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhZtfxN2I3 .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZtfxN2I3 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZtfxN2I3 .card-title {
  color: #F9F6E0;
}
.cid-vhZtfxN2I3 .list {
  color: #E0B548;
}
.cid-vhZtfxN2I3 .card-link {
  color: #E0B548;
}
.cid-vhZtfxN2I3 .card-text {
  color: #F9F6E0;
}
.cid-vhZtfAae6p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZtfAae6p .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZtfAae6p .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZtfAae6p .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZtfAae6p .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZtfAae6p .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZtfAae6p .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZtfAae6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZtfAae6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZtfAae6p .mbr-description {
  text-align: left;
}
.cid-vhZtfAae6p .card-title,
.cid-vhZtfAae6p .iconfont-wrapper {
  color: #000000;
}
.cid-vhZtfAae6p .card-text {
  color: #000000;
}
.cid-vhZtfAae6p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZtfAae6p .mbr-number {
  color: #9fe870;
}
.cid-vhZtfAae6p .mbr-text,
.cid-vhZtfAae6p .mbr-section-btn {
  text-align: center;
}
.cid-vhZtfAae6p .card-text,
.cid-vhZtfAae6p .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZtfAae6p .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZtfAae6p .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZtfAae6p .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZtfAae6p .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZuQ8KAhW {
  z-index: 1000;
  width: 100%;
}
.cid-vhZuQ8KAhW .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZuQ8KAhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZuQ8KAhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .menu_box .navbar.opened,
  .cid-vhZuQ8KAhW .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZuQ8KAhW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZuQ8KAhW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZuQ8KAhW .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZuQ8KAhW .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZuQ8KAhW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZuQ8KAhW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZuQ8KAhW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZuQ8KAhW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZuQ8KAhW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZuQ8KAhW .offcanvas-body .mbr-text,
  .cid-vhZuQ8KAhW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZuQ8KAhW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZuQ8KAhW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZuQ8KAhW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZuQ8KAhW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZuQ8KAhW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZuQ8KAhW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZuQ8KAhW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZuQ8KAhW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZuQ8KAhW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZuQ8KAhW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZuQ8KAhW .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZuQ8KAhW .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZuQ8KAhW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZuQ8KAhW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZuQ8KAhW .offcanvas_box {
    display: none;
  }
}
.cid-vhZuQ8KAhW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZuQ8KAhW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZuQ8KAhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZuQ8KAhW .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZuQ8KAhW .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZuQ8KAhW .container {
  display: flex;
  margin: auto;
}
.cid-vhZuQ8KAhW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZuQ8KAhW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZuQ8KAhW .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZuQ8KAhW .navbar-caption {
  color: #000000;
}
.cid-vhZuQ8KAhW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZuQ8KAhW .navbar-nav {
    margin: 0;
  }
}
.cid-vhZuQ8KAhW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZuQ8KAhW .dropdown-menu,
.cid-vhZuQ8KAhW .navbar.opened {
  background-color: false !important;
}
.cid-vhZuQ8KAhW .nav-item:focus,
.cid-vhZuQ8KAhW .nav-link:focus {
  outline: none;
}
.cid-vhZuQ8KAhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZuQ8KAhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZuQ8KAhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZuQ8KAhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZuQ8KAhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZuQ8KAhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZuQ8KAhW .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZuQ8KAhW .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZuQ8KAhW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZuQ8KAhW .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZuQ8KAhW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZuQ8KAhW .navbar.collapsed {
  justify-content: center;
}
.cid-vhZuQ8KAhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZuQ8KAhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZuQ8KAhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZuQ8KAhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZuQ8KAhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZuQ8KAhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZuQ8KAhW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZuQ8KAhW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZuQ8KAhW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZuQ8KAhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZuQ8KAhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZuQ8KAhW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZuQ8KAhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZuQ8KAhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZuQ8KAhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZuQ8KAhW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZuQ8KAhW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZuQ8KAhW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZuQ8KAhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZuQ8KAhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZuQ8KAhW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZuQ8KAhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZuQ8KAhW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZuQ8KAhW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZuQ8KAhW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZuQ8KAhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZuQ8KAhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZuQ8KAhW .dropdown-item.active,
.cid-vhZuQ8KAhW .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZuQ8KAhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZuQ8KAhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZuQ8KAhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZuQ8KAhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZuQ8KAhW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZuQ8KAhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZuQ8KAhW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZuQ8KAhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZuQ8KAhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZuQ8KAhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZuQ8KAhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZuQ8KAhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZuQ8KAhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZuQ8KAhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZuQ8KAhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZuQ8KAhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZuQ8KAhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZuQ8KAhW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZuQ8KAhW .navbar {
    height: 70px;
  }
  .cid-vhZuQ8KAhW .navbar.opened {
    height: auto;
  }
  .cid-vhZuQ8KAhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn:first-child,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn:focus,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn span,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn:hover,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZuQ8KAhW .mbr-section-btn .btn:hover span,
.cid-vhZuQ8KAhW .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZuQ8KAhW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZuQ8KAhW .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZuQ8KAhW .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZuQ8KAhW .nav-link:hover {
  color: #a7906e;
}
.cid-vhZuQ8KAhW .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZuQ8KAhW .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZuQ8KAhW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZuQ8KAhW .mbr-section-subtitle,
.cid-vhZuQ8KAhW .text_widget {
  text-align: left;
}
.cid-vhZuQ8KAhW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZuPNif2T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZuPNif2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZuPNif2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZuPNif2T .row {
  justify-content: center;
}
.cid-vhZuPNif2T .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZuPNif2T .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZuPNif2T .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZuPNif2T .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZuPNif2T .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZuPNif2T .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZuPNif2T .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZuPNif2T .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZuPNif2T .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZuPNif2T .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZuPNif2T .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZuPNif2T .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZuPNif2T .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZuPNif2T .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZuPNif2T .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZuPNif2T .mbr-text,
.cid-vhZuPNif2T .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZuPNif2T .mbr-section-title,
.cid-vhZuPNif2T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZuPQgayJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZuPQgayJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZuPQgayJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZuPQgayJ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZuPQgayJ .row {
    margin: 0;
  }
}
.cid-vhZuPQgayJ .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZuPQgayJ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZuPQgayJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZuPQgayJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZuPQgayJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZuPQgayJ .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZuPQgayJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZuPQgayJ .items .item {
    padding: 24px;
  }
}
.cid-vhZuPQgayJ .items .item:last-child {
  border: none;
}
.cid-vhZuPQgayJ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZuPQgayJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZuPQgayJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZuPQgayJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZuPQgayJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZuPQgayJ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZuPQgayJ .card-title {
  color: #F9F6E0;
}
.cid-vhZuPQgayJ .card-number {
  color: #E0B548;
}
.cid-vhZuPQgayJ .card-text {
  color: #ffffff;
}
.cid-vhZuPQgayJ .mbr-section-title,
.cid-vhZuPQgayJ .mbr-section-btn {
  text-align: right;
}
.cid-vhZuPTCatE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZuPTCatE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZuPTCatE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZuPTCatE .container {
    padding: 0 24px;
  }
}
.cid-vhZuPTCatE .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZuPTCatE .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZuPTCatE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZuPTCatE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZuPTCatE .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZuPTCatE .items {
    display: block;
  }
}
.cid-vhZuPTCatE .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZuPTCatE .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZuPTCatE .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZuPTCatE .item:hover .item-wrapper .item-img img,
.cid-vhZuPTCatE .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZuPTCatE .item:hover .item-wrapper .item-img .item-content,
.cid-vhZuPTCatE .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZuPTCatE .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZuPTCatE .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZuPTCatE .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZuPTCatE .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZuPTCatE .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZuPTCatE .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZuPTCatE .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZuPTCatE .mbr-text {
  color: #a7906e;
}
.cid-vhZuPTCatE .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZuPTCatE .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZuPTCatE .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZuPTCatE .mbr-section-title,
.cid-vhZuPTCatE .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZuPZQQ1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZuPZQQ1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZuPZQQ1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZuPZQQ1R .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZuPZQQ1R .row {
    margin: 0;
  }
}
.cid-vhZuPZQQ1R .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .row .card {
    padding: 0 16px;
  }
}
.cid-vhZuPZQQ1R .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vhZuPZQQ1R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZuPZQQ1R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZuPZQQ1R .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
  border-left: none;
  border-right: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .items {
    display: block;
  }
}
.cid-vhZuPZQQ1R .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-vhZuPZQQ1R .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-vhZuPZQQ1R .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhZuPZQQ1R .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZuPZQQ1R .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZuPZQQ1R .card-title {
  color: #F9F6E0;
}
.cid-vhZuPZQQ1R .list {
  color: #E0B548;
}
.cid-vhZuPZQQ1R .card-link {
  color: #E0B548;
}
.cid-vhZuPZQQ1R .card-text {
  color: #F9F6E0;
}
.cid-vhZuQ2Kag4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZuQ2Kag4 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZuQ2Kag4 .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZuQ2Kag4 .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZuQ2Kag4 .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZuQ2Kag4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZuQ2Kag4 .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZuQ2Kag4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZuQ2Kag4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZuQ2Kag4 .mbr-description {
  text-align: left;
}
.cid-vhZuQ2Kag4 .card-title,
.cid-vhZuQ2Kag4 .iconfont-wrapper {
  color: #000000;
}
.cid-vhZuQ2Kag4 .card-text {
  color: #000000;
}
.cid-vhZuQ2Kag4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZuQ2Kag4 .mbr-number {
  color: #9fe870;
}
.cid-vhZuQ2Kag4 .mbr-text,
.cid-vhZuQ2Kag4 .mbr-section-btn {
  text-align: center;
}
.cid-vhZuQ2Kag4 .card-text,
.cid-vhZuQ2Kag4 .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZuQ2Kag4 .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZuQ2Kag4 .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZuQ2Kag4 .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZuQ2Kag4 .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZwws2qJ1 {
  z-index: 1000;
  width: 100%;
}
.cid-vhZwws2qJ1 .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZwws2qJ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZwws2qJ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .menu_box .navbar.opened,
  .cid-vhZwws2qJ1 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZwws2qJ1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZwws2qJ1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZwws2qJ1 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZwws2qJ1 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZwws2qJ1 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZwws2qJ1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZwws2qJ1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZwws2qJ1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZwws2qJ1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZwws2qJ1 .offcanvas-body .mbr-text,
  .cid-vhZwws2qJ1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZwws2qJ1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZwws2qJ1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZwws2qJ1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZwws2qJ1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZwws2qJ1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZwws2qJ1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZwws2qJ1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZwws2qJ1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZwws2qJ1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZwws2qJ1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZwws2qJ1 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZwws2qJ1 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZwws2qJ1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZwws2qJ1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZwws2qJ1 .offcanvas_box {
    display: none;
  }
}
.cid-vhZwws2qJ1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZwws2qJ1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZwws2qJ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZwws2qJ1 .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZwws2qJ1 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZwws2qJ1 .container {
  display: flex;
  margin: auto;
}
.cid-vhZwws2qJ1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZwws2qJ1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZwws2qJ1 .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZwws2qJ1 .navbar-caption {
  color: #000000;
}
.cid-vhZwws2qJ1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZwws2qJ1 .navbar-nav {
    margin: 0;
  }
}
.cid-vhZwws2qJ1 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZwws2qJ1 .dropdown-menu,
.cid-vhZwws2qJ1 .navbar.opened {
  background-color: false !important;
}
.cid-vhZwws2qJ1 .nav-item:focus,
.cid-vhZwws2qJ1 .nav-link:focus {
  outline: none;
}
.cid-vhZwws2qJ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZwws2qJ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZwws2qJ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZwws2qJ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZwws2qJ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZwws2qJ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZwws2qJ1 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZwws2qJ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZwws2qJ1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZwws2qJ1 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZwws2qJ1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZwws2qJ1 .navbar.collapsed {
  justify-content: center;
}
.cid-vhZwws2qJ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZwws2qJ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZwws2qJ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZwws2qJ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZwws2qJ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZwws2qJ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZwws2qJ1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZwws2qJ1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZwws2qJ1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZwws2qJ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZwws2qJ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZwws2qJ1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZwws2qJ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZwws2qJ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZwws2qJ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZwws2qJ1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZwws2qJ1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZwws2qJ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZwws2qJ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZwws2qJ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZwws2qJ1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZwws2qJ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZwws2qJ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZwws2qJ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZwws2qJ1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZwws2qJ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZwws2qJ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZwws2qJ1 .dropdown-item.active,
.cid-vhZwws2qJ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZwws2qJ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZwws2qJ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZwws2qJ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZwws2qJ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZwws2qJ1 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZwws2qJ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZwws2qJ1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZwws2qJ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZwws2qJ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZwws2qJ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZwws2qJ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZwws2qJ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZwws2qJ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZwws2qJ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZwws2qJ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZwws2qJ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZwws2qJ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZwws2qJ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZwws2qJ1 .navbar {
    height: 70px;
  }
  .cid-vhZwws2qJ1 .navbar.opened {
    height: auto;
  }
  .cid-vhZwws2qJ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn:first-child,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn:focus,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn span,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn:hover,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZwws2qJ1 .mbr-section-btn .btn:hover span,
.cid-vhZwws2qJ1 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZwws2qJ1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZwws2qJ1 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZwws2qJ1 .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZwws2qJ1 .nav-link:hover {
  color: #a7906e;
}
.cid-vhZwws2qJ1 .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZwws2qJ1 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZwws2qJ1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZwws2qJ1 .mbr-section-subtitle,
.cid-vhZwws2qJ1 .text_widget {
  text-align: left;
}
.cid-vhZwws2qJ1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZwwjODF4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZwwjODF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZwwjODF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZwwjODF4 .row {
  justify-content: center;
}
.cid-vhZwwjODF4 .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZwwjODF4 .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZwwjODF4 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZwwjODF4 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZwwjODF4 .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZwwjODF4 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZwwjODF4 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZwwjODF4 .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZwwjODF4 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZwwjODF4 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZwwjODF4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZwwjODF4 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZwwjODF4 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZwwjODF4 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZwwjODF4 .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZwwjODF4 .mbr-text,
.cid-vhZwwjODF4 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZwwjODF4 .mbr-section-title,
.cid-vhZwwjODF4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZwwl8k2s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZwwl8k2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZwwl8k2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZwwl8k2s .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZwwl8k2s .row {
    margin: 0;
  }
}
.cid-vhZwwl8k2s .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZwwl8k2s .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZwwl8k2s .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZwwl8k2s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZwwl8k2s .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZwwl8k2s .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZwwl8k2s .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZwwl8k2s .items .item {
    padding: 24px;
  }
}
.cid-vhZwwl8k2s .items .item:last-child {
  border: none;
}
.cid-vhZwwl8k2s .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZwwl8k2s .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZwwl8k2s .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZwwl8k2s .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZwwl8k2s .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZwwl8k2s .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZwwl8k2s .card-title {
  color: #F9F6E0;
}
.cid-vhZwwl8k2s .card-number {
  color: #E0B548;
}
.cid-vhZwwl8k2s .card-text {
  color: #ffffff;
}
.cid-vhZwwl8k2s .mbr-section-title,
.cid-vhZwwl8k2s .mbr-section-btn {
  text-align: right;
}
.cid-vhZwwm1swr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZwwm1swr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZwwm1swr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZwwm1swr .container {
    padding: 0 24px;
  }
}
.cid-vhZwwm1swr .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZwwm1swr .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZwwm1swr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZwwm1swr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZwwm1swr .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZwwm1swr .items {
    display: block;
  }
}
.cid-vhZwwm1swr .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZwwm1swr .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZwwm1swr .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZwwm1swr .item:hover .item-wrapper .item-img img,
.cid-vhZwwm1swr .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZwwm1swr .item:hover .item-wrapper .item-img .item-content,
.cid-vhZwwm1swr .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZwwm1swr .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZwwm1swr .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZwwm1swr .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZwwm1swr .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZwwm1swr .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZwwm1swr .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZwwm1swr .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZwwm1swr .mbr-text {
  color: #a7906e;
}
.cid-vhZwwm1swr .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZwwm1swr .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZwwm1swr .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZwwm1swr .mbr-section-title,
.cid-vhZwwm1swr .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZwwnzwPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZwwnzwPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZwwnzwPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZwwnzwPw .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZwwnzwPw .row {
    margin: 0;
  }
}
.cid-vhZwwnzwPw .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .row .card {
    padding: 0 16px;
  }
}
.cid-vhZwwnzwPw .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vhZwwnzwPw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZwwnzwPw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZwwnzwPw .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
  border-left: none;
  border-right: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .items {
    display: block;
  }
}
.cid-vhZwwnzwPw .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-vhZwwnzwPw .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZwwnzwPw .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-vhZwwnzwPw .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhZwwnzwPw .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZwwnzwPw .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZwwnzwPw .card-title {
  color: #F9F6E0;
}
.cid-vhZwwnzwPw .list {
  color: #E0B548;
}
.cid-vhZwwnzwPw .card-link {
  color: #E0B548;
}
.cid-vhZwwnzwPw .card-text {
  color: #F9F6E0;
}
.cid-vhZwwpDNKl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZwwpDNKl .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZwwpDNKl .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZwwpDNKl .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZwwpDNKl .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZwwpDNKl .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZwwpDNKl .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZwwpDNKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZwwpDNKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZwwpDNKl .mbr-description {
  text-align: left;
}
.cid-vhZwwpDNKl .card-title,
.cid-vhZwwpDNKl .iconfont-wrapper {
  color: #000000;
}
.cid-vhZwwpDNKl .card-text {
  color: #000000;
}
.cid-vhZwwpDNKl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZwwpDNKl .mbr-number {
  color: #9fe870;
}
.cid-vhZwwpDNKl .mbr-text,
.cid-vhZwwpDNKl .mbr-section-btn {
  text-align: center;
}
.cid-vhZwwpDNKl .card-text,
.cid-vhZwwpDNKl .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZwwpDNKl .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZwwpDNKl .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZwwpDNKl .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZwwpDNKl .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZyaPFhGh {
  z-index: 1000;
  width: 100%;
}
.cid-vhZyaPFhGh .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZyaPFhGh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZyaPFhGh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .menu_box .navbar.opened,
  .cid-vhZyaPFhGh .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZyaPFhGh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZyaPFhGh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZyaPFhGh .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZyaPFhGh .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZyaPFhGh .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZyaPFhGh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZyaPFhGh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZyaPFhGh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZyaPFhGh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZyaPFhGh .offcanvas-body .mbr-text,
  .cid-vhZyaPFhGh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZyaPFhGh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZyaPFhGh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZyaPFhGh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZyaPFhGh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZyaPFhGh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZyaPFhGh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZyaPFhGh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZyaPFhGh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZyaPFhGh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZyaPFhGh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZyaPFhGh .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZyaPFhGh .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZyaPFhGh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZyaPFhGh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZyaPFhGh .offcanvas_box {
    display: none;
  }
}
.cid-vhZyaPFhGh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZyaPFhGh .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZyaPFhGh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZyaPFhGh .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZyaPFhGh .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZyaPFhGh .container {
  display: flex;
  margin: auto;
}
.cid-vhZyaPFhGh .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZyaPFhGh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZyaPFhGh .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZyaPFhGh .navbar-caption {
  color: #000000;
}
.cid-vhZyaPFhGh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZyaPFhGh .navbar-nav {
    margin: 0;
  }
}
.cid-vhZyaPFhGh .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZyaPFhGh .dropdown-menu,
.cid-vhZyaPFhGh .navbar.opened {
  background-color: false !important;
}
.cid-vhZyaPFhGh .nav-item:focus,
.cid-vhZyaPFhGh .nav-link:focus {
  outline: none;
}
.cid-vhZyaPFhGh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZyaPFhGh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZyaPFhGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZyaPFhGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZyaPFhGh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZyaPFhGh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZyaPFhGh .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZyaPFhGh .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZyaPFhGh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZyaPFhGh .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZyaPFhGh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZyaPFhGh .navbar.collapsed {
  justify-content: center;
}
.cid-vhZyaPFhGh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZyaPFhGh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZyaPFhGh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZyaPFhGh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZyaPFhGh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZyaPFhGh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZyaPFhGh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZyaPFhGh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZyaPFhGh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZyaPFhGh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZyaPFhGh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZyaPFhGh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZyaPFhGh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZyaPFhGh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZyaPFhGh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZyaPFhGh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZyaPFhGh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZyaPFhGh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZyaPFhGh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZyaPFhGh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZyaPFhGh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZyaPFhGh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZyaPFhGh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZyaPFhGh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZyaPFhGh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZyaPFhGh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZyaPFhGh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZyaPFhGh .dropdown-item.active,
.cid-vhZyaPFhGh .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZyaPFhGh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZyaPFhGh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZyaPFhGh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZyaPFhGh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZyaPFhGh ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZyaPFhGh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZyaPFhGh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZyaPFhGh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZyaPFhGh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZyaPFhGh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZyaPFhGh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZyaPFhGh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZyaPFhGh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZyaPFhGh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZyaPFhGh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZyaPFhGh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZyaPFhGh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZyaPFhGh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZyaPFhGh .navbar {
    height: 70px;
  }
  .cid-vhZyaPFhGh .navbar.opened {
    height: auto;
  }
  .cid-vhZyaPFhGh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZyaPFhGh .mbr-section-btn .btn,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZyaPFhGh .mbr-section-btn .btn:first-child,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZyaPFhGh .mbr-section-btn .btn:focus,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZyaPFhGh .mbr-section-btn .btn span,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZyaPFhGh .mbr-section-btn .btn:hover,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZyaPFhGh .mbr-section-btn .btn:hover span,
.cid-vhZyaPFhGh .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZyaPFhGh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZyaPFhGh .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZyaPFhGh .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZyaPFhGh .nav-link:hover {
  color: #a7906e;
}
.cid-vhZyaPFhGh .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZyaPFhGh .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZyaPFhGh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZyaPFhGh .mbr-section-subtitle,
.cid-vhZyaPFhGh .text_widget {
  text-align: left;
}
.cid-vhZyaPFhGh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZyazWwCk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZyazWwCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZyazWwCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZyazWwCk .row {
  justify-content: center;
}
.cid-vhZyazWwCk .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZyazWwCk .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZyazWwCk .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZyazWwCk .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZyazWwCk .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZyazWwCk .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZyazWwCk .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZyazWwCk .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZyazWwCk .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZyazWwCk .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZyazWwCk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZyazWwCk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZyazWwCk .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZyazWwCk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZyazWwCk .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZyazWwCk .mbr-text,
.cid-vhZyazWwCk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZyazWwCk .mbr-section-title,
.cid-vhZyazWwCk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vhZyaE00hz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZyaE00hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZyaE00hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZyaE00hz .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZyaE00hz .row {
    margin: 0;
  }
}
.cid-vhZyaE00hz .row .card {
  border-top: 1px solid #ffffff;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vhZyaE00hz .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZyaE00hz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZyaE00hz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZyaE00hz .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vhZyaE00hz .items {
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .items {
    border-top: 1px solid #ffffff;
  }
}
.cid-vhZyaE00hz .items .item {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vhZyaE00hz .items .item {
    padding: 24px;
  }
}
.cid-vhZyaE00hz .items .item:last-child {
  border: none;
}
.cid-vhZyaE00hz .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vhZyaE00hz .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vhZyaE00hz .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vhZyaE00hz .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vhZyaE00hz .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZyaE00hz .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZyaE00hz .card-title {
  color: #F9F6E0;
}
.cid-vhZyaE00hz .card-number {
  color: #E0B548;
}
.cid-vhZyaE00hz .card-text {
  color: #ffffff;
}
.cid-vhZyaE00hz .mbr-section-title,
.cid-vhZyaE00hz .mbr-section-btn {
  text-align: right;
}
.cid-vhZyaGGTiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZyaGGTiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZyaGGTiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZyaGGTiH .container {
    padding: 0 24px;
  }
}
.cid-vhZyaGGTiH .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZyaGGTiH .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZyaGGTiH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZyaGGTiH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZyaGGTiH .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZyaGGTiH .items {
    display: block;
  }
}
.cid-vhZyaGGTiH .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZyaGGTiH .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZyaGGTiH .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZyaGGTiH .item:hover .item-wrapper .item-img img,
.cid-vhZyaGGTiH .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZyaGGTiH .item:hover .item-wrapper .item-img .item-content,
.cid-vhZyaGGTiH .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZyaGGTiH .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZyaGGTiH .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZyaGGTiH .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZyaGGTiH .mbr-text {
  color: #a7906e;
}
.cid-vhZyaGGTiH .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZyaGGTiH .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZyaGGTiH .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZyaGGTiH .mbr-section-title,
.cid-vhZyaGGTiH .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZyaJHpe5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZyaJHpe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZyaJHpe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZyaJHpe5 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vhZyaJHpe5 .row {
    margin: 0;
  }
}
.cid-vhZyaJHpe5 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .row .card {
    padding: 0 16px;
  }
}
.cid-vhZyaJHpe5 .content-wrapper {
  border-top: 1px solid #a7906e;
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .content-wrapper {
    padding: 24px;
    border: none;
  }
}
.cid-vhZyaJHpe5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vhZyaJHpe5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vhZyaJHpe5 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #a7906e;
  border-left: none;
  border-right: 1px solid #a7906e;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .items {
    display: block;
  }
}
.cid-vhZyaJHpe5 .items .item {
  padding: 32px;
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
}
.cid-vhZyaJHpe5 .items .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .items .item {
    padding: 24px;
    border-right: none !important;
  }
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap {
  margin-bottom: 16px;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .card-title {
  margin-bottom: 8px;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .card-text {
  margin-bottom: 0;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:hover,
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .list .item-wrap:focus {
  color: #a7906e;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .link-wrap {
  display: block;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .link-wrap:hover .card-link,
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .link-wrap:focus .card-link {
  color: #a7906e;
}
.cid-vhZyaJHpe5 .items .item .item-wrapper .card-box .contact-wrap .link-wrap .card-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhZyaJHpe5 .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZyaJHpe5 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-vhZyaJHpe5 .card-title {
  color: #F9F6E0;
}
.cid-vhZyaJHpe5 .list {
  color: #E0B548;
}
.cid-vhZyaJHpe5 .card-link {
  color: #E0B548;
}
.cid-vhZyaJHpe5 .card-text {
  color: #F9F6E0;
}
.cid-vhZyaMmaiB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0a0d0e;
}
.cid-vhZyaMmaiB .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vhZyaMmaiB .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZyaMmaiB .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vhZyaMmaiB .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vhZyaMmaiB .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vhZyaMmaiB .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vhZyaMmaiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZyaMmaiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZyaMmaiB .mbr-description {
  text-align: left;
}
.cid-vhZyaMmaiB .card-title,
.cid-vhZyaMmaiB .iconfont-wrapper {
  color: #000000;
}
.cid-vhZyaMmaiB .card-text {
  color: #000000;
}
.cid-vhZyaMmaiB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhZyaMmaiB .mbr-number {
  color: #9fe870;
}
.cid-vhZyaMmaiB .mbr-text,
.cid-vhZyaMmaiB .mbr-section-btn {
  text-align: center;
}
.cid-vhZyaMmaiB .card-text,
.cid-vhZyaMmaiB .item .mbr-section-btn {
  text-align: left;
}
.cid-vhZyaMmaiB .smallImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZyaMmaiB .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZyaMmaiB .largeImage {
  width: 100%;
  height: 832px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZyaMmaiB .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-vhZAtH6mDy {
  z-index: 1000;
  width: 100%;
}
.cid-vhZAtH6mDy .navbar-dropdown {
  background-color: #0a0d0e !important;
  padding: 0;
  position: fixed;
}
.cid-vhZAtH6mDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a0d0e !important;
  background: #0a0d0e;
}
.cid-vhZAtH6mDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .menu_box .navbar.opened,
  .cid-vhZAtH6mDy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhZAtH6mDy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhZAtH6mDy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vhZAtH6mDy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhZAtH6mDy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhZAtH6mDy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vhZAtH6mDy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhZAtH6mDy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhZAtH6mDy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhZAtH6mDy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhZAtH6mDy .offcanvas-body .mbr-text,
  .cid-vhZAtH6mDy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vhZAtH6mDy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhZAtH6mDy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhZAtH6mDy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZAtH6mDy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vhZAtH6mDy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhZAtH6mDy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-vhZAtH6mDy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vhZAtH6mDy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhZAtH6mDy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .nav-item {
    margin: 0 !important;
  }
}
.cid-vhZAtH6mDy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhZAtH6mDy .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-vhZAtH6mDy .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-item:hover {
    color: #a7906e;
  }
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhZAtH6mDy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vhZAtH6mDy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhZAtH6mDy .offcanvas_box {
    display: none;
  }
}
.cid-vhZAtH6mDy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vhZAtH6mDy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhZAtH6mDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhZAtH6mDy .nav-link {
  position: relative;
  color: #000000;
}
.cid-vhZAtH6mDy .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-vhZAtH6mDy .container {
  display: flex;
  margin: auto;
}
.cid-vhZAtH6mDy .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vhZAtH6mDy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhZAtH6mDy .iconfont-wrapper:hover {
  color: #a7906e;
}
.cid-vhZAtH6mDy .navbar-caption {
  color: #000000;
}
.cid-vhZAtH6mDy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhZAtH6mDy .navbar-nav {
    margin: 0;
  }
}
.cid-vhZAtH6mDy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vhZAtH6mDy .dropdown-menu,
.cid-vhZAtH6mDy .navbar.opened {
  background-color: false !important;
}
.cid-vhZAtH6mDy .nav-item:focus,
.cid-vhZAtH6mDy .nav-link:focus {
  outline: none;
}
.cid-vhZAtH6mDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhZAtH6mDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhZAtH6mDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhZAtH6mDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhZAtH6mDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhZAtH6mDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhZAtH6mDy .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #a7906e;
}
.cid-vhZAtH6mDy .navbar.opened {
  transition: all 0.3s;
}
.cid-vhZAtH6mDy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhZAtH6mDy .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-vhZAtH6mDy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vhZAtH6mDy .navbar.collapsed {
  justify-content: center;
}
.cid-vhZAtH6mDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhZAtH6mDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhZAtH6mDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhZAtH6mDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhZAtH6mDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhZAtH6mDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhZAtH6mDy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhZAtH6mDy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhZAtH6mDy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhZAtH6mDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhZAtH6mDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhZAtH6mDy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhZAtH6mDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhZAtH6mDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhZAtH6mDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhZAtH6mDy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhZAtH6mDy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhZAtH6mDy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhZAtH6mDy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhZAtH6mDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhZAtH6mDy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhZAtH6mDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhZAtH6mDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhZAtH6mDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhZAtH6mDy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhZAtH6mDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhZAtH6mDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhZAtH6mDy .dropdown-item.active,
.cid-vhZAtH6mDy .dropdown-item:active {
  background-color: transparent;
}
.cid-vhZAtH6mDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhZAtH6mDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhZAtH6mDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhZAtH6mDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhZAtH6mDy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vhZAtH6mDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhZAtH6mDy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a0d0e;
  background: #0a0d0e;
}
.cid-vhZAtH6mDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhZAtH6mDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhZAtH6mDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZAtH6mDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhZAtH6mDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhZAtH6mDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZAtH6mDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhZAtH6mDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhZAtH6mDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhZAtH6mDy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhZAtH6mDy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhZAtH6mDy .navbar {
    height: 70px;
  }
  .cid-vhZAtH6mDy .navbar.opened {
    height: auto;
  }
  .cid-vhZAtH6mDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhZAtH6mDy .mbr-section-btn .btn,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vhZAtH6mDy .mbr-section-btn .btn:first-child,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-vhZAtH6mDy .mbr-section-btn .btn:focus,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-vhZAtH6mDy .mbr-section-btn .btn span,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vhZAtH6mDy .mbr-section-btn .btn:hover,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #a7906e !important;
}
.cid-vhZAtH6mDy .mbr-section-btn .btn:hover span,
.cid-vhZAtH6mDy .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vhZAtH6mDy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhZAtH6mDy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vhZAtH6mDy .navbar-caption:hover {
  color: #a7906e;
}
.cid-vhZAtH6mDy .nav-link:hover {
  color: #a7906e;
}
.cid-vhZAtH6mDy .nav-link:hover::before {
  background-color: #ffffff;
}
.cid-vhZAtH6mDy .mbr-section-subtitle {
  color: #124ad6;
}
.cid-vhZAtH6mDy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhZAtH6mDy .mbr-section-subtitle,
.cid-vhZAtH6mDy .text_widget {
  text-align: left;
}
.cid-vhZAtH6mDy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhZAtxZcK2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vhZAtxZcK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZAtxZcK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZAtxZcK2 .row {
  justify-content: center;
}
.cid-vhZAtxZcK2 .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vhZAtxZcK2 .image-wrapper img {
    height: 300px;
  }
}
.cid-vhZAtxZcK2 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-vhZAtxZcK2 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhZAtxZcK2 .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vhZAtxZcK2 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vhZAtxZcK2 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vhZAtxZcK2 .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vhZAtxZcK2 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vhZAtxZcK2 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vhZAtxZcK2 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vhZAtxZcK2 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhZAtxZcK2 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vhZAtxZcK2 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhZAtxZcK2 .mbr-section-title {
  color: #2c2c26;
}
.cid-vhZAtxZcK2 .mbr-text,
.cid-vhZAtxZcK2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhZAtxZcK2 .mbr-section-title,
.cid-vhZAtxZcK2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vhZBiiAIwX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZBiiAIwX .mbr-text {
  color: #ffffff;
}
.cid-vhZBiiAIwX .mbr-section-subtitle {
  color: #000000;
}
.cid-vhZBiiAIwX .mbr-section-title {
  color: #ffffff;
}
.cid-vhZAtBaypu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0d0e;
}
.cid-vhZAtBaypu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZAtBaypu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZAtBaypu .container {
    padding: 0 24px;
  }
}
.cid-vhZAtBaypu .content-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-vhZAtBaypu .content-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-vhZAtBaypu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZAtBaypu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZAtBaypu .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-vhZAtBaypu .items {
    display: block;
  }
}
.cid-vhZAtBaypu .item {
  border-top: 1px solid #a7906e;
  border-right: 1px solid #a7906e;
  padding: 32px;
}
.cid-vhZAtBaypu .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vhZAtBaypu .item {
    padding: 24px;
    border-right: none;
    border-left: 1px solid #a7906e;
  }
}
.cid-vhZAtBaypu .item:hover .item-wrapper .item-img img,
.cid-vhZAtBaypu .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vhZAtBaypu .item:hover .item-wrapper .item-img .item-content,
.cid-vhZAtBaypu .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-vhZAtBaypu .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-vhZAtBaypu .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vhZAtBaypu .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vhZAtBaypu .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vhZAtBaypu .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #a7906e;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #a7906e;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-vhZAtBaypu .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-vhZAtBaypu .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZAtBaypu .mbr-text {
  color: #a7906e;
}
.cid-vhZAtBaypu .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-vhZAtBaypu .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhZAtBaypu .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhZAtBaypu .mbr-section-title,
.cid-vhZAtBaypu .mbr-section-btn {
  color: #ffffff;
}
.cid-vhZBSqFv9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/15512-1500x1000.jpg");
}
.cid-vhZBSqFv9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZBSqFv9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vhZBSqFv9J .container {
    padding: 0 24px;
  }
}
.cid-vhZBSqFv9J .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vhZBSqFv9J .content-wrapper {
    padding: 24px;
  }
}
.cid-vhZBSqFv9J .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhZBSqFv9J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhZBSqFv9J .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhZBSqFv9J .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhZBSqFv9J .mbr-section-title {
  color: #F9F6E0;
}
.cid-vhZBSqFv9J .mbr-text {
  color: #F9F6E0;
}
.cid-vhZQnwEcAv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0d0e;
}
.cid-vhZQnwEcAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhZQnwEcAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhZQnwEcAv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-vhZQnwEcAv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-vhZQnwEcAv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .container {
    max-width: 100%;
  }
  .cid-vhZQnwEcAv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vhZQnwEcAv .item-wrap {
  width: 100%;
}
.cid-vhZQnwEcAv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-vhZQnwEcAv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-vhZQnwEcAv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-vhZQnwEcAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #0623fb, #0623fb);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vhZQnwEcAv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vhZQnwEcAv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vhZQnwEcAv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-links {
    padding-top: 20px;
  }
}
.cid-vhZQnwEcAv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-vhZQnwEcAv .list {
    text-align: center !important;
  }
}
.cid-vhZQnwEcAv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-vhZQnwEcAv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a7906e;
  transition: 0.4s all;
}
.cid-vhZQnwEcAv .list a:hover {
  color: #a7906e !important;
  line-height: inherit !important;
}
.cid-vhZQnwEcAv .list a:hover:before {
  width: 100%;
}
.cid-vhZQnwEcAv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-vhZQnwEcAv .col-copyright {
    padding-top: 40px;
  }
}
.cid-vhZQnwEcAv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-vhZQnwEcAv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
