@import url(https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,500,600,700,400i,500i,600i,700i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Philosopher', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Philosopher', sans-serif;
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b1a374 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1a374 !important;
}
.text-secondary {
  color: #b1a374 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7a6e45 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a6e45 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1a374;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b1a374;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b1a374;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b1a374;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1a374;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1a374;
  border-bottom-color: #b1a374;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b1a374 !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: #b1a374 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23b1a374' %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.3;
}
.cid-saMt152W4o .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-saMt152W4o .collapsed {
  flex-direction: row!important;
}
.cid-saMt152W4o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saMt152W4o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saMt152W4o .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-saMt152W4o .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-saMt152W4o .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-saMt152W4o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saMt152W4o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saMt152W4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saMt152W4o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saMt152W4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saMt152W4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saMt152W4o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saMt152W4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saMt152W4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saMt152W4o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saMt152W4o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saMt152W4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saMt152W4o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saMt152W4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saMt152W4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saMt152W4o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saMt152W4o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saMt152W4o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saMt152W4o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-saMt152W4o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saMt152W4o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saMt152W4o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saMt152W4o .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-saMt152W4o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saMt152W4o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saMt152W4o .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saMt152W4o .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-saMt152W4o .nav-item:focus,
.cid-saMt152W4o .nav-link:focus {
  outline: none;
}
.cid-saMt152W4o .text-white:hover,
.cid-saMt152W4o .text-white:active,
.cid-saMt152W4o .text-white:focus {
  color: white!important;
}
.cid-saMt152W4o .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-saMt152W4o .dropdown-item:hover {
  color: black!important;
}
.cid-saMt152W4o .dropdown-menu {
  background-color: white!important;
}
.cid-saMt152W4o .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-saMt152W4o .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saMt152W4o .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-saMt152W4o .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-saMt152W4o .nav-item {
    position: relative;
  }
}
.cid-saMt152W4o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saMt152W4o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saMt152W4o .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-saMt152W4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saMt152W4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saMt152W4o .navbar-caption {
  font-weight: 600!important;
}
.cid-saMt152W4o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saMt152W4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saMt152W4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saMt152W4o .dropdown-item.active,
.cid-saMt152W4o .dropdown-item:active {
  background-color: transparent;
}
.cid-saMt152W4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saMt152W4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saMt152W4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saMt152W4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-saMt152W4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saMt152W4o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saMt152W4o .navbar-buttons {
  text-align: center;
}
.cid-saMt152W4o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saMt152W4o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saMt152W4o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saMt152W4o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saMt152W4o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saMt152W4o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saMt152W4o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saMt152W4o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saMt152W4o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saMt152W4o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saMt152W4o .nav-link {
  font-weight: 600!important;
}
.cid-saMt152W4o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saMt152W4o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saMt152W4o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saMt152W4o .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saMt152W4o .navbar {
    height: 77px;
  }
  .cid-saMt152W4o .navbar.opened {
    height: auto;
  }
  .cid-saMt152W4o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5wP2vRNGD {
  background-image: url("../../../assets/images/10-3.jpg");
}
.cid-u5wP2vRNGD .mbr-text,
.cid-u5wP2vRNGD .mbr-section-btn {
  color: #ffffff;
}
.cid-sb4al5EOhZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sb4al5EOhZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sb4al5EOhZ .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-sb4al5EOhZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sb4al5EOhZ .inner-container {
    width: 100% !important;
  }
}
.cid-u5Gn7l4wVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5Gn7l4wVE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5Gn7l4wVE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5Gn7l4wVE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5Gn7l4wVE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5Gn7l4wVE .row > .row {
  display: block;
}
.cid-u5Gn7l4wVE .mbr-gallery-item {
  width: 100%;
}
.cid-u5Gn7l4wVE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #232323) !important;
}
.cid-u5Gn7l4wVE .mbr-gallery-item > div {
  position: relative;
}
.cid-u5Gn7l4wVE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u5Gn7l4wVE .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u5Gn7l4wVE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u5Gn7l4wVE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #232323) !important;
}
.cid-u5GH0M5PBp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5GH0M5PBp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5GH0M5PBp .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-u5GH0M5PBp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u5GH0M5PBp .inner-container {
    width: 100% !important;
  }
}
.cid-saRSQNZkG1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-saRSQNZkG1 .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-saRSQNZkG1 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-saRSQNZkG1 .image-block:hover:before {
  opacity: 0;
}
.cid-saRSQNZkG1 .image-block:hover .wrap {
  opacity: 1;
}
.cid-saRSQNZkG1 .image-block:hover img {
  transform: scale(1.05);
}
.cid-saRSQNZkG1 h4 {
  letter-spacing: 2px;
}
.cid-saRSQNZkG1 figcaption {
  position: relative;
}
.cid-saRSQNZkG1 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-saRSQNZkG1 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-saRSQNZkG1 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-saRSQNZkG1 .wrap {
    opacity: 1!important;
  }
  .cid-saRSQNZkG1 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-set17C4FHn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-set17C4FHn .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-set17C4FHn .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-set17C4FHn .image-block:hover:before {
  opacity: 0;
}
.cid-set17C4FHn .image-block:hover .wrap {
  opacity: 1;
}
.cid-set17C4FHn .image-block:hover img {
  transform: scale(1.05);
}
.cid-set17C4FHn h4 {
  letter-spacing: 2px;
}
.cid-set17C4FHn figcaption {
  position: relative;
}
.cid-set17C4FHn figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-set17C4FHn img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-set17C4FHn .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-set17C4FHn .wrap {
    opacity: 1!important;
  }
  .cid-set17C4FHn .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-ss1fmFSvmJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ss1fmFSvmJ .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-ss1fmFSvmJ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ss1fmFSvmJ .image-block:hover:before {
  opacity: 0;
}
.cid-ss1fmFSvmJ .image-block:hover .wrap {
  opacity: 1;
}
.cid-ss1fmFSvmJ .image-block:hover img {
  transform: scale(1.05);
}
.cid-ss1fmFSvmJ h4 {
  letter-spacing: 2px;
}
.cid-ss1fmFSvmJ figcaption {
  position: relative;
}
.cid-ss1fmFSvmJ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ss1fmFSvmJ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ss1fmFSvmJ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ss1fmFSvmJ .wrap {
    opacity: 1!important;
  }
  .cid-ss1fmFSvmJ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sbk0EZz747 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sbk0EZz747 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-sbk0EZz747 .mbr-section-title {
  margin: 0;
  color: #b1a374;
}
.cid-sbk0EZz747 .card-img {
  text-align: center;
}
.cid-sbk0EZz747 .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-sbk0EZz747 .row-item.card1 {
  background: #232323;
}
.cid-sbk0EZz747 .row-item.card2 {
  background: #232323;
}
.cid-sbk0EZz747 .row-item.card3 {
  background: #232323;
}
.cid-sbk0EZz747 .row-item.card4 {
  background: #232323;
}
.cid-sbk0EZz747 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-sbk0EZz747 .card-img,
  .cid-sbk0EZz747 .mbr-text,
  .cid-sbk0EZz747 .mbr-card-title,
  .cid-sbk0EZz747 .mbr-section-subtitle,
  .cid-sbk0EZz747 .mbr-section-title,
  .cid-sbk0EZz747 .underline {
    text-align: center !important;
  }
}
.cid-sbk0EZz747 .card2 > .mbr-text,
.cid-sbk0EZz747 .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sbk0EZz747 .card2 > .mbr-card-title,
.cid-sbk0EZz747 .card2 > .card-img {
  color: #ffffff;
}
.cid-saMMM5k9La {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saMMM5k9La h3 {
  text-align: center;
}
.cid-saMMM5k9La .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-saMMM5k9La .mbr-content-text {
  color: #767676;
}
.cid-saMMM5k9La .card {
  word-wrap: break-word;
}
.cid-saMMM5k9La .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sbl1EJH7vQ {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  background-color: #232323;
}
.cid-sbl1EJH7vQ p {
  color: #767676;
}
.cid-sbl1EJH7vQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sbl1EJH7vQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbl1EJH7vQ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sbl1EJH7vQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbl1EJH7vQ .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sbl1EJH7vQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbl1EJH7vQ H4 {
  color: #ffffff;
}
.cid-sbl1EJH7vQ .panel-text {
  color: #999898;
}
.cid-sbl1EJH7vQ H2 {
  color: #b1a374;
}
.cid-sZ48K3JLOy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2-14.jpeg");
}
.cid-sZ48K3JLOy H2 {
  color: #ffffff;
}
.cid-sbgx9Cuhrg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sbgx9Cuhrg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sbgx9Cuhrg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbgx9Cuhrg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .mbr-text {
  color: #767676;
}
.cid-saRV7BaldD .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-saRV7BaldD .collapsed {
  flex-direction: row!important;
}
.cid-saRV7BaldD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saRV7BaldD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saRV7BaldD .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-saRV7BaldD .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-saRV7BaldD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-saRV7BaldD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saRV7BaldD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saRV7BaldD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saRV7BaldD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saRV7BaldD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saRV7BaldD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saRV7BaldD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saRV7BaldD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saRV7BaldD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saRV7BaldD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saRV7BaldD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saRV7BaldD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saRV7BaldD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saRV7BaldD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saRV7BaldD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saRV7BaldD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saRV7BaldD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saRV7BaldD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saRV7BaldD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-saRV7BaldD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saRV7BaldD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saRV7BaldD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saRV7BaldD .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-saRV7BaldD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saRV7BaldD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saRV7BaldD .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRV7BaldD .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-saRV7BaldD .nav-item:focus,
.cid-saRV7BaldD .nav-link:focus {
  outline: none;
}
.cid-saRV7BaldD .text-white:hover,
.cid-saRV7BaldD .text-white:active,
.cid-saRV7BaldD .text-white:focus {
  color: white!important;
}
.cid-saRV7BaldD .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-saRV7BaldD .dropdown-item:hover {
  color: black!important;
}
.cid-saRV7BaldD .dropdown-menu {
  background-color: white!important;
}
.cid-saRV7BaldD .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-saRV7BaldD .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRV7BaldD .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-saRV7BaldD .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-saRV7BaldD .nav-item {
    position: relative;
  }
}
.cid-saRV7BaldD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRV7BaldD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saRV7BaldD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-saRV7BaldD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saRV7BaldD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRV7BaldD .navbar-caption {
  font-weight: 600!important;
}
.cid-saRV7BaldD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saRV7BaldD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saRV7BaldD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saRV7BaldD .dropdown-item.active,
.cid-saRV7BaldD .dropdown-item:active {
  background-color: transparent;
}
.cid-saRV7BaldD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saRV7BaldD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saRV7BaldD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saRV7BaldD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-saRV7BaldD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saRV7BaldD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saRV7BaldD .navbar-buttons {
  text-align: center;
}
.cid-saRV7BaldD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saRV7BaldD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saRV7BaldD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saRV7BaldD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saRV7BaldD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saRV7BaldD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saRV7BaldD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRV7BaldD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saRV7BaldD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saRV7BaldD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRV7BaldD .nav-link {
  font-weight: 600!important;
}
.cid-saRV7BaldD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saRV7BaldD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saRV7BaldD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saRV7BaldD .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saRV7BaldD .navbar {
    height: 77px;
  }
  .cid-saRV7BaldD .navbar.opened {
    height: auto;
  }
  .cid-saRV7BaldD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5J2tLmKEp {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/10-3.jpg");
}
.cid-u5J2tLmKEp .mbr-text,
.cid-u5J2tLmKEp .mbr-section-btn {
  color: #ffffff;
}
.cid-v6pUZ3wqJ4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v6pUZ3wqJ4 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-v6pUZ3wqJ4 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #b1a374;
}
@media (max-width: 767px) {
  .cid-v6pUZ3wqJ4 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-v6pUZ3wqJ4 .separline {
  position: relative;
}
.cid-v6pUZ3wqJ4 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #b1a374;
}
@media (max-width: 767px) {
  .cid-v6pUZ3wqJ4 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-v6pUZ3wqJ4 .mbr-step-title {
  color: #b1a374;
}
.cid-sbmiDkG5aN {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-sbmiDkG5aN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sbmiDkG5aN a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sbmiDkG5aN .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sbmiDkG5aN .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sbmiDkG5aN .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sbmiDkG5aN textarea.form-control {
  min-height: 214.5px;
}
.cid-sbmiDkG5aN .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sbmiDkG5aN h4,
.cid-sbmiDkG5aN p {
  margin: 0;
}
.cid-sbmiDkG5aN h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sbmiDkG5aN h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sbmiDkG5aN .icon {
  color: #b1a374;
  font-size: 4.3rem;
}
@media (max-width: 991px) {
  .cid-sbmiDkG5aN h2 {
    text-align: center;
  }
  .cid-sbmiDkG5aN h3 {
    text-align: center;
  }
  .cid-sbmiDkG5aN .input-group-btn {
    text-align: center;
  }
  .cid-sbmiDkG5aN .social-list {
    text-align: center;
  }
  .cid-sbmiDkG5aN .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sbmiDkG5aN H2 {
  color: #656565;
}
.cid-sbmiDkG5aN .content {
  text-align: left;
  color: #232323;
}
.cid-sbmiDkG5aN .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ffffff;
}
.cid-sbmiDkG5aN .title1 {
  text-align: left;
  color: #232323;
}
.cid-sbmiDkG5aN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sbmiDkG5aN .title2 {
  color: #b1a374;
}
.cid-sbgx9Cuhrg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sbgx9Cuhrg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sbgx9Cuhrg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbgx9Cuhrg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .mbr-text {
  color: #767676;
}
.cid-saRlTDXNfz .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-saRlTDXNfz .collapsed {
  flex-direction: row!important;
}
.cid-saRlTDXNfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saRlTDXNfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saRlTDXNfz .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-saRlTDXNfz .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-saRlTDXNfz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-saRlTDXNfz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saRlTDXNfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saRlTDXNfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saRlTDXNfz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saRlTDXNfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saRlTDXNfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saRlTDXNfz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saRlTDXNfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saRlTDXNfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saRlTDXNfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saRlTDXNfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saRlTDXNfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saRlTDXNfz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saRlTDXNfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saRlTDXNfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saRlTDXNfz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saRlTDXNfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saRlTDXNfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saRlTDXNfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-saRlTDXNfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saRlTDXNfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saRlTDXNfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saRlTDXNfz .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-saRlTDXNfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saRlTDXNfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saRlTDXNfz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRlTDXNfz .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-saRlTDXNfz .nav-item:focus,
.cid-saRlTDXNfz .nav-link:focus {
  outline: none;
}
.cid-saRlTDXNfz .text-white:hover,
.cid-saRlTDXNfz .text-white:active,
.cid-saRlTDXNfz .text-white:focus {
  color: white!important;
}
.cid-saRlTDXNfz .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-saRlTDXNfz .dropdown-item:hover {
  color: black!important;
}
.cid-saRlTDXNfz .dropdown-menu {
  background-color: white!important;
}
.cid-saRlTDXNfz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-saRlTDXNfz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRlTDXNfz .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-saRlTDXNfz .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-saRlTDXNfz .nav-item {
    position: relative;
  }
}
.cid-saRlTDXNfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRlTDXNfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saRlTDXNfz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-saRlTDXNfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saRlTDXNfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRlTDXNfz .navbar-caption {
  font-weight: 600!important;
}
.cid-saRlTDXNfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saRlTDXNfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saRlTDXNfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saRlTDXNfz .dropdown-item.active,
.cid-saRlTDXNfz .dropdown-item:active {
  background-color: transparent;
}
.cid-saRlTDXNfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saRlTDXNfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saRlTDXNfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saRlTDXNfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-saRlTDXNfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saRlTDXNfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saRlTDXNfz .navbar-buttons {
  text-align: center;
}
.cid-saRlTDXNfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saRlTDXNfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saRlTDXNfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saRlTDXNfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saRlTDXNfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saRlTDXNfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saRlTDXNfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRlTDXNfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saRlTDXNfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saRlTDXNfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRlTDXNfz .nav-link {
  font-weight: 600!important;
}
.cid-saRlTDXNfz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saRlTDXNfz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saRlTDXNfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saRlTDXNfz .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saRlTDXNfz .navbar {
    height: 77px;
  }
  .cid-saRlTDXNfz .navbar.opened {
    height: auto;
  }
  .cid-saRlTDXNfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5wOgNBaxA {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2-6.jpg");
}
.cid-tTOQQ35R6Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tTOQQ35R6Y h2 {
  margin-bottom: 0;
}
.cid-tTOQQ35R6Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-tTOQQ35R6Y p {
  color: #767676;
  margin-bottom: 0;
}
.cid-tTOQQ35R6Y .card-wrapper {
  border-top: 1px solid #232323;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tTOQQ35R6Y .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-tTOQQ35R6Y .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tTOQQ35R6Y .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-tTOQQ35R6Y .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tTOQQ35R6Y .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tTOQQ35R6Y P {
  color: #b1a374;
  text-align: left;
}
.cid-tTOQQ35R6Y .card-title {
  color: #232323;
}
.cid-tTOQQ35R6Y H2 {
  color: #b1a374;
  text-align: center;
}
.cid-tTOQQ35R6Y .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tTOQQ35R6Y .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u5GJ0Xcg20 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-u5GJ0Xcg20 .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5GJ0Xcg20 .section-text {
  padding: 2rem 0;
}
.cid-u5GJ0Xcg20 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u5GJ0Xcg20 .inner-container {
    width: 100% !important;
  }
}
.cid-u5wjoQ1qv1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u5wjoQ1qv1 .title {
  padding: 0 1em;
  margin-bottom: 25px;
  color: #232323;
}
.cid-u5wjoQ1qv1 .price-item {
  background: #ffffff;
  padding: 25px 0em;
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.cid-u5wjoQ1qv1 .price-tage {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px 1em;
}
.cid-u5wjoQ1qv1 .price-tage > p {
  letter-spacing: 2px;
}
.cid-u5wjoQ1qv1 .table-content {
  padding: 0;
  margin-bottom: 25px;
}
.cid-u5wjoQ1qv1 .table-content > li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em;
}
.cid-u5wjoQ1qv1 .table-content > li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.cid-u5wjoQ1qv1 .table-content > li:nth-child(2n) {
  background: #f2f2f2 none repeat scroll 0 0;
}
.cid-u5wjoQ1qv1 .costs {
  color: #000000;
}
.cid-u5wjoQ1qv1 .costs-title {
  color: #b1a374;
}
.cid-u5wjoQ1qv1 .table-content,
.cid-u5wjoQ1qv1 .mbr-section-btn {
  color: #000000;
}
.cid-sZ45YFNvTO {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/1-10.jpg");
}
.cid-sZ45YFNvTO H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sZ45YFNvTO H3 {
  color: #b1a374;
}
.cid-sbkeqgvmIB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbkeqgvmIB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbkeqgvmIB .section-text {
  padding: 2rem 0;
}
.cid-sbkeqgvmIB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbkeqgvmIB .inner-container {
    width: 100% !important;
  }
}
.cid-ukHu5dG0nd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ukHu5dG0nd .container-fluid {
  padding: 0 3rem;
}
.cid-ukHu5dG0nd .card {
  display: block;
}
.cid-ukHu5dG0nd .card .card-wrapper {
  height: 1%;
}
.cid-ukHu5dG0nd .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ukHu5dG0nd .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ukHu5dG0nd .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ukHu5dG0nd .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ukHu5dG0nd .container-fluid {
    padding: 0 1rem;
  }
  .cid-ukHu5dG0nd .text-row {
    padding-bottom: 1rem;
  }
}
.cid-ukHu5dG0nd .mbr-section-subtitle,
.cid-ukHu5dG0nd .title-btn {
  color: #252529;
}
.cid-ukHu5dG0nd H2 {
  color: #000000;
}
.cid-ukHu5dG0nd .mbr-text,
.cid-ukHu5dG0nd .card-btn {
  color: #ffffff;
}
.cid-v9UQAZHfm6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-v9UQAZHfm6 .container-fluid {
  padding: 0 3rem;
}
.cid-v9UQAZHfm6 .card {
  display: block;
}
.cid-v9UQAZHfm6 .card .card-wrapper {
  height: 1%;
}
.cid-v9UQAZHfm6 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-v9UQAZHfm6 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-v9UQAZHfm6 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-v9UQAZHfm6 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-v9UQAZHfm6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-v9UQAZHfm6 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-v9UQAZHfm6 .mbr-section-subtitle,
.cid-v9UQAZHfm6 .title-btn {
  color: #252529;
}
.cid-v9UQAZHfm6 H2 {
  color: #000000;
}
.cid-v9UQAZHfm6 .mbr-text,
.cid-v9UQAZHfm6 .card-btn {
  color: #ffffff;
}
.cid-tDua5v1rNt {
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  background-color: #232323;
}
.cid-tDua5v1rNt p {
  color: #767676;
}
.cid-tDua5v1rNt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tDua5v1rNt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tDua5v1rNt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tDua5v1rNt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tDua5v1rNt .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tDua5v1rNt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tDua5v1rNt H4 {
  color: #ffffff;
}
.cid-tDua5v1rNt .panel-text {
  color: #898989;
}
.cid-tDua5v1rNt H2 {
  color: #b1a374;
}
.cid-sbkrBxKJAW {
  padding-top: 90px;
  padding-bottom: 120px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sbkrBxKJAW .carousel {
  z-index: 2;
  position: relative;
}
.cid-sbkrBxKJAW .user {
  padding: 0!important;
}
.cid-sbkrBxKJAW .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #232323;
  opacity: 0.5;
}
.cid-sbkrBxKJAW .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sbkrBxKJAW .carousel-item.active,
.cid-sbkrBxKJAW .carousel-item-next,
.cid-sbkrBxKJAW .carousel-item-prev {
  display: flex;
}
.cid-sbkrBxKJAW .user_name {
  margin: 0;
}
.cid-sbkrBxKJAW .carousel-controls a {
  font-size: 2rem;
}
.cid-sbkrBxKJAW .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sbkrBxKJAW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sbkrBxKJAW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sbkrBxKJAW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sbkrBxKJAW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sbkrBxKJAW .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sbkrBxKJAW .user_text {
  color: #232323;
  text-align: left;
}
.cid-sbkrBxKJAW .user_desk {
  color: #767676;
}
.cid-sbkrBxKJAW .user_desk,
.cid-sbkrBxKJAW .carousel-item {
  text-align: left;
}
.cid-sbkrBxKJAW .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sbkrBxKJAW .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-sbkrBxKJAW .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sbkrBxKJAW .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-sbkrBxKJAW .title,
.cid-sbkrBxKJAW .line-align {
  color: #232323;
}
.cid-sblLKgRvVr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-sblLKgRvVr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sblLKgRvVr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sblLKgRvVr .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sblLKgRvVr .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sblLKgRvVr .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sblLKgRvVr textarea.form-control {
  min-height: 214.5px;
}
.cid-sblLKgRvVr .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sblLKgRvVr h4,
.cid-sblLKgRvVr p {
  margin: 0;
}
.cid-sblLKgRvVr h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sblLKgRvVr h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sblLKgRvVr .icon {
  color: #b1a374;
  font-size: 4.3rem;
}
@media (max-width: 991px) {
  .cid-sblLKgRvVr h2 {
    text-align: center;
  }
  .cid-sblLKgRvVr h3 {
    text-align: center;
  }
  .cid-sblLKgRvVr .input-group-btn {
    text-align: center;
  }
  .cid-sblLKgRvVr .social-list {
    text-align: center;
  }
  .cid-sblLKgRvVr .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sblLKgRvVr H2 {
  color: #656565;
}
.cid-sblLKgRvVr .content {
  text-align: left;
  color: #232323;
}
.cid-sblLKgRvVr .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ffffff;
}
.cid-sblLKgRvVr .title1 {
  text-align: left;
  color: #232323;
}
.cid-sblLKgRvVr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-sblLKgRvVr .title2 {
  color: #b1a374;
}
.cid-sbgx9Cuhrg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sbgx9Cuhrg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sbgx9Cuhrg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbgx9Cuhrg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .mbr-text {
  color: #767676;
}
.cid-saRV09ftDW .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-saRV09ftDW .collapsed {
  flex-direction: row!important;
}
.cid-saRV09ftDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saRV09ftDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saRV09ftDW .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-saRV09ftDW .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-saRV09ftDW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-saRV09ftDW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saRV09ftDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saRV09ftDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saRV09ftDW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saRV09ftDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saRV09ftDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saRV09ftDW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saRV09ftDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saRV09ftDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saRV09ftDW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saRV09ftDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saRV09ftDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saRV09ftDW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saRV09ftDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saRV09ftDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saRV09ftDW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saRV09ftDW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saRV09ftDW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saRV09ftDW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-saRV09ftDW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saRV09ftDW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saRV09ftDW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saRV09ftDW .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-saRV09ftDW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saRV09ftDW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saRV09ftDW .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRV09ftDW .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-saRV09ftDW .nav-item:focus,
.cid-saRV09ftDW .nav-link:focus {
  outline: none;
}
.cid-saRV09ftDW .text-white:hover,
.cid-saRV09ftDW .text-white:active,
.cid-saRV09ftDW .text-white:focus {
  color: white!important;
}
.cid-saRV09ftDW .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-saRV09ftDW .dropdown-item:hover {
  color: black!important;
}
.cid-saRV09ftDW .dropdown-menu {
  background-color: white!important;
}
.cid-saRV09ftDW .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-saRV09ftDW .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-saRV09ftDW .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-saRV09ftDW .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-saRV09ftDW .nav-item {
    position: relative;
  }
}
.cid-saRV09ftDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRV09ftDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saRV09ftDW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-saRV09ftDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saRV09ftDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-saRV09ftDW .navbar-caption {
  font-weight: 600!important;
}
.cid-saRV09ftDW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saRV09ftDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saRV09ftDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saRV09ftDW .dropdown-item.active,
.cid-saRV09ftDW .dropdown-item:active {
  background-color: transparent;
}
.cid-saRV09ftDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saRV09ftDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saRV09ftDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saRV09ftDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-saRV09ftDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saRV09ftDW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saRV09ftDW .navbar-buttons {
  text-align: center;
}
.cid-saRV09ftDW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saRV09ftDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saRV09ftDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saRV09ftDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saRV09ftDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saRV09ftDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saRV09ftDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRV09ftDW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saRV09ftDW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saRV09ftDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saRV09ftDW .nav-link {
  font-weight: 600!important;
}
.cid-saRV09ftDW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saRV09ftDW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saRV09ftDW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saRV09ftDW .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saRV09ftDW .navbar {
    height: 77px;
  }
  .cid-saRV09ftDW .navbar.opened {
    height: auto;
  }
  .cid-saRV09ftDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5wSEeyEBs {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/7-1.jpg");
}
.cid-u5wSEeyEBs .mbr-text,
.cid-u5wSEeyEBs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-saSlcYZEkv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saSlcYZEkv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saSlcYZEkv .section-text {
  padding: 2rem 0;
}
.cid-saSlcYZEkv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saSlcYZEkv .inner-container {
    width: 100% !important;
  }
}
.cid-saRV0cdLHB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-saRV0cdLHB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-saRV0cdLHB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-saRV0cdLHB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-saRV0cdLHB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-saRV0cdLHB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-saRV0cdLHB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-saRV0cdLHB .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-saRV0cdLHB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-saRV0cdLHB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t4U7orAh7d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t4U7orAh7d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4U7orAh7d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4U7orAh7d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4U7orAh7d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4U7orAh7d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t4U7orAh7d .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4U7orAh7d .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-t4U7orAh7d .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t4U7orAh7d .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-saSsDaCb7z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saSsDaCb7z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-saSsDaCb7z .section-text {
  padding: 2rem 0;
}
.cid-saSsDaCb7z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-saSsDaCb7z .inner-container {
    width: 100% !important;
  }
}
.cid-sb2xr4AcBA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sb2xr4AcBA .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sb2xr4AcBA .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sb2xr4AcBA .image-block:hover:before {
  opacity: 0;
}
.cid-sb2xr4AcBA .image-block:hover .wrap {
  opacity: 1;
}
.cid-sb2xr4AcBA .image-block:hover img {
  transform: scale(1.05);
}
.cid-sb2xr4AcBA h4 {
  letter-spacing: 2px;
}
.cid-sb2xr4AcBA figcaption {
  position: relative;
}
.cid-sb2xr4AcBA figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sb2xr4AcBA img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sb2xr4AcBA .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sb2xr4AcBA .wrap {
    opacity: 1!important;
  }
  .cid-sb2xr4AcBA .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sb2AU5w0Pc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sb2AU5w0Pc .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sb2AU5w0Pc .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sb2AU5w0Pc .image-block:hover:before {
  opacity: 0;
}
.cid-sb2AU5w0Pc .image-block:hover .wrap {
  opacity: 1;
}
.cid-sb2AU5w0Pc .image-block:hover img {
  transform: scale(1.05);
}
.cid-sb2AU5w0Pc h4 {
  letter-spacing: 2px;
}
.cid-sb2AU5w0Pc figcaption {
  position: relative;
}
.cid-sb2AU5w0Pc figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sb2AU5w0Pc img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sb2AU5w0Pc .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sb2AU5w0Pc .wrap {
    opacity: 1!important;
  }
  .cid-sb2AU5w0Pc .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sb2yULUZ3F {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sb2yULUZ3F .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sb2yULUZ3F .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sb2yULUZ3F .image-block:hover:before {
  opacity: 0;
}
.cid-sb2yULUZ3F .image-block:hover .wrap {
  opacity: 1;
}
.cid-sb2yULUZ3F .image-block:hover img {
  transform: scale(1.05);
}
.cid-sb2yULUZ3F h4 {
  letter-spacing: 2px;
}
.cid-sb2yULUZ3F figcaption {
  position: relative;
}
.cid-sb2yULUZ3F figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sb2yULUZ3F img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sb2yULUZ3F .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sb2yULUZ3F .wrap {
    opacity: 1!important;
  }
  .cid-sb2yULUZ3F .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sbluiEtFa1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sbluiEtFa1 .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sbluiEtFa1 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sbluiEtFa1 .image-block:hover:before {
  opacity: 0;
}
.cid-sbluiEtFa1 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sbluiEtFa1 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sbluiEtFa1 h4 {
  letter-spacing: 2px;
}
.cid-sbluiEtFa1 figcaption {
  position: relative;
}
.cid-sbluiEtFa1 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sbluiEtFa1 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sbluiEtFa1 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sbluiEtFa1 .wrap {
    opacity: 1!important;
  }
  .cid-sbluiEtFa1 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sbgx9Cuhrg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sbgx9Cuhrg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbgx9Cuhrg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sbgx9Cuhrg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sbgx9Cuhrg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sbgx9Cuhrg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbgx9Cuhrg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbgx9Cuhrg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sbgx9Cuhrg .media-container-row .mbr-text {
  color: #767676;
}
.cid-sDJKgWuqzy .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sDJKgWuqzy .collapsed {
  flex-direction: row!important;
}
.cid-sDJKgWuqzy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDJKgWuqzy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDJKgWuqzy .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-sDJKgWuqzy .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sDJKgWuqzy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sDJKgWuqzy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDJKgWuqzy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDJKgWuqzy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDJKgWuqzy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDJKgWuqzy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDJKgWuqzy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDJKgWuqzy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDJKgWuqzy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDJKgWuqzy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sDJKgWuqzy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sDJKgWuqzy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDJKgWuqzy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDJKgWuqzy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDJKgWuqzy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDJKgWuqzy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDJKgWuqzy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDJKgWuqzy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sDJKgWuqzy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDJKgWuqzy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDJKgWuqzy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDJKgWuqzy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sDJKgWuqzy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sDJKgWuqzy .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sDJKgWuqzy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDJKgWuqzy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDJKgWuqzy .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDJKgWuqzy .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sDJKgWuqzy .nav-item:focus,
.cid-sDJKgWuqzy .nav-link:focus {
  outline: none;
}
.cid-sDJKgWuqzy .text-white:hover,
.cid-sDJKgWuqzy .text-white:active,
.cid-sDJKgWuqzy .text-white:focus {
  color: white!important;
}
.cid-sDJKgWuqzy .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sDJKgWuqzy .dropdown-item:hover {
  color: black!important;
}
.cid-sDJKgWuqzy .dropdown-menu {
  background-color: white!important;
}
.cid-sDJKgWuqzy .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-sDJKgWuqzy .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sDJKgWuqzy .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sDJKgWuqzy .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sDJKgWuqzy .nav-item {
    position: relative;
  }
}
.cid-sDJKgWuqzy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDJKgWuqzy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDJKgWuqzy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sDJKgWuqzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sDJKgWuqzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sDJKgWuqzy .navbar-caption {
  font-weight: 600!important;
}
.cid-sDJKgWuqzy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDJKgWuqzy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDJKgWuqzy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDJKgWuqzy .dropdown-item.active,
.cid-sDJKgWuqzy .dropdown-item:active {
  background-color: transparent;
}
.cid-sDJKgWuqzy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDJKgWuqzy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDJKgWuqzy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDJKgWuqzy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sDJKgWuqzy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDJKgWuqzy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDJKgWuqzy .navbar-buttons {
  text-align: center;
}
.cid-sDJKgWuqzy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDJKgWuqzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDJKgWuqzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDJKgWuqzy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJKgWuqzy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJKgWuqzy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDJKgWuqzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJKgWuqzy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDJKgWuqzy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDJKgWuqzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJKgWuqzy .nav-link {
  font-weight: 600!important;
}
.cid-sDJKgWuqzy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJKgWuqzy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDJKgWuqzy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sDJKgWuqzy .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDJKgWuqzy .navbar {
    height: 77px;
  }
  .cid-sDJKgWuqzy .navbar.opened {
    height: auto;
  }
  .cid-sDJKgWuqzy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5GTugelBZ {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/5-5.jpg");
}
.cid-u5GTugelBZ .mbr-text,
.cid-u5GTugelBZ .mbr-section-btn {
  text-align: center;
}
.cid-sDJKh3V1SW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDJKh3V1SW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDJKh3V1SW .section-text {
  padding: 2rem 0;
}
.cid-sDJKh3V1SW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sDJKh3V1SW .inner-container {
    width: 100% !important;
  }
}
.cid-ufY3672ED7 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufY3672ED7 .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-ufY3672ED7 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ufY3672ED7 .image-block:hover:before {
  opacity: 0;
}
.cid-ufY3672ED7 .image-block:hover .wrap {
  opacity: 0;
}
.cid-ufY3672ED7 .image-block:hover img {
  transform: scale(1.05);
}
.cid-ufY3672ED7 h4 {
  letter-spacing: 2px;
}
.cid-ufY3672ED7 figcaption {
  position: relative;
}
.cid-ufY3672ED7 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-ufY3672ED7 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufY3672ED7 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ufY3672ED7 .wrap {
    opacity: 1!important;
  }
  .cid-ufY3672ED7 .image-block:before {
    opacity: 0!important;
  }
}
.cid-tCinGWFLuD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tCinGWFLuD .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tCinGWFLuD .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tCinGWFLuD .image-block:hover:before {
  opacity: 0;
}
.cid-tCinGWFLuD .image-block:hover .wrap {
  opacity: 0;
}
.cid-tCinGWFLuD .image-block:hover img {
  transform: scale(1.05);
}
.cid-tCinGWFLuD h4 {
  letter-spacing: 2px;
}
.cid-tCinGWFLuD figcaption {
  position: relative;
}
.cid-tCinGWFLuD figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tCinGWFLuD img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCinGWFLuD .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tCinGWFLuD .wrap {
    opacity: 1!important;
  }
  .cid-tCinGWFLuD .image-block:before {
    opacity: 0!important;
  }
}
.cid-teOlwzknCx {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-teOlwzknCx .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-teOlwzknCx .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-teOlwzknCx .image-block:hover:before {
  opacity: 0;
}
.cid-teOlwzknCx .image-block:hover .wrap {
  opacity: 1;
}
.cid-teOlwzknCx .image-block:hover img {
  transform: scale(1.05);
}
.cid-teOlwzknCx h4 {
  letter-spacing: 2px;
}
.cid-teOlwzknCx figcaption {
  position: relative;
}
.cid-teOlwzknCx figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-teOlwzknCx img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-teOlwzknCx .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-teOlwzknCx .wrap {
    opacity: 1!important;
  }
  .cid-teOlwzknCx .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJMdGYtiI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sDJMdGYtiI .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDJMdGYtiI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJMdGYtiI .image-block:hover:before {
  opacity: 0;
}
.cid-sDJMdGYtiI .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJMdGYtiI .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJMdGYtiI h4 {
  letter-spacing: 2px;
}
.cid-sDJMdGYtiI figcaption {
  position: relative;
}
.cid-sDJMdGYtiI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJMdGYtiI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJMdGYtiI .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJMdGYtiI .wrap {
    opacity: 1!important;
  }
  .cid-sDJMdGYtiI .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDKaGWFmcT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-sDKaGWFmcT .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDKaGWFmcT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDKaGWFmcT .image-block:hover:before {
  opacity: 0;
}
.cid-sDKaGWFmcT .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDKaGWFmcT .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDKaGWFmcT h4 {
  letter-spacing: 2px;
}
.cid-sDKaGWFmcT figcaption {
  position: relative;
}
.cid-sDKaGWFmcT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDKaGWFmcT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDKaGWFmcT .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDKaGWFmcT .wrap {
    opacity: 1!important;
  }
  .cid-sDKaGWFmcT .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKh57K05 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKh57K05 .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKh57K05 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKh57K05 .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKh57K05 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKh57K05 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKh57K05 h4 {
  letter-spacing: 2px;
}
.cid-sDJKh57K05 figcaption {
  position: relative;
}
.cid-sDJKh57K05 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKh57K05 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKh57K05 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKh57K05 .wrap {
    opacity: 1!important;
  }
  .cid-sDJKh57K05 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKh7G1Ct {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKh7G1Ct .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKh7G1Ct .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKh7G1Ct .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKh7G1Ct .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKh7G1Ct .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKh7G1Ct h4 {
  letter-spacing: 2px;
}
.cid-sDJKh7G1Ct figcaption {
  position: relative;
}
.cid-sDJKh7G1Ct figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKh7G1Ct img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKh7G1Ct .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKh7G1Ct .wrap {
    opacity: 1!important;
  }
  .cid-sDJKh7G1Ct .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKh9pMUp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKh9pMUp .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKh9pMUp .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKh9pMUp .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKh9pMUp .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKh9pMUp .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKh9pMUp h4 {
  letter-spacing: 2px;
}
.cid-sDJKh9pMUp figcaption {
  position: relative;
}
.cid-sDJKh9pMUp figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKh9pMUp img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKh9pMUp .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKh9pMUp .wrap {
    opacity: 1!important;
  }
  .cid-sDJKh9pMUp .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhbf7so {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKhbf7so .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKhbf7so .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKhbf7so .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKhbf7so .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKhbf7so .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKhbf7so h4 {
  letter-spacing: 2px;
}
.cid-sDJKhbf7so figcaption {
  position: relative;
}
.cid-sDJKhbf7so figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKhbf7so img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKhbf7so .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKhbf7so .wrap {
    opacity: 1!important;
  }
  .cid-sDJKhbf7so .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhcQILU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKhcQILU .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKhcQILU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKhcQILU .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKhcQILU .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKhcQILU .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKhcQILU h4 {
  letter-spacing: 2px;
}
.cid-sDJKhcQILU figcaption {
  position: relative;
}
.cid-sDJKhcQILU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKhcQILU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKhcQILU .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKhcQILU .wrap {
    opacity: 1!important;
  }
  .cid-sDJKhcQILU .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhexbOB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sDJKhexbOB .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKhexbOB .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKhexbOB .image-block:hover:before {
  opacity: 0;
}
.cid-sDJKhexbOB .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKhexbOB .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKhexbOB h4 {
  letter-spacing: 2px;
}
.cid-sDJKhexbOB figcaption {
  position: relative;
}
.cid-sDJKhexbOB figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKhexbOB img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKhexbOB .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKhexbOB .wrap {
    opacity: 1!important;
  }
  .cid-sDJKhexbOB .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhgiVrv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sDJKhgiVrv .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sDJKhgiVrv .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sDJKhgiVrv .image-block:hover:before {
  opacity: 0.1;
}
.cid-sDJKhgiVrv .image-block:hover .wrap {
  opacity: 1;
}
.cid-sDJKhgiVrv .image-block:hover img {
  transform: scale(1.05);
}
.cid-sDJKhgiVrv h4 {
  letter-spacing: 2px;
}
.cid-sDJKhgiVrv figcaption {
  position: relative;
}
.cid-sDJKhgiVrv figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sDJKhgiVrv img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sDJKhgiVrv .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sDJKhgiVrv .wrap {
    opacity: 1!important;
  }
  .cid-sDJKhgiVrv .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sFOdRUOUaU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sFOdRUOUaU .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-sFOdRUOUaU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sFOdRUOUaU .image-block:hover:before {
  opacity: 0;
}
.cid-sFOdRUOUaU .image-block:hover .wrap {
  opacity: 1;
}
.cid-sFOdRUOUaU .image-block:hover img {
  transform: scale(1.05);
}
.cid-sFOdRUOUaU h4 {
  letter-spacing: 2px;
}
.cid-sFOdRUOUaU figcaption {
  position: relative;
}
.cid-sFOdRUOUaU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sFOdRUOUaU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sFOdRUOUaU .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sFOdRUOUaU .wrap {
    opacity: 1!important;
  }
  .cid-sFOdRUOUaU .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sXJQEIqRgK {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sXJQEIqRgK .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sXJQEIqRgK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sXJQEIqRgK .image-block:hover:before {
  opacity: 0;
}
.cid-sXJQEIqRgK .image-block:hover .wrap {
  opacity: 1;
}
.cid-sXJQEIqRgK .image-block:hover img {
  transform: scale(1.05);
}
.cid-sXJQEIqRgK h4 {
  letter-spacing: 2px;
}
.cid-sXJQEIqRgK figcaption {
  position: relative;
}
.cid-sXJQEIqRgK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sXJQEIqRgK img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sXJQEIqRgK .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sXJQEIqRgK .wrap {
    opacity: 1!important;
  }
  .cid-sXJQEIqRgK .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sPrVwrhZPe {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sPrVwrhZPe .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-sPrVwrhZPe .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sPrVwrhZPe .image-block:hover:before {
  opacity: 0;
}
.cid-sPrVwrhZPe .image-block:hover .wrap {
  opacity: 1;
}
.cid-sPrVwrhZPe .image-block:hover img {
  transform: scale(1.05);
}
.cid-sPrVwrhZPe h4 {
  letter-spacing: 2px;
}
.cid-sPrVwrhZPe figcaption {
  position: relative;
}
.cid-sPrVwrhZPe figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sPrVwrhZPe img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sPrVwrhZPe .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sPrVwrhZPe .wrap {
    opacity: 1!important;
  }
  .cid-sPrVwrhZPe .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhAJoY2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDJKhAJoY2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sDJKhAJoY2 .section-text {
  padding: 2rem 0;
}
.cid-sDJKhAJoY2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sDJKhAJoY2 .inner-container {
    width: 100% !important;
  }
}
.cid-u5IW1mI9C5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-u5IW1mI9C5 .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-u5IW1mI9C5 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5IW1mI9C5 .image-block:hover:before {
  opacity: 0;
}
.cid-u5IW1mI9C5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-u5IW1mI9C5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-u5IW1mI9C5 h4 {
  letter-spacing: 2px;
}
.cid-u5IW1mI9C5 figcaption {
  position: relative;
}
.cid-u5IW1mI9C5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u5IW1mI9C5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u5IW1mI9C5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u5IW1mI9C5 .wrap {
    opacity: 1!important;
  }
  .cid-u5IW1mI9C5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-u5IZ20Mkjx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-u5IZ20Mkjx .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-u5IZ20Mkjx .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5IZ20Mkjx .image-block:hover:before {
  opacity: 0;
}
.cid-u5IZ20Mkjx .image-block:hover .wrap {
  opacity: 1;
}
.cid-u5IZ20Mkjx .image-block:hover img {
  transform: scale(1.05);
}
.cid-u5IZ20Mkjx h4 {
  letter-spacing: 2px;
}
.cid-u5IZ20Mkjx figcaption {
  position: relative;
}
.cid-u5IZ20Mkjx figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u5IZ20Mkjx img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u5IZ20Mkjx .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u5IZ20Mkjx .wrap {
    opacity: 1!important;
  }
  .cid-u5IZ20Mkjx .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-u5J15s4wG9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-u5J15s4wG9 .image-block {
  margin: auto;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.cid-u5J15s4wG9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #232323;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5J15s4wG9 .image-block:hover:before {
  opacity: 0;
}
.cid-u5J15s4wG9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-u5J15s4wG9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-u5J15s4wG9 h4 {
  letter-spacing: 2px;
}
.cid-u5J15s4wG9 figcaption {
  position: relative;
}
.cid-u5J15s4wG9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u5J15s4wG9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u5J15s4wG9 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u5J15s4wG9 .wrap {
    opacity: 1!important;
  }
  .cid-u5J15s4wG9 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sDJKhFpdYj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sDJKhFpdYj .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDJKhFpdYj .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDJKhFpdYj .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJKhFpdYj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDJKhFpdYj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDJKhFpdYj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDJKhFpdYj .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sDJKhFpdYj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDJKhFpdYj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDJKhFpdYj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sDJKhFpdYj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDJKhFpdYj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDJKhFpdYj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDJKhFpdYj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDJKhFpdYj .media-container-row .mbr-text {
  color: #767676;
}
.cid-sJFRaEKHHe .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sJFRaEKHHe .collapsed {
  flex-direction: row!important;
}
.cid-sJFRaEKHHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJFRaEKHHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJFRaEKHHe .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-sJFRaEKHHe .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sJFRaEKHHe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJFRaEKHHe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJFRaEKHHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJFRaEKHHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJFRaEKHHe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJFRaEKHHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJFRaEKHHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJFRaEKHHe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJFRaEKHHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJFRaEKHHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJFRaEKHHe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJFRaEKHHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJFRaEKHHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJFRaEKHHe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJFRaEKHHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJFRaEKHHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJFRaEKHHe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJFRaEKHHe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJFRaEKHHe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJFRaEKHHe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJFRaEKHHe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJFRaEKHHe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJFRaEKHHe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJFRaEKHHe .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJFRaEKHHe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJFRaEKHHe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJFRaEKHHe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJFRaEKHHe .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sJFRaEKHHe .nav-item:focus,
.cid-sJFRaEKHHe .nav-link:focus {
  outline: none;
}
.cid-sJFRaEKHHe .text-white:hover,
.cid-sJFRaEKHHe .text-white:active,
.cid-sJFRaEKHHe .text-white:focus {
  color: white!important;
}
.cid-sJFRaEKHHe .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sJFRaEKHHe .dropdown-item:hover {
  color: black!important;
}
.cid-sJFRaEKHHe .dropdown-menu {
  background-color: white!important;
}
.cid-sJFRaEKHHe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-sJFRaEKHHe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sJFRaEKHHe .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sJFRaEKHHe .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sJFRaEKHHe .nav-item {
    position: relative;
  }
}
.cid-sJFRaEKHHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJFRaEKHHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJFRaEKHHe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sJFRaEKHHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJFRaEKHHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJFRaEKHHe .navbar-caption {
  font-weight: 600!important;
}
.cid-sJFRaEKHHe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJFRaEKHHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJFRaEKHHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJFRaEKHHe .dropdown-item.active,
.cid-sJFRaEKHHe .dropdown-item:active {
  background-color: transparent;
}
.cid-sJFRaEKHHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJFRaEKHHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJFRaEKHHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJFRaEKHHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJFRaEKHHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJFRaEKHHe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJFRaEKHHe .navbar-buttons {
  text-align: center;
}
.cid-sJFRaEKHHe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJFRaEKHHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJFRaEKHHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJFRaEKHHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJFRaEKHHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJFRaEKHHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJFRaEKHHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJFRaEKHHe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJFRaEKHHe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJFRaEKHHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJFRaEKHHe .nav-link {
  font-weight: 600!important;
}
.cid-sJFRaEKHHe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJFRaEKHHe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJFRaEKHHe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sJFRaEKHHe .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJFRaEKHHe .navbar {
    height: 77px;
  }
  .cid-sJFRaEKHHe .navbar.opened {
    height: auto;
  }
  .cid-sJFRaEKHHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5x1pNf71f {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1-10.jpg");
}
.cid-u5x1pNf71f .mbr-text,
.cid-u5x1pNf71f .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v6lxGz0yNL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v6lxGz0yNL .mbr-section-subtitle {
  color: #b1a374;
  text-align: center;
  font-weight: 300;
}
.cid-v6lxGz0yNL .step {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border-radius: 50%;
  border: 2px solid #767676;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-v6lxGz0yNL .separline .step-wrapper {
    position: relative;
  }
  .cid-v6lxGz0yNL .separline .step-wrapper:before,
  .cid-v6lxGz0yNL .separline .step-wrapper:after {
    top: 37px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 35px - 8px);
    background-color: #767676;
  }
  .cid-v6lxGz0yNL .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-v6lxGz0yNL .separline .step-wrapper:after {
    left: calc(50% + 8px + 35px);
  }
  .cid-v6lxGz0yNL .separline.last-child .step-wrapper:after,
  .cid-v6lxGz0yNL .separline:nth-child(3n) .step-wrapper:after,
  .cid-v6lxGz0yNL .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-v6lxGz0yNL .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-v6lpFHeSmW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-v6lpFHeSmW .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-v6lpFHeSmW .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v6lpFHeSmW .image-block:hover:before {
  opacity: 0.4;
}
.cid-v6lpFHeSmW .image-block:hover .wrap {
  opacity: 1;
}
.cid-v6lpFHeSmW .image-block:hover img {
  transform: scale(1.05);
}
.cid-v6lpFHeSmW h4 {
  letter-spacing: 2px;
}
.cid-v6lpFHeSmW figcaption {
  position: relative;
}
.cid-v6lpFHeSmW figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v6lpFHeSmW img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v6lpFHeSmW .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v6lpFHeSmW .wrap {
    opacity: 1!important;
  }
  .cid-v6lpFHeSmW .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-v6lopsmNPG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-v6lopsmNPG .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-v6lopsmNPG .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v6lopsmNPG .image-block:hover:before {
  opacity: 0.4;
}
.cid-v6lopsmNPG .image-block:hover .wrap {
  opacity: 1;
}
.cid-v6lopsmNPG .image-block:hover img {
  transform: scale(1.05);
}
.cid-v6lopsmNPG h4 {
  letter-spacing: 2px;
}
.cid-v6lopsmNPG figcaption {
  position: relative;
}
.cid-v6lopsmNPG figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v6lopsmNPG img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v6lopsmNPG .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v6lopsmNPG .wrap {
    opacity: 1!important;
  }
  .cid-v6lopsmNPG .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-v6lnhcCNXU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-v6lnhcCNXU .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-v6lnhcCNXU .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v6lnhcCNXU .image-block:hover:before {
  opacity: 0.4;
}
.cid-v6lnhcCNXU .image-block:hover .wrap {
  opacity: 1;
}
.cid-v6lnhcCNXU .image-block:hover img {
  transform: scale(1.05);
}
.cid-v6lnhcCNXU h4 {
  letter-spacing: 2px;
}
.cid-v6lnhcCNXU figcaption {
  position: relative;
}
.cid-v6lnhcCNXU figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-v6lnhcCNXU img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v6lnhcCNXU .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v6lnhcCNXU .wrap {
    opacity: 1!important;
  }
  .cid-v6lnhcCNXU .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-u5GKj0vRgC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-u5GKj0vRgC .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-u5GKj0vRgC .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u5GKj0vRgC .image-block:hover:before {
  opacity: 0.4;
}
.cid-u5GKj0vRgC .image-block:hover .wrap {
  opacity: 1;
}
.cid-u5GKj0vRgC .image-block:hover img {
  transform: scale(1.05);
}
.cid-u5GKj0vRgC h4 {
  letter-spacing: 2px;
}
.cid-u5GKj0vRgC figcaption {
  position: relative;
}
.cid-u5GKj0vRgC figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u5GKj0vRgC img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u5GKj0vRgC .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u5GKj0vRgC .wrap {
    opacity: 1!important;
  }
  .cid-u5GKj0vRgC .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tM6nf9fyDf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tM6nf9fyDf .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-tM6nf9fyDf .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tM6nf9fyDf .image-block:hover:before {
  opacity: 0;
}
.cid-tM6nf9fyDf .image-block:hover .wrap {
  opacity: 1;
}
.cid-tM6nf9fyDf .image-block:hover img {
  transform: scale(1.05);
}
.cid-tM6nf9fyDf h4 {
  letter-spacing: 2px;
}
.cid-tM6nf9fyDf figcaption {
  position: relative;
}
.cid-tM6nf9fyDf figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tM6nf9fyDf img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tM6nf9fyDf .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tM6nf9fyDf .wrap {
    opacity: 1!important;
  }
  .cid-tM6nf9fyDf .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-twltfR5CPi {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-twltfR5CPi .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-twltfR5CPi .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-twltfR5CPi .image-block:hover:before {
  opacity: 0.4;
}
.cid-twltfR5CPi .image-block:hover .wrap {
  opacity: 1;
}
.cid-twltfR5CPi .image-block:hover img {
  transform: scale(1.05);
}
.cid-twltfR5CPi h4 {
  letter-spacing: 2px;
}
.cid-twltfR5CPi figcaption {
  position: relative;
}
.cid-twltfR5CPi figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-twltfR5CPi img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-twltfR5CPi .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-twltfR5CPi .wrap {
    opacity: 1!important;
  }
  .cid-twltfR5CPi .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-t3Gro0ycu7 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t3Gro0ycu7 .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-t3Gro0ycu7 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-t3Gro0ycu7 .image-block:hover:before {
  opacity: 0;
}
.cid-t3Gro0ycu7 .image-block:hover .wrap {
  opacity: 1;
}
.cid-t3Gro0ycu7 .image-block:hover img {
  transform: scale(1.05);
}
.cid-t3Gro0ycu7 h4 {
  letter-spacing: 2px;
}
.cid-t3Gro0ycu7 figcaption {
  position: relative;
}
.cid-t3Gro0ycu7 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-t3Gro0ycu7 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t3Gro0ycu7 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-t3Gro0ycu7 .wrap {
    opacity: 1!important;
  }
  .cid-t3Gro0ycu7 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRaVceEa {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFRaVceEa .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFRaVceEa .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFRaVceEa .image-block:hover:before {
  opacity: 0;
}
.cid-sJFRaVceEa .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFRaVceEa .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFRaVceEa h4 {
  letter-spacing: 2px;
}
.cid-sJFRaVceEa figcaption {
  position: relative;
}
.cid-sJFRaVceEa figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFRaVceEa img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFRaVceEa .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFRaVceEa .wrap {
    opacity: 1!important;
  }
  .cid-sJFRaVceEa .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRaYov8v {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFRaYov8v .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFRaYov8v .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFRaYov8v .image-block:hover:before {
  opacity: 0;
}
.cid-sJFRaYov8v .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFRaYov8v .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFRaYov8v h4 {
  letter-spacing: 2px;
}
.cid-sJFRaYov8v figcaption {
  position: relative;
}
.cid-sJFRaYov8v figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFRaYov8v img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFRaYov8v .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFRaYov8v .wrap {
    opacity: 1!important;
  }
  .cid-sJFRaYov8v .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRaWHLrl {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFRaWHLrl .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFRaWHLrl .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFRaWHLrl .image-block:hover:before {
  opacity: 0;
}
.cid-sJFRaWHLrl .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFRaWHLrl .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFRaWHLrl h4 {
  letter-spacing: 2px;
}
.cid-sJFRaWHLrl figcaption {
  position: relative;
}
.cid-sJFRaWHLrl figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFRaWHLrl img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFRaWHLrl .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFRaWHLrl .wrap {
    opacity: 1!important;
  }
  .cid-sJFRaWHLrl .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFWmjF8be {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFWmjF8be .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFWmjF8be .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFWmjF8be .image-block:hover:before {
  opacity: 0;
}
.cid-sJFWmjF8be .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFWmjF8be .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFWmjF8be h4 {
  letter-spacing: 2px;
}
.cid-sJFWmjF8be figcaption {
  position: relative;
}
.cid-sJFWmjF8be figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFWmjF8be img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFWmjF8be .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFWmjF8be .wrap {
    opacity: 1!important;
  }
  .cid-sJFWmjF8be .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRaZXN8M {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFRaZXN8M .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFRaZXN8M .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFRaZXN8M .image-block:hover:before {
  opacity: 0;
}
.cid-sJFRaZXN8M .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFRaZXN8M .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFRaZXN8M h4 {
  letter-spacing: 2px;
}
.cid-sJFRaZXN8M figcaption {
  position: relative;
}
.cid-sJFRaZXN8M figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFRaZXN8M img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFRaZXN8M .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFRaZXN8M .wrap {
    opacity: 1!important;
  }
  .cid-sJFRaZXN8M .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRb1uuFO {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJFRb1uuFO .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJFRb1uuFO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJFRb1uuFO .image-block:hover:before {
  opacity: 0;
}
.cid-sJFRb1uuFO .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJFRb1uuFO .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJFRb1uuFO h4 {
  letter-spacing: 2px;
}
.cid-sJFRb1uuFO figcaption {
  position: relative;
}
.cid-sJFRb1uuFO figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJFRb1uuFO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJFRb1uuFO .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJFRb1uuFO .wrap {
    opacity: 1!important;
  }
  .cid-sJFRb1uuFO .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJG0ll5jmu {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sJG0ll5jmu .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJG0ll5jmu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJG0ll5jmu .image-block:hover:before {
  opacity: 0;
}
.cid-sJG0ll5jmu .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJG0ll5jmu .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJG0ll5jmu h4 {
  letter-spacing: 2px;
}
.cid-sJG0ll5jmu figcaption {
  position: relative;
}
.cid-sJG0ll5jmu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJG0ll5jmu img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJG0ll5jmu .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJG0ll5jmu .wrap {
    opacity: 1!important;
  }
  .cid-sJG0ll5jmu .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJG1V7XGH9 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sJG1V7XGH9 .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-sJG1V7XGH9 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sJG1V7XGH9 .image-block:hover:before {
  opacity: 0;
}
.cid-sJG1V7XGH9 .image-block:hover .wrap {
  opacity: 1;
}
.cid-sJG1V7XGH9 .image-block:hover img {
  transform: scale(1.05);
}
.cid-sJG1V7XGH9 h4 {
  letter-spacing: 2px;
}
.cid-sJG1V7XGH9 figcaption {
  position: relative;
}
.cid-sJG1V7XGH9 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sJG1V7XGH9 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sJG1V7XGH9 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sJG1V7XGH9 .wrap {
    opacity: 1!important;
  }
  .cid-sJG1V7XGH9 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sJFRb3kMeE {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sJFRb3kMeE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJFRb3kMeE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJFRb3kMeE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJFRb3kMeE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sJFRb3kMeE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJFRb3kMeE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sJFRb3kMeE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJFRb3kMeE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJFRb3kMeE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJFRb3kMeE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJFRb3kMeE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJFRb3kMeE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJFRb3kMeE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sJFRb3kMeE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJFRb3kMeE .media-container-row .mbr-text {
  color: #767676;
}
.cid-tG2h69VggJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tG2h69VggJ .collapsed {
  flex-direction: row!important;
}
.cid-tG2h69VggJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG2h69VggJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG2h69VggJ .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #232323;
}
.cid-tG2h69VggJ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tG2h69VggJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tG2h69VggJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG2h69VggJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG2h69VggJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tG2h69VggJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tG2h69VggJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG2h69VggJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG2h69VggJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tG2h69VggJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG2h69VggJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tG2h69VggJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tG2h69VggJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG2h69VggJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG2h69VggJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tG2h69VggJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG2h69VggJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG2h69VggJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tG2h69VggJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tG2h69VggJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG2h69VggJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG2h69VggJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tG2h69VggJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tG2h69VggJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tG2h69VggJ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tG2h69VggJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tG2h69VggJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tG2h69VggJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tG2h69VggJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tG2h69VggJ .nav-item:focus,
.cid-tG2h69VggJ .nav-link:focus {
  outline: none;
}
.cid-tG2h69VggJ .text-white:hover,
.cid-tG2h69VggJ .text-white:active,
.cid-tG2h69VggJ .text-white:focus {
  color: white!important;
}
.cid-tG2h69VggJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tG2h69VggJ .dropdown-item:hover {
  color: black!important;
}
.cid-tG2h69VggJ .dropdown-menu {
  background-color: white!important;
}
.cid-tG2h69VggJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(195, 185, 149, 0.35);
  display: block;
}
.cid-tG2h69VggJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #b1a374;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tG2h69VggJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tG2h69VggJ .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tG2h69VggJ .nav-item {
    position: relative;
  }
}
.cid-tG2h69VggJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tG2h69VggJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG2h69VggJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tG2h69VggJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tG2h69VggJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tG2h69VggJ .navbar-caption {
  font-weight: 600!important;
}
.cid-tG2h69VggJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG2h69VggJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG2h69VggJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG2h69VggJ .dropdown-item.active,
.cid-tG2h69VggJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tG2h69VggJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG2h69VggJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG2h69VggJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG2h69VggJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tG2h69VggJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG2h69VggJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tG2h69VggJ .navbar-buttons {
  text-align: center;
}
.cid-tG2h69VggJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG2h69VggJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tG2h69VggJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG2h69VggJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG2h69VggJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG2h69VggJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG2h69VggJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG2h69VggJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG2h69VggJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG2h69VggJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG2h69VggJ .nav-link {
  font-weight: 600!important;
}
.cid-tG2h69VggJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tG2h69VggJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tG2h69VggJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tG2h69VggJ .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG2h69VggJ .navbar {
    height: 77px;
  }
  .cid-tG2h69VggJ .navbar.opened {
    height: auto;
  }
  .cid-tG2h69VggJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5wYflLiLC {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mockup02-2000x1385.jpg");
}
.cid-u5wYflLiLC .mbr-text,
.cid-u5wYflLiLC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tG2h6cwLOz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tG2h6cwLOz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tG2h6cwLOz .section-text {
  padding: 2rem 0;
}
.cid-tG2h6cwLOz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tG2h6cwLOz .inner-container {
    width: 100% !important;
  }
}
.cid-uu3313kLTP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uu3313kLTP .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-uu3313kLTP .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uu3313kLTP .image-block:hover:before {
  opacity: 0;
}
.cid-uu3313kLTP .image-block:hover .wrap {
  opacity: 1;
}
.cid-uu3313kLTP .image-block:hover img {
  transform: scale(1.05);
}
.cid-uu3313kLTP h4 {
  letter-spacing: 2px;
}
.cid-uu3313kLTP figcaption {
  position: relative;
}
.cid-uu3313kLTP figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uu3313kLTP img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uu3313kLTP .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uu3313kLTP .wrap {
    opacity: 1!important;
  }
  .cid-uu3313kLTP .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2h6hKTyE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG2h6hKTyE .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-tG2h6hKTyE .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2h6hKTyE .image-block:hover:before {
  opacity: 0;
}
.cid-tG2h6hKTyE .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2h6hKTyE .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG2h6hKTyE h4 {
  letter-spacing: 2px;
}
.cid-tG2h6hKTyE figcaption {
  position: relative;
}
.cid-tG2h6hKTyE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG2h6hKTyE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG2h6hKTyE .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG2h6hKTyE .wrap {
    opacity: 1!important;
  }
  .cid-tG2h6hKTyE .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-v6lgNg6PIs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v6lgNg6PIs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v6lgNg6PIs .section-text {
  padding: 2rem 0;
}
.cid-v6lgNg6PIs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v6lgNg6PIs .inner-container {
    width: 100% !important;
  }
}
.cid-tG2h6kIGbL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG2h6kIGbL .image-block {
  margin: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.cid-tG2h6kIGbL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2h6kIGbL .image-block:hover:before {
  opacity: 0;
}
.cid-tG2h6kIGbL .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2h6kIGbL .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG2h6kIGbL h4 {
  letter-spacing: 2px;
}
.cid-tG2h6kIGbL figcaption {
  position: relative;
}
.cid-tG2h6kIGbL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG2h6kIGbL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG2h6kIGbL .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG2h6kIGbL .wrap {
    opacity: 1!important;
  }
  .cid-tG2h6kIGbL .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2h6mnaxK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG2h6mnaxK .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-tG2h6mnaxK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2h6mnaxK .image-block:hover:before {
  opacity: 0;
}
.cid-tG2h6mnaxK .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2h6mnaxK .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG2h6mnaxK h4 {
  letter-spacing: 2px;
}
.cid-tG2h6mnaxK figcaption {
  position: relative;
}
.cid-tG2h6mnaxK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG2h6mnaxK img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG2h6mnaxK .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG2h6mnaxK .wrap {
    opacity: 1!important;
  }
  .cid-tG2h6mnaxK .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2h6pRQ6y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG2h6pRQ6y .image-block {
  margin: auto;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.cid-tG2h6pRQ6y .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2h6pRQ6y .image-block:hover:before {
  opacity: 0.4;
}
.cid-tG2h6pRQ6y .image-block:hover .wrap {
  opacity: 1;
}
.cid-tG2h6pRQ6y .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG2h6pRQ6y h4 {
  letter-spacing: 2px;
}
.cid-tG2h6pRQ6y figcaption {
  position: relative;
}
.cid-tG2h6pRQ6y figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG2h6pRQ6y img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG2h6pRQ6y .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG2h6pRQ6y .wrap {
    opacity: 1!important;
  }
  .cid-tG2h6pRQ6y .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tG2maUScaL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG2maUScaL .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tG2maUScaL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG2maUScaL .image-block:hover:before {
  opacity: 0;
}
.cid-tG2maUScaL .image-block:hover .wrap {
  opacity: 0;
}
.cid-tG2maUScaL .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG2maUScaL h4 {
  letter-spacing: 2px;
}
.cid-tG2maUScaL figcaption {
  position: relative;
}
.cid-tG2maUScaL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG2maUScaL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG2maUScaL .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG2maUScaL .wrap {
    opacity: 1!important;
  }
  .cid-tG2maUScaL .image-block:before {
    opacity: 0!important;
  }
}
.cid-tG8MsIDmHL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tG8MsIDmHL .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tG8MsIDmHL .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tG8MsIDmHL .image-block:hover:before {
  opacity: 0;
}
.cid-tG8MsIDmHL .image-block:hover .wrap {
  opacity: 0;
}
.cid-tG8MsIDmHL .image-block:hover img {
  transform: scale(1.05);
}
.cid-tG8MsIDmHL h4 {
  letter-spacing: 2px;
}
.cid-tG8MsIDmHL figcaption {
  position: relative;
}
.cid-tG8MsIDmHL figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tG8MsIDmHL img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tG8MsIDmHL .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tG8MsIDmHL .wrap {
    opacity: 1!important;
  }
  .cid-tG8MsIDmHL .image-block:before {
    opacity: 0!important;
  }
}
.cid-tGg07w0Plu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tGg07w0Plu .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tGg07w0Plu .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tGg07w0Plu .image-block:hover:before {
  opacity: 0;
}
.cid-tGg07w0Plu .image-block:hover .wrap {
  opacity: 0;
}
.cid-tGg07w0Plu .image-block:hover img {
  transform: scale(1.05);
}
.cid-tGg07w0Plu h4 {
  letter-spacing: 2px;
}
.cid-tGg07w0Plu figcaption {
  position: relative;
}
.cid-tGg07w0Plu figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tGg07w0Plu img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tGg07w0Plu .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tGg07w0Plu .wrap {
    opacity: 1!important;
  }
  .cid-tGg07w0Plu .image-block:before {
    opacity: 0!important;
  }
}
.cid-v6ljCDK97g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fb-cover-2024-1640x675.jpg");
}
.cid-v6ljCDK97g .mbr-text {
  color: #767676;
}
.cid-v6ljCDK97g h4 {
  text-align: center;
}
.cid-v6ljCDK97g p {
  text-align: center;
}
.cid-v6ljCDK97g .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v6ljCDK97g .card-title,
.cid-v6ljCDK97g .card-img {
  color: #efefef;
}
.cid-tG2h6rCRTZ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tG2h6rCRTZ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG2h6rCRTZ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG2h6rCRTZ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tG2h6rCRTZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tG2h6rCRTZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tG2h6rCRTZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tG2h6rCRTZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tG2h6rCRTZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tG2h6rCRTZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tG2h6rCRTZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tG2h6rCRTZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG2h6rCRTZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG2h6rCRTZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tG2h6rCRTZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tG2h6rCRTZ .media-container-row .mbr-text {
  color: #767676;
}
