.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'RotisSemiSansStd-LightIt';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'RotisSemiSansStd-LightIt';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #436831 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #436831 !important;
  border-color: #436831 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d2d15 !important;
  border-color: #1d2d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d2d15 !important;
  border-color: #1d2d15 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #436831 !important;
  border-color: #436831 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1d2d15 !important;
  border-color: #1d2d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d2d15 !important;
  border-color: #1d2d15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #436831;
  color: #436831;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d2d15 !important;
  background-color: transparent!important;
  border-color: #1d2d15 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #436831 !important;
  border-color: #436831 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #436831;
  color: #436831;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d2d15 !important;
  background-color: transparent!important;
  border-color: #1d2d15 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #436831 !important;
  border-color: #436831 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #436831 !important;
}
.text-secondary {
  color: #436831 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #162310 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #162310 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #436831;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #436831;
  border-color: #436831;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #436831;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7eb663;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #436831 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #436831;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #436831;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #436831;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #436831;
  border-bottom-color: #436831;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #436831 !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: #436831 !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='%23436831' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tL6fWqLjzl {
  z-index: 1000;
  width: 100%;
}
.cid-tL6fWqLjzl nav.navbar {
  position: fixed;
}
.cid-tL6fWqLjzl .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;
}
.cid-tL6fWqLjzl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL6fWqLjzl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL6fWqLjzl .dropdown-item:hover,
.cid-tL6fWqLjzl .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-tL6fWqLjzl .dropdown-item:hover span {
  color: white;
}
.cid-tL6fWqLjzl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL6fWqLjzl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL6fWqLjzl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL6fWqLjzl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL6fWqLjzl .nav-link {
  position: relative;
}
.cid-tL6fWqLjzl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL6fWqLjzl .container {
    flex-wrap: wrap;
  }
}
.cid-tL6fWqLjzl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL6fWqLjzl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL6fWqLjzl .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL6fWqLjzl .dropdown-menu,
.cid-tL6fWqLjzl .navbar.opened {
  background: #000000 !important;
}
.cid-tL6fWqLjzl .nav-item:focus,
.cid-tL6fWqLjzl .nav-link:focus {
  outline: none;
}
.cid-tL6fWqLjzl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL6fWqLjzl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL6fWqLjzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL6fWqLjzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6fWqLjzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL6fWqLjzl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL6fWqLjzl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-tL6fWqLjzl .navbar.opened {
  transition: all 0.3s;
}
.cid-tL6fWqLjzl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL6fWqLjzl .navbar .navbar-logo img {
  width: auto;
}
.cid-tL6fWqLjzl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL6fWqLjzl .navbar.collapsed {
  justify-content: center;
}
.cid-tL6fWqLjzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL6fWqLjzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL6fWqLjzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tL6fWqLjzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL6fWqLjzl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL6fWqLjzl .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-tL6fWqLjzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL6fWqLjzl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL6fWqLjzl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL6fWqLjzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL6fWqLjzl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL6fWqLjzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL6fWqLjzl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL6fWqLjzl .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-tL6fWqLjzl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL6fWqLjzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL6fWqLjzl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL6fWqLjzl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL6fWqLjzl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL6fWqLjzl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL6fWqLjzl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL6fWqLjzl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL6fWqLjzl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL6fWqLjzl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL6fWqLjzl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL6fWqLjzl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL6fWqLjzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL6fWqLjzl .dropdown-item.active,
.cid-tL6fWqLjzl .dropdown-item:active {
  background-color: transparent;
}
.cid-tL6fWqLjzl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL6fWqLjzl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL6fWqLjzl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL6fWqLjzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tL6fWqLjzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL6fWqLjzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL6fWqLjzl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL6fWqLjzl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL6fWqLjzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL6fWqLjzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tL6fWqLjzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL6fWqLjzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6fWqLjzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6fWqLjzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL6fWqLjzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6fWqLjzl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL6fWqLjzl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL6fWqLjzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6fWqLjzl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL6fWqLjzl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6fWqLjzl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL6fWqLjzl .navbar {
    height: 70px;
  }
  .cid-tL6fWqLjzl .navbar.opened {
    height: auto;
  }
  .cid-tL6fWqLjzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL6mBxBoD2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tL6mBxBoD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL6mBxBoD2 .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-tL6mBxBoD2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tL6mBxBoD2 .row {
  flex-direction: row-reverse;
}
.cid-tL6mBxBoD2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL6mBxBoD2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL6mBxBoD2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tL6mBxBoD2 .mbr-section-title {
  color: #000000;
}
.cid-tL6mBxBoD2 .mbr-text,
.cid-tL6mBxBoD2 .mbr-section-btn {
  color: #232323;
}
.cid-tL6DCvBLPd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tL6DCvBLPd .content {
    text-align: center;
  }
  .cid-tL6DCvBLPd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tL6DCvBLPd .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tL6DCvBLPd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL6DCvBLPd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tL6DCvBLPd .google-map {
  height: 25rem;
  position: relative;
}
.cid-tL6DCvBLPd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL6DCvBLPd .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tL6DCvBLPd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL6DCvBLPd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL6DCvBLPd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tL6DCvBLPd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL6DCvBLPd .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tL6DCvBLPd .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tL6DCvBLPd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL6DCvBLPd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL6DCvBLPd .list {
  list-style-type: none;
  padding: 0;
}
.cid-u4UwkxPXCq {
  z-index: 1000;
  width: 100%;
}
.cid-u4UwkxPXCq nav.navbar {
  position: fixed;
}
.cid-u4UwkxPXCq .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;
}
.cid-u4UwkxPXCq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4UwkxPXCq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4UwkxPXCq .dropdown-item:hover,
.cid-u4UwkxPXCq .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-u4UwkxPXCq .dropdown-item:hover span {
  color: white;
}
.cid-u4UwkxPXCq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4UwkxPXCq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4UwkxPXCq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4UwkxPXCq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4UwkxPXCq .nav-link {
  position: relative;
}
.cid-u4UwkxPXCq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4UwkxPXCq .container {
    flex-wrap: wrap;
  }
}
.cid-u4UwkxPXCq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4UwkxPXCq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u4UwkxPXCq .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4UwkxPXCq .dropdown-menu,
.cid-u4UwkxPXCq .navbar.opened {
  background: #000000 !important;
}
.cid-u4UwkxPXCq .nav-item:focus,
.cid-u4UwkxPXCq .nav-link:focus {
  outline: none;
}
.cid-u4UwkxPXCq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4UwkxPXCq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4UwkxPXCq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4UwkxPXCq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4UwkxPXCq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4UwkxPXCq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4UwkxPXCq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-u4UwkxPXCq .navbar.opened {
  transition: all 0.3s;
}
.cid-u4UwkxPXCq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4UwkxPXCq .navbar .navbar-logo img {
  width: auto;
}
.cid-u4UwkxPXCq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4UwkxPXCq .navbar.collapsed {
  justify-content: center;
}
.cid-u4UwkxPXCq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4UwkxPXCq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4UwkxPXCq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u4UwkxPXCq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4UwkxPXCq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4UwkxPXCq .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-u4UwkxPXCq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4UwkxPXCq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4UwkxPXCq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4UwkxPXCq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4UwkxPXCq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4UwkxPXCq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4UwkxPXCq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4UwkxPXCq .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-u4UwkxPXCq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4UwkxPXCq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4UwkxPXCq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4UwkxPXCq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4UwkxPXCq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4UwkxPXCq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u4UwkxPXCq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u4UwkxPXCq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4UwkxPXCq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4UwkxPXCq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4UwkxPXCq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4UwkxPXCq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4UwkxPXCq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4UwkxPXCq .dropdown-item.active,
.cid-u4UwkxPXCq .dropdown-item:active {
  background-color: transparent;
}
.cid-u4UwkxPXCq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4UwkxPXCq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4UwkxPXCq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4UwkxPXCq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u4UwkxPXCq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4UwkxPXCq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4UwkxPXCq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4UwkxPXCq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4UwkxPXCq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4UwkxPXCq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u4UwkxPXCq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4UwkxPXCq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4UwkxPXCq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4UwkxPXCq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4UwkxPXCq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4UwkxPXCq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4UwkxPXCq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4UwkxPXCq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4UwkxPXCq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4UwkxPXCq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4UwkxPXCq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4UwkxPXCq .navbar {
    height: 70px;
  }
  .cid-u4UwkxPXCq .navbar.opened {
    height: auto;
  }
  .cid-u4UwkxPXCq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4UwkyJLFj {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/e1260-grill-01-ent-02c-2000x1121.webp");
}
.cid-u4UwkyJLFj .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4UwkyJLFj .mbr-text,
.cid-u4UwkyJLFj .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u4UwkyJLFj .mbr-section-title,
  .cid-u4UwkyJLFj .mbr-section-btn,
  .cid-u4UwkyJLFj .mbr-text {
    text-align: center;
  }
}
.cid-ufzKPBxSuH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-ufzKPBxSuH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ufzKPBxSuH img {
    width: 100%;
  }
}
.cid-ufzKPBxSuH .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufzKPBxSuH .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
}
.cid-ufzKPBxSuH .icon1 {
  color: #436831;
}
.cid-ufzKPBxSuH .icon-wrapper {
  background: #ffffff;
  border-radius: 10px;
  margin-right: 1.5rem;
  display: flex;
  width: 150px;
  padding: 1rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ufzKPBxSuH .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-ufzKPBxSuH .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-ufzKPBxSuH .card-text {
  color: #777777;
}
.cid-ufzKPBxSuH .mbr-section-subtitle {
  color: #777777;
}
.cid-ufzKPBxSuH .mbr-text,
.cid-ufzKPBxSuH .mbr-section-btn {
  color: #777777;
}
.cid-ufzKPBxSuH .mbr-icon-text {
  color: #436831;
}
.cid-ug7CiActho {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ug7CiActho img,
.cid-ug7CiActho .item-img {
  width: 100%;
}
.cid-ug7CiActho .item:focus,
.cid-ug7CiActho span:focus {
  outline: none;
}
.cid-ug7CiActho .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ug7CiActho .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ug7CiActho .item {
  padding: 0;
  margin: 0;
}
.cid-ug7CiActho .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ug7CiActho .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ug7CiActho .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ug7CiActho .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ug7CiActho .mbr-section-title {
  color: #232323;
}
.cid-u4VchOrmkL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4VchOrmkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VchOrmkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VchOrmkL .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u4VchOrmkL .container {
    max-width: 1400px;
  }
}
.cid-u4VchOrmkL .card {
  margin: auto;
}
.cid-u4VchOrmkL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #436831;
  margin-bottom: 2rem;
}
.cid-u4VchOrmkL .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u4VchOrmkL .row {
  justify-content: center;
}
.cid-u4VchOrmkL H3 {
  text-align: left;
}
.cid-ug7LUBxYRW {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ug7LUBxYRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7LUBxYRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7LUBxYRW .item {
  padding-bottom: 2rem;
}
.cid-ug7LUBxYRW .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-ug7LUBxYRW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ug7LUBxYRW .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ug7LUBxYRW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ug7LUBxYRW .carousel-control,
.cid-ug7LUBxYRW .close {
  background: #1b1b1b;
}
.cid-ug7LUBxYRW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ug7LUBxYRW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ug7LUBxYRW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ug7LUBxYRW .carousel-control-next span {
  margin-left: 5px;
}
.cid-ug7LUBxYRW .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-ug7LUBxYRW .close::before {
  content: '\e91a';
}
.cid-ug7LUBxYRW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ug7LUBxYRW .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-ug7LUBxYRW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug7LUBxYRW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ug7LUBxYRW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ug7LUBxYRW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ug7LUBxYRW .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-ug7LUBxYRW .carousel-indicators li.active,
.cid-ug7LUBxYRW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ug7LUBxYRW .carousel-indicators li::after,
.cid-ug7LUBxYRW .carousel-indicators li::before {
  content: none;
}
.cid-ug7LUBxYRW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ug7LUBxYRW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ug7LUBxYRW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ug7LUBxYRW .carousel-indicators {
    display: none;
  }
}
.cid-ug7LUBxYRW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ug7LUBxYRW .carousel-inner > .active {
  display: block;
}
.cid-ug7LUBxYRW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ug7LUBxYRW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ug7LUBxYRW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ug7LUBxYRW .carousel-control,
  .cid-ug7LUBxYRW .carousel-indicators,
  .cid-ug7LUBxYRW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ug7LUBxYRW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ug7LUBxYRW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ug7LUBxYRW .carousel-indicators .active,
.cid-ug7LUBxYRW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ug7LUBxYRW .carousel-indicators .active {
  background: #fff;
}
.cid-ug7LUBxYRW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ug7LUBxYRW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ug7LUBxYRW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ug7LUBxYRW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ug7LUBxYRW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ug7LUBxYRW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ug7LUBxYRW .carousel {
  width: 100%;
}
.cid-ug7LUBxYRW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ug7LUBxYRW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ug7LUBxYRW .modal.fade .modal-dialog,
.cid-ug7LUBxYRW .modal.in .modal-dialog {
  transform: none;
}
.cid-ug7LUBxYRW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ug7LUBxYRW H6 {
  text-align: center;
}
.cid-ugdxQlDz0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  min-height: 280px;
  background-image: url("../../../assets/images/kertigrill-42-2000x1334.webp");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-ugdxQlDz0J {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-ugdxQlDz0J {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-ugdxQlDz0J {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-ugdxQlDz0J {
    min-height: 610px;
  }
}
.cid-ugdxQlDz0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdxQlDz0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdxQlDz0J .row {
  justify-content: flex-start;
}
.cid-ugdxQlDz0J .mbr-section-title {
  color: #FEF9EE;
}
.cid-ugdxQlDz0J .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-ugdxQlDz0J .mbr-text {
  color: #FEF9EE;
}
.cid-ufz886esXl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ufz886esXl .row {
  justify-content: center;
}
.cid-ufz886esXl .col-title {
  margin-bottom: 2.5rem;
}
.cid-ufz886esXl .mbr-section-title {
  color: #436831;
}
.cid-ufz886esXl .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ufz886esXl .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufz886esXl .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ufz886esXl .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ufz886esXl .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ufz886esXl .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ufz886esXl .card {
    min-height: 276px;
  }
}
.cid-ufz886esXl .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ufz886esXl .card:hover .card-title {
  text-decoration: underline;
}
.cid-ufz886esXl .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ufz886esXl .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ufz886esXl .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ufz886esXl .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ufz886esXl .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ufz886esXl .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ufz886esXl .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ufz886esXl .mbr-section-btn {
  margin-top: 30px;
}
.cid-ufz886esXl .card-title-1 {
  color: #f6b7d2;
}
.cid-ufz886esXl .card-text.meat {
  color: #FF6347;
}
.cid-ufz886esXl .card-text.vegetarian {
  color: #FFA500;
}
.cid-ufz886esXl .card-text.vegan {
  color: #90EE90;
}
.cid-ufz886esXl .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-u4VxWv2FQ0 {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-u4VxWv2FQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VxWv2FQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VxWv2FQ0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u4VxWv2FQ0 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u4VxWv2FQ0 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-u4VxWv2FQ0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u4VxWv2FQ0 .mbr-text,
.cid-u4VxWv2FQ0 .mbr-section-btn,
.cid-u4VxWv2FQ0 .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-u4VxWv2FQ0 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4VxWv2FQ0 .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-u4VxWv2FQ0 .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-u4VxWv2FQ0 .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ug9afcCjHH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-ug9afcCjHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug9afcCjHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug9afcCjHH .container {
    padding: 0 24px;
  }
}
.cid-ug9afcCjHH .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug9afcCjHH .content-wrapper {
    padding: 24px;
  }
}
.cid-ug9afcCjHH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug9afcCjHH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug9afcCjHH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug9afcCjHH .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug9afcCjHH .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug9afcCjHH .mbr-text {
  color: #F9F6E0;
}
.cid-ug9jb60dBi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1440.webp");
}
.cid-ug9jb60dBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug9jb60dBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug9jb60dBi .container {
    padding: 0 24px;
  }
}
.cid-ug9jb60dBi .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug9jb60dBi .content-wrapper {
    padding: 24px;
  }
}
.cid-ug9jb60dBi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug9jb60dBi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug9jb60dBi .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug9jb60dBi .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug9jb60dBi .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug9jb60dBi .mbr-text {
  color: #F9F6E0;
}
.cid-ug9jbLMhCD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1277.webp");
}
.cid-ug9jbLMhCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug9jbLMhCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug9jbLMhCD .container {
    padding: 0 24px;
  }
}
.cid-ug9jbLMhCD .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug9jbLMhCD .content-wrapper {
    padding: 24px;
  }
}
.cid-ug9jbLMhCD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug9jbLMhCD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug9jbLMhCD .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug9jbLMhCD .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug9jbLMhCD .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug9jbLMhCD .mbr-text {
  color: #F9F6E0;
}
.cid-ug9jcgsUUj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.webp");
}
.cid-ug9jcgsUUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug9jcgsUUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug9jcgsUUj .container {
    padding: 0 24px;
  }
}
.cid-ug9jcgsUUj .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug9jcgsUUj .content-wrapper {
    padding: 24px;
  }
}
.cid-ug9jcgsUUj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug9jcgsUUj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug9jcgsUUj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug9jcgsUUj .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug9jcgsUUj .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug9jcgsUUj .mbr-text {
  color: #F9F6E0;
}
.cid-ug9jcUyt4t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1440.webp");
}
.cid-ug9jcUyt4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug9jcUyt4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug9jcUyt4t .container {
    padding: 0 24px;
  }
}
.cid-ug9jcUyt4t .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug9jcUyt4t .content-wrapper {
    padding: 24px;
  }
}
.cid-ug9jcUyt4t .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug9jcUyt4t .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug9jcUyt4t .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug9jcUyt4t .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug9jcUyt4t .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug9jcUyt4t .mbr-text {
  color: #F9F6E0;
}
.cid-u4VjNrPW4y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4VjNrPW4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4VjNrPW4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4VjNrPW4y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4VjNrPW4y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4VjNrPW4y .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #436831;
}
.cid-u4VjNrPW4y .panel-body,
.cid-u4VjNrPW4y .card-header {
  padding: 1rem 0;
}
.cid-u4VjNrPW4y .panel-title-edit {
  color: #000000;
}
.cid-u4UwkB26vc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UwkB26vc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u4UwkB26vc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u4UwkB26vc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u4UwkB26vc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u4UwkByTVD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-u4UwkByTVD .content {
    text-align: center;
  }
  .cid-u4UwkByTVD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u4UwkByTVD .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u4UwkByTVD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u4UwkByTVD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u4UwkByTVD .google-map {
  height: 25rem;
  position: relative;
}
.cid-u4UwkByTVD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u4UwkByTVD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-u4UwkByTVD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4UwkByTVD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4UwkByTVD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4UwkByTVD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u4UwkByTVD .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u4UwkByTVD .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u4UwkByTVD .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4UwkByTVD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4UwkByTVD .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdHyp0BZE {
  z-index: 1000;
  width: 100%;
}
.cid-ugdHyp0BZE nav.navbar {
  position: fixed;
}
.cid-ugdHyp0BZE .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;
}
.cid-ugdHyp0BZE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdHyp0BZE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdHyp0BZE .dropdown-item:hover,
.cid-ugdHyp0BZE .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdHyp0BZE .dropdown-item:hover span {
  color: white;
}
.cid-ugdHyp0BZE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdHyp0BZE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdHyp0BZE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdHyp0BZE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdHyp0BZE .nav-link {
  position: relative;
}
.cid-ugdHyp0BZE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdHyp0BZE .container {
    flex-wrap: wrap;
  }
}
.cid-ugdHyp0BZE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdHyp0BZE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdHyp0BZE .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdHyp0BZE .dropdown-menu,
.cid-ugdHyp0BZE .navbar.opened {
  background: #000000 !important;
}
.cid-ugdHyp0BZE .nav-item:focus,
.cid-ugdHyp0BZE .nav-link:focus {
  outline: none;
}
.cid-ugdHyp0BZE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdHyp0BZE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdHyp0BZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdHyp0BZE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdHyp0BZE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdHyp0BZE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdHyp0BZE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdHyp0BZE .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdHyp0BZE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdHyp0BZE .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdHyp0BZE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdHyp0BZE .navbar.collapsed {
  justify-content: center;
}
.cid-ugdHyp0BZE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdHyp0BZE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdHyp0BZE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdHyp0BZE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdHyp0BZE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdHyp0BZE .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-ugdHyp0BZE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdHyp0BZE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdHyp0BZE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdHyp0BZE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdHyp0BZE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdHyp0BZE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdHyp0BZE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdHyp0BZE .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-ugdHyp0BZE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdHyp0BZE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdHyp0BZE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdHyp0BZE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdHyp0BZE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdHyp0BZE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdHyp0BZE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdHyp0BZE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdHyp0BZE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdHyp0BZE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdHyp0BZE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdHyp0BZE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdHyp0BZE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdHyp0BZE .dropdown-item.active,
.cid-ugdHyp0BZE .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdHyp0BZE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdHyp0BZE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdHyp0BZE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdHyp0BZE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdHyp0BZE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdHyp0BZE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdHyp0BZE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdHyp0BZE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdHyp0BZE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdHyp0BZE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdHyp0BZE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdHyp0BZE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdHyp0BZE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdHyp0BZE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdHyp0BZE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdHyp0BZE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdHyp0BZE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdHyp0BZE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdHyp0BZE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdHyp0BZE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdHyp0BZE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdHyp0BZE .navbar {
    height: 70px;
  }
  .cid-ugdHyp0BZE .navbar.opened {
    height: auto;
  }
  .cid-ugdHyp0BZE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8hxfZxc1 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8hxfZxc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8hxfZxc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8hxfZxc1 .container {
    padding: 0 24px;
  }
}
.cid-ug8hxfZxc1 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ug8hxfZxc1 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ug8hxfZxc1 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug8hxfZxc1 .image-wrapper img {
    height: 350px;
  }
}
.cid-ug8hxfZxc1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8hxfZxc1 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ug8hxfZxc1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8hxfZxc1 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ug8hxfZxc1 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ug8hxfZxc1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8hxfZxc1 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8hxfZxc1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8hxfZxc1 .mbr-text {
  color: #F9F6E0;
}
.cid-ug8hxfZxc1 .mbr-desc {
  color: #E0B548;
}
.cid-ug8k6EQMyA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8k6EQMyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8k6EQMyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8k6EQMyA .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ug8k6EQMyA .row {
    margin: 0;
  }
}
.cid-ug8k6EQMyA .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ug8k6EQMyA .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8k6EQMyA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ug8k6EQMyA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ug8k6EQMyA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ug8k6EQMyA .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ug8k6EQMyA .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8k6EQMyA .items .item {
    padding: 24px;
  }
}
.cid-ug8k6EQMyA .items .item:last-child {
  border: none;
}
.cid-ug8k6EQMyA .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ug8k6EQMyA .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ug8k6EQMyA .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ug8k6EQMyA .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ug8k6EQMyA .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8k6EQMyA .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ug8k6EQMyA .card-title {
  color: #F9F6E0;
}
.cid-ug8k6EQMyA .card-number {
  color: #E0B548;
}
.cid-ug8k6EQMyA .card-text {
  color: #F9F6E0;
}
.cid-ug8k6EQMyA .mbr-section-title,
.cid-ug8k6EQMyA .mbr-section-btn {
  text-align: right;
}
.cid-ug8oF9UV2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8oF9UV2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8oF9UV2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8oF9UV2C .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ug8oF9UV2C .row {
    margin: 0;
  }
}
.cid-ug8oF9UV2C .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ug8oF9UV2C .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8oF9UV2C .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ug8oF9UV2C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ug8oF9UV2C .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ug8oF9UV2C .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ug8oF9UV2C .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8oF9UV2C .items .item {
    padding: 24px;
  }
}
.cid-ug8oF9UV2C .items .item:last-child {
  border: none;
}
.cid-ug8oF9UV2C .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ug8oF9UV2C .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ug8oF9UV2C .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ug8oF9UV2C .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ug8oF9UV2C .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8oF9UV2C .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ug8oF9UV2C .card-title {
  color: #F9F6E0;
}
.cid-ug8oF9UV2C .card-number {
  color: #E0B548;
}
.cid-ug8oF9UV2C .card-text {
  color: #F9F6E0;
}
.cid-ug8oF9UV2C .mbr-section-title,
.cid-ug8oF9UV2C .mbr-section-btn {
  text-align: right;
}
.cid-ug8qUEj5BT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8qUEj5BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8qUEj5BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8qUEj5BT .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ug8qUEj5BT .row {
    margin: 0;
  }
}
.cid-ug8qUEj5BT .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ug8qUEj5BT .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8qUEj5BT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ug8qUEj5BT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ug8qUEj5BT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ug8qUEj5BT .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ug8qUEj5BT .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8qUEj5BT .items .item {
    padding: 24px;
  }
}
.cid-ug8qUEj5BT .items .item:last-child {
  border: none;
}
.cid-ug8qUEj5BT .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ug8qUEj5BT .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ug8qUEj5BT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ug8qUEj5BT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ug8qUEj5BT .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8qUEj5BT .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ug8qUEj5BT .card-title {
  color: #F9F6E0;
}
.cid-ug8qUEj5BT .card-number {
  color: #E0B548;
}
.cid-ug8qUEj5BT .card-text {
  color: #F9F6E0;
}
.cid-ug8qUEj5BT .mbr-section-title,
.cid-ug8qUEj5BT .mbr-section-btn {
  text-align: right;
}
.cid-ug8trh7z69 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8trh7z69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8trh7z69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8trh7z69 .container {
    padding: 0 24px;
  }
}
.cid-ug8trh7z69 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8trh7z69 .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8trh7z69 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8trh7z69 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8trh7z69 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8trh7z69 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8trh7z69 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8trh7z69 .mbr-text {
  color: #F9F6E0;
}
.cid-ug8trh7z69 .mbr-section-title,
.cid-ug8trh7z69 .mbr-section-btn {
  text-align: center;
}
.cid-ugf802RUuL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf802RUuL .row {
  justify-content: center;
}
.cid-ugf802RUuL .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf802RUuL .mbr-section-title {
  color: #436831;
}
.cid-ugf802RUuL .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf802RUuL .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf802RUuL .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf802RUuL .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf802RUuL .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf802RUuL .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf802RUuL .card {
    min-height: 276px;
  }
}
.cid-ugf802RUuL .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf802RUuL .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf802RUuL .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf802RUuL .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf802RUuL .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf802RUuL .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf802RUuL .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf802RUuL .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf802RUuL .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf802RUuL .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf802RUuL .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf802RUuL .card-text.meat {
  color: #FF6347;
}
.cid-ugf802RUuL .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf802RUuL .card-text.vegan {
  color: #90EE90;
}
.cid-ugf802RUuL .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdIsYJYSG {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdIsYJYSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdIsYJYSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdIsYJYSG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdIsYJYSG .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdIsYJYSG .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdIsYJYSG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdIsYJYSG .mbr-text,
.cid-ugdIsYJYSG .mbr-section-btn,
.cid-ugdIsYJYSG .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdIsYJYSG .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdIsYJYSG .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdIsYJYSG .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdIsYJYSG .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdIuxYkaK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdIuxYkaK .content {
    text-align: center;
  }
  .cid-ugdIuxYkaK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdIuxYkaK .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdIuxYkaK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdIuxYkaK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdIuxYkaK .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdIuxYkaK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdIuxYkaK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdIuxYkaK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdIuxYkaK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdIuxYkaK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdIuxYkaK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdIuxYkaK .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdIuxYkaK .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdIuxYkaK .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdIuxYkaK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdIuxYkaK .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdJwrpZGT {
  z-index: 1000;
  width: 100%;
}
.cid-ugdJwrpZGT nav.navbar {
  position: fixed;
}
.cid-ugdJwrpZGT .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;
}
.cid-ugdJwrpZGT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdJwrpZGT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdJwrpZGT .dropdown-item:hover,
.cid-ugdJwrpZGT .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdJwrpZGT .dropdown-item:hover span {
  color: white;
}
.cid-ugdJwrpZGT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdJwrpZGT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdJwrpZGT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdJwrpZGT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdJwrpZGT .nav-link {
  position: relative;
}
.cid-ugdJwrpZGT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdJwrpZGT .container {
    flex-wrap: wrap;
  }
}
.cid-ugdJwrpZGT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdJwrpZGT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdJwrpZGT .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdJwrpZGT .dropdown-menu,
.cid-ugdJwrpZGT .navbar.opened {
  background: #000000 !important;
}
.cid-ugdJwrpZGT .nav-item:focus,
.cid-ugdJwrpZGT .nav-link:focus {
  outline: none;
}
.cid-ugdJwrpZGT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdJwrpZGT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdJwrpZGT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdJwrpZGT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdJwrpZGT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdJwrpZGT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdJwrpZGT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdJwrpZGT .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdJwrpZGT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdJwrpZGT .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdJwrpZGT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdJwrpZGT .navbar.collapsed {
  justify-content: center;
}
.cid-ugdJwrpZGT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdJwrpZGT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdJwrpZGT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdJwrpZGT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdJwrpZGT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdJwrpZGT .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-ugdJwrpZGT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdJwrpZGT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdJwrpZGT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdJwrpZGT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdJwrpZGT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdJwrpZGT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdJwrpZGT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdJwrpZGT .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-ugdJwrpZGT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdJwrpZGT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdJwrpZGT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdJwrpZGT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdJwrpZGT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdJwrpZGT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdJwrpZGT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdJwrpZGT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdJwrpZGT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdJwrpZGT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdJwrpZGT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdJwrpZGT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdJwrpZGT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdJwrpZGT .dropdown-item.active,
.cid-ugdJwrpZGT .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdJwrpZGT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdJwrpZGT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdJwrpZGT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdJwrpZGT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdJwrpZGT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdJwrpZGT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdJwrpZGT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdJwrpZGT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdJwrpZGT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdJwrpZGT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdJwrpZGT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdJwrpZGT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdJwrpZGT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdJwrpZGT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdJwrpZGT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdJwrpZGT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdJwrpZGT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdJwrpZGT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdJwrpZGT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdJwrpZGT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdJwrpZGT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdJwrpZGT .navbar {
    height: 70px;
  }
  .cid-ugdJwrpZGT .navbar.opened {
    height: auto;
  }
  .cid-ugdJwrpZGT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8w4b8qzZ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8w4b8qzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8w4b8qzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8w4b8qzZ .container {
    padding: 0 24px;
  }
}
.cid-ug8w4b8qzZ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ug8w4b8qzZ .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ug8w4b8qzZ .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug8w4b8qzZ .image-wrapper img {
    height: 350px;
  }
}
.cid-ug8w4b8qzZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8w4b8qzZ .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ug8w4b8qzZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8w4b8qzZ .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ug8w4b8qzZ .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ug8w4b8qzZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8w4b8qzZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8w4b8qzZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8w4b8qzZ .mbr-text {
  color: #F9F6E0;
}
.cid-ug8w4b8qzZ .mbr-desc {
  color: #E0B548;
}
.cid-ug8w4bTfz6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8w4bTfz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8w4bTfz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8w4bTfz6 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ug8w4bTfz6 .row {
    margin: 0;
  }
}
.cid-ug8w4bTfz6 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ug8w4bTfz6 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8w4bTfz6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ug8w4bTfz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ug8w4bTfz6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ug8w4bTfz6 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ug8w4bTfz6 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8w4bTfz6 .items .item {
    padding: 24px;
  }
}
.cid-ug8w4bTfz6 .items .item:last-child {
  border: none;
}
.cid-ug8w4bTfz6 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ug8w4bTfz6 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ug8w4bTfz6 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ug8w4bTfz6 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ug8w4bTfz6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8w4bTfz6 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ug8w4bTfz6 .card-title {
  color: #F9F6E0;
}
.cid-ug8w4bTfz6 .card-number {
  color: #E0B548;
}
.cid-ug8w4bTfz6 .card-text {
  color: #F9F6E0;
}
.cid-ug8w4bTfz6 .mbr-section-title,
.cid-ug8w4bTfz6 .mbr-section-btn {
  text-align: right;
}
.cid-ug8w4cFH8y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8w4cFH8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8w4cFH8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8w4cFH8y .container {
    padding: 0 24px;
  }
}
.cid-ug8w4cFH8y .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8w4cFH8y .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8w4cFH8y .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8w4cFH8y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8w4cFH8y .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8w4cFH8y .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8w4cFH8y .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8w4cFH8y .mbr-text {
  color: #F9F6E0;
}
.cid-ug8w4cFH8y .mbr-section-title,
.cid-ug8w4cFH8y .mbr-section-btn {
  text-align: center;
}
.cid-ugf8k9TGIl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8k9TGIl .row {
  justify-content: center;
}
.cid-ugf8k9TGIl .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8k9TGIl .mbr-section-title {
  color: #436831;
}
.cid-ugf8k9TGIl .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8k9TGIl .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8k9TGIl .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8k9TGIl .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8k9TGIl .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8k9TGIl .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8k9TGIl .card {
    min-height: 276px;
  }
}
.cid-ugf8k9TGIl .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8k9TGIl .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8k9TGIl .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8k9TGIl .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8k9TGIl .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8k9TGIl .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8k9TGIl .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8k9TGIl .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8k9TGIl .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8k9TGIl .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8k9TGIl .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8k9TGIl .card-text.meat {
  color: #FF6347;
}
.cid-ugf8k9TGIl .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8k9TGIl .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8k9TGIl .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdJDtXf2D {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdJDtXf2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdJDtXf2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdJDtXf2D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdJDtXf2D .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdJDtXf2D .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdJDtXf2D .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdJDtXf2D .mbr-text,
.cid-ugdJDtXf2D .mbr-section-btn,
.cid-ugdJDtXf2D .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdJDtXf2D .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdJDtXf2D .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdJDtXf2D .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdJDtXf2D .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdJEliayh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdJEliayh .content {
    text-align: center;
  }
  .cid-ugdJEliayh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdJEliayh .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdJEliayh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdJEliayh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdJEliayh .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdJEliayh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdJEliayh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdJEliayh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdJEliayh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdJEliayh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdJEliayh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdJEliayh .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdJEliayh .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdJEliayh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdJEliayh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdJEliayh .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdJWiYvsd {
  z-index: 1000;
  width: 100%;
}
.cid-ugdJWiYvsd nav.navbar {
  position: fixed;
}
.cid-ugdJWiYvsd .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;
}
.cid-ugdJWiYvsd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdJWiYvsd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdJWiYvsd .dropdown-item:hover,
.cid-ugdJWiYvsd .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdJWiYvsd .dropdown-item:hover span {
  color: white;
}
.cid-ugdJWiYvsd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdJWiYvsd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdJWiYvsd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdJWiYvsd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdJWiYvsd .nav-link {
  position: relative;
}
.cid-ugdJWiYvsd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdJWiYvsd .container {
    flex-wrap: wrap;
  }
}
.cid-ugdJWiYvsd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdJWiYvsd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdJWiYvsd .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdJWiYvsd .dropdown-menu,
.cid-ugdJWiYvsd .navbar.opened {
  background: #000000 !important;
}
.cid-ugdJWiYvsd .nav-item:focus,
.cid-ugdJWiYvsd .nav-link:focus {
  outline: none;
}
.cid-ugdJWiYvsd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdJWiYvsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdJWiYvsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdJWiYvsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdJWiYvsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdJWiYvsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdJWiYvsd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdJWiYvsd .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdJWiYvsd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdJWiYvsd .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdJWiYvsd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdJWiYvsd .navbar.collapsed {
  justify-content: center;
}
.cid-ugdJWiYvsd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdJWiYvsd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdJWiYvsd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdJWiYvsd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdJWiYvsd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdJWiYvsd .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-ugdJWiYvsd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdJWiYvsd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdJWiYvsd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdJWiYvsd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdJWiYvsd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdJWiYvsd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdJWiYvsd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdJWiYvsd .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-ugdJWiYvsd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdJWiYvsd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdJWiYvsd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdJWiYvsd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdJWiYvsd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdJWiYvsd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdJWiYvsd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdJWiYvsd .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdJWiYvsd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdJWiYvsd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdJWiYvsd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdJWiYvsd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdJWiYvsd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdJWiYvsd .dropdown-item.active,
.cid-ugdJWiYvsd .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdJWiYvsd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdJWiYvsd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdJWiYvsd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdJWiYvsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdJWiYvsd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdJWiYvsd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdJWiYvsd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdJWiYvsd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdJWiYvsd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdJWiYvsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdJWiYvsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdJWiYvsd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdJWiYvsd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdJWiYvsd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdJWiYvsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdJWiYvsd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdJWiYvsd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdJWiYvsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdJWiYvsd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdJWiYvsd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdJWiYvsd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdJWiYvsd .navbar {
    height: 70px;
  }
  .cid-ugdJWiYvsd .navbar.opened {
    height: auto;
  }
  .cid-ugdJWiYvsd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8yD8BghX {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8yD8BghX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8yD8BghX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8yD8BghX .container {
    padding: 0 24px;
  }
}
.cid-ug8yD8BghX .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ug8yD8BghX .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ug8yD8BghX .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ug8yD8BghX .image-wrapper img {
    height: 350px;
  }
}
.cid-ug8yD8BghX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8yD8BghX .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ug8yD8BghX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8yD8BghX .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ug8yD8BghX .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ug8yD8BghX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8yD8BghX .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8yD8BghX .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8yD8BghX .mbr-text {
  color: #F9F6E0;
}
.cid-ug8yD8BghX .mbr-desc {
  color: #E0B548;
}
.cid-ug8yD8TrXI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8yD8TrXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8yD8TrXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8yD8TrXI .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ug8yD8TrXI .row {
    margin: 0;
  }
}
.cid-ug8yD8TrXI .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ug8yD8TrXI .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8yD8TrXI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ug8yD8TrXI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ug8yD8TrXI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ug8yD8TrXI .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ug8yD8TrXI .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8yD8TrXI .items .item {
    padding: 24px;
  }
}
.cid-ug8yD8TrXI .items .item:last-child {
  border: none;
}
.cid-ug8yD8TrXI .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ug8yD8TrXI .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ug8yD8TrXI .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ug8yD8TrXI .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ug8yD8TrXI .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8yD8TrXI .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ug8yD8TrXI .card-title {
  color: #F9F6E0;
}
.cid-ug8yD8TrXI .card-number {
  color: #E0B548;
}
.cid-ug8yD8TrXI .card-text {
  color: #F9F6E0;
}
.cid-ug8yD8TrXI .mbr-section-title,
.cid-ug8yD8TrXI .mbr-section-btn {
  text-align: right;
}
.cid-ug8yD9f3np {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ug8yD9f3np .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8yD9f3np .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ug8yD9f3np .container {
    padding: 0 24px;
  }
}
.cid-ug8yD9f3np .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ug8yD9f3np .content-wrapper {
    padding: 24px;
  }
}
.cid-ug8yD9f3np .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8yD9f3np .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug8yD9f3np .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ug8yD9f3np .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ug8yD9f3np .mbr-section-title {
  color: #F9F6E0;
}
.cid-ug8yD9f3np .mbr-text {
  color: #F9F6E0;
}
.cid-ug8yD9f3np .mbr-section-title,
.cid-ug8yD9f3np .mbr-section-btn {
  text-align: center;
}
.cid-ugf8nhvcsK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8nhvcsK .row {
  justify-content: center;
}
.cid-ugf8nhvcsK .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8nhvcsK .mbr-section-title {
  color: #436831;
}
.cid-ugf8nhvcsK .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8nhvcsK .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8nhvcsK .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8nhvcsK .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8nhvcsK .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8nhvcsK .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8nhvcsK .card {
    min-height: 276px;
  }
}
.cid-ugf8nhvcsK .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8nhvcsK .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8nhvcsK .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8nhvcsK .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8nhvcsK .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8nhvcsK .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8nhvcsK .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8nhvcsK .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8nhvcsK .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8nhvcsK .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8nhvcsK .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8nhvcsK .card-text.meat {
  color: #FF6347;
}
.cid-ugf8nhvcsK .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8nhvcsK .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8nhvcsK .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdJZqno7t {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdJZqno7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdJZqno7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdJZqno7t .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdJZqno7t .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdJZqno7t .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdJZqno7t .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdJZqno7t .mbr-text,
.cid-ugdJZqno7t .mbr-section-btn,
.cid-ugdJZqno7t .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdJZqno7t .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdJZqno7t .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdJZqno7t .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdJZqno7t .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdK0g5HE0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdK0g5HE0 .content {
    text-align: center;
  }
  .cid-ugdK0g5HE0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdK0g5HE0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdK0g5HE0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdK0g5HE0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdK0g5HE0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdK0g5HE0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdK0g5HE0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdK0g5HE0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdK0g5HE0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdK0g5HE0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdK0g5HE0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdK0g5HE0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdK0g5HE0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdK0g5HE0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdK0g5HE0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdK0g5HE0 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdMkYA50r {
  z-index: 1000;
  width: 100%;
}
.cid-ugdMkYA50r nav.navbar {
  position: fixed;
}
.cid-ugdMkYA50r .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;
}
.cid-ugdMkYA50r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdMkYA50r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdMkYA50r .dropdown-item:hover,
.cid-ugdMkYA50r .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdMkYA50r .dropdown-item:hover span {
  color: white;
}
.cid-ugdMkYA50r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdMkYA50r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdMkYA50r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdMkYA50r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdMkYA50r .nav-link {
  position: relative;
}
.cid-ugdMkYA50r .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdMkYA50r .container {
    flex-wrap: wrap;
  }
}
.cid-ugdMkYA50r .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdMkYA50r .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdMkYA50r .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdMkYA50r .dropdown-menu,
.cid-ugdMkYA50r .navbar.opened {
  background: #000000 !important;
}
.cid-ugdMkYA50r .nav-item:focus,
.cid-ugdMkYA50r .nav-link:focus {
  outline: none;
}
.cid-ugdMkYA50r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdMkYA50r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdMkYA50r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdMkYA50r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdMkYA50r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdMkYA50r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdMkYA50r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdMkYA50r .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdMkYA50r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdMkYA50r .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdMkYA50r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdMkYA50r .navbar.collapsed {
  justify-content: center;
}
.cid-ugdMkYA50r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdMkYA50r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdMkYA50r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdMkYA50r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdMkYA50r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdMkYA50r .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-ugdMkYA50r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdMkYA50r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdMkYA50r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdMkYA50r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdMkYA50r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdMkYA50r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdMkYA50r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdMkYA50r .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-ugdMkYA50r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdMkYA50r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdMkYA50r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdMkYA50r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdMkYA50r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdMkYA50r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdMkYA50r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdMkYA50r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdMkYA50r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdMkYA50r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdMkYA50r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdMkYA50r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdMkYA50r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdMkYA50r .dropdown-item.active,
.cid-ugdMkYA50r .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdMkYA50r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdMkYA50r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdMkYA50r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdMkYA50r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdMkYA50r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdMkYA50r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdMkYA50r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdMkYA50r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdMkYA50r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdMkYA50r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdMkYA50r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdMkYA50r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdMkYA50r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdMkYA50r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdMkYA50r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdMkYA50r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdMkYA50r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdMkYA50r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdMkYA50r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdMkYA50r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdMkYA50r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdMkYA50r .navbar {
    height: 70px;
  }
  .cid-ugdMkYA50r .navbar.opened {
    height: auto;
  }
  .cid-ugdMkYA50r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdMkZoorg {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdMkZoorg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdMkZoorg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdMkZoorg .container {
    padding: 0 24px;
  }
}
.cid-ugdMkZoorg .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdMkZoorg .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdMkZoorg .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdMkZoorg .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdMkZoorg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdMkZoorg .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdMkZoorg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdMkZoorg .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdMkZoorg .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdMkZoorg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdMkZoorg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdMkZoorg .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdMkZoorg .mbr-text {
  color: #F9F6E0;
}
.cid-ugdMkZoorg .mbr-desc {
  color: #E0B548;
}
.cid-ugdMkZKRvY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdMkZKRvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdMkZKRvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdMkZKRvY .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdMkZKRvY .row {
    margin: 0;
  }
}
.cid-ugdMkZKRvY .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdMkZKRvY .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdMkZKRvY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdMkZKRvY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdMkZKRvY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdMkZKRvY .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdMkZKRvY .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdMkZKRvY .items .item {
    padding: 24px;
  }
}
.cid-ugdMkZKRvY .items .item:last-child {
  border: none;
}
.cid-ugdMkZKRvY .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdMkZKRvY .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdMkZKRvY .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdMkZKRvY .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdMkZKRvY .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdMkZKRvY .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdMkZKRvY .card-title {
  color: #F9F6E0;
}
.cid-ugdMkZKRvY .card-number {
  color: #E0B548;
}
.cid-ugdMkZKRvY .card-text {
  color: #F9F6E0;
}
.cid-ugdMkZKRvY .mbr-section-title,
.cid-ugdMkZKRvY .mbr-section-btn {
  text-align: right;
}
.cid-ugdMl03vrE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdMl03vrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdMl03vrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdMl03vrE .container {
    padding: 0 24px;
  }
}
.cid-ugdMl03vrE .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdMl03vrE .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdMl03vrE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdMl03vrE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdMl03vrE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdMl03vrE .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdMl03vrE .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdMl03vrE .mbr-text {
  color: #F9F6E0;
}
.cid-ugdMl03vrE .mbr-section-title,
.cid-ugdMl03vrE .mbr-section-btn {
  text-align: center;
}
.cid-ugf8yJ1gmk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8yJ1gmk .row {
  justify-content: center;
}
.cid-ugf8yJ1gmk .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8yJ1gmk .mbr-section-title {
  color: #436831;
}
.cid-ugf8yJ1gmk .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8yJ1gmk .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8yJ1gmk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8yJ1gmk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8yJ1gmk .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8yJ1gmk .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8yJ1gmk .card {
    min-height: 276px;
  }
}
.cid-ugf8yJ1gmk .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8yJ1gmk .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8yJ1gmk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8yJ1gmk .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8yJ1gmk .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8yJ1gmk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8yJ1gmk .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8yJ1gmk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8yJ1gmk .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8yJ1gmk .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8yJ1gmk .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8yJ1gmk .card-text.meat {
  color: #FF6347;
}
.cid-ugf8yJ1gmk .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8yJ1gmk .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8yJ1gmk .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdMl0Slip {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdMl0Slip .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdMl0Slip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdMl0Slip .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdMl0Slip .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdMl0Slip .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdMl0Slip .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdMl0Slip .mbr-text,
.cid-ugdMl0Slip .mbr-section-btn,
.cid-ugdMl0Slip .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdMl0Slip .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdMl0Slip .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdMl0Slip .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdMl0Slip .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdMl1iBT0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdMl1iBT0 .content {
    text-align: center;
  }
  .cid-ugdMl1iBT0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdMl1iBT0 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdMl1iBT0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdMl1iBT0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdMl1iBT0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdMl1iBT0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdMl1iBT0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdMl1iBT0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdMl1iBT0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdMl1iBT0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdMl1iBT0 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdMl1iBT0 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdMl1iBT0 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdMl1iBT0 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdMl1iBT0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdMl1iBT0 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdNTa0zdy {
  z-index: 1000;
  width: 100%;
}
.cid-ugdNTa0zdy nav.navbar {
  position: fixed;
}
.cid-ugdNTa0zdy .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;
}
.cid-ugdNTa0zdy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdNTa0zdy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdNTa0zdy .dropdown-item:hover,
.cid-ugdNTa0zdy .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdNTa0zdy .dropdown-item:hover span {
  color: white;
}
.cid-ugdNTa0zdy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdNTa0zdy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdNTa0zdy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdNTa0zdy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdNTa0zdy .nav-link {
  position: relative;
}
.cid-ugdNTa0zdy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdNTa0zdy .container {
    flex-wrap: wrap;
  }
}
.cid-ugdNTa0zdy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdNTa0zdy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdNTa0zdy .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdNTa0zdy .dropdown-menu,
.cid-ugdNTa0zdy .navbar.opened {
  background: #000000 !important;
}
.cid-ugdNTa0zdy .nav-item:focus,
.cid-ugdNTa0zdy .nav-link:focus {
  outline: none;
}
.cid-ugdNTa0zdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdNTa0zdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdNTa0zdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdNTa0zdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdNTa0zdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdNTa0zdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdNTa0zdy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdNTa0zdy .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdNTa0zdy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdNTa0zdy .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdNTa0zdy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdNTa0zdy .navbar.collapsed {
  justify-content: center;
}
.cid-ugdNTa0zdy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdNTa0zdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdNTa0zdy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdNTa0zdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdNTa0zdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdNTa0zdy .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-ugdNTa0zdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdNTa0zdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdNTa0zdy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdNTa0zdy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdNTa0zdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdNTa0zdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdNTa0zdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdNTa0zdy .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-ugdNTa0zdy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdNTa0zdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdNTa0zdy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdNTa0zdy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdNTa0zdy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdNTa0zdy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdNTa0zdy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdNTa0zdy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdNTa0zdy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdNTa0zdy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdNTa0zdy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdNTa0zdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdNTa0zdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdNTa0zdy .dropdown-item.active,
.cid-ugdNTa0zdy .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdNTa0zdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdNTa0zdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdNTa0zdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdNTa0zdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdNTa0zdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdNTa0zdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdNTa0zdy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdNTa0zdy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdNTa0zdy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdNTa0zdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdNTa0zdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdNTa0zdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdNTa0zdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdNTa0zdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdNTa0zdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdNTa0zdy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdNTa0zdy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdNTa0zdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdNTa0zdy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdNTa0zdy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdNTa0zdy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdNTa0zdy .navbar {
    height: 70px;
  }
  .cid-ugdNTa0zdy .navbar.opened {
    height: auto;
  }
  .cid-ugdNTa0zdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdNTb1lEh {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdNTb1lEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdNTb1lEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdNTb1lEh .container {
    padding: 0 24px;
  }
}
.cid-ugdNTb1lEh .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdNTb1lEh .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdNTb1lEh .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdNTb1lEh .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdNTb1lEh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdNTb1lEh .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdNTb1lEh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdNTb1lEh .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdNTb1lEh .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdNTb1lEh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdNTb1lEh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdNTb1lEh .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdNTb1lEh .mbr-text {
  color: #F9F6E0;
}
.cid-ugdNTb1lEh .mbr-desc {
  color: #E0B548;
}
.cid-ugdNTbosMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdNTbosMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdNTbosMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdNTbosMJ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdNTbosMJ .row {
    margin: 0;
  }
}
.cid-ugdNTbosMJ .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdNTbosMJ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdNTbosMJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdNTbosMJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdNTbosMJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdNTbosMJ .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdNTbosMJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdNTbosMJ .items .item {
    padding: 24px;
  }
}
.cid-ugdNTbosMJ .items .item:last-child {
  border: none;
}
.cid-ugdNTbosMJ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdNTbosMJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdNTbosMJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdNTbosMJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdNTbosMJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdNTbosMJ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdNTbosMJ .card-title {
  color: #F9F6E0;
}
.cid-ugdNTbosMJ .card-number {
  color: #E0B548;
}
.cid-ugdNTbosMJ .card-text {
  color: #F9F6E0;
}
.cid-ugdNTbosMJ .mbr-section-title,
.cid-ugdNTbosMJ .mbr-section-btn {
  text-align: right;
}
.cid-ugdNTbLX8A {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdNTbLX8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdNTbLX8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdNTbLX8A .container {
    padding: 0 24px;
  }
}
.cid-ugdNTbLX8A .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdNTbLX8A .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdNTbLX8A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdNTbLX8A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdNTbLX8A .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdNTbLX8A .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdNTbLX8A .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdNTbLX8A .mbr-text {
  color: #F9F6E0;
}
.cid-ugdNTbLX8A .mbr-section-title,
.cid-ugdNTbLX8A .mbr-section-btn {
  text-align: center;
}
.cid-ugf8EtFfMt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8EtFfMt .row {
  justify-content: center;
}
.cid-ugf8EtFfMt .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8EtFfMt .mbr-section-title {
  color: #436831;
}
.cid-ugf8EtFfMt .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8EtFfMt .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8EtFfMt .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8EtFfMt .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8EtFfMt .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8EtFfMt .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8EtFfMt .card {
    min-height: 276px;
  }
}
.cid-ugf8EtFfMt .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8EtFfMt .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8EtFfMt .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8EtFfMt .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8EtFfMt .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8EtFfMt .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8EtFfMt .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8EtFfMt .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8EtFfMt .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8EtFfMt .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8EtFfMt .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8EtFfMt .card-text.meat {
  color: #FF6347;
}
.cid-ugf8EtFfMt .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8EtFfMt .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8EtFfMt .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdNTcVAAu {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdNTcVAAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdNTcVAAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdNTcVAAu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdNTcVAAu .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdNTcVAAu .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdNTcVAAu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdNTcVAAu .mbr-text,
.cid-ugdNTcVAAu .mbr-section-btn,
.cid-ugdNTcVAAu .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdNTcVAAu .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdNTcVAAu .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdNTcVAAu .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdNTcVAAu .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdNTdn0iY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdNTdn0iY .content {
    text-align: center;
  }
  .cid-ugdNTdn0iY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdNTdn0iY .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdNTdn0iY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdNTdn0iY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdNTdn0iY .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdNTdn0iY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdNTdn0iY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdNTdn0iY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdNTdn0iY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdNTdn0iY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdNTdn0iY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdNTdn0iY .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdNTdn0iY .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdNTdn0iY .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdNTdn0iY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdNTdn0iY .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdOIgfi69 {
  z-index: 1000;
  width: 100%;
}
.cid-ugdOIgfi69 nav.navbar {
  position: fixed;
}
.cid-ugdOIgfi69 .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;
}
.cid-ugdOIgfi69 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdOIgfi69 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdOIgfi69 .dropdown-item:hover,
.cid-ugdOIgfi69 .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdOIgfi69 .dropdown-item:hover span {
  color: white;
}
.cid-ugdOIgfi69 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdOIgfi69 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdOIgfi69 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdOIgfi69 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdOIgfi69 .nav-link {
  position: relative;
}
.cid-ugdOIgfi69 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdOIgfi69 .container {
    flex-wrap: wrap;
  }
}
.cid-ugdOIgfi69 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdOIgfi69 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdOIgfi69 .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdOIgfi69 .dropdown-menu,
.cid-ugdOIgfi69 .navbar.opened {
  background: #000000 !important;
}
.cid-ugdOIgfi69 .nav-item:focus,
.cid-ugdOIgfi69 .nav-link:focus {
  outline: none;
}
.cid-ugdOIgfi69 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdOIgfi69 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdOIgfi69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdOIgfi69 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdOIgfi69 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdOIgfi69 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdOIgfi69 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdOIgfi69 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdOIgfi69 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdOIgfi69 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdOIgfi69 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdOIgfi69 .navbar.collapsed {
  justify-content: center;
}
.cid-ugdOIgfi69 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdOIgfi69 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdOIgfi69 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdOIgfi69 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdOIgfi69 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdOIgfi69 .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-ugdOIgfi69 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdOIgfi69 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdOIgfi69 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdOIgfi69 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdOIgfi69 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdOIgfi69 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdOIgfi69 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdOIgfi69 .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-ugdOIgfi69 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdOIgfi69 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdOIgfi69 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdOIgfi69 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdOIgfi69 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdOIgfi69 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdOIgfi69 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdOIgfi69 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdOIgfi69 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdOIgfi69 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdOIgfi69 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdOIgfi69 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdOIgfi69 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdOIgfi69 .dropdown-item.active,
.cid-ugdOIgfi69 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdOIgfi69 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdOIgfi69 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdOIgfi69 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdOIgfi69 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdOIgfi69 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdOIgfi69 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdOIgfi69 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdOIgfi69 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdOIgfi69 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdOIgfi69 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdOIgfi69 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdOIgfi69 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdOIgfi69 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdOIgfi69 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdOIgfi69 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdOIgfi69 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdOIgfi69 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdOIgfi69 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdOIgfi69 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdOIgfi69 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdOIgfi69 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdOIgfi69 .navbar {
    height: 70px;
  }
  .cid-ugdOIgfi69 .navbar.opened {
    height: auto;
  }
  .cid-ugdOIgfi69 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdOIgSsiI {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdOIgSsiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdOIgSsiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdOIgSsiI .container {
    padding: 0 24px;
  }
}
.cid-ugdOIgSsiI .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdOIgSsiI .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdOIgSsiI .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdOIgSsiI .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdOIgSsiI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdOIgSsiI .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdOIgSsiI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdOIgSsiI .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdOIgSsiI .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdOIgSsiI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdOIgSsiI .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdOIgSsiI .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdOIgSsiI .mbr-text {
  color: #F9F6E0;
}
.cid-ugdOIgSsiI .mbr-desc {
  color: #E0B548;
}
.cid-ugdOIhcUwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdOIhcUwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdOIhcUwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdOIhcUwZ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdOIhcUwZ .row {
    margin: 0;
  }
}
.cid-ugdOIhcUwZ .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdOIhcUwZ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdOIhcUwZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdOIhcUwZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdOIhcUwZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdOIhcUwZ .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdOIhcUwZ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdOIhcUwZ .items .item {
    padding: 24px;
  }
}
.cid-ugdOIhcUwZ .items .item:last-child {
  border: none;
}
.cid-ugdOIhcUwZ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdOIhcUwZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdOIhcUwZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdOIhcUwZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdOIhcUwZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdOIhcUwZ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdOIhcUwZ .card-title {
  color: #F9F6E0;
}
.cid-ugdOIhcUwZ .card-number {
  color: #E0B548;
}
.cid-ugdOIhcUwZ .card-text {
  color: #F9F6E0;
}
.cid-ugdOIhcUwZ .mbr-section-title,
.cid-ugdOIhcUwZ .mbr-section-btn {
  text-align: right;
}
.cid-ugdOIhyNiU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdOIhyNiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdOIhyNiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdOIhyNiU .container {
    padding: 0 24px;
  }
}
.cid-ugdOIhyNiU .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdOIhyNiU .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdOIhyNiU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdOIhyNiU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdOIhyNiU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdOIhyNiU .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdOIhyNiU .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdOIhyNiU .mbr-text {
  color: #F9F6E0;
}
.cid-ugdOIhyNiU .mbr-section-title,
.cid-ugdOIhyNiU .mbr-section-btn {
  text-align: center;
}
.cid-ugf8Kg1ehI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8Kg1ehI .row {
  justify-content: center;
}
.cid-ugf8Kg1ehI .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8Kg1ehI .mbr-section-title {
  color: #436831;
}
.cid-ugf8Kg1ehI .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8Kg1ehI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8Kg1ehI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8Kg1ehI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8Kg1ehI .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8Kg1ehI .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8Kg1ehI .card {
    min-height: 276px;
  }
}
.cid-ugf8Kg1ehI .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8Kg1ehI .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8Kg1ehI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8Kg1ehI .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8Kg1ehI .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8Kg1ehI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8Kg1ehI .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8Kg1ehI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8Kg1ehI .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8Kg1ehI .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8Kg1ehI .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8Kg1ehI .card-text.meat {
  color: #FF6347;
}
.cid-ugf8Kg1ehI .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8Kg1ehI .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8Kg1ehI .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdOIizDdm {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdOIizDdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdOIizDdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdOIizDdm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdOIizDdm .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdOIizDdm .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdOIizDdm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdOIizDdm .mbr-text,
.cid-ugdOIizDdm .mbr-section-btn,
.cid-ugdOIizDdm .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdOIizDdm .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdOIizDdm .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdOIizDdm .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdOIizDdm .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdOIj2PgP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdOIj2PgP .content {
    text-align: center;
  }
  .cid-ugdOIj2PgP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdOIj2PgP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdOIj2PgP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdOIj2PgP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdOIj2PgP .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdOIj2PgP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdOIj2PgP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdOIj2PgP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdOIj2PgP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdOIj2PgP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdOIj2PgP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdOIj2PgP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdOIj2PgP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdOIj2PgP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdOIj2PgP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdOIj2PgP .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdPDFGfxa {
  z-index: 1000;
  width: 100%;
}
.cid-ugdPDFGfxa nav.navbar {
  position: fixed;
}
.cid-ugdPDFGfxa .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;
}
.cid-ugdPDFGfxa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdPDFGfxa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdPDFGfxa .dropdown-item:hover,
.cid-ugdPDFGfxa .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdPDFGfxa .dropdown-item:hover span {
  color: white;
}
.cid-ugdPDFGfxa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdPDFGfxa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdPDFGfxa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdPDFGfxa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdPDFGfxa .nav-link {
  position: relative;
}
.cid-ugdPDFGfxa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdPDFGfxa .container {
    flex-wrap: wrap;
  }
}
.cid-ugdPDFGfxa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdPDFGfxa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdPDFGfxa .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdPDFGfxa .dropdown-menu,
.cid-ugdPDFGfxa .navbar.opened {
  background: #000000 !important;
}
.cid-ugdPDFGfxa .nav-item:focus,
.cid-ugdPDFGfxa .nav-link:focus {
  outline: none;
}
.cid-ugdPDFGfxa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdPDFGfxa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdPDFGfxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdPDFGfxa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdPDFGfxa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdPDFGfxa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdPDFGfxa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdPDFGfxa .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdPDFGfxa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdPDFGfxa .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdPDFGfxa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdPDFGfxa .navbar.collapsed {
  justify-content: center;
}
.cid-ugdPDFGfxa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdPDFGfxa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdPDFGfxa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdPDFGfxa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdPDFGfxa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdPDFGfxa .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-ugdPDFGfxa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdPDFGfxa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdPDFGfxa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdPDFGfxa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdPDFGfxa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdPDFGfxa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdPDFGfxa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdPDFGfxa .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-ugdPDFGfxa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdPDFGfxa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdPDFGfxa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdPDFGfxa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdPDFGfxa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdPDFGfxa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdPDFGfxa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdPDFGfxa .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdPDFGfxa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdPDFGfxa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdPDFGfxa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdPDFGfxa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdPDFGfxa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdPDFGfxa .dropdown-item.active,
.cid-ugdPDFGfxa .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdPDFGfxa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdPDFGfxa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdPDFGfxa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdPDFGfxa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdPDFGfxa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdPDFGfxa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdPDFGfxa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdPDFGfxa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdPDFGfxa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdPDFGfxa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdPDFGfxa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdPDFGfxa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdPDFGfxa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdPDFGfxa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdPDFGfxa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdPDFGfxa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdPDFGfxa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdPDFGfxa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdPDFGfxa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdPDFGfxa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdPDFGfxa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdPDFGfxa .navbar {
    height: 70px;
  }
  .cid-ugdPDFGfxa .navbar.opened {
    height: auto;
  }
  .cid-ugdPDFGfxa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdPDGDCyV {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdPDGDCyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdPDGDCyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdPDGDCyV .container {
    padding: 0 24px;
  }
}
.cid-ugdPDGDCyV .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdPDGDCyV .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdPDGDCyV .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdPDGDCyV .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdPDGDCyV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdPDGDCyV .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdPDGDCyV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdPDGDCyV .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdPDGDCyV .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdPDGDCyV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdPDGDCyV .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdPDGDCyV .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdPDGDCyV .mbr-text {
  color: #F9F6E0;
}
.cid-ugdPDGDCyV .mbr-desc {
  color: #E0B548;
}
.cid-ugdPDGVYNT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdPDGVYNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdPDGVYNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdPDGVYNT .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdPDGVYNT .row {
    margin: 0;
  }
}
.cid-ugdPDGVYNT .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdPDGVYNT .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdPDGVYNT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdPDGVYNT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdPDGVYNT .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdPDGVYNT .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdPDGVYNT .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdPDGVYNT .items .item {
    padding: 24px;
  }
}
.cid-ugdPDGVYNT .items .item:last-child {
  border: none;
}
.cid-ugdPDGVYNT .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdPDGVYNT .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdPDGVYNT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdPDGVYNT .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdPDGVYNT .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdPDGVYNT .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdPDGVYNT .card-title {
  color: #F9F6E0;
}
.cid-ugdPDGVYNT .card-number {
  color: #E0B548;
}
.cid-ugdPDGVYNT .card-text {
  color: #F9F6E0;
}
.cid-ugdPDGVYNT .mbr-section-title,
.cid-ugdPDGVYNT .mbr-section-btn {
  text-align: right;
}
.cid-ugdPDHhlgt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdPDHhlgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdPDHhlgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdPDHhlgt .container {
    padding: 0 24px;
  }
}
.cid-ugdPDHhlgt .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdPDHhlgt .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdPDHhlgt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdPDHhlgt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdPDHhlgt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdPDHhlgt .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdPDHhlgt .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdPDHhlgt .mbr-text {
  color: #F9F6E0;
}
.cid-ugdPDHhlgt .mbr-section-title,
.cid-ugdPDHhlgt .mbr-section-btn {
  text-align: center;
}
.cid-ugf8PQOznW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8PQOznW .row {
  justify-content: center;
}
.cid-ugf8PQOznW .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8PQOznW .mbr-section-title {
  color: #436831;
}
.cid-ugf8PQOznW .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8PQOznW .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8PQOznW .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8PQOznW .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8PQOznW .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8PQOznW .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8PQOznW .card {
    min-height: 276px;
  }
}
.cid-ugf8PQOznW .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8PQOznW .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8PQOznW .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8PQOznW .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8PQOznW .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8PQOznW .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8PQOznW .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8PQOznW .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8PQOznW .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8PQOznW .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8PQOznW .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8PQOznW .card-text.meat {
  color: #FF6347;
}
.cid-ugf8PQOznW .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8PQOznW .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8PQOznW .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdPDIdByP {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdPDIdByP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdPDIdByP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdPDIdByP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdPDIdByP .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdPDIdByP .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdPDIdByP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdPDIdByP .mbr-text,
.cid-ugdPDIdByP .mbr-section-btn,
.cid-ugdPDIdByP .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdPDIdByP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdPDIdByP .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdPDIdByP .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdPDIdByP .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdPDIAknL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdPDIAknL .content {
    text-align: center;
  }
  .cid-ugdPDIAknL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdPDIAknL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdPDIAknL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdPDIAknL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdPDIAknL .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdPDIAknL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdPDIAknL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdPDIAknL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdPDIAknL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdPDIAknL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdPDIAknL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdPDIAknL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdPDIAknL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdPDIAknL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdPDIAknL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdPDIAknL .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdQjx8wD8 {
  z-index: 1000;
  width: 100%;
}
.cid-ugdQjx8wD8 nav.navbar {
  position: fixed;
}
.cid-ugdQjx8wD8 .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;
}
.cid-ugdQjx8wD8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdQjx8wD8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdQjx8wD8 .dropdown-item:hover,
.cid-ugdQjx8wD8 .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdQjx8wD8 .dropdown-item:hover span {
  color: white;
}
.cid-ugdQjx8wD8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdQjx8wD8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdQjx8wD8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdQjx8wD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdQjx8wD8 .nav-link {
  position: relative;
}
.cid-ugdQjx8wD8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdQjx8wD8 .container {
    flex-wrap: wrap;
  }
}
.cid-ugdQjx8wD8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdQjx8wD8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdQjx8wD8 .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdQjx8wD8 .dropdown-menu,
.cid-ugdQjx8wD8 .navbar.opened {
  background: #000000 !important;
}
.cid-ugdQjx8wD8 .nav-item:focus,
.cid-ugdQjx8wD8 .nav-link:focus {
  outline: none;
}
.cid-ugdQjx8wD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdQjx8wD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdQjx8wD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdQjx8wD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdQjx8wD8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdQjx8wD8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdQjx8wD8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdQjx8wD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdQjx8wD8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdQjx8wD8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdQjx8wD8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdQjx8wD8 .navbar.collapsed {
  justify-content: center;
}
.cid-ugdQjx8wD8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdQjx8wD8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdQjx8wD8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdQjx8wD8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdQjx8wD8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdQjx8wD8 .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-ugdQjx8wD8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdQjx8wD8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdQjx8wD8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdQjx8wD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdQjx8wD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdQjx8wD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdQjx8wD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdQjx8wD8 .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-ugdQjx8wD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdQjx8wD8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdQjx8wD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdQjx8wD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdQjx8wD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdQjx8wD8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdQjx8wD8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdQjx8wD8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdQjx8wD8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdQjx8wD8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdQjx8wD8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdQjx8wD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdQjx8wD8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdQjx8wD8 .dropdown-item.active,
.cid-ugdQjx8wD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdQjx8wD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdQjx8wD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdQjx8wD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdQjx8wD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdQjx8wD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdQjx8wD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdQjx8wD8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdQjx8wD8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdQjx8wD8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdQjx8wD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdQjx8wD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdQjx8wD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdQjx8wD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdQjx8wD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdQjx8wD8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdQjx8wD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdQjx8wD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdQjx8wD8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdQjx8wD8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdQjx8wD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdQjx8wD8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdQjx8wD8 .navbar {
    height: 70px;
  }
  .cid-ugdQjx8wD8 .navbar.opened {
    height: auto;
  }
  .cid-ugdQjx8wD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdQjy9Wcv {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdQjy9Wcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdQjy9Wcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdQjy9Wcv .container {
    padding: 0 24px;
  }
}
.cid-ugdQjy9Wcv .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdQjy9Wcv .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdQjy9Wcv .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdQjy9Wcv .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdQjy9Wcv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdQjy9Wcv .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdQjy9Wcv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdQjy9Wcv .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdQjy9Wcv .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdQjy9Wcv .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdQjy9Wcv .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdQjy9Wcv .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdQjy9Wcv .mbr-text {
  color: #F9F6E0;
}
.cid-ugdQjy9Wcv .mbr-desc {
  color: #E0B548;
}
.cid-ugdQjytc8j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdQjytc8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdQjytc8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdQjytc8j .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdQjytc8j .row {
    margin: 0;
  }
}
.cid-ugdQjytc8j .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdQjytc8j .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdQjytc8j .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdQjytc8j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdQjytc8j .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdQjytc8j .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdQjytc8j .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdQjytc8j .items .item {
    padding: 24px;
  }
}
.cid-ugdQjytc8j .items .item:last-child {
  border: none;
}
.cid-ugdQjytc8j .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdQjytc8j .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdQjytc8j .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdQjytc8j .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdQjytc8j .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdQjytc8j .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdQjytc8j .card-title {
  color: #F9F6E0;
}
.cid-ugdQjytc8j .card-number {
  color: #E0B548;
}
.cid-ugdQjytc8j .card-text {
  color: #F9F6E0;
}
.cid-ugdQjytc8j .mbr-section-title,
.cid-ugdQjytc8j .mbr-section-btn {
  text-align: right;
}
.cid-ugdQjyOnr5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdQjyOnr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdQjyOnr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdQjyOnr5 .container {
    padding: 0 24px;
  }
}
.cid-ugdQjyOnr5 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdQjyOnr5 .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdQjyOnr5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdQjyOnr5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdQjyOnr5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdQjyOnr5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdQjyOnr5 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdQjyOnr5 .mbr-text {
  color: #F9F6E0;
}
.cid-ugdQjyOnr5 .mbr-section-title,
.cid-ugdQjyOnr5 .mbr-section-btn {
  text-align: center;
}
.cid-ugf8UajZTq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8UajZTq .row {
  justify-content: center;
}
.cid-ugf8UajZTq .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8UajZTq .mbr-section-title {
  color: #436831;
}
.cid-ugf8UajZTq .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8UajZTq .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8UajZTq .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8UajZTq .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8UajZTq .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8UajZTq .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8UajZTq .card {
    min-height: 276px;
  }
}
.cid-ugf8UajZTq .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8UajZTq .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8UajZTq .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8UajZTq .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8UajZTq .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8UajZTq .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8UajZTq .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8UajZTq .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8UajZTq .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8UajZTq .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8UajZTq .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8UajZTq .card-text.meat {
  color: #FF6347;
}
.cid-ugf8UajZTq .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8UajZTq .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8UajZTq .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdQjzGS6H {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdQjzGS6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdQjzGS6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdQjzGS6H .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdQjzGS6H .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdQjzGS6H .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdQjzGS6H .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdQjzGS6H .mbr-text,
.cid-ugdQjzGS6H .mbr-section-btn,
.cid-ugdQjzGS6H .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdQjzGS6H .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdQjzGS6H .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdQjzGS6H .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdQjzGS6H .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdQjA3Niw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdQjA3Niw .content {
    text-align: center;
  }
  .cid-ugdQjA3Niw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdQjA3Niw .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdQjA3Niw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdQjA3Niw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdQjA3Niw .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdQjA3Niw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdQjA3Niw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdQjA3Niw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdQjA3Niw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdQjA3Niw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdQjA3Niw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdQjA3Niw .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdQjA3Niw .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdQjA3Niw .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdQjA3Niw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdQjA3Niw .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdScbhL0K {
  z-index: 1000;
  width: 100%;
}
.cid-ugdScbhL0K nav.navbar {
  position: fixed;
}
.cid-ugdScbhL0K .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;
}
.cid-ugdScbhL0K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdScbhL0K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdScbhL0K .dropdown-item:hover,
.cid-ugdScbhL0K .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdScbhL0K .dropdown-item:hover span {
  color: white;
}
.cid-ugdScbhL0K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdScbhL0K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdScbhL0K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdScbhL0K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdScbhL0K .nav-link {
  position: relative;
}
.cid-ugdScbhL0K .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdScbhL0K .container {
    flex-wrap: wrap;
  }
}
.cid-ugdScbhL0K .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdScbhL0K .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdScbhL0K .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdScbhL0K .dropdown-menu,
.cid-ugdScbhL0K .navbar.opened {
  background: #000000 !important;
}
.cid-ugdScbhL0K .nav-item:focus,
.cid-ugdScbhL0K .nav-link:focus {
  outline: none;
}
.cid-ugdScbhL0K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdScbhL0K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdScbhL0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdScbhL0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdScbhL0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdScbhL0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdScbhL0K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdScbhL0K .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdScbhL0K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdScbhL0K .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdScbhL0K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdScbhL0K .navbar.collapsed {
  justify-content: center;
}
.cid-ugdScbhL0K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdScbhL0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdScbhL0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdScbhL0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdScbhL0K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdScbhL0K .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-ugdScbhL0K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdScbhL0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdScbhL0K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdScbhL0K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdScbhL0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdScbhL0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdScbhL0K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdScbhL0K .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-ugdScbhL0K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdScbhL0K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdScbhL0K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdScbhL0K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdScbhL0K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdScbhL0K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdScbhL0K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdScbhL0K .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdScbhL0K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdScbhL0K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdScbhL0K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdScbhL0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdScbhL0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdScbhL0K .dropdown-item.active,
.cid-ugdScbhL0K .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdScbhL0K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdScbhL0K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdScbhL0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdScbhL0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdScbhL0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdScbhL0K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdScbhL0K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdScbhL0K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdScbhL0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdScbhL0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdScbhL0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdScbhL0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdScbhL0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdScbhL0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdScbhL0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdScbhL0K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdScbhL0K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdScbhL0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdScbhL0K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdScbhL0K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdScbhL0K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdScbhL0K .navbar {
    height: 70px;
  }
  .cid-ugdScbhL0K .navbar.opened {
    height: auto;
  }
  .cid-ugdScbhL0K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdSccAMip {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdSccAMip .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdSccAMip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdSccAMip .container {
    padding: 0 24px;
  }
}
.cid-ugdSccAMip .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdSccAMip .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdSccAMip .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdSccAMip .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdSccAMip .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdSccAMip .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdSccAMip .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdSccAMip .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdSccAMip .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdSccAMip .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdSccAMip .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdSccAMip .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdSccAMip .mbr-text {
  color: #F9F6E0;
}
.cid-ugdSccAMip .mbr-desc {
  color: #E0B548;
}
.cid-ugdXI4I5wC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdXI4I5wC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdXI4I5wC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdXI4I5wC .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdXI4I5wC .row {
    margin: 0;
  }
}
.cid-ugdXI4I5wC .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdXI4I5wC .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdXI4I5wC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdXI4I5wC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdXI4I5wC .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdXI4I5wC .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdXI4I5wC .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdXI4I5wC .items .item {
    padding: 24px;
  }
}
.cid-ugdXI4I5wC .items .item:last-child {
  border: none;
}
.cid-ugdXI4I5wC .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdXI4I5wC .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdXI4I5wC .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdXI4I5wC .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdXI4I5wC .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdXI4I5wC .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdXI4I5wC .card-title {
  color: #F9F6E0;
}
.cid-ugdXI4I5wC .card-number {
  color: #E0B548;
}
.cid-ugdXI4I5wC .card-text {
  color: #F9F6E0;
}
.cid-ugdXI4I5wC .mbr-section-title,
.cid-ugdXI4I5wC .mbr-section-btn {
  text-align: right;
}
.cid-ugdScd5FXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdScd5FXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdScd5FXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdScd5FXn .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdScd5FXn .row {
    margin: 0;
  }
}
.cid-ugdScd5FXn .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdScd5FXn .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdScd5FXn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdScd5FXn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdScd5FXn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdScd5FXn .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdScd5FXn .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdScd5FXn .items .item {
    padding: 24px;
  }
}
.cid-ugdScd5FXn .items .item:last-child {
  border: none;
}
.cid-ugdScd5FXn .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdScd5FXn .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdScd5FXn .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdScd5FXn .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdScd5FXn .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdScd5FXn .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdScd5FXn .card-title {
  color: #F9F6E0;
}
.cid-ugdScd5FXn .card-number {
  color: #E0B548;
}
.cid-ugdScd5FXn .card-text {
  color: #F9F6E0;
}
.cid-ugdScd5FXn .mbr-section-title,
.cid-ugdScd5FXn .mbr-section-btn {
  text-align: right;
}
.cid-ugdScdHcrl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdScdHcrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdScdHcrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdScdHcrl .container {
    padding: 0 24px;
  }
}
.cid-ugdScdHcrl .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdScdHcrl .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdScdHcrl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdScdHcrl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdScdHcrl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdScdHcrl .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdScdHcrl .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdScdHcrl .mbr-text {
  color: #F9F6E0;
}
.cid-ugdScdHcrl .mbr-section-title,
.cid-ugdScdHcrl .mbr-section-btn {
  text-align: center;
}
.cid-ugf8ZlwCLf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf8ZlwCLf .row {
  justify-content: center;
}
.cid-ugf8ZlwCLf .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf8ZlwCLf .mbr-section-title {
  color: #436831;
}
.cid-ugf8ZlwCLf .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf8ZlwCLf .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf8ZlwCLf .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf8ZlwCLf .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf8ZlwCLf .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf8ZlwCLf .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf8ZlwCLf .card {
    min-height: 276px;
  }
}
.cid-ugf8ZlwCLf .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf8ZlwCLf .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf8ZlwCLf .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf8ZlwCLf .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf8ZlwCLf .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf8ZlwCLf .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf8ZlwCLf .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf8ZlwCLf .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf8ZlwCLf .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf8ZlwCLf .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf8ZlwCLf .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf8ZlwCLf .card-text.meat {
  color: #FF6347;
}
.cid-ugf8ZlwCLf .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf8ZlwCLf .card-text.vegan {
  color: #90EE90;
}
.cid-ugf8ZlwCLf .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdScf4rTp {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdScf4rTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdScf4rTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdScf4rTp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdScf4rTp .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdScf4rTp .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdScf4rTp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdScf4rTp .mbr-text,
.cid-ugdScf4rTp .mbr-section-btn,
.cid-ugdScf4rTp .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdScf4rTp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdScf4rTp .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdScf4rTp .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdScf4rTp .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdScfAubx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdScfAubx .content {
    text-align: center;
  }
  .cid-ugdScfAubx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdScfAubx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdScfAubx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdScfAubx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdScfAubx .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdScfAubx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdScfAubx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdScfAubx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdScfAubx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdScfAubx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdScfAubx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdScfAubx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdScfAubx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdScfAubx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdScfAubx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdScfAubx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugdYNI8vl9 {
  z-index: 1000;
  width: 100%;
}
.cid-ugdYNI8vl9 nav.navbar {
  position: fixed;
}
.cid-ugdYNI8vl9 .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;
}
.cid-ugdYNI8vl9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugdYNI8vl9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugdYNI8vl9 .dropdown-item:hover,
.cid-ugdYNI8vl9 .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugdYNI8vl9 .dropdown-item:hover span {
  color: white;
}
.cid-ugdYNI8vl9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugdYNI8vl9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugdYNI8vl9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugdYNI8vl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugdYNI8vl9 .nav-link {
  position: relative;
}
.cid-ugdYNI8vl9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdYNI8vl9 .container {
    flex-wrap: wrap;
  }
}
.cid-ugdYNI8vl9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugdYNI8vl9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugdYNI8vl9 .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugdYNI8vl9 .dropdown-menu,
.cid-ugdYNI8vl9 .navbar.opened {
  background: #000000 !important;
}
.cid-ugdYNI8vl9 .nav-item:focus,
.cid-ugdYNI8vl9 .nav-link:focus {
  outline: none;
}
.cid-ugdYNI8vl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugdYNI8vl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugdYNI8vl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugdYNI8vl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugdYNI8vl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugdYNI8vl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugdYNI8vl9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugdYNI8vl9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugdYNI8vl9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugdYNI8vl9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugdYNI8vl9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugdYNI8vl9 .navbar.collapsed {
  justify-content: center;
}
.cid-ugdYNI8vl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugdYNI8vl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugdYNI8vl9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugdYNI8vl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugdYNI8vl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugdYNI8vl9 .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-ugdYNI8vl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugdYNI8vl9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugdYNI8vl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugdYNI8vl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugdYNI8vl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugdYNI8vl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugdYNI8vl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugdYNI8vl9 .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-ugdYNI8vl9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugdYNI8vl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugdYNI8vl9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugdYNI8vl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugdYNI8vl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugdYNI8vl9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugdYNI8vl9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugdYNI8vl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugdYNI8vl9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugdYNI8vl9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugdYNI8vl9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugdYNI8vl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugdYNI8vl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugdYNI8vl9 .dropdown-item.active,
.cid-ugdYNI8vl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugdYNI8vl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugdYNI8vl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugdYNI8vl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugdYNI8vl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugdYNI8vl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugdYNI8vl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugdYNI8vl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugdYNI8vl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugdYNI8vl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugdYNI8vl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugdYNI8vl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugdYNI8vl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdYNI8vl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugdYNI8vl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugdYNI8vl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdYNI8vl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugdYNI8vl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugdYNI8vl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugdYNI8vl9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugdYNI8vl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugdYNI8vl9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugdYNI8vl9 .navbar {
    height: 70px;
  }
  .cid-ugdYNI8vl9 .navbar.opened {
    height: auto;
  }
  .cid-ugdYNI8vl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugdYNJ8ZZk {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdYNJ8ZZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdYNJ8ZZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdYNJ8ZZk .container {
    padding: 0 24px;
  }
}
.cid-ugdYNJ8ZZk .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugdYNJ8ZZk .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugdYNJ8ZZk .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugdYNJ8ZZk .image-wrapper img {
    height: 350px;
  }
}
.cid-ugdYNJ8ZZk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdYNJ8ZZk .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugdYNJ8ZZk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdYNJ8ZZk .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugdYNJ8ZZk .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugdYNJ8ZZk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdYNJ8ZZk .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdYNJ8ZZk .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdYNJ8ZZk .mbr-text {
  color: #F9F6E0;
}
.cid-ugdYNJ8ZZk .mbr-desc {
  color: #E0B548;
}
.cid-ugdYNK1QRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdYNK1QRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdYNK1QRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdYNK1QRl .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugdYNK1QRl .row {
    margin: 0;
  }
}
.cid-ugdYNK1QRl .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugdYNK1QRl .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdYNK1QRl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugdYNK1QRl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugdYNK1QRl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugdYNK1QRl .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugdYNK1QRl .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdYNK1QRl .items .item {
    padding: 24px;
  }
}
.cid-ugdYNK1QRl .items .item:last-child {
  border: none;
}
.cid-ugdYNK1QRl .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugdYNK1QRl .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugdYNK1QRl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugdYNK1QRl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugdYNK1QRl .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdYNK1QRl .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugdYNK1QRl .card-title {
  color: #F9F6E0;
}
.cid-ugdYNK1QRl .card-number {
  color: #E0B548;
}
.cid-ugdYNK1QRl .card-text {
  color: #F9F6E0;
}
.cid-ugdYNK1QRl .mbr-section-title,
.cid-ugdYNK1QRl .mbr-section-btn {
  text-align: right;
}
.cid-ugdYNKpfpG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugdYNKpfpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdYNKpfpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugdYNKpfpG .container {
    padding: 0 24px;
  }
}
.cid-ugdYNKpfpG .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugdYNKpfpG .content-wrapper {
    padding: 24px;
  }
}
.cid-ugdYNKpfpG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugdYNKpfpG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugdYNKpfpG .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugdYNKpfpG .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugdYNKpfpG .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugdYNKpfpG .mbr-text {
  color: #F9F6E0;
}
.cid-ugdYNKpfpG .mbr-section-title,
.cid-ugdYNKpfpG .mbr-section-btn {
  text-align: center;
}
.cid-ugf93V3D5x {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf93V3D5x .row {
  justify-content: center;
}
.cid-ugf93V3D5x .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf93V3D5x .mbr-section-title {
  color: #436831;
}
.cid-ugf93V3D5x .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf93V3D5x .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf93V3D5x .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf93V3D5x .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf93V3D5x .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf93V3D5x .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf93V3D5x .card {
    min-height: 276px;
  }
}
.cid-ugf93V3D5x .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf93V3D5x .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf93V3D5x .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf93V3D5x .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf93V3D5x .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf93V3D5x .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf93V3D5x .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf93V3D5x .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf93V3D5x .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf93V3D5x .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf93V3D5x .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf93V3D5x .card-text.meat {
  color: #FF6347;
}
.cid-ugf93V3D5x .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf93V3D5x .card-text.vegan {
  color: #90EE90;
}
.cid-ugf93V3D5x .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugdYNLwwUS {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugdYNLwwUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugdYNLwwUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugdYNLwwUS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugdYNLwwUS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugdYNLwwUS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugdYNLwwUS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugdYNLwwUS .mbr-text,
.cid-ugdYNLwwUS .mbr-section-btn,
.cid-ugdYNLwwUS .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugdYNLwwUS .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugdYNLwwUS .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugdYNLwwUS .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugdYNLwwUS .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugdYNM3JcF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugdYNM3JcF .content {
    text-align: center;
  }
  .cid-ugdYNM3JcF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugdYNM3JcF .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugdYNM3JcF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugdYNM3JcF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugdYNM3JcF .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugdYNM3JcF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugdYNM3JcF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugdYNM3JcF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugdYNM3JcF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugdYNM3JcF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugdYNM3JcF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugdYNM3JcF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugdYNM3JcF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugdYNM3JcF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugdYNM3JcF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugdYNM3JcF .list {
  list-style-type: none;
  padding: 0;
}
.cid-uge1syxOlP {
  z-index: 1000;
  width: 100%;
}
.cid-uge1syxOlP nav.navbar {
  position: fixed;
}
.cid-uge1syxOlP .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;
}
.cid-uge1syxOlP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uge1syxOlP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uge1syxOlP .dropdown-item:hover,
.cid-uge1syxOlP .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-uge1syxOlP .dropdown-item:hover span {
  color: white;
}
.cid-uge1syxOlP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uge1syxOlP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uge1syxOlP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uge1syxOlP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uge1syxOlP .nav-link {
  position: relative;
}
.cid-uge1syxOlP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uge1syxOlP .container {
    flex-wrap: wrap;
  }
}
.cid-uge1syxOlP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uge1syxOlP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uge1syxOlP .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uge1syxOlP .dropdown-menu,
.cid-uge1syxOlP .navbar.opened {
  background: #000000 !important;
}
.cid-uge1syxOlP .nav-item:focus,
.cid-uge1syxOlP .nav-link:focus {
  outline: none;
}
.cid-uge1syxOlP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uge1syxOlP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uge1syxOlP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uge1syxOlP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uge1syxOlP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uge1syxOlP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uge1syxOlP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-uge1syxOlP .navbar.opened {
  transition: all 0.3s;
}
.cid-uge1syxOlP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uge1syxOlP .navbar .navbar-logo img {
  width: auto;
}
.cid-uge1syxOlP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uge1syxOlP .navbar.collapsed {
  justify-content: center;
}
.cid-uge1syxOlP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uge1syxOlP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uge1syxOlP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uge1syxOlP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uge1syxOlP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uge1syxOlP .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-uge1syxOlP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uge1syxOlP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uge1syxOlP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uge1syxOlP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uge1syxOlP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uge1syxOlP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uge1syxOlP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uge1syxOlP .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-uge1syxOlP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uge1syxOlP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uge1syxOlP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uge1syxOlP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uge1syxOlP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uge1syxOlP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uge1syxOlP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uge1syxOlP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uge1syxOlP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uge1syxOlP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uge1syxOlP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uge1syxOlP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uge1syxOlP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uge1syxOlP .dropdown-item.active,
.cid-uge1syxOlP .dropdown-item:active {
  background-color: transparent;
}
.cid-uge1syxOlP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uge1syxOlP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uge1syxOlP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uge1syxOlP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uge1syxOlP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uge1syxOlP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uge1syxOlP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uge1syxOlP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uge1syxOlP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uge1syxOlP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uge1syxOlP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uge1syxOlP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uge1syxOlP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uge1syxOlP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uge1syxOlP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uge1syxOlP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uge1syxOlP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uge1syxOlP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uge1syxOlP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uge1syxOlP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uge1syxOlP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uge1syxOlP .navbar {
    height: 70px;
  }
  .cid-uge1syxOlP .navbar.opened {
    height: auto;
  }
  .cid-uge1syxOlP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uge1szsJVt {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uge1szsJVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uge1szsJVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uge1szsJVt .container {
    padding: 0 24px;
  }
}
.cid-uge1szsJVt .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uge1szsJVt .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uge1szsJVt .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uge1szsJVt .image-wrapper img {
    height: 350px;
  }
}
.cid-uge1szsJVt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uge1szsJVt .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uge1szsJVt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uge1szsJVt .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uge1szsJVt .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uge1szsJVt .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uge1szsJVt .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uge1szsJVt .mbr-section-title {
  color: #F9F6E0;
}
.cid-uge1szsJVt .mbr-text {
  color: #F9F6E0;
}
.cid-uge1szsJVt .mbr-desc {
  color: #E0B548;
}
.cid-uge1szPamh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uge1szPamh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uge1szPamh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uge1szPamh .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uge1szPamh .row {
    margin: 0;
  }
}
.cid-uge1szPamh .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uge1szPamh .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .content-wrapper {
    padding: 24px;
  }
}
.cid-uge1szPamh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uge1szPamh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uge1szPamh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uge1szPamh .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uge1szPamh .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uge1szPamh .items .item {
    padding: 24px;
  }
}
.cid-uge1szPamh .items .item:last-child {
  border: none;
}
.cid-uge1szPamh .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uge1szPamh .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uge1szPamh .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uge1szPamh .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uge1szPamh .mbr-section-title {
  color: #F9F6E0;
}
.cid-uge1szPamh .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uge1szPamh .card-title {
  color: #F9F6E0;
}
.cid-uge1szPamh .card-number {
  color: #E0B548;
}
.cid-uge1szPamh .card-text {
  color: #F9F6E0;
}
.cid-uge1szPamh .mbr-section-title,
.cid-uge1szPamh .mbr-section-btn {
  text-align: right;
}
.cid-uge1sAgu7R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uge1sAgu7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uge1sAgu7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uge1sAgu7R .container {
    padding: 0 24px;
  }
}
.cid-uge1sAgu7R .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uge1sAgu7R .content-wrapper {
    padding: 24px;
  }
}
.cid-uge1sAgu7R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uge1sAgu7R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uge1sAgu7R .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uge1sAgu7R .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uge1sAgu7R .mbr-section-title {
  color: #F9F6E0;
}
.cid-uge1sAgu7R .mbr-text {
  color: #F9F6E0;
}
.cid-uge1sAgu7R .mbr-section-title,
.cid-uge1sAgu7R .mbr-section-btn {
  text-align: center;
}
.cid-ugf97BfLWJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf97BfLWJ .row {
  justify-content: center;
}
.cid-ugf97BfLWJ .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf97BfLWJ .mbr-section-title {
  color: #436831;
}
.cid-ugf97BfLWJ .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf97BfLWJ .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf97BfLWJ .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf97BfLWJ .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf97BfLWJ .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf97BfLWJ .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf97BfLWJ .card {
    min-height: 276px;
  }
}
.cid-ugf97BfLWJ .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf97BfLWJ .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf97BfLWJ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf97BfLWJ .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf97BfLWJ .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf97BfLWJ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf97BfLWJ .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf97BfLWJ .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf97BfLWJ .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf97BfLWJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf97BfLWJ .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf97BfLWJ .card-text.meat {
  color: #FF6347;
}
.cid-ugf97BfLWJ .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf97BfLWJ .card-text.vegan {
  color: #90EE90;
}
.cid-ugf97BfLWJ .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-uge1sBiO1z {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-uge1sBiO1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uge1sBiO1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uge1sBiO1z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uge1sBiO1z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-uge1sBiO1z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-uge1sBiO1z .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uge1sBiO1z .mbr-text,
.cid-uge1sBiO1z .mbr-section-btn,
.cid-uge1sBiO1z .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-uge1sBiO1z .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uge1sBiO1z .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-uge1sBiO1z .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-uge1sBiO1z .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-uge1sBMfNp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uge1sBMfNp .content {
    text-align: center;
  }
  .cid-uge1sBMfNp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uge1sBMfNp .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uge1sBMfNp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uge1sBMfNp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uge1sBMfNp .google-map {
  height: 25rem;
  position: relative;
}
.cid-uge1sBMfNp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uge1sBMfNp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uge1sBMfNp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uge1sBMfNp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uge1sBMfNp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uge1sBMfNp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uge1sBMfNp .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uge1sBMfNp .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uge1sBMfNp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uge1sBMfNp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uge1sBMfNp .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeil2qmdC {
  z-index: 1000;
  width: 100%;
}
.cid-ugeil2qmdC nav.navbar {
  position: fixed;
}
.cid-ugeil2qmdC .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;
}
.cid-ugeil2qmdC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeil2qmdC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeil2qmdC .dropdown-item:hover,
.cid-ugeil2qmdC .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeil2qmdC .dropdown-item:hover span {
  color: white;
}
.cid-ugeil2qmdC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeil2qmdC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeil2qmdC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeil2qmdC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeil2qmdC .nav-link {
  position: relative;
}
.cid-ugeil2qmdC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeil2qmdC .container {
    flex-wrap: wrap;
  }
}
.cid-ugeil2qmdC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeil2qmdC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeil2qmdC .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeil2qmdC .dropdown-menu,
.cid-ugeil2qmdC .navbar.opened {
  background: #000000 !important;
}
.cid-ugeil2qmdC .nav-item:focus,
.cid-ugeil2qmdC .nav-link:focus {
  outline: none;
}
.cid-ugeil2qmdC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeil2qmdC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeil2qmdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeil2qmdC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeil2qmdC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeil2qmdC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeil2qmdC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeil2qmdC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeil2qmdC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeil2qmdC .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeil2qmdC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeil2qmdC .navbar.collapsed {
  justify-content: center;
}
.cid-ugeil2qmdC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeil2qmdC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeil2qmdC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeil2qmdC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeil2qmdC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeil2qmdC .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-ugeil2qmdC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeil2qmdC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeil2qmdC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeil2qmdC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeil2qmdC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeil2qmdC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeil2qmdC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeil2qmdC .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-ugeil2qmdC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeil2qmdC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeil2qmdC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeil2qmdC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeil2qmdC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeil2qmdC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeil2qmdC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeil2qmdC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeil2qmdC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeil2qmdC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeil2qmdC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeil2qmdC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeil2qmdC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeil2qmdC .dropdown-item.active,
.cid-ugeil2qmdC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeil2qmdC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeil2qmdC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeil2qmdC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeil2qmdC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeil2qmdC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeil2qmdC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeil2qmdC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeil2qmdC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeil2qmdC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeil2qmdC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeil2qmdC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeil2qmdC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeil2qmdC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeil2qmdC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeil2qmdC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeil2qmdC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeil2qmdC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeil2qmdC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeil2qmdC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeil2qmdC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeil2qmdC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeil2qmdC .navbar {
    height: 70px;
  }
  .cid-ugeil2qmdC .navbar.opened {
    height: auto;
  }
  .cid-ugeil2qmdC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeil3puQM {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeil3puQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeil3puQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeil3puQM .container {
    padding: 0 24px;
  }
}
.cid-ugeil3puQM .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeil3puQM .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeil3puQM .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeil3puQM .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeil3puQM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeil3puQM .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeil3puQM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeil3puQM .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeil3puQM .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeil3puQM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeil3puQM .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeil3puQM .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeil3puQM .mbr-text {
  color: #F9F6E0;
}
.cid-ugeil3puQM .mbr-desc {
  color: #E0B548;
}
.cid-ugeil3RDEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeil3RDEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeil3RDEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeil3RDEZ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeil3RDEZ .row {
    margin: 0;
  }
}
.cid-ugeil3RDEZ .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeil3RDEZ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeil3RDEZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeil3RDEZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeil3RDEZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeil3RDEZ .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeil3RDEZ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeil3RDEZ .items .item {
    padding: 24px;
  }
}
.cid-ugeil3RDEZ .items .item:last-child {
  border: none;
}
.cid-ugeil3RDEZ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeil3RDEZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeil3RDEZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeil3RDEZ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeil3RDEZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeil3RDEZ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeil3RDEZ .card-title {
  color: #F9F6E0;
}
.cid-ugeil3RDEZ .card-number {
  color: #E0B548;
}
.cid-ugeil3RDEZ .card-text {
  color: #F9F6E0;
}
.cid-ugeil3RDEZ .mbr-section-title,
.cid-ugeil3RDEZ .mbr-section-btn {
  text-align: right;
}
.cid-ugeil4lk3R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeil4lk3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeil4lk3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeil4lk3R .container {
    padding: 0 24px;
  }
}
.cid-ugeil4lk3R .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeil4lk3R .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeil4lk3R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeil4lk3R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeil4lk3R .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeil4lk3R .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeil4lk3R .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeil4lk3R .mbr-text {
  color: #F9F6E0;
}
.cid-ugeil4lk3R .mbr-section-title,
.cid-ugeil4lk3R .mbr-section-btn {
  text-align: center;
}
.cid-ugf9dUzNMP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9dUzNMP .row {
  justify-content: center;
}
.cid-ugf9dUzNMP .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9dUzNMP .mbr-section-title {
  color: #436831;
}
.cid-ugf9dUzNMP .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9dUzNMP .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9dUzNMP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9dUzNMP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9dUzNMP .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9dUzNMP .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9dUzNMP .card {
    min-height: 276px;
  }
}
.cid-ugf9dUzNMP .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9dUzNMP .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9dUzNMP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9dUzNMP .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9dUzNMP .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9dUzNMP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9dUzNMP .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9dUzNMP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9dUzNMP .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9dUzNMP .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9dUzNMP .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9dUzNMP .card-text.meat {
  color: #FF6347;
}
.cid-ugf9dUzNMP .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9dUzNMP .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9dUzNMP .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeil5qKgZ {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeil5qKgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeil5qKgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeil5qKgZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeil5qKgZ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeil5qKgZ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeil5qKgZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeil5qKgZ .mbr-text,
.cid-ugeil5qKgZ .mbr-section-btn,
.cid-ugeil5qKgZ .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeil5qKgZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeil5qKgZ .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeil5qKgZ .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeil5qKgZ .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeil5QhVL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeil5QhVL .content {
    text-align: center;
  }
  .cid-ugeil5QhVL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeil5QhVL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeil5QhVL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeil5QhVL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeil5QhVL .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeil5QhVL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeil5QhVL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeil5QhVL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeil5QhVL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeil5QhVL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeil5QhVL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeil5QhVL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeil5QhVL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeil5QhVL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeil5QhVL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeil5QhVL .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugejkTe72Q {
  z-index: 1000;
  width: 100%;
}
.cid-ugejkTe72Q nav.navbar {
  position: fixed;
}
.cid-ugejkTe72Q .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;
}
.cid-ugejkTe72Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugejkTe72Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugejkTe72Q .dropdown-item:hover,
.cid-ugejkTe72Q .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugejkTe72Q .dropdown-item:hover span {
  color: white;
}
.cid-ugejkTe72Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugejkTe72Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugejkTe72Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugejkTe72Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugejkTe72Q .nav-link {
  position: relative;
}
.cid-ugejkTe72Q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugejkTe72Q .container {
    flex-wrap: wrap;
  }
}
.cid-ugejkTe72Q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugejkTe72Q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugejkTe72Q .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugejkTe72Q .dropdown-menu,
.cid-ugejkTe72Q .navbar.opened {
  background: #000000 !important;
}
.cid-ugejkTe72Q .nav-item:focus,
.cid-ugejkTe72Q .nav-link:focus {
  outline: none;
}
.cid-ugejkTe72Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugejkTe72Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugejkTe72Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugejkTe72Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugejkTe72Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugejkTe72Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugejkTe72Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugejkTe72Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ugejkTe72Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugejkTe72Q .navbar .navbar-logo img {
  width: auto;
}
.cid-ugejkTe72Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugejkTe72Q .navbar.collapsed {
  justify-content: center;
}
.cid-ugejkTe72Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugejkTe72Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugejkTe72Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugejkTe72Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugejkTe72Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugejkTe72Q .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-ugejkTe72Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugejkTe72Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugejkTe72Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugejkTe72Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugejkTe72Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugejkTe72Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugejkTe72Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugejkTe72Q .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-ugejkTe72Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugejkTe72Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugejkTe72Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugejkTe72Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugejkTe72Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugejkTe72Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugejkTe72Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugejkTe72Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugejkTe72Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugejkTe72Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugejkTe72Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugejkTe72Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugejkTe72Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugejkTe72Q .dropdown-item.active,
.cid-ugejkTe72Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ugejkTe72Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugejkTe72Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugejkTe72Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugejkTe72Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugejkTe72Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugejkTe72Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugejkTe72Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugejkTe72Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugejkTe72Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugejkTe72Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugejkTe72Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugejkTe72Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugejkTe72Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugejkTe72Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugejkTe72Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugejkTe72Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugejkTe72Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugejkTe72Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugejkTe72Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugejkTe72Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugejkTe72Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugejkTe72Q .navbar {
    height: 70px;
  }
  .cid-ugejkTe72Q .navbar.opened {
    height: auto;
  }
  .cid-ugejkTe72Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugejkUeaBo {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugejkUeaBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugejkUeaBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugejkUeaBo .container {
    padding: 0 24px;
  }
}
.cid-ugejkUeaBo .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugejkUeaBo .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugejkUeaBo .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugejkUeaBo .image-wrapper img {
    height: 350px;
  }
}
.cid-ugejkUeaBo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugejkUeaBo .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugejkUeaBo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugejkUeaBo .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugejkUeaBo .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugejkUeaBo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugejkUeaBo .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugejkUeaBo .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugejkUeaBo .mbr-text {
  color: #F9F6E0;
}
.cid-ugejkUeaBo .mbr-desc {
  color: #E0B548;
}
.cid-ugejkUTgqR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugejkUTgqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugejkUTgqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugejkUTgqR .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugejkUTgqR .row {
    margin: 0;
  }
}
.cid-ugejkUTgqR .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugejkUTgqR .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .content-wrapper {
    padding: 24px;
  }
}
.cid-ugejkUTgqR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugejkUTgqR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugejkUTgqR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugejkUTgqR .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugejkUTgqR .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugejkUTgqR .items .item {
    padding: 24px;
  }
}
.cid-ugejkUTgqR .items .item:last-child {
  border: none;
}
.cid-ugejkUTgqR .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugejkUTgqR .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugejkUTgqR .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugejkUTgqR .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugejkUTgqR .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugejkUTgqR .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugejkUTgqR .card-title {
  color: #F9F6E0;
}
.cid-ugejkUTgqR .card-number {
  color: #E0B548;
}
.cid-ugejkUTgqR .card-text {
  color: #F9F6E0;
}
.cid-ugejkUTgqR .mbr-section-title,
.cid-ugejkUTgqR .mbr-section-btn {
  text-align: right;
}
.cid-ugejkVAsPl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugejkVAsPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugejkVAsPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugejkVAsPl .container {
    padding: 0 24px;
  }
}
.cid-ugejkVAsPl .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugejkVAsPl .content-wrapper {
    padding: 24px;
  }
}
.cid-ugejkVAsPl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugejkVAsPl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugejkVAsPl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugejkVAsPl .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugejkVAsPl .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugejkVAsPl .mbr-text {
  color: #F9F6E0;
}
.cid-ugejkVAsPl .mbr-section-title,
.cid-ugejkVAsPl .mbr-section-btn {
  text-align: center;
}
.cid-ugf9iU1SfX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9iU1SfX .row {
  justify-content: center;
}
.cid-ugf9iU1SfX .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9iU1SfX .mbr-section-title {
  color: #436831;
}
.cid-ugf9iU1SfX .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9iU1SfX .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9iU1SfX .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9iU1SfX .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9iU1SfX .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9iU1SfX .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9iU1SfX .card {
    min-height: 276px;
  }
}
.cid-ugf9iU1SfX .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9iU1SfX .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9iU1SfX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9iU1SfX .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9iU1SfX .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9iU1SfX .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9iU1SfX .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9iU1SfX .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9iU1SfX .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9iU1SfX .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9iU1SfX .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9iU1SfX .card-text.meat {
  color: #FF6347;
}
.cid-ugf9iU1SfX .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9iU1SfX .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9iU1SfX .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugejkXeHow {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugejkXeHow .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugejkXeHow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugejkXeHow .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugejkXeHow .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugejkXeHow .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugejkXeHow .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugejkXeHow .mbr-text,
.cid-ugejkXeHow .mbr-section-btn,
.cid-ugejkXeHow .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugejkXeHow .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugejkXeHow .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugejkXeHow .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugejkXeHow .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugejkXNzc6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugejkXNzc6 .content {
    text-align: center;
  }
  .cid-ugejkXNzc6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugejkXNzc6 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugejkXNzc6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugejkXNzc6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugejkXNzc6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugejkXNzc6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugejkXNzc6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugejkXNzc6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugejkXNzc6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugejkXNzc6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugejkXNzc6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugejkXNzc6 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugejkXNzc6 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugejkXNzc6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugejkXNzc6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugejkXNzc6 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugekyLX03x {
  z-index: 1000;
  width: 100%;
}
.cid-ugekyLX03x nav.navbar {
  position: fixed;
}
.cid-ugekyLX03x .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;
}
.cid-ugekyLX03x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugekyLX03x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugekyLX03x .dropdown-item:hover,
.cid-ugekyLX03x .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugekyLX03x .dropdown-item:hover span {
  color: white;
}
.cid-ugekyLX03x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugekyLX03x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugekyLX03x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugekyLX03x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugekyLX03x .nav-link {
  position: relative;
}
.cid-ugekyLX03x .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugekyLX03x .container {
    flex-wrap: wrap;
  }
}
.cid-ugekyLX03x .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugekyLX03x .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugekyLX03x .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugekyLX03x .dropdown-menu,
.cid-ugekyLX03x .navbar.opened {
  background: #000000 !important;
}
.cid-ugekyLX03x .nav-item:focus,
.cid-ugekyLX03x .nav-link:focus {
  outline: none;
}
.cid-ugekyLX03x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugekyLX03x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugekyLX03x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugekyLX03x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugekyLX03x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugekyLX03x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugekyLX03x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugekyLX03x .navbar.opened {
  transition: all 0.3s;
}
.cid-ugekyLX03x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugekyLX03x .navbar .navbar-logo img {
  width: auto;
}
.cid-ugekyLX03x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugekyLX03x .navbar.collapsed {
  justify-content: center;
}
.cid-ugekyLX03x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugekyLX03x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugekyLX03x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugekyLX03x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugekyLX03x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugekyLX03x .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-ugekyLX03x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugekyLX03x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugekyLX03x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugekyLX03x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugekyLX03x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugekyLX03x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugekyLX03x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugekyLX03x .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-ugekyLX03x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugekyLX03x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugekyLX03x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugekyLX03x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugekyLX03x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugekyLX03x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugekyLX03x .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugekyLX03x .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugekyLX03x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugekyLX03x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugekyLX03x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugekyLX03x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugekyLX03x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugekyLX03x .dropdown-item.active,
.cid-ugekyLX03x .dropdown-item:active {
  background-color: transparent;
}
.cid-ugekyLX03x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugekyLX03x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugekyLX03x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugekyLX03x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugekyLX03x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugekyLX03x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugekyLX03x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugekyLX03x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugekyLX03x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugekyLX03x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugekyLX03x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugekyLX03x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugekyLX03x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugekyLX03x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugekyLX03x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugekyLX03x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugekyLX03x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugekyLX03x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugekyLX03x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugekyLX03x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugekyLX03x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugekyLX03x .navbar {
    height: 70px;
  }
  .cid-ugekyLX03x .navbar.opened {
    height: auto;
  }
  .cid-ugekyLX03x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugekyMWcr9 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugekyMWcr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugekyMWcr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugekyMWcr9 .container {
    padding: 0 24px;
  }
}
.cid-ugekyMWcr9 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugekyMWcr9 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugekyMWcr9 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugekyMWcr9 .image-wrapper img {
    height: 350px;
  }
}
.cid-ugekyMWcr9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugekyMWcr9 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugekyMWcr9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugekyMWcr9 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugekyMWcr9 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugekyMWcr9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugekyMWcr9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugekyMWcr9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugekyMWcr9 .mbr-text {
  color: #F9F6E0;
}
.cid-ugekyMWcr9 .mbr-desc {
  color: #E0B548;
}
.cid-ugekyNfQXW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugekyNfQXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugekyNfQXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugekyNfQXW .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugekyNfQXW .row {
    margin: 0;
  }
}
.cid-ugekyNfQXW .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugekyNfQXW .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .content-wrapper {
    padding: 24px;
  }
}
.cid-ugekyNfQXW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugekyNfQXW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugekyNfQXW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugekyNfQXW .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugekyNfQXW .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugekyNfQXW .items .item {
    padding: 24px;
  }
}
.cid-ugekyNfQXW .items .item:last-child {
  border: none;
}
.cid-ugekyNfQXW .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugekyNfQXW .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugekyNfQXW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugekyNfQXW .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugekyNfQXW .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugekyNfQXW .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugekyNfQXW .card-title {
  color: #F9F6E0;
}
.cid-ugekyNfQXW .card-number {
  color: #E0B548;
}
.cid-ugekyNfQXW .card-text {
  color: #F9F6E0;
}
.cid-ugekyNfQXW .mbr-section-title,
.cid-ugekyNfQXW .mbr-section-btn {
  text-align: right;
}
.cid-ugekyNx6hX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugekyNx6hX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugekyNx6hX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugekyNx6hX .container {
    padding: 0 24px;
  }
}
.cid-ugekyNx6hX .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugekyNx6hX .content-wrapper {
    padding: 24px;
  }
}
.cid-ugekyNx6hX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugekyNx6hX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugekyNx6hX .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugekyNx6hX .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugekyNx6hX .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugekyNx6hX .mbr-text {
  color: #F9F6E0;
}
.cid-ugekyNx6hX .mbr-section-title,
.cid-ugekyNx6hX .mbr-section-btn {
  text-align: center;
}
.cid-ugf9nvkF9k {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9nvkF9k .row {
  justify-content: center;
}
.cid-ugf9nvkF9k .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9nvkF9k .mbr-section-title {
  color: #436831;
}
.cid-ugf9nvkF9k .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9nvkF9k .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9nvkF9k .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9nvkF9k .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9nvkF9k .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9nvkF9k .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9nvkF9k .card {
    min-height: 276px;
  }
}
.cid-ugf9nvkF9k .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9nvkF9k .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9nvkF9k .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9nvkF9k .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9nvkF9k .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9nvkF9k .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9nvkF9k .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9nvkF9k .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9nvkF9k .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9nvkF9k .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9nvkF9k .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9nvkF9k .card-text.meat {
  color: #FF6347;
}
.cid-ugf9nvkF9k .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9nvkF9k .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9nvkF9k .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugekyOrCya {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugekyOrCya .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugekyOrCya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugekyOrCya .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugekyOrCya .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugekyOrCya .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugekyOrCya .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugekyOrCya .mbr-text,
.cid-ugekyOrCya .mbr-section-btn,
.cid-ugekyOrCya .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugekyOrCya .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugekyOrCya .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugekyOrCya .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugekyOrCya .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugekyOPXb7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugekyOPXb7 .content {
    text-align: center;
  }
  .cid-ugekyOPXb7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugekyOPXb7 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugekyOPXb7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugekyOPXb7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugekyOPXb7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugekyOPXb7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugekyOPXb7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugekyOPXb7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugekyOPXb7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugekyOPXb7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugekyOPXb7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugekyOPXb7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugekyOPXb7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugekyOPXb7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugekyOPXb7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugekyOPXb7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeVX9HIhC {
  z-index: 1000;
  width: 100%;
}
.cid-ugeVX9HIhC nav.navbar {
  position: fixed;
}
.cid-ugeVX9HIhC .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;
}
.cid-ugeVX9HIhC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeVX9HIhC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeVX9HIhC .dropdown-item:hover,
.cid-ugeVX9HIhC .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeVX9HIhC .dropdown-item:hover span {
  color: white;
}
.cid-ugeVX9HIhC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeVX9HIhC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeVX9HIhC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeVX9HIhC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeVX9HIhC .nav-link {
  position: relative;
}
.cid-ugeVX9HIhC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeVX9HIhC .container {
    flex-wrap: wrap;
  }
}
.cid-ugeVX9HIhC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeVX9HIhC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeVX9HIhC .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeVX9HIhC .dropdown-menu,
.cid-ugeVX9HIhC .navbar.opened {
  background: #000000 !important;
}
.cid-ugeVX9HIhC .nav-item:focus,
.cid-ugeVX9HIhC .nav-link:focus {
  outline: none;
}
.cid-ugeVX9HIhC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeVX9HIhC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeVX9HIhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeVX9HIhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeVX9HIhC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeVX9HIhC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeVX9HIhC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeVX9HIhC .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeVX9HIhC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeVX9HIhC .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeVX9HIhC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeVX9HIhC .navbar.collapsed {
  justify-content: center;
}
.cid-ugeVX9HIhC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeVX9HIhC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeVX9HIhC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeVX9HIhC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeVX9HIhC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeVX9HIhC .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-ugeVX9HIhC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeVX9HIhC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeVX9HIhC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeVX9HIhC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeVX9HIhC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeVX9HIhC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeVX9HIhC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeVX9HIhC .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-ugeVX9HIhC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeVX9HIhC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeVX9HIhC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeVX9HIhC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeVX9HIhC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeVX9HIhC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeVX9HIhC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeVX9HIhC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeVX9HIhC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeVX9HIhC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeVX9HIhC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeVX9HIhC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeVX9HIhC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeVX9HIhC .dropdown-item.active,
.cid-ugeVX9HIhC .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeVX9HIhC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeVX9HIhC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeVX9HIhC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeVX9HIhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeVX9HIhC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeVX9HIhC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeVX9HIhC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeVX9HIhC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeVX9HIhC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeVX9HIhC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeVX9HIhC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeVX9HIhC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVX9HIhC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeVX9HIhC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeVX9HIhC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVX9HIhC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeVX9HIhC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeVX9HIhC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeVX9HIhC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeVX9HIhC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeVX9HIhC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeVX9HIhC .navbar {
    height: 70px;
  }
  .cid-ugeVX9HIhC .navbar.opened {
    height: auto;
  }
  .cid-ugeVX9HIhC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeVXaPp6r {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeVXaPp6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeVXaPp6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeVXaPp6r .container {
    padding: 0 24px;
  }
}
.cid-ugeVXaPp6r .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeVXaPp6r .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeVXaPp6r .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeVXaPp6r .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeVXaPp6r .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeVXaPp6r .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeVXaPp6r .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeVXaPp6r .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeVXaPp6r .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeVXaPp6r .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeVXaPp6r .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeVXaPp6r .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeVXaPp6r .mbr-text {
  color: #F9F6E0;
}
.cid-ugeVXaPp6r .mbr-desc {
  color: #E0B548;
}
.cid-ugeVXbcjaJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeVXbcjaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeVXbcjaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeVXbcjaJ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeVXbcjaJ .row {
    margin: 0;
  }
}
.cid-ugeVXbcjaJ .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeVXbcjaJ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeVXbcjaJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeVXbcjaJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeVXbcjaJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeVXbcjaJ .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeVXbcjaJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeVXbcjaJ .items .item {
    padding: 24px;
  }
}
.cid-ugeVXbcjaJ .items .item:last-child {
  border: none;
}
.cid-ugeVXbcjaJ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeVXbcjaJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeVXbcjaJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeVXbcjaJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeVXbcjaJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeVXbcjaJ .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeVXbcjaJ .card-title {
  color: #F9F6E0;
}
.cid-ugeVXbcjaJ .card-number {
  color: #E0B548;
}
.cid-ugeVXbcjaJ .card-text {
  color: #F9F6E0;
}
.cid-ugeVXbcjaJ .mbr-section-title,
.cid-ugeVXbcjaJ .mbr-section-btn {
  text-align: right;
}
.cid-ugeVXburE3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeVXburE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeVXburE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeVXburE3 .container {
    padding: 0 24px;
  }
}
.cid-ugeVXburE3 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeVXburE3 .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeVXburE3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeVXburE3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeVXburE3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeVXburE3 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeVXburE3 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeVXburE3 .mbr-text {
  color: #F9F6E0;
}
.cid-ugeVXburE3 .mbr-section-title,
.cid-ugeVXburE3 .mbr-section-btn {
  text-align: center;
}
.cid-ugf9s9Axl3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9s9Axl3 .row {
  justify-content: center;
}
.cid-ugf9s9Axl3 .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9s9Axl3 .mbr-section-title {
  color: #436831;
}
.cid-ugf9s9Axl3 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9s9Axl3 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9s9Axl3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9s9Axl3 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9s9Axl3 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9s9Axl3 .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9s9Axl3 .card {
    min-height: 276px;
  }
}
.cid-ugf9s9Axl3 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9s9Axl3 .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9s9Axl3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9s9Axl3 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9s9Axl3 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9s9Axl3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9s9Axl3 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9s9Axl3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9s9Axl3 .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9s9Axl3 .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9s9Axl3 .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9s9Axl3 .card-text.meat {
  color: #FF6347;
}
.cid-ugf9s9Axl3 .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9s9Axl3 .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9s9Axl3 .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeVXcuzmP {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeVXcuzmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeVXcuzmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeVXcuzmP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeVXcuzmP .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeVXcuzmP .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeVXcuzmP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeVXcuzmP .mbr-text,
.cid-ugeVXcuzmP .mbr-section-btn,
.cid-ugeVXcuzmP .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeVXcuzmP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeVXcuzmP .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeVXcuzmP .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeVXcuzmP .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeVXcUSxQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeVXcUSxQ .content {
    text-align: center;
  }
  .cid-ugeVXcUSxQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeVXcUSxQ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeVXcUSxQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeVXcUSxQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeVXcUSxQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeVXcUSxQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeVXcUSxQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeVXcUSxQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeVXcUSxQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeVXcUSxQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeVXcUSxQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeVXcUSxQ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeVXcUSxQ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeVXcUSxQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeVXcUSxQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeVXcUSxQ .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeWF8suhq {
  z-index: 1000;
  width: 100%;
}
.cid-ugeWF8suhq nav.navbar {
  position: fixed;
}
.cid-ugeWF8suhq .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;
}
.cid-ugeWF8suhq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeWF8suhq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeWF8suhq .dropdown-item:hover,
.cid-ugeWF8suhq .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeWF8suhq .dropdown-item:hover span {
  color: white;
}
.cid-ugeWF8suhq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeWF8suhq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeWF8suhq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeWF8suhq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeWF8suhq .nav-link {
  position: relative;
}
.cid-ugeWF8suhq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeWF8suhq .container {
    flex-wrap: wrap;
  }
}
.cid-ugeWF8suhq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeWF8suhq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeWF8suhq .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeWF8suhq .dropdown-menu,
.cid-ugeWF8suhq .navbar.opened {
  background: #000000 !important;
}
.cid-ugeWF8suhq .nav-item:focus,
.cid-ugeWF8suhq .nav-link:focus {
  outline: none;
}
.cid-ugeWF8suhq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeWF8suhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeWF8suhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeWF8suhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeWF8suhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeWF8suhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeWF8suhq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeWF8suhq .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeWF8suhq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeWF8suhq .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeWF8suhq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeWF8suhq .navbar.collapsed {
  justify-content: center;
}
.cid-ugeWF8suhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeWF8suhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeWF8suhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeWF8suhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeWF8suhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeWF8suhq .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-ugeWF8suhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeWF8suhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeWF8suhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeWF8suhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeWF8suhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeWF8suhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeWF8suhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeWF8suhq .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-ugeWF8suhq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeWF8suhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeWF8suhq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeWF8suhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeWF8suhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeWF8suhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeWF8suhq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeWF8suhq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeWF8suhq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeWF8suhq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeWF8suhq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeWF8suhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeWF8suhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeWF8suhq .dropdown-item.active,
.cid-ugeWF8suhq .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeWF8suhq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeWF8suhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeWF8suhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeWF8suhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeWF8suhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeWF8suhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeWF8suhq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeWF8suhq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeWF8suhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeWF8suhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeWF8suhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeWF8suhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeWF8suhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeWF8suhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeWF8suhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeWF8suhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeWF8suhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeWF8suhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeWF8suhq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeWF8suhq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeWF8suhq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeWF8suhq .navbar {
    height: 70px;
  }
  .cid-ugeWF8suhq .navbar.opened {
    height: auto;
  }
  .cid-ugeWF8suhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeWF99Fi2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeWF99Fi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeWF99Fi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeWF99Fi2 .container {
    padding: 0 24px;
  }
}
.cid-ugeWF99Fi2 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeWF99Fi2 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeWF99Fi2 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeWF99Fi2 .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeWF99Fi2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeWF99Fi2 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeWF99Fi2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeWF99Fi2 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeWF99Fi2 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeWF99Fi2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeWF99Fi2 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeWF99Fi2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeWF99Fi2 .mbr-text {
  color: #F9F6E0;
}
.cid-ugeWF99Fi2 .mbr-desc {
  color: #E0B548;
}
.cid-ugeWF9vgVk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeWF9vgVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeWF9vgVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeWF9vgVk .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeWF9vgVk .row {
    margin: 0;
  }
}
.cid-ugeWF9vgVk .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeWF9vgVk .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeWF9vgVk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeWF9vgVk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeWF9vgVk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeWF9vgVk .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeWF9vgVk .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeWF9vgVk .items .item {
    padding: 24px;
  }
}
.cid-ugeWF9vgVk .items .item:last-child {
  border: none;
}
.cid-ugeWF9vgVk .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeWF9vgVk .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeWF9vgVk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeWF9vgVk .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeWF9vgVk .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeWF9vgVk .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeWF9vgVk .card-title {
  color: #F9F6E0;
}
.cid-ugeWF9vgVk .card-number {
  color: #E0B548;
}
.cid-ugeWF9vgVk .card-text {
  color: #F9F6E0;
}
.cid-ugeWF9vgVk .mbr-section-title,
.cid-ugeWF9vgVk .mbr-section-btn {
  text-align: right;
}
.cid-ugeWF9Pgm7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeWF9Pgm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeWF9Pgm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeWF9Pgm7 .container {
    padding: 0 24px;
  }
}
.cid-ugeWF9Pgm7 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeWF9Pgm7 .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeWF9Pgm7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeWF9Pgm7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeWF9Pgm7 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeWF9Pgm7 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeWF9Pgm7 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeWF9Pgm7 .mbr-text {
  color: #F9F6E0;
}
.cid-ugeWF9Pgm7 .mbr-section-title,
.cid-ugeWF9Pgm7 .mbr-section-btn {
  text-align: center;
}
.cid-ugf9wD6bOw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9wD6bOw .row {
  justify-content: center;
}
.cid-ugf9wD6bOw .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9wD6bOw .mbr-section-title {
  color: #436831;
}
.cid-ugf9wD6bOw .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9wD6bOw .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9wD6bOw .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9wD6bOw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9wD6bOw .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9wD6bOw .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9wD6bOw .card {
    min-height: 276px;
  }
}
.cid-ugf9wD6bOw .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9wD6bOw .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9wD6bOw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9wD6bOw .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9wD6bOw .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9wD6bOw .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9wD6bOw .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9wD6bOw .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9wD6bOw .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9wD6bOw .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9wD6bOw .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9wD6bOw .card-text.meat {
  color: #FF6347;
}
.cid-ugf9wD6bOw .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9wD6bOw .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9wD6bOw .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeWFaCTTt {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeWFaCTTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeWFaCTTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeWFaCTTt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeWFaCTTt .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeWFaCTTt .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeWFaCTTt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeWFaCTTt .mbr-text,
.cid-ugeWFaCTTt .mbr-section-btn,
.cid-ugeWFaCTTt .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeWFaCTTt .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeWFaCTTt .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeWFaCTTt .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeWFaCTTt .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeWFb1dD6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeWFb1dD6 .content {
    text-align: center;
  }
  .cid-ugeWFb1dD6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeWFb1dD6 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeWFb1dD6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeWFb1dD6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeWFb1dD6 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeWFb1dD6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeWFb1dD6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeWFb1dD6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeWFb1dD6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeWFb1dD6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeWFb1dD6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeWFb1dD6 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeWFb1dD6 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeWFb1dD6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeWFb1dD6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeWFb1dD6 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeXEj4xoF {
  z-index: 1000;
  width: 100%;
}
.cid-ugeXEj4xoF nav.navbar {
  position: fixed;
}
.cid-ugeXEj4xoF .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;
}
.cid-ugeXEj4xoF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeXEj4xoF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeXEj4xoF .dropdown-item:hover,
.cid-ugeXEj4xoF .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeXEj4xoF .dropdown-item:hover span {
  color: white;
}
.cid-ugeXEj4xoF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeXEj4xoF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeXEj4xoF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeXEj4xoF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeXEj4xoF .nav-link {
  position: relative;
}
.cid-ugeXEj4xoF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeXEj4xoF .container {
    flex-wrap: wrap;
  }
}
.cid-ugeXEj4xoF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeXEj4xoF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeXEj4xoF .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeXEj4xoF .dropdown-menu,
.cid-ugeXEj4xoF .navbar.opened {
  background: #000000 !important;
}
.cid-ugeXEj4xoF .nav-item:focus,
.cid-ugeXEj4xoF .nav-link:focus {
  outline: none;
}
.cid-ugeXEj4xoF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeXEj4xoF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeXEj4xoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeXEj4xoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeXEj4xoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeXEj4xoF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeXEj4xoF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeXEj4xoF .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeXEj4xoF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeXEj4xoF .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeXEj4xoF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeXEj4xoF .navbar.collapsed {
  justify-content: center;
}
.cid-ugeXEj4xoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeXEj4xoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeXEj4xoF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeXEj4xoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeXEj4xoF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeXEj4xoF .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-ugeXEj4xoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeXEj4xoF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeXEj4xoF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeXEj4xoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeXEj4xoF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeXEj4xoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeXEj4xoF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeXEj4xoF .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-ugeXEj4xoF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeXEj4xoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeXEj4xoF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeXEj4xoF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeXEj4xoF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeXEj4xoF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeXEj4xoF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeXEj4xoF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeXEj4xoF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeXEj4xoF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeXEj4xoF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeXEj4xoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeXEj4xoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeXEj4xoF .dropdown-item.active,
.cid-ugeXEj4xoF .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeXEj4xoF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeXEj4xoF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeXEj4xoF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeXEj4xoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeXEj4xoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeXEj4xoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeXEj4xoF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeXEj4xoF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeXEj4xoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeXEj4xoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeXEj4xoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeXEj4xoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeXEj4xoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeXEj4xoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeXEj4xoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeXEj4xoF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeXEj4xoF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeXEj4xoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeXEj4xoF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeXEj4xoF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeXEj4xoF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeXEj4xoF .navbar {
    height: 70px;
  }
  .cid-ugeXEj4xoF .navbar.opened {
    height: auto;
  }
  .cid-ugeXEj4xoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeXEkiCK6 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeXEkiCK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeXEkiCK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeXEkiCK6 .container {
    padding: 0 24px;
  }
}
.cid-ugeXEkiCK6 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeXEkiCK6 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeXEkiCK6 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeXEkiCK6 .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeXEkiCK6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeXEkiCK6 .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeXEkiCK6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeXEkiCK6 .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeXEkiCK6 .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeXEkiCK6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeXEkiCK6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeXEkiCK6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeXEkiCK6 .mbr-text {
  color: #F9F6E0;
}
.cid-ugeXEkiCK6 .mbr-desc {
  color: #E0B548;
}
.cid-ugeXEkEqmx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeXEkEqmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeXEkEqmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeXEkEqmx .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeXEkEqmx .row {
    margin: 0;
  }
}
.cid-ugeXEkEqmx .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeXEkEqmx .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeXEkEqmx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeXEkEqmx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeXEkEqmx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeXEkEqmx .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeXEkEqmx .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeXEkEqmx .items .item {
    padding: 24px;
  }
}
.cid-ugeXEkEqmx .items .item:last-child {
  border: none;
}
.cid-ugeXEkEqmx .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeXEkEqmx .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeXEkEqmx .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeXEkEqmx .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeXEkEqmx .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeXEkEqmx .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeXEkEqmx .card-title {
  color: #F9F6E0;
}
.cid-ugeXEkEqmx .card-number {
  color: #E0B548;
}
.cid-ugeXEkEqmx .card-text {
  color: #F9F6E0;
}
.cid-ugeXEkEqmx .mbr-section-title,
.cid-ugeXEkEqmx .mbr-section-btn {
  text-align: right;
}
.cid-ugeXEkUMOQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeXEkUMOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeXEkUMOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeXEkUMOQ .container {
    padding: 0 24px;
  }
}
.cid-ugeXEkUMOQ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeXEkUMOQ .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeXEkUMOQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeXEkUMOQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeXEkUMOQ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeXEkUMOQ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeXEkUMOQ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeXEkUMOQ .mbr-text {
  color: #F9F6E0;
}
.cid-ugeXEkUMOQ .mbr-section-title,
.cid-ugeXEkUMOQ .mbr-section-btn {
  text-align: center;
}
.cid-ugf9AwdU5I {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9AwdU5I .row {
  justify-content: center;
}
.cid-ugf9AwdU5I .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9AwdU5I .mbr-section-title {
  color: #436831;
}
.cid-ugf9AwdU5I .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9AwdU5I .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9AwdU5I .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9AwdU5I .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9AwdU5I .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9AwdU5I .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9AwdU5I .card {
    min-height: 276px;
  }
}
.cid-ugf9AwdU5I .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9AwdU5I .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9AwdU5I .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9AwdU5I .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9AwdU5I .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9AwdU5I .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9AwdU5I .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9AwdU5I .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9AwdU5I .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9AwdU5I .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9AwdU5I .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9AwdU5I .card-text.meat {
  color: #FF6347;
}
.cid-ugf9AwdU5I .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9AwdU5I .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9AwdU5I .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeXElJL3Z {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeXElJL3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeXElJL3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeXElJL3Z .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeXElJL3Z .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeXElJL3Z .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeXElJL3Z .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeXElJL3Z .mbr-text,
.cid-ugeXElJL3Z .mbr-section-btn,
.cid-ugeXElJL3Z .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeXElJL3Z .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeXElJL3Z .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeXElJL3Z .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeXElJL3Z .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeXEnFs5X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeXEnFs5X .content {
    text-align: center;
  }
  .cid-ugeXEnFs5X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeXEnFs5X .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeXEnFs5X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeXEnFs5X .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeXEnFs5X .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeXEnFs5X .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeXEnFs5X .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeXEnFs5X .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeXEnFs5X .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeXEnFs5X .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeXEnFs5X .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeXEnFs5X .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeXEnFs5X .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeXEnFs5X .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeXEnFs5X .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeXEnFs5X .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeYOQOhC1 {
  z-index: 1000;
  width: 100%;
}
.cid-ugeYOQOhC1 nav.navbar {
  position: fixed;
}
.cid-ugeYOQOhC1 .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;
}
.cid-ugeYOQOhC1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeYOQOhC1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeYOQOhC1 .dropdown-item:hover,
.cid-ugeYOQOhC1 .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeYOQOhC1 .dropdown-item:hover span {
  color: white;
}
.cid-ugeYOQOhC1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeYOQOhC1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeYOQOhC1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeYOQOhC1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeYOQOhC1 .nav-link {
  position: relative;
}
.cid-ugeYOQOhC1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeYOQOhC1 .container {
    flex-wrap: wrap;
  }
}
.cid-ugeYOQOhC1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeYOQOhC1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeYOQOhC1 .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeYOQOhC1 .dropdown-menu,
.cid-ugeYOQOhC1 .navbar.opened {
  background: #000000 !important;
}
.cid-ugeYOQOhC1 .nav-item:focus,
.cid-ugeYOQOhC1 .nav-link:focus {
  outline: none;
}
.cid-ugeYOQOhC1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeYOQOhC1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeYOQOhC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeYOQOhC1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeYOQOhC1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeYOQOhC1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeYOQOhC1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeYOQOhC1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeYOQOhC1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeYOQOhC1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeYOQOhC1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeYOQOhC1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugeYOQOhC1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeYOQOhC1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeYOQOhC1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeYOQOhC1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeYOQOhC1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeYOQOhC1 .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-ugeYOQOhC1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeYOQOhC1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeYOQOhC1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeYOQOhC1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeYOQOhC1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeYOQOhC1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeYOQOhC1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeYOQOhC1 .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-ugeYOQOhC1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeYOQOhC1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeYOQOhC1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeYOQOhC1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeYOQOhC1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeYOQOhC1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeYOQOhC1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeYOQOhC1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeYOQOhC1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeYOQOhC1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeYOQOhC1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeYOQOhC1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeYOQOhC1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeYOQOhC1 .dropdown-item.active,
.cid-ugeYOQOhC1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeYOQOhC1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeYOQOhC1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeYOQOhC1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeYOQOhC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeYOQOhC1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeYOQOhC1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeYOQOhC1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeYOQOhC1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeYOQOhC1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeYOQOhC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeYOQOhC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeYOQOhC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeYOQOhC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeYOQOhC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeYOQOhC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeYOQOhC1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeYOQOhC1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeYOQOhC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeYOQOhC1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeYOQOhC1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeYOQOhC1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeYOQOhC1 .navbar {
    height: 70px;
  }
  .cid-ugeYOQOhC1 .navbar.opened {
    height: auto;
  }
  .cid-ugeYOQOhC1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeYORXRGx {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeYORXRGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeYORXRGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeYORXRGx .container {
    padding: 0 24px;
  }
}
.cid-ugeYORXRGx .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeYORXRGx .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeYORXRGx .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeYORXRGx .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeYORXRGx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeYORXRGx .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeYORXRGx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeYORXRGx .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeYORXRGx .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeYORXRGx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeYORXRGx .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeYORXRGx .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeYORXRGx .mbr-text {
  color: #F9F6E0;
}
.cid-ugeYORXRGx .mbr-desc {
  color: #E0B548;
}
.cid-ugeYOSkCbi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeYOSkCbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeYOSkCbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeYOSkCbi .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeYOSkCbi .row {
    margin: 0;
  }
}
.cid-ugeYOSkCbi .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeYOSkCbi .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeYOSkCbi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeYOSkCbi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeYOSkCbi .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeYOSkCbi .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeYOSkCbi .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeYOSkCbi .items .item {
    padding: 24px;
  }
}
.cid-ugeYOSkCbi .items .item:last-child {
  border: none;
}
.cid-ugeYOSkCbi .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeYOSkCbi .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeYOSkCbi .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeYOSkCbi .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeYOSkCbi .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeYOSkCbi .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeYOSkCbi .card-title {
  color: #F9F6E0;
}
.cid-ugeYOSkCbi .card-number {
  color: #E0B548;
}
.cid-ugeYOSkCbi .card-text {
  color: #F9F6E0;
}
.cid-ugeYOSkCbi .mbr-section-title,
.cid-ugeYOSkCbi .mbr-section-btn {
  text-align: right;
}
.cid-ugeYOTtU2Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeYOTtU2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeYOTtU2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeYOTtU2Z .container {
    padding: 0 24px;
  }
}
.cid-ugeYOTtU2Z .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeYOTtU2Z .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeYOTtU2Z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeYOTtU2Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeYOTtU2Z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeYOTtU2Z .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeYOTtU2Z .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeYOTtU2Z .mbr-text {
  color: #F9F6E0;
}
.cid-ugeYOTtU2Z .mbr-section-title,
.cid-ugeYOTtU2Z .mbr-section-btn {
  text-align: center;
}
.cid-ugf9Efj5wn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9Efj5wn .row {
  justify-content: center;
}
.cid-ugf9Efj5wn .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9Efj5wn .mbr-section-title {
  color: #436831;
}
.cid-ugf9Efj5wn .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9Efj5wn .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9Efj5wn .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9Efj5wn .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9Efj5wn .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9Efj5wn .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9Efj5wn .card {
    min-height: 276px;
  }
}
.cid-ugf9Efj5wn .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9Efj5wn .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9Efj5wn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9Efj5wn .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9Efj5wn .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9Efj5wn .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9Efj5wn .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9Efj5wn .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9Efj5wn .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9Efj5wn .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9Efj5wn .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9Efj5wn .card-text.meat {
  color: #FF6347;
}
.cid-ugf9Efj5wn .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9Efj5wn .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9Efj5wn .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeYOUGs53 {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeYOUGs53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeYOUGs53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeYOUGs53 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeYOUGs53 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeYOUGs53 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeYOUGs53 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeYOUGs53 .mbr-text,
.cid-ugeYOUGs53 .mbr-section-btn,
.cid-ugeYOUGs53 .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeYOUGs53 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeYOUGs53 .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeYOUGs53 .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeYOUGs53 .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeYOVaAob {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeYOVaAob .content {
    text-align: center;
  }
  .cid-ugeYOVaAob .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeYOVaAob .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeYOVaAob .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeYOVaAob .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeYOVaAob .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeYOVaAob .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeYOVaAob .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeYOVaAob .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeYOVaAob .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeYOVaAob .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeYOVaAob .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeYOVaAob .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeYOVaAob .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeYOVaAob .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeYOVaAob .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeYOVaAob .list {
  list-style-type: none;
  padding: 0;
}
.cid-ugeZQPRcQc {
  z-index: 1000;
  width: 100%;
}
.cid-ugeZQPRcQc nav.navbar {
  position: fixed;
}
.cid-ugeZQPRcQc .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;
}
.cid-ugeZQPRcQc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugeZQPRcQc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugeZQPRcQc .dropdown-item:hover,
.cid-ugeZQPRcQc .dropdown-item:focus {
  background: #436831 !important;
  color: white !important;
}
.cid-ugeZQPRcQc .dropdown-item:hover span {
  color: white;
}
.cid-ugeZQPRcQc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugeZQPRcQc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugeZQPRcQc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugeZQPRcQc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugeZQPRcQc .nav-link {
  position: relative;
}
.cid-ugeZQPRcQc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeZQPRcQc .container {
    flex-wrap: wrap;
  }
}
.cid-ugeZQPRcQc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugeZQPRcQc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugeZQPRcQc .iconfont-wrapper {
  color: #fef9ee !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugeZQPRcQc .dropdown-menu,
.cid-ugeZQPRcQc .navbar.opened {
  background: #000000 !important;
}
.cid-ugeZQPRcQc .nav-item:focus,
.cid-ugeZQPRcQc .nav-link:focus {
  outline: none;
}
.cid-ugeZQPRcQc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugeZQPRcQc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugeZQPRcQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugeZQPRcQc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugeZQPRcQc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugeZQPRcQc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugeZQPRcQc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.cid-ugeZQPRcQc .navbar.opened {
  transition: all 0.3s;
}
.cid-ugeZQPRcQc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugeZQPRcQc .navbar .navbar-logo img {
  width: auto;
}
.cid-ugeZQPRcQc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugeZQPRcQc .navbar.collapsed {
  justify-content: center;
}
.cid-ugeZQPRcQc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugeZQPRcQc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugeZQPRcQc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ugeZQPRcQc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugeZQPRcQc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugeZQPRcQc .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-ugeZQPRcQc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugeZQPRcQc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugeZQPRcQc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugeZQPRcQc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugeZQPRcQc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugeZQPRcQc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugeZQPRcQc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugeZQPRcQc .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-ugeZQPRcQc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugeZQPRcQc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugeZQPRcQc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugeZQPRcQc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugeZQPRcQc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugeZQPRcQc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugeZQPRcQc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugeZQPRcQc .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugeZQPRcQc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugeZQPRcQc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugeZQPRcQc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugeZQPRcQc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugeZQPRcQc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugeZQPRcQc .dropdown-item.active,
.cid-ugeZQPRcQc .dropdown-item:active {
  background-color: transparent;
}
.cid-ugeZQPRcQc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugeZQPRcQc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugeZQPRcQc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugeZQPRcQc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ugeZQPRcQc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugeZQPRcQc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugeZQPRcQc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugeZQPRcQc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugeZQPRcQc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugeZQPRcQc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ugeZQPRcQc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugeZQPRcQc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeZQPRcQc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugeZQPRcQc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugeZQPRcQc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeZQPRcQc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugeZQPRcQc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugeZQPRcQc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugeZQPRcQc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugeZQPRcQc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugeZQPRcQc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugeZQPRcQc .navbar {
    height: 70px;
  }
  .cid-ugeZQPRcQc .navbar.opened {
    height: auto;
  }
  .cid-ugeZQPRcQc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugeZQRxF8b {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeZQRxF8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeZQRxF8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeZQRxF8b .container {
    padding: 0 24px;
  }
}
.cid-ugeZQRxF8b .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugeZQRxF8b .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ugeZQRxF8b .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugeZQRxF8b .image-wrapper img {
    height: 350px;
  }
}
.cid-ugeZQRxF8b .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeZQRxF8b .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-ugeZQRxF8b .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeZQRxF8b .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-ugeZQRxF8b .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-ugeZQRxF8b .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeZQRxF8b .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeZQRxF8b .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeZQRxF8b .mbr-text {
  color: #F9F6E0;
}
.cid-ugeZQRxF8b .mbr-desc {
  color: #E0B548;
}
.cid-ugeZQRWwTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeZQRWwTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeZQRWwTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeZQRWwTf .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-ugeZQRWwTf .row {
    margin: 0;
  }
}
.cid-ugeZQRWwTf .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-ugeZQRWwTf .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeZQRWwTf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-ugeZQRWwTf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ugeZQRWwTf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ugeZQRWwTf .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .items {
    border-top: 1px solid #72716b;
  }
}
.cid-ugeZQRWwTf .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeZQRWwTf .items .item {
    padding: 24px;
  }
}
.cid-ugeZQRWwTf .items .item:last-child {
  border: none;
}
.cid-ugeZQRWwTf .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-ugeZQRWwTf .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-ugeZQRWwTf .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ugeZQRWwTf .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-ugeZQRWwTf .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeZQRWwTf .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-ugeZQRWwTf .card-title {
  color: #F9F6E0;
}
.cid-ugeZQRWwTf .card-number {
  color: #E0B548;
}
.cid-ugeZQRWwTf .card-text {
  color: #F9F6E0;
}
.cid-ugeZQRWwTf .mbr-section-title,
.cid-ugeZQRWwTf .mbr-section-btn {
  text-align: right;
}
.cid-ugeZQShGyb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ugeZQShGyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeZQShGyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ugeZQShGyb .container {
    padding: 0 24px;
  }
}
.cid-ugeZQShGyb .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ugeZQShGyb .content-wrapper {
    padding: 24px;
  }
}
.cid-ugeZQShGyb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugeZQShGyb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugeZQShGyb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ugeZQShGyb .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-ugeZQShGyb .mbr-section-title {
  color: #F9F6E0;
}
.cid-ugeZQShGyb .mbr-text {
  color: #F9F6E0;
}
.cid-ugeZQShGyb .mbr-section-title,
.cid-ugeZQShGyb .mbr-section-btn {
  text-align: center;
}
.cid-ugf9I6XowB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1f1d1a;
}
.cid-ugf9I6XowB .row {
  justify-content: center;
}
.cid-ugf9I6XowB .col-title {
  margin-bottom: 2.5rem;
}
.cid-ugf9I6XowB .mbr-section-title {
  color: #436831;
}
.cid-ugf9I6XowB .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-ugf9I6XowB .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugf9I6XowB .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-ugf9I6XowB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ugf9I6XowB .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #436831;
  min-height: 432px;
}
@media (max-width: 991px) {
  .cid-ugf9I6XowB .card {
    min-height: 372px;
  }
}
@media (max-width: 639px) {
  .cid-ugf9I6XowB .card {
    min-height: 276px;
  }
}
.cid-ugf9I6XowB .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ugf9I6XowB .card:hover .card-title {
  text-decoration: underline;
}
.cid-ugf9I6XowB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-ugf9I6XowB .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-ugf9I6XowB .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-ugf9I6XowB .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-ugf9I6XowB .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-ugf9I6XowB .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-ugf9I6XowB .card-text {
  width: 100%;
  color: #f6b7d2;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-ugf9I6XowB .mbr-section-btn {
  margin-top: 30px;
}
.cid-ugf9I6XowB .card-title-1 {
  color: #f6b7d2;
}
.cid-ugf9I6XowB .card-text.meat {
  color: #FF6347;
}
.cid-ugf9I6XowB .card-text.vegetarian {
  color: #FFA500;
}
.cid-ugf9I6XowB .card-text.vegan {
  color: #90EE90;
}
.cid-ugf9I6XowB .card-title a.text-primary {
  color: #f6b7d2 !important;
}
.cid-ugeZQThftC {
  background-image: url("../../../assets/images/kertigrill-41-2000x1334.webp");
}
.cid-ugeZQThftC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugeZQThftC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugeZQThftC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ugeZQThftC .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-ugeZQThftC .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-ugeZQThftC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugeZQThftC .mbr-text,
.cid-ugeZQThftC .mbr-section-btn,
.cid-ugeZQThftC .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ugeZQThftC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ugeZQThftC .btn-primary-outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #436831;
  transition: all 0.3s ease;
}
.cid-ugeZQThftC .btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #436831 !important;
}
.cid-ugeZQThftC .btn-primary-outline:active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-ugeZQTGH24 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-ugeZQTGH24 .content {
    text-align: center;
  }
  .cid-ugeZQTGH24 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugeZQTGH24 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ugeZQTGH24 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ugeZQTGH24 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ugeZQTGH24 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ugeZQTGH24 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugeZQTGH24 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-ugeZQTGH24 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugeZQTGH24 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ugeZQTGH24 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugeZQTGH24 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ugeZQTGH24 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ugeZQTGH24 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ugeZQTGH24 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugeZQTGH24 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugeZQTGH24 .list {
  list-style-type: none;
  padding: 0;
}
