.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #978204 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #a6a99c !important;
}
.bg-warning {
  background-color: #baa109 !important;
}
.bg-danger {
  background-color: #8d7d15 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #978204 !important;
  border-color: #978204 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c9ad05 !important;
  border-color: #c9ad05 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c9ad05 !important;
  border-color: #c9ad05 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #645600 !important;
  border-color: #645600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #978200 !important;
  border-color: #978200 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #978200 !important;
  border-color: #978200 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #baa109 !important;
  border-color: #baa109 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ebcb0b !important;
  border-color: #ebcb0b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ebcb0b !important;
  border-color: #ebcb0b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d7d15 !important;
  border-color: #8d7d15 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b9a41c !important;
  border-color: #b9a41c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b9a41c !important;
  border-color: #b9a41c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #978204;
  color: #978204;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #433902 !important;
  background-color: transparent !important;
  border-color: #433902 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #978204 !important;
  border-color: #978204 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #645600;
  color: #645600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d0b00 !important;
  background-color: transparent !important;
  border-color: #0d0b00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #645600 !important;
  border-color: #645600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #baa109;
  color: #baa109;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #675905 !important;
  background-color: transparent !important;
  border-color: #675905 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #baa109 !important;
  border-color: #baa109 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8d7d15;
  color: #8d7d15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #423a0a !important;
  background-color: transparent !important;
  border-color: #423a0a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d7d15 !important;
  border-color: #8d7d15 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #978204 !important;
}
.text-secondary {
  color: #645600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #a6a99c !important;
}
.text-warning {
  color: #baa109 !important;
}
.text-danger {
  color: #8d7d15 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #342c01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #747768 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #594d04 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #342e08 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #978204;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a6a99c;
}
.alert-warning {
  background-color: #baa109;
}
.alert-danger {
  background-color: #8d7d15;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #978204;
  border-color: #978204;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #978204;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9da21;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6de4c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2cd3f;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #978204 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #978204;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #978204;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #978204;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #978204;
  border-bottom-color: #978204;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #978204 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #645600 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23978204' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-umL5BkByjc .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-umL5BkByjc .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-umL5BkByjc .navbar-fixed-top {
  padding-top: 0;
}
.cid-umL5BkByjc .navbar-collapse {
  flex-basis: auto;
}
.cid-umL5BkByjc .dropdown-item {
  padding: 0;
}
.cid-umL5BkByjc .dropdown-menu {
  border: 0px solid lightgray;
  background: #7e732c !important;
}
.cid-umL5BkByjc .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umL5BkByjc .menu-content-top {
    width: 100%;
  }
  .cid-umL5BkByjc .menu-content-top .menu-logo {
    display: none;
  }
  .cid-umL5BkByjc .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-umL5BkByjc .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-umL5BkByjc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-umL5BkByjc .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-umL5BkByjc .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #7e732c;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-umL5BkByjc .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umL5BkByjc .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #978204;
}
.cid-umL5BkByjc .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-umL5BkByjc a {
  font-style: normal;
}
.cid-umL5BkByjc .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-umL5BkByjc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-umL5BkByjc .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-umL5BkByjc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .content-text {
  margin-bottom: 0;
}
.cid-umL5BkByjc .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #978204;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-umL5BkByjc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-umL5BkByjc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-umL5BkByjc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-umL5BkByjc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umL5BkByjc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umL5BkByjc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-umL5BkByjc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umL5BkByjc .nav-dropdown .link {
  font-weight: 400;
}
.cid-umL5BkByjc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-umL5BkByjc .content-right-side {
  text-align: center;
}
.cid-umL5BkByjc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-umL5BkByjc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-umL5BkByjc .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-umL5BkByjc .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-umL5BkByjc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-umL5BkByjc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-umL5BkByjc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-umL5BkByjc .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-umL5BkByjc .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-umL5BkByjc .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-umL5BkByjc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-umL5BkByjc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-umL5BkByjc .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-umL5BkByjc .navbar {
    display: block;
    padding: 0;
  }
  .cid-umL5BkByjc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-umL5BkByjc .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem - 4.5rem);
  }
  .cid-umL5BkByjc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-umL5BkByjc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-umL5BkByjc .navbar-toggler {
    display: none;
  }
  .cid-umL5BkByjc .navbar-collapse {
    justify-content: center;
  }
}
.cid-umL5BkByjc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-umL5BkByjc .btn {
  display: inline-flex;
  align-items: center;
}
.cid-umL5BkByjc .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-umL5BkByjc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-umL5BkByjc .menu-logo {
  margin-right: auto;
}
.cid-umL5BkByjc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-umL5BkByjc .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-umL5BkByjc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-umL5BkByjc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umL5BkByjc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-umL5BkByjc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-umL5BkByjc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-umL5BkByjc button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-umL5BkByjc button.navbar-toggler:focus {
  outline: none;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umL5BkByjc .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-umL5BkByjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umL5BkByjc .collapsed .btn {
  display: flex;
}
.cid-umL5BkByjc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing,
.cid-umL5BkByjc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umL5BkByjc .collapsed button.navbar-toggler {
  display: block;
}
.cid-umL5BkByjc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-umL5BkByjc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-umL5BkByjc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-umL5BkByjc .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-umL5BkByjc .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umL5BkByjc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing,
  .cid-umL5BkByjc .navbar-collapse.show {
    display: block !important;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-nav,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-buttons,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-umL5BkByjc .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-umL5BkByjc .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-umL5BkByjc .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-umL5BkByjc img {
    height: 3.8rem !important;
  }
  .cid-umL5BkByjc .btn {
    display: flex;
  }
  .cid-umL5BkByjc button.navbar-toggler {
    display: block;
  }
  .cid-umL5BkByjc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-umL5BkByjc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-umL5BkByjc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-umL5BkByjc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-umL5BkByjc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-umL5BkByjc .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-umL5BkByjc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-umL5BkByjc .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-umL5BkByjc .nav-link:focus {
  outline: none;
}
.cid-umL5BkByjc .navbar-toggler {
  position: relative;
}
.cid-umL5BkByjc .dropdown-item.active,
.cid-umL5BkByjc .dropdown-item:active {
  background: #7e732c;
  color: initial;
}
.cid-umL5BkByjc .widget-text {
  text-align: left;
}
.cid-umL8EJn1t1 {
  z-index: 1;
}
.cid-umL9AhMtNK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #7e732c;
}
.cid-umL9AhMtNK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-umL9AhMtNK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .container {
    padding: 0 20px;
  }
}
.cid-umL9AhMtNK .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umL9AhMtNK .content-wrapper .content-wrap {
  position: absolute;
  top: 0;
  width: 976px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 1;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .cid-umL9AhMtNK .content-wrapper .content-wrap {
    width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .content-wrapper .content-wrap {
    padding: 46px 20px;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.cid-umL9AhMtNK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-umL9AhMtNK .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-umL9AhMtNK .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-umL9AhMtNK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-umL9AhMtNK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 976px;
  max-width: 976px;
}
@media (max-width: 1200px) {
  .cid-umL9AhMtNK .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-umL9AhMtNK .embla__slide .slide-content {
  width: 100%;
}
.cid-umL9AhMtNK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 830px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 650px;
  }
}
.cid-umL9AhMtNK .embla__button--next,
.cid-umL9AhMtNK .embla__button--prev {
  display: flex;
}
.cid-umL9AhMtNK .embla__button {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #a6a99c !important;
  border: 2px solid #a6a99c !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-umL9AhMtNK .embla__button {
    top: 2.5rem;
  }
}
.cid-umL9AhMtNK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umL9AhMtNK .embla__button:hover {
  opacity: 1 !important;
}
.cid-umL9AhMtNK .embla__button.embla__button--prev {
  left: 12%;
}
@media (max-width: 1550px) {
  .cid-umL9AhMtNK .embla__button.embla__button--prev {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-umL9AhMtNK .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-umL9AhMtNK .embla__button.embla__button--next {
  right: 12%;
}
@media (max-width: 1550px) {
  .cid-umL9AhMtNK .embla__button.embla__button--next {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .cid-umL9AhMtNK .embla__button.embla__button--next {
    right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .embla__button {
    top: 2.5rem;
  }
}
.cid-umL9AhMtNK .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-umL9AhMtNK .embla {
    padding-top: 100px;
  }
}
.cid-umL9AhMtNK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-umL9AhMtNK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umL9AhMtNK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umL9AhMtNK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umL9AhMtNK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-umL9AhMtNK .mbr-section-title {
  color: #ffffff;
}
.cid-umL9AhMtNK .mbr-text,
.cid-umL9AhMtNK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-umL9AhMtNK .mbr-section-title,
.cid-umL9AhMtNK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-umLE6G0gSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e732c;
}
.cid-umLE6G0gSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-umLE6G0gSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umLE6G0gSx .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-umLE6G0gSx .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-umLE6G0gSx .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-umLE6G0gSx .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umLE6G0gSx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #3a341c 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-umLE6G0gSx .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-umLE6G0gSx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-umLE6G0gSx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #7e732c;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-umLE6G0gSx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-umLE6G0gSx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-umLE6G0gSx .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-umLE6G0gSx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-umLE6G0gSx .mbr-section-title {
  color: #404349;
}
.cid-umLE6G0gSx .mbr-text {
  color: #ffffff;
}
.cid-umLE6G0gSx .mbr-desc {
  color: #b19a7c;
}
.cid-umLE6G0gSx .mbr-desc,
.cid-umLE6G0gSx .desc-wrapper {
  color: #ffffff;
}
.cid-umLE6G0gSx .mbr-section-title,
.cid-umLE6G0gSx .mbr-section-btn {
  color: #baa109;
}
.cid-umLRO93lgN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #baa109;
}
@media (min-width: 992px) {
  .cid-umLRO93lgN .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-umLRO93lgN .social-row {
  display: flex;
  margin-bottom: 1rem;
}
.cid-umLRO93lgN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
  transition: all 0.3s;
}
.cid-umLRO93lgN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #7e732c;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-umLRO93lgN .social-row {
    justify-content: center;
  }
}
.cid-umLRO93lgN img {
  transition: all 0.3s;
}
.cid-umLRO93lgN img:hover {
  transform: scale(1.1);
}
.cid-umLRO93lgN img,
.cid-umLRO93lgN .item-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-umLRO93lgN .item:focus,
.cid-umLRO93lgN span:focus {
  outline: none;
}
.cid-umLRO93lgN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umLRO93lgN .item-content {
  padding: 1rem;
  border: 1px solid #efefef;
}
.cid-umLRO93lgN .item-wrapper {
  position: relative;
  margin-right: -1px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-umLRO93lgN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umLRO93lgN .mbr-section-title {
  color: #3a341c;
}
.cid-umLRO93lgN .item-title {
  color: #000000;
}
.cid-umLRO93lgN .item-subtitle {
  color: #3a341c;
}
.cid-umLRO93lgN .mbr-section-subtitle {
  color: #3a341c;
}
.cid-umLRO93lgN .mbr-text,
.cid-umLRO93lgN .mbr-section-btn {
  color: #000000;
}
.cid-umRJB8WWrU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #978204;
}
.cid-umRJB8WWrU img,
.cid-umRJB8WWrU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umRJB8WWrU .item:focus,
.cid-umRJB8WWrU span:focus {
  outline: none;
}
.cid-umRJB8WWrU .item-wrapper {
  position: relative;
}
.cid-umRJB8WWrU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #978204;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umRJB8WWrU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umRJB8WWrU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-umRJB8WWrU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umRJB8WWrU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umRJB8WWrU .mbr-text,
.cid-umRJB8WWrU .mbr-section-btn {
  text-align: left;
}
.cid-umRJB8WWrU .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umRJB8WWrU .item-subtitle {
  text-align: left;
}
.cid-umRJB8WWrU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-umRJB8WWrU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-umRJB8WWrU .embla__button--next,
.cid-umRJB8WWrU .embla__button--prev {
  display: flex;
}
.cid-umRJB8WWrU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umRJB8WWrU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-umRJB8WWrU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-umRJB8WWrU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umRJB8WWrU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umRJB8WWrU .embla__button {
    top: auto;
  }
}
.cid-umRJB8WWrU .embla {
  position: relative;
  width: 100%;
}
.cid-umRJB8WWrU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-umRJB8WWrU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-umRJB8WWrU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-umRJB8WWrU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-umQOinq7QF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-umQOinq7QF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQOinq7QF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .image-wrapper {
    margin-bottom: 60px;
  }
}
.cid-umQOinq7QF .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .image-wrapper img {
    height: 350px;
  }
}
.cid-umQOinq7QF .content-wrapper {
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .content-wrapper {
    padding: 0;
  }
}
.cid-umQOinq7QF .content-wrapper .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .content-wrapper .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-umQOinq7QF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .content-wrapper .title-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-umQOinq7QF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-umQOinq7QF .content-wrapper .panel-group {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-umQOinq7QF .content-wrapper .panel-group {
    padding-left: 0;
  }
}
.cid-umQOinq7QF .content-wrapper .panel-group .card {
  border-bottom: 2px solid #8d7d15;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #8d7d15;
  background-color: #ffffff;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #8d7d15;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-umQOinq7QF .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-umQOinq7QF .mbr-section-title {
  color: #baa109;
}
.cid-umQOinq7QF .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-umQOinq7QF .panel-title {
  color: #ffffff;
}
.cid-umQOinq7QF .panel-text {
  color: #baa109;
}
.cid-umQOinq7QF .panel-title-edit {
  color: #baa109;
}
.cid-umQUv405hZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e732c;
}
.cid-umQUv405hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umQUv405hZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umQUv405hZ .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-umQUv405hZ .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-umQUv405hZ .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #7e732c;
}
@media (max-width: 1200px) {
  .cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #baa109;
}
@media (max-width: 1200px) {
  .cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-umQUv405hZ .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232323;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-umQUv405hZ .mbr-section-title {
  color: #404349;
}
.cid-umQUv405hZ .mbr-section-subtitle {
  color: #000000;
}
.cid-umQUv405hZ .mbr-text {
  color: #000000;
}
.cid-umQUv405hZ .list {
  color: #404349;
}
.cid-umQUv405hZ .list,
.cid-umQUv405hZ .item-wrap {
  color: #000000;
}
.cid-umQUv405hZ .mbr-section-subtitle,
.cid-umQUv405hZ .social-wrapper {
  color: #000000;
}
.cid-uoVZOTScM8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-umL5BkByjc .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-umL5BkByjc .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-umL5BkByjc .navbar-fixed-top {
  padding-top: 0;
}
.cid-umL5BkByjc .navbar-collapse {
  flex-basis: auto;
}
.cid-umL5BkByjc .dropdown-item {
  padding: 0;
}
.cid-umL5BkByjc .dropdown-menu {
  border: 0px solid lightgray;
  background: #7e732c !important;
}
.cid-umL5BkByjc .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umL5BkByjc .menu-content-top {
    width: 100%;
  }
  .cid-umL5BkByjc .menu-content-top .menu-logo {
    display: none;
  }
  .cid-umL5BkByjc .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-umL5BkByjc .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-umL5BkByjc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.cid-umL5BkByjc .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-umL5BkByjc .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #7e732c;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-umL5BkByjc .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-umL5BkByjc .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #978204;
}
.cid-umL5BkByjc .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-umL5BkByjc a {
  font-style: normal;
}
.cid-umL5BkByjc .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-umL5BkByjc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-umL5BkByjc .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-umL5BkByjc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .content-text {
  margin-bottom: 0;
}
.cid-umL5BkByjc .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #978204;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-umL5BkByjc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-umL5BkByjc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-umL5BkByjc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-umL5BkByjc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umL5BkByjc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-umL5BkByjc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-umL5BkByjc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umL5BkByjc .nav-dropdown .link {
  font-weight: 400;
}
.cid-umL5BkByjc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-umL5BkByjc .content-right-side {
  text-align: center;
}
.cid-umL5BkByjc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-umL5BkByjc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-umL5BkByjc .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-umL5BkByjc .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-umL5BkByjc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-umL5BkByjc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-umL5BkByjc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-umL5BkByjc .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-umL5BkByjc .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-umL5BkByjc .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-umL5BkByjc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-umL5BkByjc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-umL5BkByjc .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-umL5BkByjc .navbar {
    display: block;
    padding: 0;
  }
  .cid-umL5BkByjc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-umL5BkByjc .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem - 4.5rem);
  }
  .cid-umL5BkByjc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-umL5BkByjc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-umL5BkByjc .navbar-toggler {
    display: none;
  }
  .cid-umL5BkByjc .navbar-collapse {
    justify-content: center;
  }
}
.cid-umL5BkByjc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-umL5BkByjc .btn {
  display: inline-flex;
  align-items: center;
}
.cid-umL5BkByjc .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-umL5BkByjc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-umL5BkByjc .menu-logo {
  margin-right: auto;
}
.cid-umL5BkByjc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-umL5BkByjc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-umL5BkByjc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-umL5BkByjc .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-umL5BkByjc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-umL5BkByjc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umL5BkByjc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-umL5BkByjc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-umL5BkByjc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-umL5BkByjc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-umL5BkByjc button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-umL5BkByjc button.navbar-toggler:focus {
  outline: none;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umL5BkByjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umL5BkByjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umL5BkByjc .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-umL5BkByjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umL5BkByjc .collapsed .btn {
  display: flex;
}
.cid-umL5BkByjc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing,
.cid-umL5BkByjc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-umL5BkByjc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-umL5BkByjc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-umL5BkByjc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-umL5BkByjc .collapsed button.navbar-toggler {
  display: block;
}
.cid-umL5BkByjc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-umL5BkByjc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-umL5BkByjc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-umL5BkByjc .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-umL5BkByjc .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-umL5BkByjc .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umL5BkByjc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing,
  .cid-umL5BkByjc .navbar-collapse.show {
    display: block !important;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-nav,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-buttons,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-umL5BkByjc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-umL5BkByjc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-umL5BkByjc .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-umL5BkByjc .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-umL5BkByjc .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-umL5BkByjc img {
    height: 3.8rem !important;
  }
  .cid-umL5BkByjc .btn {
    display: flex;
  }
  .cid-umL5BkByjc button.navbar-toggler {
    display: block;
  }
  .cid-umL5BkByjc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-umL5BkByjc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-umL5BkByjc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-umL5BkByjc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-umL5BkByjc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-umL5BkByjc .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-umL5BkByjc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-umL5BkByjc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-umL5BkByjc .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-umL5BkByjc .nav-link:focus {
  outline: none;
}
.cid-umL5BkByjc .navbar-toggler {
  position: relative;
}
.cid-umL5BkByjc .dropdown-item.active,
.cid-umL5BkByjc .dropdown-item:active {
  background: #7e732c;
  color: initial;
}
.cid-umL5BkByjc .widget-text {
  text-align: left;
}
.cid-uoKvrlNMzN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #7e732c;
}
@media (min-width: 992px) {
  .cid-uoKvrlNMzN .carousel {
    max-height: 800px;
  }
  .cid-uoKvrlNMzN .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoKvrlNMzN .carousel {
    min-height: 520px;
  }
  .cid-uoKvrlNMzN .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uoKvrlNMzN .carousel {
    min-height: 440px;
  }
  .cid-uoKvrlNMzN .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uoKvrlNMzN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uoKvrlNMzN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uoKvrlNMzN .carousel,
.cid-uoKvrlNMzN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoKvrlNMzN .item-wrapper {
  width: 100%;
}
.cid-uoKvrlNMzN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uoKvrlNMzN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uoKvrlNMzN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoKvrlNMzN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoKvrlNMzN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uoKvrlNMzN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoKvrlNMzN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoKvrlNMzN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoKvrlNMzN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoKvrlNMzN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uoKvrlNMzN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uoKvrlNMzN .carousel-indicators li.active,
.cid-uoKvrlNMzN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoKvrlNMzN .carousel-indicators li::after,
.cid-uoKvrlNMzN .carousel-indicators li::before {
  content: none;
}
.cid-uoKvrlNMzN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoKvrlNMzN .carousel-indicators {
    display: none !important;
  }
}
.cid-uoKygemTui {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a29752;
}
.cid-uoKygemTui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKygemTui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoKygemTui .container {
    padding: 0 16px;
  }
}
.cid-uoKygemTui .row {
  justify-content: space-between;
}
.cid-uoKygemTui .title-wrapper {
  position: sticky;
}
.cid-uoKygemTui .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uoKygemTui .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uoKygemTui .tabs-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoKygemTui .tabs-wrap {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 16px 16px 0;
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #080808;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #080808;
  border-radius: 100em !important;
  background-color: transparent;
  position: relative;
  transition: all .3s ease;
  z-index: 11;
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #7e732c, #8d7d15 34%, #baa109 67%, #3a341c) !important;
  border-radius: 100em;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uoKygemTui .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}
.cid-uoKygemTui .tabs-wrap .desc-wrapper .mbr-desc {
  margin-top: 32px;
}
.cid-uoKygemTui .tabs-wrap .desc-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uoKygemTui .content-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uoKygemTui .content-wrapper .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: .5em !important;
  box-shadow: 0 7px 20px #333333;
}
@media (max-width: 768px) {
  .cid-uoKygemTui .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uoKygemTui .content-wrapper .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uoKygemTui .mbr-section-title {
  color: #080808;
}
.cid-uoKygemTui .mbr-desc {
  color: #333333;
}
.cid-uoKygemTui .card-text {
  color: #000000;
}
.cid-uoKMYTJqW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e732c;
}
.cid-uoKMYTJqW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKMYTJqW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKMYTJqW4 .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uoKMYTJqW4 .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uoKMYTJqW4 .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #7e732c;
}
@media (max-width: 1200px) {
  .cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #baa109;
}
@media (max-width: 1200px) {
  .cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uoKMYTJqW4 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232323;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uoKMYTJqW4 .mbr-section-title {
  color: #404349;
}
.cid-uoKMYTJqW4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uoKMYTJqW4 .mbr-text {
  color: #000000;
}
.cid-uoKMYTJqW4 .list {
  color: #404349;
}
.cid-uoKMYTJqW4 .list,
.cid-uoKMYTJqW4 .item-wrap {
  color: #000000;
}
.cid-uoKMYTJqW4 .mbr-section-subtitle,
.cid-uoKMYTJqW4 .social-wrapper {
  color: #000000;
}
.cid-uoVZOTScM8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
