.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'angelicac';
  font-size: 5.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'angelicac';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #f09d00 !important;
}
.bg-success {
  background-color: #051c0c !important;
}
.bg-info {
  background-color: #cbbd9a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #bcef9b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f09d00 !important;
  border-color: #f09d00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb324 !important;
  border-color: #ffb324 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb324 !important;
  border-color: #ffb324 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #698761 !important;
  border-color: #698761 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #83a07b !important;
  border-color: #83a07b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #83a07b !important;
  border-color: #83a07b !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbbd9a !important;
  border-color: #cbbd9a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dcd3bc !important;
  border-color: #dcd3bc !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dcd3bc !important;
  border-color: #dcd3bc !important;
}
.btn-success,
.btn-success:active {
  background-color: #051c0c !important;
  border-color: #051c0c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0d471f !important;
  border-color: #0d471f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d471f !important;
  border-color: #0d471f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !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: #f09d00;
  color: #f09d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #996400 !important;
  background-color: transparent !important;
  border-color: #996400 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f09d00 !important;
  border-color: #f09d00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #698761;
  color: #698761;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #42553d !important;
  background-color: transparent !important;
  border-color: #42553d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #698761 !important;
  border-color: #698761 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cbbd9a;
  color: #cbbd9a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ae9861 !important;
  background-color: transparent !important;
  border-color: #ae9861 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbbd9a !important;
  border-color: #cbbd9a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #051c0c;
  color: #051c0c;
}
.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: #051c0c !important;
  border-color: #051c0c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8ae350 !important;
  background-color: transparent !important;
  border-color: #8ae350 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !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: #f09d00 !important;
}
.text-secondary {
  color: #698761 !important;
}
.text-success {
  color: #051c0c !important;
}
.text-info {
  color: #cbbd9a !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #bcef9b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8a5a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b4c36 !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: #a89157 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #81e143 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f09d00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbbd9a;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #bcef9b;
}
.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: #f09d00;
  border-color: #f09d00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f09d00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8bd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99edb3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f09d00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f09d00;
}
/* 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: #f09d00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f09d00;
}
.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: #f09d00;
  border-bottom-color: #f09d00;
}
.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: #f09d00 !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: #698761 !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='%23f09d00' %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;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIx4BnVe5e {
  display: flex;
  background-image: url("../../../assets/images/park-otel-almazi1.jpeg");
}
.cid-uIx4BnVe5e .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.5;
}
.cid-uIx4BnVe5e .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uIx4BnVe5e .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uIx4BnVe5e {
    align-items: center;
  }
  .cid-uIx4BnVe5e .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIx4BnVe5e .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIx4BnVe5e {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIx4BnVe5e .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIx4BnVe5e .content-wrap {
    width: 100%;
  }
}
.cid-uIx4BnVe5e .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIx4BnVe5e .mbr-text,
.cid-uIx4BnVe5e .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIx4BnVe5e .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uQgNR6xc5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #698761;
}
.cid-uQgNR6xc5F h6 {
  line-height: 1.2;
}
.cid-uQgNR6xc5F img,
.cid-uQgNR6xc5F .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQgNR6xc5F .item:focus,
.cid-uQgNR6xc5F span:focus {
  outline: none;
}
.cid-uQgNR6xc5F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQgNR6xc5F .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQgNR6xc5F .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uQgNR6xc5F .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQgNR6xc5F .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uQgNR6xc5F .mbr-section-title {
  color: #000000;
}
.cid-uQgNR6xc5F .mbr-text,
.cid-uQgNR6xc5F .mbr-section-btn {
  color: #000000;
}
.cid-uQgNR6xc5F .item-title {
  color: #000000;
  text-align: center;
}
.cid-uQgNR6xc5F .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uQgNR6xc5F .item-text {
  color: #000000;
  text-align: center;
}
.cid-uQgNR6xc5F .content-head {
  max-width: 800px;
}
.cid-v5RCZGX5X5 {
  background-image: url("../../../assets/images/rozdestvenskie-granica-s-decorantions-na-snegu-1.jpeg");
}
.cid-v5RCZGX5X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5RCZGX5X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5RCZGX5X5 .card-wrapper {
  background: #efe8d8;
}
@media (max-width: 767px) {
  .cid-v5RCZGX5X5 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5RCZGX5X5 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5RCZGX5X5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5RCZGX5X5 .mbr-text,
.cid-v5RCZGX5X5 .mbr-section-btn {
  text-align: center;
  color: #1f6463;
}
.cid-v5RCZGX5X5 .card-title {
  color: #1f6463;
}
.cid-uJ1k93M1Dp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uJ1k93M1Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1k93M1Dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1k93M1Dp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ1k93M1Dp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ1k93M1Dp .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uJ1k93M1Dp .content-head {
  max-width: 800px;
}
.cid-uJ1k93M1Dp .mbr-section-title {
  color: #698761;
}
.cid-uJ1k93M1Dp .card-title {
  color: #051c0c;
}
.cid-v5RPA0oqFp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rozdestvenskie-granica-s-decorantions-na-snegu.jpeg");
}
.cid-v5RPA0oqFp .mbr-overlay {
  background: #edefeb;
  opacity: 0.7;
}
.cid-v5RPA0oqFp h6 {
  line-height: 1.2;
}
.cid-v5RPA0oqFp img,
.cid-v5RPA0oqFp .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5RPA0oqFp .item:focus,
.cid-v5RPA0oqFp span:focus {
  outline: none;
}
.cid-v5RPA0oqFp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5RPA0oqFp .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5RPA0oqFp .mbr-section-title {
  color: #1f6463;
}
.cid-v5RPA0oqFp .mbr-text,
.cid-v5RPA0oqFp .mbr-section-btn {
  color: #000000;
}
.cid-v5RPA0oqFp .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5RPA0oqFp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5RPA0oqFp .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5RPA0oqFp .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5RPA0oqFp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5RPA0oqFp .mbr-section-subtitle {
  color: #1f6463;
}
.cid-v5RPA0oqFp .item-title,
.cid-v5RPA0oqFp .mbr-section-btn {
  color: #1f6463;
}
.cid-uIxl0fyTcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uIxl0fyTcl img,
.cid-uIxl0fyTcl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIxl0fyTcl .item:focus,
.cid-uIxl0fyTcl span:focus {
  outline: none;
}
.cid-uIxl0fyTcl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIxl0fyTcl .item {
    margin-bottom: 1rem;
  }
}
.cid-uIxl0fyTcl .item-wrapper {
  position: relative;
  background: #698761;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIxl0fyTcl .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uIxl0fyTcl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uIxl0fyTcl .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIxl0fyTcl .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIxl0fyTcl .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uIxl0fyTcl .mbr-section-title {
  color: #232323;
}
.cid-uIxl0fyTcl .mbr-text,
.cid-uIxl0fyTcl .mbr-section-btn {
  text-align: center;
}
.cid-uIxl0fyTcl .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-uIxl0fyTcl .content-head {
  max-width: 800px;
}
.cid-uIxl0fyTcl .mbr-text,
.cid-uIxl0fyTcl .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uIxl0fyTcl .mbr-section-title,
.cid-uIxl0fyTcl .mbr-section-head .mbr-section-btn {
  color: #698761;
}
.cid-uKgcL180rU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f09d00;
}
.cid-uKgcL180rU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgcL180rU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgcL180rU .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKgcL180rU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKgcL180rU .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKgcL180rU .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKgcL180rU .mbr-text,
.cid-uKgcL180rU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKgcL180rU .card-title,
.cid-uKgcL180rU .card-box {
  text-align: center;
  color: #698761;
}
.cid-uJ1T1mKWB5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uJ1T1mKWB5 .mbr-media {
  position: relative;
}
.cid-uJ1T1mKWB5 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ1T1mKWB5 a:hover {
  background-image: none !important;
}
.cid-uJ1T1mKWB5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJ1T1mKWB5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uJ1T1mKWB5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJ1T1mKWB5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJ1T1mKWB5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJ1T1mKWB5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJ1T1mKWB5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJ1T1mKWB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ1T1mKWB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ1T1mKWB5 .content-head {
  max-width: 800px;
}
.cid-uJ1T1mKWB5 .mbr-section-title {
  color: #698761;
}
.cid-uL5DnN4B6w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2861.jpeg");
}
.cid-uL5DnN4B6w .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uL5DnN4B6w .panel-group {
  border: none;
}
.cid-uL5DnN4B6w .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uL5DnN4B6w .card-header {
    padding: 0rem;
  }
}
.cid-uL5DnN4B6w .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uL5DnN4B6w .img-col {
  padding: 0;
}
.cid-uL5DnN4B6w .img-item {
  height: 100%;
}
.cid-uL5DnN4B6w img {
  height: 100%;
  object-fit: cover;
}
.cid-uL5DnN4B6w .collapsed span {
  transform: rotate(0deg);
}
.cid-uL5DnN4B6w .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uL5DnN4B6w p {
  margin-bottom: 0.3rem;
}
.cid-uL5DnN4B6w .panel-title-edit {
  color: #051c0c;
}
.cid-uL5DnN4B6w .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uL5DnN4B6w .card {
  background: #efe8d8;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uL5DnN4B6w .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL5DnN4B6w .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uL5DnN4B6w .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uL5DnN4B6w .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uL5DnN4B6w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uL5DnN4B6w .panel-title-edit,
.cid-uL5DnN4B6w .mbr-iconfont {
  color: #051c0c;
}
.cid-uIxl2tEdlj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uIxl2tEdlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxl2tEdlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxl2tEdlj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIxl2tEdlj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIxl2tEdlj .content-head {
  max-width: 800px;
}
.cid-uIxl2tEdlj .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uIxl2tEdlj .img-wrapper img {
  width: 6rem;
}
.cid-uIxl2tEdlj .mbr-section-title {
  color: #698761;
}
.cid-uIxl2tEdlj .card-title {
  color: #051c0c;
}
.cid-uIxkXCHN4w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uIxkXCHN4w img,
.cid-uIxkXCHN4w .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIxkXCHN4w img,
  .cid-uIxkXCHN4w .item-img {
    max-height: 300px;
  }
}
.cid-uIxkXCHN4w .item:focus,
.cid-uIxkXCHN4w span:focus {
  outline: none;
}
.cid-uIxkXCHN4w .item-wrapper {
  position: relative;
}
.cid-uIxkXCHN4w .slide-content {
  position: relative;
  border-radius: 4px;
  background: #698761;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uIxkXCHN4w .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uIxkXCHN4w .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIxkXCHN4w .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uIxkXCHN4w .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIxkXCHN4w .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uIxkXCHN4w .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uIxkXCHN4w .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIxkXCHN4w .mbr-section-title {
  color: #698761;
}
.cid-uIxkXCHN4w .mbr-text,
.cid-uIxkXCHN4w .mbr-section-btn {
  text-align: left;
}
.cid-uIxkXCHN4w .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-uIxkXCHN4w .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uIxkXCHN4w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uIxkXCHN4w .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uIxkXCHN4w .embla__button--next,
.cid-uIxkXCHN4w .embla__button--prev {
  display: flex;
}
.cid-uIxkXCHN4w .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-uIxkXCHN4w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIxkXCHN4w .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uIxkXCHN4w .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIxkXCHN4w .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIxkXCHN4w .embla__button {
    top: auto;
  }
}
.cid-uIxkXCHN4w .embla {
  position: relative;
  width: 100%;
}
.cid-uIxkXCHN4w .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uIxkXCHN4w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIxkXCHN4w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIxkXCHN4w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uIxkXCHN4w .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uIxkXCHN4w .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uIxkXCHN4w .content-head {
  max-width: 800px;
}
.cid-uKeO07SIbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
@media (min-width: 992px) {
  .cid-uKeO07SIbu .carousel {
    max-height: 600px;
  }
  .cid-uKeO07SIbu .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKeO07SIbu .carousel {
    min-height: 390px;
  }
  .cid-uKeO07SIbu .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uKeO07SIbu .carousel {
    min-height: 330px;
  }
  .cid-uKeO07SIbu .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uKeO07SIbu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uKeO07SIbu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uKeO07SIbu .carousel,
.cid-uKeO07SIbu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uKeO07SIbu .item-wrapper {
  width: 100%;
}
.cid-uKeO07SIbu .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uKeO07SIbu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uKeO07SIbu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uKeO07SIbu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uKeO07SIbu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uKeO07SIbu .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-uKeO07SIbu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKeO07SIbu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKeO07SIbu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKeO07SIbu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uKeO07SIbu .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-uKeO07SIbu .carousel-indicators li.active,
.cid-uKeO07SIbu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKeO07SIbu .carousel-indicators li::after,
.cid-uKeO07SIbu .carousel-indicators li::before {
  content: none;
}
.cid-uKeO07SIbu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uKeO07SIbu .carousel-indicators {
    display: none !important;
  }
}
.cid-uIxl0WEtmB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uIxl0WEtmB .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uIxl0WEtmB img,
.cid-uIxl0WEtmB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIxl0WEtmB .item:focus,
.cid-uIxl0WEtmB span:focus {
  outline: none;
}
.cid-uIxl0WEtmB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIxl0WEtmB .item {
    margin-bottom: 1rem;
  }
}
.cid-uIxl0WEtmB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIxl0WEtmB .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uIxl0WEtmB .item-content .item-footer {
  margin-top: auto;
}
.cid-uIxl0WEtmB .mbr-section-title {
  color: #698761;
}
.cid-uIxl0WEtmB .mbr-text,
.cid-uIxl0WEtmB .mbr-section-btn {
  color: #000000;
}
.cid-uIxl0WEtmB .item-title {
  color: #000000;
}
.cid-uIxl0WEtmB .content-head {
  max-width: 800px;
}
.cid-uGStR9GEDQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uGStR9GEDQ img,
.cid-uGStR9GEDQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGStR9GEDQ img,
  .cid-uGStR9GEDQ .item-img {
    max-height: 300px;
  }
}
.cid-uGStR9GEDQ .item:focus,
.cid-uGStR9GEDQ span:focus {
  outline: none;
}
.cid-uGStR9GEDQ .item-wrapper {
  position: relative;
}
.cid-uGStR9GEDQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #698761;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uGStR9GEDQ .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGStR9GEDQ .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGStR9GEDQ .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uGStR9GEDQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGStR9GEDQ .mbr-section-title {
  color: #698761;
}
.cid-uGStR9GEDQ .mbr-text,
.cid-uGStR9GEDQ .mbr-section-btn {
  text-align: left;
}
.cid-uGStR9GEDQ .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-uGStR9GEDQ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uGStR9GEDQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uGStR9GEDQ .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uGStR9GEDQ .embla__button--next,
.cid-uGStR9GEDQ .embla__button--prev {
  display: flex;
}
.cid-uGStR9GEDQ .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-uGStR9GEDQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGStR9GEDQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uGStR9GEDQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGStR9GEDQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGStR9GEDQ .embla__button {
    top: auto;
  }
}
.cid-uGStR9GEDQ .embla {
  position: relative;
  width: 100%;
}
.cid-uGStR9GEDQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGStR9GEDQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGStR9GEDQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGStR9GEDQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uGStR9GEDQ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uGStR9GEDQ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uGStR9GEDQ .content-head {
  max-width: 800px;
}
.cid-v2rdbsAKny {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/restoran-menyu-zima.png");
}
.cid-v2rdbsAKny .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2rdbsAKny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2rdbsAKny .row-reverse {
  flex-direction: row-reverse;
}
.cid-v2rdbsAKny .row {
  flex-direction: row-reverse;
}
.cid-v2rdbsAKny .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-v2rdbsAKny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2rdbsAKny .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2rdbsAKny .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v2rdbsAKny .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2rdbsAKny .mbr-section-title {
  color: #698761;
}
.cid-v2rdbsAKny .mbr-text,
.cid-v2rdbsAKny .mbr-section-btn {
  color: #051c0c;
}
.cid-v2rdbsAKny img {
  width: 100%;
  height: 100%;
}
.cid-tJGRlgYbKj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f09d00;
}
.cid-tJGRlgYbKj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tJGRlgYbKj .panel-group {
  border: none;
}
.cid-tJGRlgYbKj .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJGRlgYbKj .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJGRlgYbKj .img-col {
  padding: 0;
}
.cid-tJGRlgYbKj .img-item {
  height: 100%;
}
.cid-tJGRlgYbKj img {
  height: 100%;
  object-fit: cover;
}
.cid-tJGRlgYbKj .collapsed span {
  transform: rotate(0deg);
}
.cid-tJGRlgYbKj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJGRlgYbKj p {
  margin-bottom: 0.3rem;
}
.cid-tJGRlgYbKj .panel-title-edit {
  color: #ff4552;
}
.cid-tJGRlgYbKj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJGRlgYbKj .card {
  background: #efe8d8;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJGRlgYbKj .card {
    padding: 1.5rem;
  }
}
.cid-tJGRlgYbKj .panel-text {
  color: #000000;
}
.cid-tJGRlgYbKj .mbr-section-title {
  text-align: center;
  color: #698761;
}
.cid-tJGRlgYbKj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJGRlgYbKj .panel-title-edit,
.cid-tJGRlgYbKj .mbr-iconfont {
  color: #000000;
}
.cid-uQeC9TQuG2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uQeC9TQuG2 img,
.cid-uQeC9TQuG2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQeC9TQuG2 .item:focus,
.cid-uQeC9TQuG2 span:focus {
  outline: none;
}
.cid-uQeC9TQuG2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQeC9TQuG2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uQeC9TQuG2 .item-wrapper {
  position: relative;
  background: #698761;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQeC9TQuG2 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQeC9TQuG2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQeC9TQuG2 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQeC9TQuG2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQeC9TQuG2 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQeC9TQuG2 .mbr-section-title {
  color: #232323;
}
.cid-uQeC9TQuG2 .mbr-text,
.cid-uQeC9TQuG2 .mbr-section-btn {
  text-align: center;
}
.cid-uQeC9TQuG2 .item-title {
  text-align: left;
}
.cid-uQeC9TQuG2 .content-head {
  max-width: 800px;
}
.cid-uQeC9TQuG2 .mbr-text,
.cid-uQeC9TQuG2 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uQeC9TQuG2 .mbr-section-title,
.cid-uQeC9TQuG2 .mbr-section-head .mbr-section-btn {
  color: #698761;
}
.cid-uQeC9TQuG2 .mbr-section-subtitle,
.cid-uQeC9TQuG2 .mbr-section-head .mbr-section-btn {
  color: #051c0c;
}
.cid-uUPjlYm1u0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uUPjlYm1u0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUPjlYm1u0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uUPjlYm1u0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUPjlYm1u0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUPjlYm1u0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uUPjlYm1u0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUPjlYm1u0 .carousel-control,
.cid-uUPjlYm1u0 .close {
  background: #1b1b1b;
}
.cid-uUPjlYm1u0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUPjlYm1u0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUPjlYm1u0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUPjlYm1u0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUPjlYm1u0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUPjlYm1u0 .close::before {
  content: '\e91a';
}
.cid-uUPjlYm1u0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUPjlYm1u0 .carousel-control {
  display: flex;
  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-uUPjlYm1u0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUPjlYm1u0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUPjlYm1u0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUPjlYm1u0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUPjlYm1u0 .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-uUPjlYm1u0 .carousel-indicators li.active,
.cid-uUPjlYm1u0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUPjlYm1u0 .carousel-indicators li::after,
.cid-uUPjlYm1u0 .carousel-indicators li::before {
  content: none;
}
.cid-uUPjlYm1u0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUPjlYm1u0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUPjlYm1u0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUPjlYm1u0 .carousel-indicators {
    display: none;
  }
}
.cid-uUPjlYm1u0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUPjlYm1u0 .carousel-inner > .active {
  display: block;
}
.cid-uUPjlYm1u0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUPjlYm1u0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUPjlYm1u0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUPjlYm1u0 .carousel-control,
  .cid-uUPjlYm1u0 .carousel-indicators,
  .cid-uUPjlYm1u0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUPjlYm1u0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUPjlYm1u0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUPjlYm1u0 .carousel-indicators .active,
.cid-uUPjlYm1u0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUPjlYm1u0 .carousel-indicators .active {
  background: #fff;
}
.cid-uUPjlYm1u0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUPjlYm1u0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUPjlYm1u0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUPjlYm1u0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUPjlYm1u0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUPjlYm1u0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUPjlYm1u0 .carousel {
  width: 100%;
}
.cid-uUPjlYm1u0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUPjlYm1u0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUPjlYm1u0 .modal.fade .modal-dialog,
.cid-uUPjlYm1u0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUPjlYm1u0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUPjlYm1u0 .content-head {
  max-width: 800px;
}
.cid-uUPjlYm1u0 H3 {
  color: #698761;
}
.cid-uUVkOJtvCe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uUVkOJtvCe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUVkOJtvCe .item {
    margin-bottom: 1rem;
  }
}
.cid-uUVkOJtvCe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUVkOJtvCe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUVkOJtvCe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uUVkOJtvCe .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUVkOJtvCe .carousel-control,
.cid-uUVkOJtvCe .close {
  background: #1b1b1b;
}
.cid-uUVkOJtvCe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUVkOJtvCe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUVkOJtvCe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUVkOJtvCe .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUVkOJtvCe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUVkOJtvCe .close::before {
  content: '\e91a';
}
.cid-uUVkOJtvCe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUVkOJtvCe .carousel-control {
  display: flex;
  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-uUVkOJtvCe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVkOJtvCe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUVkOJtvCe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUVkOJtvCe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUVkOJtvCe .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-uUVkOJtvCe .carousel-indicators li.active,
.cid-uUVkOJtvCe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUVkOJtvCe .carousel-indicators li::after,
.cid-uUVkOJtvCe .carousel-indicators li::before {
  content: none;
}
.cid-uUVkOJtvCe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUVkOJtvCe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUVkOJtvCe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVkOJtvCe .carousel-indicators {
    display: none;
  }
}
.cid-uUVkOJtvCe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUVkOJtvCe .carousel-inner > .active {
  display: block;
}
.cid-uUVkOJtvCe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVkOJtvCe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUVkOJtvCe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUVkOJtvCe .carousel-control,
  .cid-uUVkOJtvCe .carousel-indicators,
  .cid-uUVkOJtvCe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUVkOJtvCe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUVkOJtvCe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUVkOJtvCe .carousel-indicators .active,
.cid-uUVkOJtvCe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUVkOJtvCe .carousel-indicators .active {
  background: #fff;
}
.cid-uUVkOJtvCe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUVkOJtvCe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUVkOJtvCe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUVkOJtvCe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUVkOJtvCe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUVkOJtvCe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUVkOJtvCe .carousel {
  width: 100%;
}
.cid-uUVkOJtvCe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUVkOJtvCe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUVkOJtvCe .modal.fade .modal-dialog,
.cid-uUVkOJtvCe .modal.in .modal-dialog {
  transform: none;
}
.cid-uUVkOJtvCe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUVkOJtvCe .content-head {
  max-width: 800px;
}
.cid-uUVkOJtvCe H3 {
  color: #698761;
  text-align: center;
}
.cid-uUVoN0Yfwb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uUVoN0Yfwb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUVoN0Yfwb .item {
    margin-bottom: 1rem;
  }
}
.cid-uUVoN0Yfwb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUVoN0Yfwb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUVoN0Yfwb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uUVoN0Yfwb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUVoN0Yfwb .carousel-control,
.cid-uUVoN0Yfwb .close {
  background: #1b1b1b;
}
.cid-uUVoN0Yfwb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUVoN0Yfwb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUVoN0Yfwb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUVoN0Yfwb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUVoN0Yfwb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUVoN0Yfwb .close::before {
  content: '\e91a';
}
.cid-uUVoN0Yfwb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUVoN0Yfwb .carousel-control {
  display: flex;
  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-uUVoN0Yfwb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVoN0Yfwb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUVoN0Yfwb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUVoN0Yfwb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUVoN0Yfwb .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-uUVoN0Yfwb .carousel-indicators li.active,
.cid-uUVoN0Yfwb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUVoN0Yfwb .carousel-indicators li::after,
.cid-uUVoN0Yfwb .carousel-indicators li::before {
  content: none;
}
.cid-uUVoN0Yfwb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUVoN0Yfwb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUVoN0Yfwb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVoN0Yfwb .carousel-indicators {
    display: none;
  }
}
.cid-uUVoN0Yfwb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUVoN0Yfwb .carousel-inner > .active {
  display: block;
}
.cid-uUVoN0Yfwb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVoN0Yfwb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUVoN0Yfwb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUVoN0Yfwb .carousel-control,
  .cid-uUVoN0Yfwb .carousel-indicators,
  .cid-uUVoN0Yfwb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUVoN0Yfwb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUVoN0Yfwb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUVoN0Yfwb .carousel-indicators .active,
.cid-uUVoN0Yfwb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUVoN0Yfwb .carousel-indicators .active {
  background: #fff;
}
.cid-uUVoN0Yfwb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUVoN0Yfwb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUVoN0Yfwb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUVoN0Yfwb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUVoN0Yfwb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUVoN0Yfwb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUVoN0Yfwb .carousel {
  width: 100%;
}
.cid-uUVoN0Yfwb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUVoN0Yfwb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUVoN0Yfwb .modal.fade .modal-dialog,
.cid-uUVoN0Yfwb .modal.in .modal-dialog {
  transform: none;
}
.cid-uUVoN0Yfwb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUVoN0Yfwb .content-head {
  max-width: 800px;
}
.cid-uUVoN0Yfwb H3 {
  color: #698761;
  text-align: center;
}
.cid-uUVqB4wE8U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uUVqB4wE8U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUVqB4wE8U .item {
    margin-bottom: 1rem;
  }
}
.cid-uUVqB4wE8U .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUVqB4wE8U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUVqB4wE8U .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uUVqB4wE8U .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uUVqB4wE8U .carousel-control,
.cid-uUVqB4wE8U .close {
  background: #1b1b1b;
}
.cid-uUVqB4wE8U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUVqB4wE8U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUVqB4wE8U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUVqB4wE8U .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUVqB4wE8U .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUVqB4wE8U .close::before {
  content: '\e91a';
}
.cid-uUVqB4wE8U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUVqB4wE8U .carousel-control {
  display: flex;
  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-uUVqB4wE8U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVqB4wE8U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUVqB4wE8U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUVqB4wE8U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUVqB4wE8U .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-uUVqB4wE8U .carousel-indicators li.active,
.cid-uUVqB4wE8U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUVqB4wE8U .carousel-indicators li::after,
.cid-uUVqB4wE8U .carousel-indicators li::before {
  content: none;
}
.cid-uUVqB4wE8U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUVqB4wE8U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUVqB4wE8U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUVqB4wE8U .carousel-indicators {
    display: none;
  }
}
.cid-uUVqB4wE8U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUVqB4wE8U .carousel-inner > .active {
  display: block;
}
.cid-uUVqB4wE8U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUVqB4wE8U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUVqB4wE8U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUVqB4wE8U .carousel-control,
  .cid-uUVqB4wE8U .carousel-indicators,
  .cid-uUVqB4wE8U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUVqB4wE8U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUVqB4wE8U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUVqB4wE8U .carousel-indicators .active,
.cid-uUVqB4wE8U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUVqB4wE8U .carousel-indicators .active {
  background: #fff;
}
.cid-uUVqB4wE8U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUVqB4wE8U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUVqB4wE8U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUVqB4wE8U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUVqB4wE8U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUVqB4wE8U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUVqB4wE8U .carousel {
  width: 100%;
}
.cid-uUVqB4wE8U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUVqB4wE8U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUVqB4wE8U .modal.fade .modal-dialog,
.cid-uUVqB4wE8U .modal.in .modal-dialog {
  transform: none;
}
.cid-uUVqB4wE8U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUVqB4wE8U .content-head {
  max-width: 800px;
}
.cid-uUVqB4wE8U H3 {
  color: #698761;
  text-align: center;
}
.cid-uH3QXsuaJ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uH3QXsuaJ4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH3QXsuaJ4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uH3QXsuaJ4 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uH3QXsuaJ4 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uH3QXsuaJ4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uH3QXsuaJ4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uH3QXsuaJ4 .carousel-control,
.cid-uH3QXsuaJ4 .close {
  background: #1b1b1b;
}
.cid-uH3QXsuaJ4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uH3QXsuaJ4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uH3QXsuaJ4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uH3QXsuaJ4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uH3QXsuaJ4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uH3QXsuaJ4 .close::before {
  content: '\e91a';
}
.cid-uH3QXsuaJ4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH3QXsuaJ4 .carousel-control {
  display: flex;
  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-uH3QXsuaJ4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH3QXsuaJ4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH3QXsuaJ4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uH3QXsuaJ4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uH3QXsuaJ4 .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-uH3QXsuaJ4 .carousel-indicators li.active,
.cid-uH3QXsuaJ4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH3QXsuaJ4 .carousel-indicators li::after,
.cid-uH3QXsuaJ4 .carousel-indicators li::before {
  content: none;
}
.cid-uH3QXsuaJ4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH3QXsuaJ4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uH3QXsuaJ4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uH3QXsuaJ4 .carousel-indicators {
    display: none;
  }
}
.cid-uH3QXsuaJ4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uH3QXsuaJ4 .carousel-inner > .active {
  display: block;
}
.cid-uH3QXsuaJ4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH3QXsuaJ4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uH3QXsuaJ4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uH3QXsuaJ4 .carousel-control,
  .cid-uH3QXsuaJ4 .carousel-indicators,
  .cid-uH3QXsuaJ4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uH3QXsuaJ4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uH3QXsuaJ4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uH3QXsuaJ4 .carousel-indicators .active,
.cid-uH3QXsuaJ4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uH3QXsuaJ4 .carousel-indicators .active {
  background: #fff;
}
.cid-uH3QXsuaJ4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uH3QXsuaJ4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uH3QXsuaJ4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uH3QXsuaJ4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uH3QXsuaJ4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uH3QXsuaJ4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uH3QXsuaJ4 .carousel {
  width: 100%;
}
.cid-uH3QXsuaJ4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uH3QXsuaJ4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uH3QXsuaJ4 .modal.fade .modal-dialog,
.cid-uH3QXsuaJ4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uH3QXsuaJ4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uH3QXsuaJ4 .content-head {
  max-width: 800px;
}
.cid-uH3QXsuaJ4 H3 {
  color: #698761;
}
.cid-uKeMkDhQY0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uKeMkDhQY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeMkDhQY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKeMkDhQY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKeMkDhQY0 .row {
  flex-direction: row-reverse;
}
.cid-uKeMkDhQY0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKeMkDhQY0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKeMkDhQY0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKeMkDhQY0 .mbr-section-title {
  color: #698761;
}
.cid-uKeMkDhQY0 .mbr-text,
.cid-uKeMkDhQY0 .mbr-section-btn {
  color: #232323;
}
.cid-uL0X9aStjZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f09d00;
}
.cid-uL0X9aStjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0X9aStjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0X9aStjZ .row {
  justify-content: center;
}
.cid-uL0X9aStjZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL0X9aStjZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uL0X9aStjZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #efe8d8;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL0X9aStjZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uL0X9aStjZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uL0X9aStjZ .content-head {
  max-width: 800px;
}
.cid-uL0X9aStjZ .mbr-section-title {
  color: #698761;
}
.cid-uL0X9aStjZ .card-title {
  color: #051c0c;
}
.cid-uL0X9aStjZ P {
  color: #051c0c;
}
.cid-uL0XbTLTE0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2860.jpeg");
}
.cid-uL0XbTLTE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0XbTLTE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0XbTLTE0 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uL0XbTLTE0 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uL0XbTLTE0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uL0XbTLTE0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uL0XbTLTE0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL0XbTLTE0 .content-head {
  max-width: 800px;
}
.cid-uL0XbTLTE0 .mbr-section-title {
  color: #698761;
}
.cid-tJGs7X2OSn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-tJGs7X2OSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGs7X2OSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJGs7X2OSn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJGs7X2OSn .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tJGs7X2OSn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJGs7X2OSn .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJGs7X2OSn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJGs7X2OSn .header-menu li p {
  margin: 0;
}
.cid-tJGs7X2OSn .mbr-section-title {
  color: #698761;
}
.cid-tJGs7X2OSn .header-menu-item {
  color: #ffffff;
}
.cid-tJGs7X2OSn .mbr-text,
.cid-tJGs7X2OSn .mbr-section-btn {
  color: #454745;
  text-align: center;
}
.cid-v1Mbn2DoWj {
  background-color: #f09d00;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v1Mbn2DoWj .carousel {
  width: 100%;
}
.cid-v1Mbn2DoWj .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v1Mbn2DoWj .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v1Mbn2DoWj img,
.cid-v1Mbn2DoWj .item-wrapper {
  border-radius: 0 !important;
}
.cid-v1Mbn2DoWj .carousel-caption {
  bottom: 40px;
}
.cid-v1Mbn2DoWj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1Mbn2DoWj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1Mbn2DoWj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v1Mbn2DoWj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1Mbn2DoWj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1Mbn2DoWj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1Mbn2DoWj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1Mbn2DoWj .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-v1Mbn2DoWj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1Mbn2DoWj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1Mbn2DoWj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1Mbn2DoWj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1Mbn2DoWj .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-v1Mbn2DoWj .carousel-indicators li.active,
.cid-v1Mbn2DoWj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1Mbn2DoWj .carousel-indicators li::after,
.cid-v1Mbn2DoWj .carousel-indicators li::before {
  content: none;
}
.cid-v1Mbn2DoWj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1Mbn2DoWj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1Mbn2DoWj .mbr-section-subtitle,
  .cid-v1Mbn2DoWj .mbr-section-text,
  .cid-v1Mbn2DoWj .mbr-section-btn {
    text-align: center;
  }
}
.cid-tL7oDZlVRK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 12px;
  }
}
.cid-tL7oDZlVRK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7oDZlVRK .social-row .soc-item {
  margin: 8px;
}
.cid-tL7oDZlVRK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tL7oDZlVRK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-tL7oDZlVRK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-tL7oDZlVRK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL7oDZlVRK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL7oDZlVRK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL7oDZlVRK .header-menu li p {
  margin: 0;
}
.cid-tL7oDZlVRK .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-tL7oDZlVRK .mbr-section-title {
  color: #ffffff;
}
.cid-tL7oDZlVRK header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHS8ZjU0Pb {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uHS8ZjU0Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHS8ZjU0Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHS8ZjU0Pb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uHS8ZjU0Pb .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uHS8ZjU0Pb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHS8ZjU0Pb .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHS8ZjU0Pb .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHS8ZjU0Pb .header-menu li p {
  margin: 0;
}
.cid-uHS8ZjU0Pb .mbr-section-title {
  color: #698761;
}
.cid-uHS8ZjU0Pb .header-menu-item {
  color: #ffffff;
}
.cid-uHS8ZjU0Pb .mbr-text,
.cid-uHS8ZjU0Pb .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-uHS8Zp03Lw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uHS8Zp03Lw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uHS8Zp03Lw .container {
    padding: 0 12px;
  }
}
.cid-uHS8Zp03Lw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHS8Zp03Lw .social-row .soc-item {
  margin: 8px;
}
.cid-uHS8Zp03Lw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uHS8Zp03Lw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uHS8Zp03Lw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uHS8Zp03Lw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHS8Zp03Lw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uHS8Zp03Lw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHS8Zp03Lw .header-menu li p {
  margin: 0;
}
.cid-uHS8Zp03Lw .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uHS8Zp03Lw .mbr-section-title {
  color: #ffffff;
}
.cid-uHS8Zp03Lw header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIWGX43Msa {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uIWGX43Msa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIWGX43Msa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIWGX43Msa .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIWGX43Msa .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uIWGX43Msa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIWGX43Msa .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIWGX43Msa .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIWGX43Msa .header-menu li p {
  margin: 0;
}
.cid-uIWGX43Msa .mbr-section-title {
  color: #698761;
}
.cid-uIWGX43Msa .header-menu-item {
  color: #ffffff;
}
.cid-uIWGX43Msa .mbr-text,
.cid-uIWGX43Msa .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-uIWGX4H3in {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uIWGX4H3in .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uIWGX4H3in .container {
    padding: 0 12px;
  }
}
.cid-uIWGX4H3in .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIWGX4H3in .social-row .soc-item {
  margin: 8px;
}
.cid-uIWGX4H3in .social-row .soc-item a:hover .mbr-iconfont,
.cid-uIWGX4H3in .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uIWGX4H3in .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uIWGX4H3in .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIWGX4H3in .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIWGX4H3in .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIWGX4H3in .header-menu li p {
  margin: 0;
}
.cid-uIWGX4H3in .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uIWGX4H3in .mbr-section-title {
  color: #ffffff;
}
.cid-uIWGX4H3in header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJ5F0KBim7 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uJ5F0KBim7 {
    align-items: center;
  }
  .cid-uJ5F0KBim7 .row {
    justify-content: center;
  }
  .cid-uJ5F0KBim7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJ5F0KBim7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0KBim7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJ5F0KBim7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJ5F0KBim7 .content-wrap {
    width: 100%;
  }
}
.cid-uJ5F0KBim7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0KBim7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJ5F0KBim7 .mbr-section-title,
.cid-uJ5F0KBim7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uJ5F0KBim7 .mbr-text,
.cid-uJ5F0KBim7 .mbr-section-btn {
  text-align: center;
}
.cid-uJ5F0KBim7 .mbr-section-title {
  color: #efe8d8;
  text-align: center;
}
.cid-uJ5F0KBim7 .mbr-section-subtitle {
  color: #cbbd9a;
  text-align: center;
}
.cid-uJ5F0KYy5V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJ5F0KYy5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0KYy5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5F0KYy5V .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJ5F0KYy5V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0KYy5V .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uJ5F0KYy5V .content-head {
  max-width: 800px;
}
.cid-uJ5F0KYy5V .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0LGab4 {
  display: flex;
  background-image: url("../../../assets/images/cottedg-1.jpeg");
}
.cid-uJ5F0LGab4 .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.5;
}
.cid-uJ5F0LGab4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uJ5F0LGab4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uJ5F0LGab4 {
    align-items: center;
  }
  .cid-uJ5F0LGab4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJ5F0LGab4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0LGab4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJ5F0LGab4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJ5F0LGab4 .content-wrap {
    width: 100%;
  }
}
.cid-uJ5F0LGab4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5F0LGab4 .mbr-text,
.cid-uJ5F0LGab4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5F0LGab4 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5F0LZUYT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
@media (min-width: 992px) {
  .cid-uJ5F0LZUYT .carousel {
    max-height: 800px;
  }
  .cid-uJ5F0LZUYT .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJ5F0LZUYT .carousel {
    min-height: 520px;
  }
  .cid-uJ5F0LZUYT .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0LZUYT .carousel {
    min-height: 440px;
  }
  .cid-uJ5F0LZUYT .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-uJ5F0LZUYT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJ5F0LZUYT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJ5F0LZUYT .carousel,
.cid-uJ5F0LZUYT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJ5F0LZUYT .item-wrapper {
  width: 100%;
}
.cid-uJ5F0LZUYT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uJ5F0LZUYT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uJ5F0LZUYT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJ5F0LZUYT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJ5F0LZUYT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJ5F0LZUYT .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-uJ5F0LZUYT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5F0LZUYT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0LZUYT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJ5F0LZUYT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uJ5F0LZUYT .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-uJ5F0LZUYT .carousel-indicators li.active,
.cid-uJ5F0LZUYT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJ5F0LZUYT .carousel-indicators li::after,
.cid-uJ5F0LZUYT .carousel-indicators li::before {
  content: none;
}
.cid-uJ5F0LZUYT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJ5F0LZUYT .carousel-indicators {
    display: none !important;
  }
}
.cid-uJ5F0Mju2N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe8d8;
}
.cid-uJ5F0Mju2N .mbr-media {
  position: relative;
}
.cid-uJ5F0Mju2N .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ5F0Mju2N a:hover {
  background-image: none !important;
}
.cid-uJ5F0Mju2N .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJ5F0Mju2N .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uJ5F0Mju2N .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJ5F0Mju2N .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJ5F0Mju2N .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJ5F0Mju2N .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJ5F0Mju2N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJ5F0Mju2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0Mju2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5F0Mju2N .content-head {
  max-width: 800px;
}
.cid-uJ5F0Nbpte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJ5F0Nbpte img,
.cid-uJ5F0Nbpte .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJ5F0Nbpte .item:focus,
.cid-uJ5F0Nbpte span:focus {
  outline: none;
}
.cid-uJ5F0Nbpte .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0Nbpte .item {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0Nbpte .item-wrapper {
  position: relative;
  background: #efe8d8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJ5F0Nbpte .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uJ5F0Nbpte .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJ5F0Nbpte .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ5F0Nbpte .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0Nbpte .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uJ5F0Nbpte .mbr-section-title {
  color: #232323;
}
.cid-uJ5F0Nbpte .mbr-text,
.cid-uJ5F0Nbpte .mbr-section-btn {
  text-align: center;
}
.cid-uJ5F0Nbpte .item-title {
  text-align: left;
}
.cid-uJ5F0Nbpte .content-head {
  max-width: 800px;
}
.cid-uJ5F0Nbpte .mbr-text,
.cid-uJ5F0Nbpte .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uJ5F0Nbpte .mbr-section-title,
.cid-uJ5F0Nbpte .mbr-section-head .mbr-section-btn {
  color: #698761;
}
.cid-uJ5F0NB3Ta {
  display: flex;
  background-image: url("../../../assets/images/1.jpeg");
}
.cid-uJ5F0NB3Ta .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uJ5F0NB3Ta {
    align-items: center;
  }
  .cid-uJ5F0NB3Ta .row {
    justify-content: center;
  }
  .cid-uJ5F0NB3Ta .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJ5F0NB3Ta .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0NB3Ta {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uJ5F0NB3Ta .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uJ5F0NB3Ta .content-wrap {
    width: 100%;
  }
}
.cid-uJ5F0NB3Ta .mbr-section-title,
.cid-uJ5F0NB3Ta .mbr-section-subtitle {
  text-align: center;
}
.cid-uJ5F0NB3Ta .mbr-text,
.cid-uJ5F0NB3Ta .mbr-section-btn {
  text-align: center;
}
.cid-uJ5F0NB3Ta .mbr-section-title {
  color: #efe8d8;
}
.cid-uJ5F0NSK4E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJ5F0NSK4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0NSK4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5F0NSK4E .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0NSK4E .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0NSK4E .content-head {
  max-width: 800px;
}
.cid-uJ5F0NSK4E .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uJ5F0NSK4E .img-wrapper img {
  width: 6rem;
}
.cid-uJ5F0NSK4E .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0OxLSH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-uJ5F0OxLSH img,
.cid-uJ5F0OxLSH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJ5F0OxLSH img,
  .cid-uJ5F0OxLSH .item-img {
    max-height: 300px;
  }
}
.cid-uJ5F0OxLSH .item:focus,
.cid-uJ5F0OxLSH span:focus {
  outline: none;
}
.cid-uJ5F0OxLSH .item-wrapper {
  position: relative;
}
.cid-uJ5F0OxLSH .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJ5F0OxLSH .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uJ5F0OxLSH .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ5F0OxLSH .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uJ5F0OxLSH .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0OxLSH .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uJ5F0OxLSH .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uJ5F0OxLSH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ5F0OxLSH .mbr-section-title {
  color: #232323;
}
.cid-uJ5F0OxLSH .mbr-text,
.cid-uJ5F0OxLSH .mbr-section-btn {
  text-align: left;
}
.cid-uJ5F0OxLSH .item-title {
  text-align: left;
}
.cid-uJ5F0OxLSH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uJ5F0OxLSH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uJ5F0OxLSH .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uJ5F0OxLSH .embla__button--next,
.cid-uJ5F0OxLSH .embla__button--prev {
  display: flex;
}
.cid-uJ5F0OxLSH .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-uJ5F0OxLSH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJ5F0OxLSH .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uJ5F0OxLSH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5F0OxLSH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0OxLSH .embla__button {
    top: auto;
  }
}
.cid-uJ5F0OxLSH .embla {
  position: relative;
  width: 100%;
}
.cid-uJ5F0OxLSH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJ5F0OxLSH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ5F0OxLSH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ5F0OxLSH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uJ5F0OxLSH .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uJ5F0OxLSH .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uJ5F0OxLSH .content-head {
  max-width: 800px;
}
.cid-uJ5F0Qcw0y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1.jpeg");
}
.cid-uJ5F0Qcw0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0Qcw0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5F0Qcw0y .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJ5F0Qcw0y .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJ5F0Qcw0y .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJ5F0Qcw0y .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJ5F0Qcw0y .card-title {
  color: #698761;
}
.cid-uJ5F0Qzph9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uJ5F0Qzph9 img,
.cid-uJ5F0Qzph9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJ5F0Qzph9 img,
  .cid-uJ5F0Qzph9 .item-img {
    max-height: 300px;
  }
}
.cid-uJ5F0Qzph9 .item:focus,
.cid-uJ5F0Qzph9 span:focus {
  outline: none;
}
.cid-uJ5F0Qzph9 .item-wrapper {
  position: relative;
}
.cid-uJ5F0Qzph9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJ5F0Qzph9 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJ5F0Qzph9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0Qzph9 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uJ5F0Qzph9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ5F0Qzph9 .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0Qzph9 .mbr-text,
.cid-uJ5F0Qzph9 .mbr-section-btn {
  text-align: left;
}
.cid-uJ5F0Qzph9 .item-title {
  text-align: left;
}
.cid-uJ5F0Qzph9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uJ5F0Qzph9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uJ5F0Qzph9 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uJ5F0Qzph9 .embla__button--next,
.cid-uJ5F0Qzph9 .embla__button--prev {
  display: flex;
}
.cid-uJ5F0Qzph9 .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-uJ5F0Qzph9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJ5F0Qzph9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uJ5F0Qzph9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5F0Qzph9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0Qzph9 .embla__button {
    top: auto;
  }
}
.cid-uJ5F0Qzph9 .embla {
  position: relative;
  width: 100%;
}
.cid-uJ5F0Qzph9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJ5F0Qzph9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ5F0Qzph9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ5F0Qzph9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uJ5F0Qzph9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uJ5F0Qzph9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uJ5F0Qzph9 .content-head {
  max-width: 800px;
}
.cid-uJ5F0S1VZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbbd9a;
}
.cid-uJ5F0S1VZu .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uJ5F0S1VZu img,
.cid-uJ5F0S1VZu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uJ5F0S1VZu .item:focus,
.cid-uJ5F0S1VZu span:focus {
  outline: none;
}
.cid-uJ5F0S1VZu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0S1VZu .item {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0S1VZu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJ5F0S1VZu .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uJ5F0S1VZu .item-content .item-footer {
  margin-top: auto;
}
.cid-uJ5F0S1VZu .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0S1VZu .mbr-text,
.cid-uJ5F0S1VZu .mbr-section-btn {
  color: #000000;
}
.cid-uJ5F0S1VZu .item-title {
  color: #000000;
}
.cid-uJ5F0S1VZu .content-head {
  max-width: 800px;
}
.cid-uJ5F0SI2gr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJ5F0SI2gr img,
.cid-uJ5F0SI2gr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uJ5F0SI2gr .item:focus,
.cid-uJ5F0SI2gr span:focus {
  outline: none;
}
.cid-uJ5F0SI2gr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0SI2gr .item {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0SI2gr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uJ5F0SI2gr .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJ5F0SI2gr .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJ5F0SI2gr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uJ5F0SI2gr .mbr-section-title {
  color: #698761;
  text-align: center;
}
.cid-uJ5F0SI2gr .item-title {
  text-align: left;
  color: #698761;
}
.cid-uJ5F0SI2gr .item-subtitle {
  text-align: left;
}
.cid-uJ5F0SI2gr .mbr-text,
.cid-uJ5F0SI2gr .item .mbr-section-btn {
  text-align: left;
}
.cid-uJ5F0SI2gr .mbr-section-subtitle,
.cid-uJ5F0SI2gr .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uJ5F0TPHWo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cbbd9a;
}
.cid-uJ5F0TPHWo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uJ5F0TPHWo .panel-group {
  border: none;
}
.cid-uJ5F0TPHWo .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0TPHWo .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uJ5F0TPHWo .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0TPHWo .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uJ5F0TPHWo .img-col {
  padding: 0;
}
.cid-uJ5F0TPHWo .img-item {
  height: 100%;
}
.cid-uJ5F0TPHWo img {
  height: 100%;
  object-fit: cover;
}
.cid-uJ5F0TPHWo .collapsed span {
  transform: rotate(0deg);
}
.cid-uJ5F0TPHWo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJ5F0TPHWo p {
  margin-bottom: 0.3rem;
}
.cid-uJ5F0TPHWo .panel-title-edit {
  color: #ff4552;
}
.cid-uJ5F0TPHWo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uJ5F0TPHWo .card {
  background: #efe8d8;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0TPHWo .card {
    padding: 1.5rem;
  }
}
.cid-uJ5F0TPHWo .panel-text {
  color: #000000;
}
.cid-uJ5F0TPHWo .mbr-section-title {
  text-align: center;
  color: #698761;
}
.cid-uJ5F0TPHWo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5F0TPHWo .panel-title-edit,
.cid-uJ5F0TPHWo .mbr-iconfont {
  color: #000000;
}
.cid-uJ5F0UsUpY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uJ5F0UsUpY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0UsUpY .item {
    margin-bottom: 1rem;
  }
}
.cid-uJ5F0UsUpY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJ5F0UsUpY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJ5F0UsUpY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uJ5F0UsUpY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uJ5F0UsUpY .carousel-control,
.cid-uJ5F0UsUpY .close {
  background: #1b1b1b;
}
.cid-uJ5F0UsUpY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJ5F0UsUpY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJ5F0UsUpY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJ5F0UsUpY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJ5F0UsUpY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJ5F0UsUpY .close::before {
  content: '\e91a';
}
.cid-uJ5F0UsUpY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJ5F0UsUpY .carousel-control {
  display: flex;
  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-uJ5F0UsUpY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5F0UsUpY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJ5F0UsUpY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJ5F0UsUpY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJ5F0UsUpY .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-uJ5F0UsUpY .carousel-indicators li.active,
.cid-uJ5F0UsUpY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJ5F0UsUpY .carousel-indicators li::after,
.cid-uJ5F0UsUpY .carousel-indicators li::before {
  content: none;
}
.cid-uJ5F0UsUpY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJ5F0UsUpY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ5F0UsUpY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0UsUpY .carousel-indicators {
    display: none;
  }
}
.cid-uJ5F0UsUpY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJ5F0UsUpY .carousel-inner > .active {
  display: block;
}
.cid-uJ5F0UsUpY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ5F0UsUpY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ5F0UsUpY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJ5F0UsUpY .carousel-control,
  .cid-uJ5F0UsUpY .carousel-indicators,
  .cid-uJ5F0UsUpY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0UsUpY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJ5F0UsUpY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJ5F0UsUpY .carousel-indicators .active,
.cid-uJ5F0UsUpY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJ5F0UsUpY .carousel-indicators .active {
  background: #fff;
}
.cid-uJ5F0UsUpY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJ5F0UsUpY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJ5F0UsUpY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJ5F0UsUpY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJ5F0UsUpY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJ5F0UsUpY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJ5F0UsUpY .carousel {
  width: 100%;
}
.cid-uJ5F0UsUpY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJ5F0UsUpY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJ5F0UsUpY .modal.fade .modal-dialog,
.cid-uJ5F0UsUpY .modal.in .modal-dialog {
  transform: none;
}
.cid-uJ5F0UsUpY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJ5F0UsUpY .content-head {
  max-width: 800px;
}
.cid-uJ5F0UsUpY H3 {
  color: #698761;
}
.cid-uJ5F0W2p9n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-uJ5F0W2p9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0W2p9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ5F0W2p9n .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJ5F0W2p9n .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uJ5F0W2p9n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJ5F0W2p9n .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJ5F0W2p9n .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJ5F0W2p9n .header-menu li p {
  margin: 0;
}
.cid-uJ5F0W2p9n .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0W2p9n .header-menu-item {
  color: #ffffff;
}
.cid-uJ5F0W2p9n .mbr-text,
.cid-uJ5F0W2p9n .mbr-section-btn {
  color: #454745;
  text-align: center;
}
.cid-uJ5F0WxnFQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #cbbd9a;
}
.cid-uJ5F0WxnFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5F0WxnFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJ5F0WxnFQ .row {
    flex-direction: column-reverse;
  }
  .cid-uJ5F0WxnFQ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJ5F0WxnFQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uJ5F0WxnFQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ5F0WxnFQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ5F0WxnFQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ5F0WxnFQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ5F0WxnFQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uJ5F0WxnFQ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-uJ5F0WxnFQ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uJ5F0WxnFQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJ5F0WxnFQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uJ5F0WxnFQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #f09d00;
}
.cid-uJ5F0WxnFQ P {
  text-align: left;
}
.cid-uJ5F0WxnFQ .mbr-section-title {
  color: #698761;
}
.cid-uJ5F0WYoC0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uJ5F0WYoC0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uJ5F0WYoC0 .container {
    padding: 0 12px;
  }
}
.cid-uJ5F0WYoC0 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uJ5F0WYoC0 .social-row .soc-item {
  margin: 8px;
}
.cid-uJ5F0WYoC0 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uJ5F0WYoC0 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uJ5F0WYoC0 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uJ5F0WYoC0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJ5F0WYoC0 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJ5F0WYoC0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJ5F0WYoC0 .header-menu li p {
  margin: 0;
}
.cid-uJ5F0WYoC0 .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uJ5F0WYoC0 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ5F0WYoC0 header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uOjoN61rYZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #efe8d8;
}
.cid-uOjoN61rYZ .content-head {
  max-width: 800px;
}
.cid-uOjoN61rYZ .mbr-section-title {
  color: #051c0c;
}
.cid-uOjoB5Zmhn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOjoB5Zmhn .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOjoB5Zmhn .mbr-section-subtitle {
  color: #000000;
}
.cid-uOjoB5Zmhn .mbr-section-title {
  color: #000000;
}
.cid-uIWGX4H3in {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uIWGX4H3in .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uIWGX4H3in .container {
    padding: 0 12px;
  }
}
.cid-uIWGX4H3in .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIWGX4H3in .social-row .soc-item {
  margin: 8px;
}
.cid-uIWGX4H3in .social-row .soc-item a:hover .mbr-iconfont,
.cid-uIWGX4H3in .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uIWGX4H3in .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uIWGX4H3in .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIWGX4H3in .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIWGX4H3in .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIWGX4H3in .header-menu li p {
  margin: 0;
}
.cid-uIWGX4H3in .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uIWGX4H3in .mbr-section-title {
  color: #ffffff;
}
.cid-uIWGX4H3in header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXbQfBwmId {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #efe8d8;
}
.cid-uXbQfBwmId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXbQfBwmId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXbQfBwmId .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uXbQfBwmId .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uXbQfBwmId .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXbQfBwmId .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXbQfBwmId .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXbQfBwmId .header-menu li p {
  margin: 0;
}
.cid-uXbQfBwmId .mbr-section-title {
  color: #698761;
}
.cid-uXbQfBwmId .header-menu-item {
  color: #ffffff;
}
.cid-uXbQfBwmId .mbr-text,
.cid-uXbQfBwmId .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-uXbQfBRMsY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uXbQfBRMsY .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uXbQfBRMsY .container {
    padding: 0 12px;
  }
}
.cid-uXbQfBRMsY .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXbQfBRMsY .social-row .soc-item {
  margin: 8px;
}
.cid-uXbQfBRMsY .social-row .soc-item a:hover .mbr-iconfont,
.cid-uXbQfBRMsY .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uXbQfBRMsY .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uXbQfBRMsY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uXbQfBRMsY .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uXbQfBRMsY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uXbQfBRMsY .header-menu li p {
  margin: 0;
}
.cid-uXbQfBRMsY .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uXbQfBRMsY .mbr-section-title {
  color: #ffffff;
}
.cid-uXbQfBRMsY header-menu-item B {
  color: #698761;
}
.cid-v5zTausQmv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5zTausQmv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5zTausQmv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zTausQmv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zTausQmv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zTausQmv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5zTausQmv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5zTausQmv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5zTausQmv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5zTausQmv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5zTausQmv .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5zTausQmv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5zTausQmv .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5zTausQmv .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5zTausQmv .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5zTausQmv .nav-item:focus,
.cid-v5zTausQmv .nav-link:focus {
  outline: none;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zTausQmv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zTausQmv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zTausQmv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zTausQmv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5zTausQmv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zTausQmv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zTausQmv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zTausQmv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5zTausQmv .navbar.collapsed {
  justify-content: center;
}
.cid-v5zTausQmv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zTausQmv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zTausQmv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zTausQmv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zTausQmv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zTausQmv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5zTausQmv .navbar {
    min-height: 72px;
  }
  .cid-v5zTausQmv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zTausQmv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zTausQmv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zTausQmv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5zTausQmv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zTausQmv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zTausQmv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5zTausQmv .dropdown-item.active,
.cid-v5zTausQmv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zTausQmv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zTausQmv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5zTausQmv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5zTausQmv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zTausQmv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .navbar-buttons {
    text-align: left;
  }
}
.cid-v5zTausQmv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zTausQmv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zTausQmv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zTausQmv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5zTausQmv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zTausQmv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zTausQmv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zTausQmv .navbar {
    height: 70px;
  }
  .cid-v5zTausQmv .navbar.opened {
    height: auto;
  }
  .cid-v5zTausQmv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5zTausQmv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5zTausQmv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5zTausQmv .navbar-brand {
    margin-right: auto;
  }
  .cid-v5zTausQmv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5zTausQmv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5zTausQmv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5zTausQmv .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5zTausQmv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5zTausQmv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v24C2fW7vH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/restoran-almazy.jpeg");
}
.cid-v24C2fW7vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v24C2fW7vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v24C2fW7vH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v24C2fW7vH .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-v24C2fW7vH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v24C2fW7vH .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v24C2fW7vH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v24C2fW7vH .header-menu li p {
  margin: 0;
}
.cid-v24C2fW7vH .mbr-section-title {
  color: #f09d00;
  text-align: center;
}
.cid-v24C2fW7vH .header-menu-item {
  color: #ffffff;
}
.cid-v24C2fW7vH .mbr-text,
.cid-v24C2fW7vH .mbr-section-btn {
  color: #454745;
  text-align: left;
}
.cid-v2rQr8Eb7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f6463;
}
.cid-v2rQr8Eb7F img,
.cid-v2rQr8Eb7F .item-img {
  width: 100%;
}
.cid-v2rQr8Eb7F .item:focus,
.cid-v2rQr8Eb7F span:focus {
  outline: none;
}
.cid-v2rQr8Eb7F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2rQr8Eb7F .item {
    margin-bottom: 1rem;
  }
}
.cid-v2rQr8Eb7F .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2rQr8Eb7F .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2rQr8Eb7F .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2rQr8Eb7F .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2rQr8Eb7F .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rQr8Eb7F .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2rQr8Eb7F .mbr-section-title {
  color: #232323;
}
.cid-v2rQr8Eb7F .mbr-text,
.cid-v2rQr8Eb7F .mbr-section-btn {
  text-align: center;
}
.cid-v2rQr8Eb7F .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2rQr8Eb7F .content-head {
  max-width: 800px;
}
.cid-v2rQr8Eb7F .mbr-text,
.cid-v2rQr8Eb7F .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2rQr8Eb7F .mbr-section-title,
.cid-v2rQr8Eb7F .mbr-section-head .mbr-section-btn {
  color: #f09d00;
}
.cid-v2rQr8Eb7F .mbr-section-subtitle,
.cid-v2rQr8Eb7F .mbr-section-head .mbr-section-btn {
  color: #f09d00;
}
.cid-v2rZ66jiYx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f09d00;
}
.cid-v2rZ66jiYx img,
.cid-v2rZ66jiYx .item-img {
  width: 100%;
}
.cid-v2rZ66jiYx .item:focus,
.cid-v2rZ66jiYx span:focus {
  outline: none;
}
.cid-v2rZ66jiYx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2rZ66jiYx .item {
    margin-bottom: 1rem;
  }
}
.cid-v2rZ66jiYx .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2rZ66jiYx .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2rZ66jiYx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2rZ66jiYx .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2rZ66jiYx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2rZ66jiYx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2rZ66jiYx .mbr-section-title {
  color: #232323;
}
.cid-v2rZ66jiYx .mbr-text,
.cid-v2rZ66jiYx .mbr-section-btn {
  text-align: center;
}
.cid-v2rZ66jiYx .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2rZ66jiYx .content-head {
  max-width: 800px;
}
.cid-v2rZ66jiYx .mbr-text,
.cid-v2rZ66jiYx .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2rZ66jiYx .mbr-section-title,
.cid-v2rZ66jiYx .mbr-section-head .mbr-section-btn {
  color: #1f6463;
}
.cid-v2s6JRScUL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f6463;
}
.cid-v2s6JRScUL img,
.cid-v2s6JRScUL .item-img {
  width: 100%;
}
.cid-v2s6JRScUL .item:focus,
.cid-v2s6JRScUL span:focus {
  outline: none;
}
.cid-v2s6JRScUL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2s6JRScUL .item {
    margin-bottom: 1rem;
  }
}
.cid-v2s6JRScUL .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2s6JRScUL .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2s6JRScUL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2s6JRScUL .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2s6JRScUL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2s6JRScUL .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2s6JRScUL .mbr-section-title {
  color: #232323;
}
.cid-v2s6JRScUL .mbr-text,
.cid-v2s6JRScUL .mbr-section-btn {
  text-align: center;
}
.cid-v2s6JRScUL .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2s6JRScUL .content-head {
  max-width: 800px;
}
.cid-v2s6JRScUL .mbr-text,
.cid-v2s6JRScUL .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2s6JRScUL .mbr-section-title,
.cid-v2s6JRScUL .mbr-section-head .mbr-section-btn {
  color: #f09d00;
}
.cid-v2s6LIO65W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f09d00;
}
.cid-v2s6LIO65W img,
.cid-v2s6LIO65W .item-img {
  width: 100%;
}
.cid-v2s6LIO65W .item:focus,
.cid-v2s6LIO65W span:focus {
  outline: none;
}
.cid-v2s6LIO65W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2s6LIO65W .item {
    margin-bottom: 1rem;
  }
}
.cid-v2s6LIO65W .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2s6LIO65W .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2s6LIO65W .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2s6LIO65W .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2s6LIO65W .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2s6LIO65W .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2s6LIO65W .mbr-section-title {
  color: #232323;
}
.cid-v2s6LIO65W .mbr-text,
.cid-v2s6LIO65W .mbr-section-btn {
  text-align: center;
}
.cid-v2s6LIO65W .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2s6LIO65W .content-head {
  max-width: 800px;
}
.cid-v2s6LIO65W .mbr-text,
.cid-v2s6LIO65W .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2s6LIO65W .mbr-section-title,
.cid-v2s6LIO65W .mbr-section-head .mbr-section-btn {
  color: #1f6463;
}
.cid-v2s6NdKqjR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f6463;
}
.cid-v2s6NdKqjR img,
.cid-v2s6NdKqjR .item-img {
  width: 100%;
}
.cid-v2s6NdKqjR .item:focus,
.cid-v2s6NdKqjR span:focus {
  outline: none;
}
.cid-v2s6NdKqjR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2s6NdKqjR .item {
    margin-bottom: 1rem;
  }
}
.cid-v2s6NdKqjR .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2s6NdKqjR .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2s6NdKqjR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2s6NdKqjR .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2s6NdKqjR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2s6NdKqjR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2s6NdKqjR .mbr-section-title {
  color: #232323;
}
.cid-v2s6NdKqjR .mbr-text,
.cid-v2s6NdKqjR .mbr-section-btn {
  text-align: center;
}
.cid-v2s6NdKqjR .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2s6NdKqjR .content-head {
  max-width: 800px;
}
.cid-v2s6NdKqjR .mbr-text,
.cid-v2s6NdKqjR .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2s6NdKqjR .mbr-section-title,
.cid-v2s6NdKqjR .mbr-section-head .mbr-section-btn {
  color: #f09d00;
}
.cid-v2s6TZviIR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f09d00;
}
.cid-v2s6TZviIR img,
.cid-v2s6TZviIR .item-img {
  width: 100%;
}
.cid-v2s6TZviIR .item:focus,
.cid-v2s6TZviIR span:focus {
  outline: none;
}
.cid-v2s6TZviIR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2s6TZviIR .item {
    margin-bottom: 1rem;
  }
}
.cid-v2s6TZviIR .item-wrapper {
  position: relative;
  background: #a0e1e1;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2s6TZviIR .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2s6TZviIR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2s6TZviIR .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2s6TZviIR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2s6TZviIR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v2s6TZviIR .mbr-section-title {
  color: #232323;
}
.cid-v2s6TZviIR .mbr-text,
.cid-v2s6TZviIR .mbr-section-btn {
  text-align: center;
}
.cid-v2s6TZviIR .item-title {
  text-align: left;
  color: #1f6463;
}
.cid-v2s6TZviIR .content-head {
  max-width: 800px;
}
.cid-v2s6TZviIR .mbr-text,
.cid-v2s6TZviIR .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v2s6TZviIR .mbr-section-title,
.cid-v2s6TZviIR .mbr-section-head .mbr-section-btn {
  color: #1f6463;
}
.cid-v25lTBEEjo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
}
.cid-v25lTBEEjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v25lTBEEjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v25lTBEEjo .row {
  flex-direction: row-reverse;
}
.cid-v25lTBEEjo .mbr-description {
  color: #f09d00;
}
.cid-v5MOvMv7xt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-v5MOvMv7xt .justify-content-center {
  align-items: center;
}
.cid-v5MOvMv7xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MOvMv7xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MOvMv7xt .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v5MOvMv7xt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5MOvMv7xt .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v5MOvMv7xt .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v5MOvMv7xt .row {
  align-items: center;
}
.cid-v5MOvMv7xt .card-text {
  color: #f09d00;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v5MOvMv7xt .card-text {
    text-align: center;
  }
}
.cid-v6qrlhQIZx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1-1.jpg");
}
.cid-v6qrlhQIZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6qrlhQIZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6qrlhQIZx .content-text {
  max-width: 800px;
}
.cid-v6qrlhQIZx .mbr-section-title {
  color: #f09d00;
}
.cid-v6qrlhQIZx .mbr-text,
.cid-v6qrlhQIZx .mbr-section-btn {
  color: #a0e1e1;
}
.cid-v2sdMjQn9H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f09d00;
}
.cid-v2sdMjQn9H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2sdMjQn9H .item {
    margin-bottom: 1rem;
  }
}
.cid-v2sdMjQn9H .item-wrapper {
  position: relative;
}
.cid-v2sdMjQn9H .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v2sdMjQn9H .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2sdMjQn9H .carousel-control,
.cid-v2sdMjQn9H .close {
  background: #1b1b1b;
}
.cid-v2sdMjQn9H .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2sdMjQn9H .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2sdMjQn9H .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2sdMjQn9H .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2sdMjQn9H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2sdMjQn9H .close::before {
  content: '\e91a';
}
.cid-v2sdMjQn9H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2sdMjQn9H .carousel-control {
  display: flex;
  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-v2sdMjQn9H .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sdMjQn9H .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2sdMjQn9H .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2sdMjQn9H .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2sdMjQn9H .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-v2sdMjQn9H .carousel-indicators li.active,
.cid-v2sdMjQn9H .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2sdMjQn9H .carousel-indicators li::after,
.cid-v2sdMjQn9H .carousel-indicators li::before {
  content: none;
}
.cid-v2sdMjQn9H .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2sdMjQn9H .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2sdMjQn9H .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2sdMjQn9H .carousel-indicators {
    display: none;
  }
}
.cid-v2sdMjQn9H .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2sdMjQn9H .carousel-inner > .active {
  display: block;
}
.cid-v2sdMjQn9H .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sdMjQn9H .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2sdMjQn9H .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2sdMjQn9H .carousel-control,
  .cid-v2sdMjQn9H .carousel-indicators,
  .cid-v2sdMjQn9H .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2sdMjQn9H .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2sdMjQn9H .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2sdMjQn9H .carousel-indicators .active,
.cid-v2sdMjQn9H .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2sdMjQn9H .carousel-indicators .active {
  background: #fff;
}
.cid-v2sdMjQn9H .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2sdMjQn9H .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2sdMjQn9H .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2sdMjQn9H .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2sdMjQn9H .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2sdMjQn9H .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2sdMjQn9H .carousel {
  width: 100%;
}
.cid-v2sdMjQn9H .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2sdMjQn9H .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2sdMjQn9H .modal.fade .modal-dialog,
.cid-v2sdMjQn9H .modal.in .modal-dialog {
  transform: none;
}
.cid-v2sdMjQn9H .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2sdMjQn9H .content-head {
  max-width: 800px;
}
.cid-v2sdMjQn9H H3 {
  color: #1f6463;
}
.cid-v2sdMjQn9H H4 {
  color: #1f6463;
}
.cid-v24C2gm329 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-v24C2gm329 .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v24C2gm329 .container {
    padding: 0 12px;
  }
}
.cid-v24C2gm329 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v24C2gm329 .social-row .soc-item {
  margin: 8px;
}
.cid-v24C2gm329 .social-row .soc-item a:hover .mbr-iconfont,
.cid-v24C2gm329 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-v24C2gm329 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-v24C2gm329 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v24C2gm329 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v24C2gm329 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v24C2gm329 .header-menu li p {
  margin: 0;
}
.cid-v24C2gm329 .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-v24C2gm329 .mbr-section-title {
  color: #ffffff;
}
.cid-v24C2gm329 header-menu-item B {
  color: #698761;
}
.cid-v5E8hmmcBc {
  display: flex;
  background-image: url("../../../assets/images/restoran-menyu-zima-1.png");
}
.cid-v5E8hmmcBc .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v5E8hmmcBc {
    align-items: center;
  }
  .cid-v5E8hmmcBc .row {
    justify-content: center;
  }
  .cid-v5E8hmmcBc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5E8hmmcBc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5E8hmmcBc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5E8hmmcBc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5E8hmmcBc .content-wrap {
    width: 100%;
  }
}
.cid-v5E8hmmcBc .mbr-section-title,
.cid-v5E8hmmcBc .mbr-section-subtitle {
  text-align: center;
}
.cid-v5E8hmmcBc .mbr-text,
.cid-v5E8hmmcBc .mbr-section-btn {
  text-align: center;
}
.cid-v5E8hmmcBc .mbr-section-title {
  color: #efe8d8;
}
.cid-v5A7olKL4l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/restoran-almazy15.jpeg");
}
.cid-v5A7olKL4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A7olKL4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A7olKL4l .card-wrapper {
  background: #cbbd9a;
}
@media (max-width: 767px) {
  .cid-v5A7olKL4l .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5A7olKL4l .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5A7olKL4l .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5A7olKL4l .mbr-text,
.cid-v5A7olKL4l .mbr-section-btn {
  text-align: center;
  color: #051c0c;
}
.cid-v5A7olKL4l .card-title {
  color: #698761;
}
.cid-v5A3wcZUEB {
  background-image: url("../../../assets/images/restoran-5.jpeg");
}
.cid-v5A3wcZUEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A3wcZUEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A3wcZUEB .card-wrapper {
  overflow: hidden;
  background: #cbbd9a;
}
.cid-v5A3wcZUEB .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5A3wcZUEB .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v5A3wcZUEB .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5A3wcZUEB .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v5A3wcZUEB .row {
  flex-direction: row-reverse;
}
.cid-v5A3wcZUEB .image-wrapper {
  padding: 0 1rem;
}
.cid-v5A3wcZUEB img,
.cid-v5A3wcZUEB .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5A3wcZUEB img,
  .cid-v5A3wcZUEB .image-wrapper {
    max-height: 350px;
  }
}
.cid-v5A3wcZUEB .mbr-section-title {
  color: #698761;
}
.cid-v5A3wcZUEB .mbr-text {
  color: #000000;
}
.cid-v5A3wcZUEB .mbr-text,
.cid-v5A3wcZUEB .mbr-section-btn {
  color: #051c0c;
}
.cid-uIWFPlfL3n {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-uIWFPlfL3n .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uIWFPlfL3n .container {
    padding: 0 12px;
  }
}
.cid-uIWFPlfL3n .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uIWFPlfL3n .social-row .soc-item {
  margin: 8px;
}
.cid-uIWFPlfL3n .social-row .soc-item a:hover .mbr-iconfont,
.cid-uIWFPlfL3n .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-uIWFPlfL3n .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-uIWFPlfL3n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIWFPlfL3n .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIWFPlfL3n .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIWFPlfL3n .header-menu li p {
  margin: 0;
}
.cid-uIWFPlfL3n .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-uIWFPlfL3n .mbr-section-title {
  color: #ffffff;
}
.cid-uIWFPlfL3n header-menu-item B {
  color: #698761;
}
.cid-v5NdrSOYLT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5NdrSOYLT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5NdrSOYLT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5NdrSOYLT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5NdrSOYLT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5NdrSOYLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5NdrSOYLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5NdrSOYLT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5NdrSOYLT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5NdrSOYLT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5NdrSOYLT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v5NdrSOYLT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5NdrSOYLT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5NdrSOYLT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5NdrSOYLT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5NdrSOYLT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5NdrSOYLT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5NdrSOYLT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5NdrSOYLT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5NdrSOYLT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5NdrSOYLT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5NdrSOYLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5NdrSOYLT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(239, 232, 216, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #efe8d8;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5NdrSOYLT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NdrSOYLT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5NdrSOYLT .iconfont-wrapper {
  color: #698761 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5NdrSOYLT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #efe8d8;
  background: rgba(239, 232, 216, 0.9) !important;
}
.cid-v5NdrSOYLT .nav-item:focus,
.cid-v5NdrSOYLT .nav-link:focus {
  outline: none;
}
.cid-v5NdrSOYLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5NdrSOYLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5NdrSOYLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5NdrSOYLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5NdrSOYLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5NdrSOYLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5NdrSOYLT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5NdrSOYLT .navbar.opened {
  transition: all 0.3s;
}
.cid-v5NdrSOYLT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5NdrSOYLT .navbar .navbar-logo img {
  width: auto;
}
.cid-v5NdrSOYLT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5NdrSOYLT .navbar.collapsed {
  justify-content: center;
}
.cid-v5NdrSOYLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5NdrSOYLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5NdrSOYLT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v5NdrSOYLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5NdrSOYLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5NdrSOYLT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5NdrSOYLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5NdrSOYLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5NdrSOYLT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5NdrSOYLT .navbar {
    min-height: 72px;
  }
  .cid-v5NdrSOYLT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5NdrSOYLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5NdrSOYLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5NdrSOYLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5NdrSOYLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5NdrSOYLT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5NdrSOYLT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5NdrSOYLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5NdrSOYLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5NdrSOYLT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5NdrSOYLT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5NdrSOYLT .dropdown-item.active,
.cid-v5NdrSOYLT .dropdown-item:active {
  background-color: transparent;
}
.cid-v5NdrSOYLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5NdrSOYLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5NdrSOYLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5NdrSOYLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efe8d8;
}
.cid-v5NdrSOYLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5NdrSOYLT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5NdrSOYLT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5NdrSOYLT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5NdrSOYLT .navbar-buttons {
    text-align: left;
  }
}
.cid-v5NdrSOYLT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5NdrSOYLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #698761;
}
.cid-v5NdrSOYLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5NdrSOYLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5NdrSOYLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5NdrSOYLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5NdrSOYLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5NdrSOYLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5NdrSOYLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5NdrSOYLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5NdrSOYLT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5NdrSOYLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5NdrSOYLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5NdrSOYLT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5NdrSOYLT .navbar {
    height: 70px;
  }
  .cid-v5NdrSOYLT .navbar.opened {
    height: auto;
  }
  .cid-v5NdrSOYLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5NdrSOYLT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5NdrSOYLT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5NdrSOYLT .navbar-brand {
    margin-right: auto;
  }
  .cid-v5NdrSOYLT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #efe8d8;
    opacity: 1;
    border-color: rgba(239, 232, 216, 0.9) !important;
    background: rgba(239, 232, 216, 0.9) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5NdrSOYLT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5NdrSOYLT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5NdrSOYLT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5NdrSOYLT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5NdrSOYLT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5NdrTj01z {
  display: flex;
  background-image: url("../../../assets/images/park-otel-almazi1.jpeg");
}
.cid-v5NdrTj01z .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.5;
}
.cid-v5NdrTj01z .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5NdrTj01z .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5NdrTj01z {
    align-items: center;
  }
  .cid-v5NdrTj01z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5NdrTj01z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5NdrTj01z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5NdrTj01z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5NdrTj01z .content-wrap {
    width: 100%;
  }
}
.cid-v5NdrTj01z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5NdrTj01z .mbr-text,
.cid-v5NdrTj01z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5NdrTj01z .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5NdrTF9td {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #698761;
}
.cid-v5NdrTF9td h6 {
  line-height: 1.2;
}
.cid-v5NdrTF9td img,
.cid-v5NdrTF9td .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5NdrTF9td .item:focus,
.cid-v5NdrTF9td span:focus {
  outline: none;
}
.cid-v5NdrTF9td .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NdrTF9td .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NdrTF9td .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5NdrTF9td .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5NdrTF9td .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NdrTF9td .mbr-section-title {
  color: #000000;
}
.cid-v5NdrTF9td .mbr-text,
.cid-v5NdrTF9td .mbr-section-btn {
  color: #000000;
}
.cid-v5NdrTF9td .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NdrTF9td .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NdrTF9td .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NdrTF9td .content-head {
  max-width: 800px;
}
.cid-v5NdrU1Zqx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5NdrU1Zqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdrU1Zqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdrU1Zqx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5NdrU1Zqx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NdrU1Zqx .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-v5NdrU1Zqx .content-head {
  max-width: 800px;
}
.cid-v5NdrU1Zqx .mbr-section-title {
  color: #698761;
}
.cid-v5NdrU1Zqx .card-title {
  color: #051c0c;
}
.cid-v5NdrUBmbq {
  background-color: #f09d00;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v5NdrUBmbq .carousel {
  width: 100%;
}
.cid-v5NdrUBmbq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v5NdrUBmbq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v5NdrUBmbq img,
.cid-v5NdrUBmbq .item-wrapper {
  border-radius: 0 !important;
}
.cid-v5NdrUBmbq .carousel-caption {
  bottom: 40px;
}
.cid-v5NdrUBmbq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5NdrUBmbq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5NdrUBmbq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5NdrUBmbq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5NdrUBmbq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5NdrUBmbq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5NdrUBmbq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5NdrUBmbq .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-v5NdrUBmbq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5NdrUBmbq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5NdrUBmbq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5NdrUBmbq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5NdrUBmbq .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-v5NdrUBmbq .carousel-indicators li.active,
.cid-v5NdrUBmbq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5NdrUBmbq .carousel-indicators li::after,
.cid-v5NdrUBmbq .carousel-indicators li::before {
  content: none;
}
.cid-v5NdrUBmbq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5NdrUBmbq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5NdrUBmbq .mbr-section-subtitle,
  .cid-v5NdrUBmbq .mbr-section-text,
  .cid-v5NdrUBmbq .mbr-section-btn {
    text-align: center;
  }
}
.cid-v5NdrVEEDb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f09d00;
}
.cid-v5NdrVEEDb h6 {
  line-height: 1.2;
}
.cid-v5NdrVEEDb img,
.cid-v5NdrVEEDb .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v5NdrVEEDb img,
  .cid-v5NdrVEEDb .item-img {
    height: 375px;
    object-fit: cover;
  }
}
.cid-v5NdrVEEDb .item:focus,
.cid-v5NdrVEEDb span:focus {
  outline: none;
}
.cid-v5NdrVEEDb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v5NdrVEEDb .item {
  padding: 0;
  margin: 0;
}
.cid-v5NdrVEEDb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NdrVEEDb .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NdrVEEDb .mbr-section-title {
  color: #698761;
}
.cid-v5NdrVEEDb .mbr-text,
.cid-v5NdrVEEDb .mbr-section-btn {
  color: #000000;
}
.cid-v5NdrVEEDb .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NdrVEEDb .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NdrVEEDb .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NdrVEEDb .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NdrVEEDb img,
  .cid-v5NdrVEEDb .item-img {
    height: 375px;
    object-fit: cover;
  }
  .cid-v5NdrVEEDb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NdrVEEDb .item-title,
.cid-v5NdrVEEDb .mbr-section-btn {
  color: #ffffff;
}
.cid-v5NdrVEEDb .item-subtitle,
.cid-v5NdrVEEDb .mbr-section-btn {
  text-align: center;
  color: #051c0c;
}
.cid-v5NdrW69r5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5NdrW69r5 img,
.cid-v5NdrW69r5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v5NdrW69r5 .item:focus,
.cid-v5NdrW69r5 span:focus {
  outline: none;
}
.cid-v5NdrW69r5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NdrW69r5 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5NdrW69r5 .item-wrapper {
  position: relative;
  background: #698761;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5NdrW69r5 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v5NdrW69r5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5NdrW69r5 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NdrW69r5 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NdrW69r5 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v5NdrW69r5 .mbr-section-title {
  color: #232323;
}
.cid-v5NdrW69r5 .mbr-text,
.cid-v5NdrW69r5 .mbr-section-btn {
  text-align: center;
}
.cid-v5NdrW69r5 .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-v5NdrW69r5 .content-head {
  max-width: 800px;
}
.cid-v5NdrW69r5 .mbr-text,
.cid-v5NdrW69r5 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v5NdrW69r5 .mbr-section-title,
.cid-v5NdrW69r5 .mbr-section-head .mbr-section-btn {
  color: #698761;
}
.cid-v5NdrWyxjo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f09d00;
}
.cid-v5NdrWyxjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdrWyxjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdrWyxjo .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v5NdrWyxjo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5NdrWyxjo .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5NdrWyxjo .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5NdrWyxjo .mbr-text,
.cid-v5NdrWyxjo .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5NdrWyxjo .card-title,
.cid-v5NdrWyxjo .card-box {
  text-align: center;
  color: #698761;
}
.cid-v5NdrWVcMM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5NdrWVcMM .mbr-media {
  position: relative;
}
.cid-v5NdrWVcMM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v5NdrWVcMM a:hover {
  background-image: none !important;
}
.cid-v5NdrWVcMM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v5NdrWVcMM .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v5NdrWVcMM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v5NdrWVcMM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v5NdrWVcMM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v5NdrWVcMM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5NdrWVcMM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5NdrWVcMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdrWVcMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdrWVcMM .content-head {
  max-width: 800px;
}
.cid-v5NdrWVcMM .mbr-section-title {
  color: #698761;
}
.cid-v5NdrYadkG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2861.jpeg");
}
.cid-v5NdrYadkG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-v5NdrYadkG .panel-group {
  border: none;
}
.cid-v5NdrYadkG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v5NdrYadkG .card-header {
    padding: 0rem;
  }
}
.cid-v5NdrYadkG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-v5NdrYadkG .img-col {
  padding: 0;
}
.cid-v5NdrYadkG .img-item {
  height: 100%;
}
.cid-v5NdrYadkG img {
  height: 100%;
  object-fit: cover;
}
.cid-v5NdrYadkG .collapsed span {
  transform: rotate(0deg);
}
.cid-v5NdrYadkG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5NdrYadkG p {
  margin-bottom: 0.3rem;
}
.cid-v5NdrYadkG .panel-title-edit {
  color: #051c0c;
}
.cid-v5NdrYadkG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v5NdrYadkG .card {
  background: #efe8d8;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v5NdrYadkG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NdrYadkG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-v5NdrYadkG .panel-text {
  color: #000000;
  text-align: left;
}
.cid-v5NdrYadkG .mbr-section-title {
  text-align: center;
  color: #698761;
}
.cid-v5NdrYadkG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NdrYadkG .panel-title-edit,
.cid-v5NdrYadkG .mbr-iconfont {
  color: #051c0c;
}
.cid-v5NdrYJoes {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5NdrYJoes .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdrYJoes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdrYJoes .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NdrYJoes .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NdrYJoes .content-head {
  max-width: 800px;
}
.cid-v5NdrYJoes .img-wrapper {
  padding-right: 1.5rem;
}
.cid-v5NdrYJoes .img-wrapper img {
  width: 6rem;
}
.cid-v5NdrYJoes .mbr-section-title {
  color: #698761;
}
.cid-v5NdrYJoes .card-title {
  color: #051c0c;
}
.cid-v5NdrZnaHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5NdrZnaHn img,
.cid-v5NdrZnaHn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5NdrZnaHn img,
  .cid-v5NdrZnaHn .item-img {
    max-height: 300px;
  }
}
.cid-v5NdrZnaHn .item:focus,
.cid-v5NdrZnaHn span:focus {
  outline: none;
}
.cid-v5NdrZnaHn .item-wrapper {
  position: relative;
}
.cid-v5NdrZnaHn .slide-content {
  position: relative;
  border-radius: 4px;
  background: #698761;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v5NdrZnaHn .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v5NdrZnaHn .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NdrZnaHn .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v5NdrZnaHn .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NdrZnaHn .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v5NdrZnaHn .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v5NdrZnaHn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5NdrZnaHn .mbr-section-title {
  color: #698761;
}
.cid-v5NdrZnaHn .mbr-text,
.cid-v5NdrZnaHn .mbr-section-btn {
  text-align: left;
}
.cid-v5NdrZnaHn .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-v5NdrZnaHn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v5NdrZnaHn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v5NdrZnaHn .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v5NdrZnaHn .embla__button--next,
.cid-v5NdrZnaHn .embla__button--prev {
  display: flex;
}
.cid-v5NdrZnaHn .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-v5NdrZnaHn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5NdrZnaHn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5NdrZnaHn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5NdrZnaHn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5NdrZnaHn .embla__button {
    top: auto;
  }
}
.cid-v5NdrZnaHn .embla {
  position: relative;
  width: 100%;
}
.cid-v5NdrZnaHn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5NdrZnaHn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5NdrZnaHn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5NdrZnaHn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v5NdrZnaHn .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v5NdrZnaHn .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v5NdrZnaHn .content-head {
  max-width: 800px;
}
.cid-v5Nds1gDXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe8d8;
}
@media (min-width: 992px) {
  .cid-v5Nds1gDXs .carousel {
    max-height: 600px;
  }
  .cid-v5Nds1gDXs .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5Nds1gDXs .carousel {
    min-height: 390px;
  }
  .cid-v5Nds1gDXs .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds1gDXs .carousel {
    min-height: 330px;
  }
  .cid-v5Nds1gDXs .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-v5Nds1gDXs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v5Nds1gDXs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v5Nds1gDXs .carousel,
.cid-v5Nds1gDXs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds1gDXs .item-wrapper {
  width: 100%;
}
.cid-v5Nds1gDXs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v5Nds1gDXs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v5Nds1gDXs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5Nds1gDXs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5Nds1gDXs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v5Nds1gDXs .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-v5Nds1gDXs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds1gDXs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds1gDXs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds1gDXs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v5Nds1gDXs .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-v5Nds1gDXs .carousel-indicators li.active,
.cid-v5Nds1gDXs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds1gDXs .carousel-indicators li::after,
.cid-v5Nds1gDXs .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds1gDXs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds1gDXs .carousel-indicators {
    display: none !important;
  }
}
.cid-v5Nds24I4o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efe8d8;
}
.cid-v5Nds24I4o .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v5Nds24I4o img,
.cid-v5Nds24I4o .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v5Nds24I4o .item:focus,
.cid-v5Nds24I4o span:focus {
  outline: none;
}
.cid-v5Nds24I4o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds24I4o .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds24I4o .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Nds24I4o .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v5Nds24I4o .item-content .item-footer {
  margin-top: auto;
}
.cid-v5Nds24I4o .mbr-section-title {
  color: #698761;
}
.cid-v5Nds24I4o .mbr-text,
.cid-v5Nds24I4o .mbr-section-btn {
  color: #000000;
}
.cid-v5Nds24I4o .item-title {
  color: #000000;
}
.cid-v5Nds24I4o .content-head {
  max-width: 800px;
}
.cid-v5Nds2CZhE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds2CZhE img,
.cid-v5Nds2CZhE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5Nds2CZhE img,
  .cid-v5Nds2CZhE .item-img {
    max-height: 300px;
  }
}
.cid-v5Nds2CZhE .item:focus,
.cid-v5Nds2CZhE span:focus {
  outline: none;
}
.cid-v5Nds2CZhE .item-wrapper {
  position: relative;
}
.cid-v5Nds2CZhE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #698761;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v5Nds2CZhE .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5Nds2CZhE .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds2CZhE .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v5Nds2CZhE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5Nds2CZhE .mbr-section-title {
  color: #698761;
}
.cid-v5Nds2CZhE .mbr-text,
.cid-v5Nds2CZhE .mbr-section-btn {
  text-align: left;
}
.cid-v5Nds2CZhE .item-title {
  text-align: left;
  color: #051c0c;
}
.cid-v5Nds2CZhE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v5Nds2CZhE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v5Nds2CZhE .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v5Nds2CZhE .embla__button--next,
.cid-v5Nds2CZhE .embla__button--prev {
  display: flex;
}
.cid-v5Nds2CZhE .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-v5Nds2CZhE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5Nds2CZhE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5Nds2CZhE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds2CZhE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds2CZhE .embla__button {
    top: auto;
  }
}
.cid-v5Nds2CZhE .embla {
  position: relative;
  width: 100%;
}
.cid-v5Nds2CZhE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5Nds2CZhE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5Nds2CZhE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5Nds2CZhE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v5Nds2CZhE .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v5Nds2CZhE .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v5Nds2CZhE .content-head {
  max-width: 800px;
}
.cid-v5Nds4t5zd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/restoran-menyu-zima.png");
}
.cid-v5Nds4t5zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Nds4t5zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Nds4t5zd .row-reverse {
  flex-direction: row-reverse;
}
.cid-v5Nds4t5zd .row {
  flex-direction: row-reverse;
}
.cid-v5Nds4t5zd .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-v5Nds4t5zd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds4t5zd .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v5Nds4t5zd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Nds4t5zd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5Nds4t5zd .mbr-section-title {
  color: #698761;
}
.cid-v5Nds4t5zd .mbr-text,
.cid-v5Nds4t5zd .mbr-section-btn {
  color: #051c0c;
}
.cid-v5Nds4t5zd img {
  width: 100%;
  height: 100%;
}
.cid-v5Nds56WK7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f09d00;
}
.cid-v5Nds56WK7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-v5Nds56WK7 .panel-group {
  border: none;
}
.cid-v5Nds56WK7 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds56WK7 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-v5Nds56WK7 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v5Nds56WK7 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-v5Nds56WK7 .img-col {
  padding: 0;
}
.cid-v5Nds56WK7 .img-item {
  height: 100%;
}
.cid-v5Nds56WK7 img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds56WK7 .collapsed span {
  transform: rotate(0deg);
}
.cid-v5Nds56WK7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5Nds56WK7 p {
  margin-bottom: 0.3rem;
}
.cid-v5Nds56WK7 .panel-title-edit {
  color: #ff4552;
}
.cid-v5Nds56WK7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-v5Nds56WK7 .card {
  background: #efe8d8;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds56WK7 .card {
    padding: 1.5rem;
  }
}
.cid-v5Nds56WK7 .panel-text {
  color: #000000;
}
.cid-v5Nds56WK7 .mbr-section-title {
  text-align: center;
  color: #698761;
}
.cid-v5Nds56WK7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5Nds56WK7 .panel-title-edit,
.cid-v5Nds56WK7 .mbr-iconfont {
  color: #000000;
}
.cid-v5Nds5CDf9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds5CDf9 img,
.cid-v5Nds5CDf9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5Nds5CDf9 .item:focus,
.cid-v5Nds5CDf9 span:focus {
  outline: none;
}
.cid-v5Nds5CDf9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds5CDf9 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds5CDf9 .item-wrapper {
  position: relative;
  background: #698761;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5Nds5CDf9 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v5Nds5CDf9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v5Nds5CDf9 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5Nds5CDf9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds5CDf9 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v5Nds5CDf9 .mbr-section-title {
  color: #232323;
}
.cid-v5Nds5CDf9 .mbr-text,
.cid-v5Nds5CDf9 .mbr-section-btn {
  text-align: center;
}
.cid-v5Nds5CDf9 .item-title {
  text-align: left;
}
.cid-v5Nds5CDf9 .content-head {
  max-width: 800px;
}
.cid-v5Nds5CDf9 .mbr-text,
.cid-v5Nds5CDf9 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v5Nds5CDf9 .mbr-section-title,
.cid-v5Nds5CDf9 .mbr-section-head .mbr-section-btn {
  color: #698761;
}
.cid-v5Nds5CDf9 .mbr-section-subtitle,
.cid-v5Nds5CDf9 .mbr-section-head .mbr-section-btn {
  color: #051c0c;
}
.cid-v5Nds677r5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds677r5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds677r5 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds677r5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5Nds677r5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds677r5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Nds677r5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Nds677r5 .carousel-control,
.cid-v5Nds677r5 .close {
  background: #1b1b1b;
}
.cid-v5Nds677r5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Nds677r5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Nds677r5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Nds677r5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Nds677r5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Nds677r5 .close::before {
  content: '\e91a';
}
.cid-v5Nds677r5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Nds677r5 .carousel-control {
  display: flex;
  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-v5Nds677r5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds677r5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds677r5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds677r5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Nds677r5 .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-v5Nds677r5 .carousel-indicators li.active,
.cid-v5Nds677r5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds677r5 .carousel-indicators li::after,
.cid-v5Nds677r5 .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds677r5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds677r5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Nds677r5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds677r5 .carousel-indicators {
    display: none;
  }
}
.cid-v5Nds677r5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds677r5 .carousel-inner > .active {
  display: block;
}
.cid-v5Nds677r5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds677r5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Nds677r5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Nds677r5 .carousel-control,
  .cid-v5Nds677r5 .carousel-indicators,
  .cid-v5Nds677r5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds677r5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Nds677r5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Nds677r5 .carousel-indicators .active,
.cid-v5Nds677r5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Nds677r5 .carousel-indicators .active {
  background: #fff;
}
.cid-v5Nds677r5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Nds677r5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Nds677r5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Nds677r5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Nds677r5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Nds677r5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Nds677r5 .carousel {
  width: 100%;
}
.cid-v5Nds677r5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Nds677r5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Nds677r5 .modal.fade .modal-dialog,
.cid-v5Nds677r5 .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Nds677r5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Nds677r5 .content-head {
  max-width: 800px;
}
.cid-v5Nds677r5 H3 {
  color: #698761;
}
.cid-v5Nds79kY9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds79kY9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds79kY9 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds79kY9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5Nds79kY9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds79kY9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Nds79kY9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Nds79kY9 .carousel-control,
.cid-v5Nds79kY9 .close {
  background: #1b1b1b;
}
.cid-v5Nds79kY9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Nds79kY9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Nds79kY9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Nds79kY9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Nds79kY9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Nds79kY9 .close::before {
  content: '\e91a';
}
.cid-v5Nds79kY9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Nds79kY9 .carousel-control {
  display: flex;
  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-v5Nds79kY9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds79kY9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds79kY9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds79kY9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Nds79kY9 .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-v5Nds79kY9 .carousel-indicators li.active,
.cid-v5Nds79kY9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds79kY9 .carousel-indicators li::after,
.cid-v5Nds79kY9 .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds79kY9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds79kY9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Nds79kY9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds79kY9 .carousel-indicators {
    display: none;
  }
}
.cid-v5Nds79kY9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds79kY9 .carousel-inner > .active {
  display: block;
}
.cid-v5Nds79kY9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds79kY9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Nds79kY9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Nds79kY9 .carousel-control,
  .cid-v5Nds79kY9 .carousel-indicators,
  .cid-v5Nds79kY9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds79kY9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Nds79kY9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Nds79kY9 .carousel-indicators .active,
.cid-v5Nds79kY9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Nds79kY9 .carousel-indicators .active {
  background: #fff;
}
.cid-v5Nds79kY9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Nds79kY9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Nds79kY9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Nds79kY9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Nds79kY9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Nds79kY9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Nds79kY9 .carousel {
  width: 100%;
}
.cid-v5Nds79kY9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Nds79kY9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Nds79kY9 .modal.fade .modal-dialog,
.cid-v5Nds79kY9 .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Nds79kY9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Nds79kY9 .content-head {
  max-width: 800px;
}
.cid-v5Nds79kY9 H3 {
  color: #698761;
  text-align: center;
}
.cid-v5Nds7RZbW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds7RZbW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds7RZbW .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds7RZbW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5Nds7RZbW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds7RZbW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Nds7RZbW .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Nds7RZbW .carousel-control,
.cid-v5Nds7RZbW .close {
  background: #1b1b1b;
}
.cid-v5Nds7RZbW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Nds7RZbW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Nds7RZbW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Nds7RZbW .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Nds7RZbW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Nds7RZbW .close::before {
  content: '\e91a';
}
.cid-v5Nds7RZbW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Nds7RZbW .carousel-control {
  display: flex;
  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-v5Nds7RZbW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds7RZbW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds7RZbW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds7RZbW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Nds7RZbW .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-v5Nds7RZbW .carousel-indicators li.active,
.cid-v5Nds7RZbW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds7RZbW .carousel-indicators li::after,
.cid-v5Nds7RZbW .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds7RZbW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds7RZbW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Nds7RZbW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds7RZbW .carousel-indicators {
    display: none;
  }
}
.cid-v5Nds7RZbW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds7RZbW .carousel-inner > .active {
  display: block;
}
.cid-v5Nds7RZbW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds7RZbW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Nds7RZbW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Nds7RZbW .carousel-control,
  .cid-v5Nds7RZbW .carousel-indicators,
  .cid-v5Nds7RZbW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds7RZbW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Nds7RZbW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Nds7RZbW .carousel-indicators .active,
.cid-v5Nds7RZbW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Nds7RZbW .carousel-indicators .active {
  background: #fff;
}
.cid-v5Nds7RZbW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Nds7RZbW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Nds7RZbW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Nds7RZbW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Nds7RZbW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Nds7RZbW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Nds7RZbW .carousel {
  width: 100%;
}
.cid-v5Nds7RZbW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Nds7RZbW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Nds7RZbW .modal.fade .modal-dialog,
.cid-v5Nds7RZbW .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Nds7RZbW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Nds7RZbW .content-head {
  max-width: 800px;
}
.cid-v5Nds7RZbW H3 {
  color: #698761;
  text-align: center;
}
.cid-v5Nds8GlWU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds8GlWU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds8GlWU .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds8GlWU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5Nds8GlWU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds8GlWU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Nds8GlWU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Nds8GlWU .carousel-control,
.cid-v5Nds8GlWU .close {
  background: #1b1b1b;
}
.cid-v5Nds8GlWU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Nds8GlWU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Nds8GlWU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Nds8GlWU .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Nds8GlWU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Nds8GlWU .close::before {
  content: '\e91a';
}
.cid-v5Nds8GlWU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Nds8GlWU .carousel-control {
  display: flex;
  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-v5Nds8GlWU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds8GlWU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds8GlWU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds8GlWU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Nds8GlWU .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-v5Nds8GlWU .carousel-indicators li.active,
.cid-v5Nds8GlWU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds8GlWU .carousel-indicators li::after,
.cid-v5Nds8GlWU .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds8GlWU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds8GlWU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Nds8GlWU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds8GlWU .carousel-indicators {
    display: none;
  }
}
.cid-v5Nds8GlWU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds8GlWU .carousel-inner > .active {
  display: block;
}
.cid-v5Nds8GlWU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds8GlWU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Nds8GlWU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Nds8GlWU .carousel-control,
  .cid-v5Nds8GlWU .carousel-indicators,
  .cid-v5Nds8GlWU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds8GlWU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Nds8GlWU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Nds8GlWU .carousel-indicators .active,
.cid-v5Nds8GlWU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Nds8GlWU .carousel-indicators .active {
  background: #fff;
}
.cid-v5Nds8GlWU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Nds8GlWU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Nds8GlWU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Nds8GlWU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Nds8GlWU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Nds8GlWU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Nds8GlWU .carousel {
  width: 100%;
}
.cid-v5Nds8GlWU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Nds8GlWU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Nds8GlWU .modal.fade .modal-dialog,
.cid-v5Nds8GlWU .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Nds8GlWU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Nds8GlWU .content-head {
  max-width: 800px;
}
.cid-v5Nds8GlWU H3 {
  color: #698761;
  text-align: center;
}
.cid-v5Nds9x2TH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5Nds9x2TH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Nds9x2TH .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Nds9x2TH .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5Nds9x2TH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Nds9x2TH .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Nds9x2TH .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Nds9x2TH .carousel-control,
.cid-v5Nds9x2TH .close {
  background: #1b1b1b;
}
.cid-v5Nds9x2TH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Nds9x2TH .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Nds9x2TH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Nds9x2TH .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Nds9x2TH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Nds9x2TH .close::before {
  content: '\e91a';
}
.cid-v5Nds9x2TH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Nds9x2TH .carousel-control {
  display: flex;
  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-v5Nds9x2TH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds9x2TH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Nds9x2TH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Nds9x2TH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Nds9x2TH .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-v5Nds9x2TH .carousel-indicators li.active,
.cid-v5Nds9x2TH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Nds9x2TH .carousel-indicators li::after,
.cid-v5Nds9x2TH .carousel-indicators li::before {
  content: none;
}
.cid-v5Nds9x2TH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Nds9x2TH .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Nds9x2TH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds9x2TH .carousel-indicators {
    display: none;
  }
}
.cid-v5Nds9x2TH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Nds9x2TH .carousel-inner > .active {
  display: block;
}
.cid-v5Nds9x2TH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Nds9x2TH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Nds9x2TH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Nds9x2TH .carousel-control,
  .cid-v5Nds9x2TH .carousel-indicators,
  .cid-v5Nds9x2TH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Nds9x2TH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Nds9x2TH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Nds9x2TH .carousel-indicators .active,
.cid-v5Nds9x2TH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Nds9x2TH .carousel-indicators .active {
  background: #fff;
}
.cid-v5Nds9x2TH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Nds9x2TH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Nds9x2TH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Nds9x2TH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Nds9x2TH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Nds9x2TH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Nds9x2TH .carousel {
  width: 100%;
}
.cid-v5Nds9x2TH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Nds9x2TH .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Nds9x2TH .modal.fade .modal-dialog,
.cid-v5Nds9x2TH .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Nds9x2TH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Nds9x2TH .content-head {
  max-width: 800px;
}
.cid-v5Nds9x2TH H3 {
  color: #698761;
}
.cid-v5NdsaT6eM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5NdsaT6eM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdsaT6eM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5NdsaT6eM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NdsaT6eM .row {
  flex-direction: row-reverse;
}
.cid-v5NdsaT6eM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5NdsaT6eM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5NdsaT6eM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5NdsaT6eM .mbr-section-title {
  color: #698761;
}
.cid-v5NdsaT6eM .mbr-text,
.cid-v5NdsaT6eM .mbr-section-btn {
  color: #232323;
}
.cid-v5NdsbrYno {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f09d00;
}
.cid-v5NdsbrYno .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdsbrYno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdsbrYno .row {
  justify-content: center;
}
.cid-v5NdsbrYno .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NdsbrYno .item {
    margin-bottom: 1rem;
  }
}
.cid-v5NdsbrYno .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #efe8d8;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NdsbrYno .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NdsbrYno .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5NdsbrYno .content-head {
  max-width: 800px;
}
.cid-v5NdsbrYno .mbr-section-title {
  color: #698761;
}
.cid-v5NdsbrYno .card-title {
  color: #051c0c;
}
.cid-v5NdsbrYno P {
  color: #051c0c;
}
.cid-v5Ndsc9A0x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-2860.jpeg");
}
.cid-v5Ndsc9A0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ndsc9A0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ndsc9A0x .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v5Ndsc9A0x .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v5Ndsc9A0x .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5Ndsc9A0x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5Ndsc9A0x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5Ndsc9A0x .content-head {
  max-width: 800px;
}
.cid-v5NdscUs0G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efe8d8;
}
.cid-v5NdscUs0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NdscUs0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NdscUs0G .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5NdscUs0G .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-v5NdscUs0G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v5NdscUs0G .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v5NdscUs0G .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v5NdscUs0G .header-menu li p {
  margin: 0;
}
.cid-v5NdscUs0G .mbr-section-title {
  color: #698761;
}
.cid-v5NdscUs0G .header-menu-item {
  color: #ffffff;
}
.cid-v5NdscUs0G .mbr-text,
.cid-v5NdscUs0G .mbr-section-btn {
  color: #454745;
  text-align: center;
}
.cid-v5NdsdD1Lu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-v5NdsdD1Lu .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v5NdsdD1Lu .container {
    padding: 0 12px;
  }
}
.cid-v5NdsdD1Lu .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v5NdsdD1Lu .social-row .soc-item {
  margin: 8px;
}
.cid-v5NdsdD1Lu .social-row .soc-item a:hover .mbr-iconfont,
.cid-v5NdsdD1Lu .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-v5NdsdD1Lu .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-v5NdsdD1Lu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v5NdsdD1Lu .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v5NdsdD1Lu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v5NdsdD1Lu .header-menu li p {
  margin: 0;
}
.cid-v5NdsdD1Lu .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-v5NdsdD1Lu .mbr-section-title {
  color: #ffffff;
}
.cid-v5NdsdD1Lu header-menu-item B {
  color: #698761;
}
.cid-v5RsQTGzD5 {
  display: flex;
  background-image: url("../../../assets/images/1-4.jpeg");
}
.cid-v5RsQTGzD5 .mbr-overlay {
  background-color: #051c0c;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-v5RsQTGzD5 {
    align-items: center;
  }
  .cid-v5RsQTGzD5 .row {
    justify-content: center;
  }
  .cid-v5RsQTGzD5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5RsQTGzD5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5RsQTGzD5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5RsQTGzD5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5RsQTGzD5 .content-wrap {
    width: 100%;
  }
}
.cid-v5RsQTGzD5 .mbr-section-title,
.cid-v5RsQTGzD5 .mbr-section-subtitle {
  text-align: center;
}
.cid-v5RsQTGzD5 .mbr-text,
.cid-v5RsQTGzD5 .mbr-section-btn {
  text-align: center;
}
.cid-v5RsQTGzD5 .mbr-section-title {
  color: #efe8d8;
}
.cid-v5RsQTYf0z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/restoran-almazy15.jpeg");
}
.cid-v5RsQTYf0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5RsQTYf0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5RsQTYf0z .card-wrapper {
  background: #cbbd9a;
}
@media (max-width: 767px) {
  .cid-v5RsQTYf0z .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5RsQTYf0z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5RsQTYf0z .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5RsQTYf0z .mbr-text,
.cid-v5RsQTYf0z .mbr-section-btn {
  text-align: center;
  color: #051c0c;
}
.cid-v5RsQTYf0z .card-title {
  color: #698761;
}
.cid-v5RsQUch9M {
  background-image: url("../../../assets/images/restoran-5.jpeg");
}
.cid-v5RsQUch9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5RsQUch9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5RsQUch9M .card-wrapper {
  overflow: hidden;
  background: #cbbd9a;
}
.cid-v5RsQUch9M .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5RsQUch9M .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v5RsQUch9M .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v5RsQUch9M .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v5RsQUch9M .row {
  flex-direction: row-reverse;
}
.cid-v5RsQUch9M .image-wrapper {
  padding: 0 1rem;
}
.cid-v5RsQUch9M img,
.cid-v5RsQUch9M .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5RsQUch9M img,
  .cid-v5RsQUch9M .image-wrapper {
    max-height: 350px;
  }
}
.cid-v5RsQUch9M .mbr-section-title {
  color: #698761;
}
.cid-v5RsQUch9M .mbr-text {
  color: #000000;
}
.cid-v5RsQUch9M .mbr-text,
.cid-v5RsQUch9M .mbr-section-btn {
  color: #051c0c;
}
.cid-v5RsQUr8wE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/park-otel-almazy-vhod00003.jpg-1-1080x720.jpeg");
}
@media (max-width: 991px) {
  .cid-v5RsQUr8wE .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v5RsQUr8wE .container {
    padding: 0 12px;
  }
}
.cid-v5RsQUr8wE .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v5RsQUr8wE .social-row .soc-item {
  margin: 8px;
}
.cid-v5RsQUr8wE .social-row .soc-item a:hover .mbr-iconfont,
.cid-v5RsQUr8wE .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #efe8d8;
}
.cid-v5RsQUr8wE .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #698761;
  color: #f09d00;
  transition: all 0.3s ease-in-out;
}
.cid-v5RsQUr8wE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v5RsQUr8wE .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v5RsQUr8wE .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v5RsQUr8wE .header-menu li p {
  margin: 0;
}
.cid-v5RsQUr8wE .copyright {
  margin-bottom: 0;
  color: #698761;
  text-align: center;
}
.cid-v5RsQUr8wE .mbr-section-title {
  color: #ffffff;
}
.cid-v5RsQUr8wE header-menu-item B {
  color: #698761;
}
