body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'PFAgoraSlabPro-BlackItalic';
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #cec9a1 !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #cec9a1 !important;
  border-color: #cec9a1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b4ac6f !important;
  border-color: #b4ac6f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b4ac6f !important;
  border-color: #b4ac6f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #aba25e;
  color: #aba25e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #cec9a1;
  border-color: #cec9a1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cec9a1 !important;
  border-color: #cec9a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cec9a1 !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aba25e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cec9a1;
  border-color: #cec9a1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cec9a1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border: 2px solid #cec9a1;
}
#scrollToTop a i:before {
  background: #cec9a1;
}
#scrollToTop a i:after {
  border-top: 2px solid #cec9a1;
  border-right: 2px solid #cec9a1;
}
.mbr-arrow a i {
  color: #cec9a1;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #cec9a1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cec9a1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cec9a1;
  border-bottom-color: #cec9a1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cec9a1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5aeb5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23cec9a1' %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;
}
.cid-s4fqRm8g5n .nav-item:focus,
.cid-s4fqRm8g5n .nav-link:focus {
  outline: none;
}
.cid-s4fqRm8g5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4fqRm8g5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4fqRm8g5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4fqRm8g5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4fqRm8g5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4fqRm8g5n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s4fqRm8g5n .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s4fqRm8g5n .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s4fqRm8g5n .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4fqRm8g5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4fqRm8g5n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s4fqRm8g5n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s4fqRm8g5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4fqRm8g5n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4fqRm8g5n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4fqRm8g5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4fqRm8g5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4fqRm8g5n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4fqRm8g5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4fqRm8g5n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4fqRm8g5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4fqRm8g5n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4fqRm8g5n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4fqRm8g5n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4fqRm8g5n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4fqRm8g5n .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4fqRm8g5n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4fqRm8g5n .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4fqRm8g5n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4fqRm8g5n .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4fqRm8g5n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4fqRm8g5n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4fqRm8g5n .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4fqRm8g5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4fqRm8g5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4fqRm8g5n .dropdown-item.active,
.cid-s4fqRm8g5n .dropdown-item:active {
  background-color: transparent;
}
.cid-s4fqRm8g5n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4fqRm8g5n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4fqRm8g5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4fqRm8g5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4fqRm8g5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4fqRm8g5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4fqRm8g5n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4fqRm8g5n .navbar-buttons {
  text-align: center;
}
.cid-s4fqRm8g5n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4fqRm8g5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s4fqRm8g5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4fqRm8g5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4fqRm8g5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4fqRm8g5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4fqRm8g5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4fqRm8g5n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4fqRm8g5n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4fqRm8g5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4fqRm8g5n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4fqRm8g5n a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4fqRm8g5n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4fqRm8g5n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s4fqRm8g5n .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s4fqRm8g5n .nav-link:hover,
.cid-s4fqRm8g5n .dropdown-item:hover,
.cid-s4fqRm8g5n .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4fqRm8g5n .navbar {
    height: 77px;
  }
  .cid-s4fqRm8g5n .navbar.opened {
    height: auto;
  }
}
.cid-s4ANUrUzSi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ANUrUzSi .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4ANUrUzSi .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s4ANUrUzSi .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s4ANUrUzSi H1 {
  color: #6e5716;
}
.cid-s4ANUrUzSi .mbr-text,
.cid-s4ANUrUzSi .mbr-section-btn {
  color: #232323;
}
.cid-s4ANUrUzSi H3 {
  color: #000000;
}
.cid-uK0HWlsJW6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK0HWlsJW6 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0HWlsJW6 .section-text {
  padding: 2rem 0;
}
.cid-uK0HWlsJW6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0HWlsJW6 .inner-container {
    width: 100% !important;
  }
}
.cid-s4fu2onUz7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4fu2onUz7 .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4fu2onUz7 .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-s4fu2onUz7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4fu2onUz7 .inner-container {
    width: 100% !important;
  }
}
.cid-s4ftUGhSmH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4ftUGhSmH .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-s4ftUGhSmH .menu-item .special-label {
  display: none;
}
.cid-s4ftUGhSmH .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-s4ftUGhSmH .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4ftUGhSmH .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4ftUGhSmH .special-label {
  color: #fff;
}
.cid-s4ftUGhSmH .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4ftUGhSmH .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4ftUGhSmH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4ftUGhSmH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4ftUGhSmH .menu-row {
  margin: 0;
}
.cid-s4ftUGhSmH .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK0Ol2iIjH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0Ol2iIjH P {
  color: #767676;
}
.cid-uK0Ol2iIjH H1 {
  color: #005ca9;
}
.cid-s4fwYCEv0J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4fwYCEv0J .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4fwYCEv0J .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-s4fwYCEv0J .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4fwYCEv0J .inner-container {
    width: 100% !important;
  }
}
.cid-s4fx5CSUtO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4fx5CSUtO .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-s4fx5CSUtO .menu-item .special-label {
  display: none;
}
.cid-s4fx5CSUtO .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-s4fx5CSUtO .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4fx5CSUtO .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4fx5CSUtO .special-label {
  color: #fff;
}
.cid-s4fx5CSUtO .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4fx5CSUtO .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4fx5CSUtO .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4fx5CSUtO .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4fx5CSUtO .menu-row {
  margin: 0;
}
.cid-s4fx5CSUtO .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-s4fCjXgHNw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4fCjXgHNw .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4fCjXgHNw .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-s4fCjXgHNw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4fCjXgHNw .inner-container {
    width: 100% !important;
  }
}
.cid-s4fCfEhedP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4fCfEhedP .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-s4fCfEhedP .menu-item .special-label {
  display: none;
}
.cid-s4fCfEhedP .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-s4fCfEhedP .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4fCfEhedP .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4fCfEhedP .special-label {
  color: #fff;
}
.cid-s4fCfEhedP .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4fCfEhedP .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4fCfEhedP .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4fCfEhedP .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4fCfEhedP .menu-row {
  margin: 0;
}
.cid-s4fCfEhedP .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-s4fAcde12h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4fAcde12h .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4fAcde12h .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-s4fAcde12h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4fAcde12h .inner-container {
    width: 100% !important;
  }
}
.cid-s4fAbchpOe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4fAbchpOe .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-s4fAbchpOe .menu-item .special-label {
  display: none;
}
.cid-s4fAbchpOe .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-s4fAbchpOe .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4fAbchpOe .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4fAbchpOe .special-label {
  color: #fff;
}
.cid-s4fAbchpOe .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4fAbchpOe .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4fAbchpOe .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4fAbchpOe .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4fAbchpOe .menu-row {
  margin: 0;
}
.cid-s4fAbchpOe .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-t542evfoaS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t542evfoaS .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t542evfoaS .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-t542evfoaS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t542evfoaS .inner-container {
    width: 100% !important;
  }
}
.cid-t542aEACiF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t542aEACiF .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-t542aEACiF .menu-item .special-label {
  display: none;
}
.cid-t542aEACiF .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-t542aEACiF .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-t542aEACiF .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-t542aEACiF .special-label {
  color: #fff;
}
.cid-t542aEACiF .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-t542aEACiF .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-t542aEACiF .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t542aEACiF .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-t542aEACiF .menu-row {
  margin: 0;
}
.cid-t542aEACiF .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK0Vr0EZcI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0Vr0EZcI P {
  color: #767676;
}
.cid-uK0Vr0EZcI H1 {
  color: #005ca9;
}
.cid-uK0UVq1qjb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK0UVq1qjb .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0UVq1qjb .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK0UVq1qjb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0UVq1qjb .inner-container {
    width: 100% !important;
  }
}
.cid-uK0V3Eqokx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0V3Eqokx .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK0V3Eqokx .menu-item .special-label {
  display: none;
}
.cid-uK0V3Eqokx .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK0V3Eqokx .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK0V3Eqokx .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK0V3Eqokx .special-label {
  color: #fff;
}
.cid-uK0V3Eqokx .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK0V3Eqokx .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK0V3Eqokx .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0V3Eqokx .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK0V3Eqokx .menu-row {
  margin: 0;
}
.cid-uK0V3Eqokx .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK0UWz8DPI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK0UWz8DPI .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0UWz8DPI .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK0UWz8DPI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0UWz8DPI .inner-container {
    width: 100% !important;
  }
}
.cid-uK0V4KHhhd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK0V4KHhhd .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK0V4KHhhd .menu-item .special-label {
  display: none;
}
.cid-uK0V4KHhhd .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK0V4KHhhd .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK0V4KHhhd .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK0V4KHhhd .special-label {
  color: #fff;
}
.cid-uK0V4KHhhd .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK0V4KHhhd .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK0V4KHhhd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0V4KHhhd .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK0V4KHhhd .menu-row {
  margin: 0;
}
.cid-uK0V4KHhhd .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK0XDUqnmQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0XDUqnmQ P {
  color: #767676;
}
.cid-uK0XDUqnmQ H1 {
  color: #005ca9;
}
.cid-uV5FRmmgq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV5FRmmgq2 .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV5FRmmgq2 .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV5FRmmgq2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV5FRmmgq2 .inner-container {
    width: 100% !important;
  }
}
.cid-uV5FTQLOBF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV5FTQLOBF .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV5FTQLOBF .menu-item .special-label {
  display: none;
}
.cid-uV5FTQLOBF .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV5FTQLOBF .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV5FTQLOBF .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV5FTQLOBF .special-label {
  color: #fff;
}
.cid-uV5FTQLOBF .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV5FTQLOBF .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV5FTQLOBF .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV5FTQLOBF .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV5FTQLOBF .menu-row {
  margin: 0;
}
.cid-uV5FTQLOBF .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK1tQC272p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK1tQC272p .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK1tQC272p .section-text {
  padding: 2rem 0;
}
.cid-uK1tQC272p .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK1tQC272p .inner-container {
    width: 100% !important;
  }
}
.cid-uK0UXXEaC6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK0UXXEaC6 .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0UXXEaC6 .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK0UXXEaC6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0UXXEaC6 .inner-container {
    width: 100% !important;
  }
}
.cid-uK0V5CVADi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK0V5CVADi .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK0V5CVADi .menu-item .special-label {
  display: none;
}
.cid-uK0V5CVADi .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK0V5CVADi .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK0V5CVADi .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK0V5CVADi .special-label {
  color: #fff;
}
.cid-uK0V5CVADi .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK0V5CVADi .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK0V5CVADi .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0V5CVADi .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK0V5CVADi .menu-row {
  margin: 0;
}
.cid-uK0V5CVADi .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK11vB6lgc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK11vB6lgc P {
  color: #767676;
}
.cid-uK11vB6lgc H1 {
  color: #005ca9;
}
.cid-uK0UZ1OLOV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK0UZ1OLOV .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0UZ1OLOV .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK0UZ1OLOV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0UZ1OLOV .inner-container {
    width: 100% !important;
  }
}
.cid-uK0V6uuaQr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0V6uuaQr .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK0V6uuaQr .menu-item .special-label {
  display: none;
}
.cid-uK0V6uuaQr .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK0V6uuaQr .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK0V6uuaQr .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK0V6uuaQr .special-label {
  color: #fff;
}
.cid-uK0V6uuaQr .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK0V6uuaQr .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK0V6uuaQr .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0V6uuaQr .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK0V6uuaQr .menu-row {
  margin: 0;
}
.cid-uK0V6uuaQr .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK0V02c3U8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK0V02c3U8 .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK0V02c3U8 .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK0V02c3U8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK0V02c3U8 .inner-container {
    width: 100% !important;
  }
}
.cid-uK0V7iy70k {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK0V7iy70k .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK0V7iy70k .menu-item .special-label {
  display: none;
}
.cid-uK0V7iy70k .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK0V7iy70k .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK0V7iy70k .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK0V7iy70k .special-label {
  color: #fff;
}
.cid-uK0V7iy70k .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK0V7iy70k .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK0V7iy70k .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK0V7iy70k .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK0V7iy70k .menu-row {
  margin: 0;
}
.cid-uK0V7iy70k .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK19ejdi0k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK19ejdi0k .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK19ejdi0k .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK19ejdi0k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK19ejdi0k .inner-container {
    width: 100% !important;
  }
}
.cid-uK19kJxPe1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK19kJxPe1 .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK19kJxPe1 .menu-item .special-label {
  display: none;
}
.cid-uK19kJxPe1 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK19kJxPe1 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK19kJxPe1 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK19kJxPe1 .special-label {
  color: #fff;
}
.cid-uK19kJxPe1 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK19kJxPe1 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK19kJxPe1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK19kJxPe1 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK19kJxPe1 .menu-row {
  margin: 0;
}
.cid-uK19kJxPe1 .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK19fq5NRH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK19fq5NRH .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK19fq5NRH .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK19fq5NRH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK19fq5NRH .inner-container {
    width: 100% !important;
  }
}
.cid-uK19iYJABn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK19iYJABn .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK19iYJABn .menu-item .special-label {
  display: none;
}
.cid-uK19iYJABn .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK19iYJABn .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK19iYJABn .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK19iYJABn .special-label {
  color: #fff;
}
.cid-uK19iYJABn .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK19iYJABn .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK19iYJABn .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK19iYJABn .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK19iYJABn .menu-row {
  margin: 0;
}
.cid-uK19iYJABn .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK1egCp4jS {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK1egCp4jS P {
  color: #767676;
}
.cid-uK1egCp4jS H1 {
  color: #005ca9;
}
.cid-uK19gtDZlT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uK19gtDZlT .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uK19gtDZlT .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uK19gtDZlT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uK19gtDZlT .inner-container {
    width: 100% !important;
  }
}
.cid-uK19hkuS0p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK19hkuS0p .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uK19hkuS0p .menu-item .special-label {
  display: none;
}
.cid-uK19hkuS0p .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uK19hkuS0p .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uK19hkuS0p .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uK19hkuS0p .special-label {
  color: #fff;
}
.cid-uK19hkuS0p .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uK19hkuS0p .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uK19hkuS0p .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uK19hkuS0p .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uK19hkuS0p .menu-row {
  margin: 0;
}
.cid-uK19hkuS0p .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uK1fGo2TtD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uK1fGo2TtD P {
  color: #767676;
}
.cid-uK1fGo2TtD H1 {
  color: #005ca9;
}
.cid-uV5A3xDN0U {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cec9a1;
}
.cid-uV5A3xDN0U .mbr-section-subtitle {
  color: #767676;
}
.cid-uV5A3xDN0U H2 {
  color: #6e5716;
}
.cid-uV5A5v7WMy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV5A5v7WMy .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV5A5v7WMy .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV5A5v7WMy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV5A5v7WMy .inner-container {
    width: 100% !important;
  }
}
.cid-uV5A6HKaxA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV5A6HKaxA .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV5A6HKaxA .menu-item .special-label {
  display: none;
}
.cid-uV5A6HKaxA .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV5A6HKaxA .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV5A6HKaxA .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV5A6HKaxA .special-label {
  color: #fff;
}
.cid-uV5A6HKaxA .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV5A6HKaxA .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV5A6HKaxA .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV5A6HKaxA .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV5A6HKaxA .menu-row {
  margin: 0;
}
.cid-uV5A6HKaxA .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV5AybxzSE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV5AybxzSE .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV5AybxzSE .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV5AybxzSE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV5AybxzSE .inner-container {
    width: 100% !important;
  }
}
.cid-uV5B1rxzrb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV5B1rxzrb .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV5B1rxzrb .menu-item .special-label {
  display: none;
}
.cid-uV5B1rxzrb .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV5B1rxzrb .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV5B1rxzrb .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV5B1rxzrb .special-label {
  color: #fff;
}
.cid-uV5B1rxzrb .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV5B1rxzrb .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV5B1rxzrb .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV5B1rxzrb .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV5B1rxzrb .menu-row {
  margin: 0;
}
.cid-uV5B1rxzrb .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV5CnpQKUn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV5CnpQKUn .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV5CnpQKUn .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV5CnpQKUn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV5CnpQKUn .inner-container {
    width: 100% !important;
  }
}
.cid-uV5CoziOFq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV5CoziOFq .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV5CoziOFq .menu-item .special-label {
  display: none;
}
.cid-uV5CoziOFq .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV5CoziOFq .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV5CoziOFq .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV5CoziOFq .special-label {
  color: #fff;
}
.cid-uV5CoziOFq .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV5CoziOFq .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV5CoziOFq .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV5CoziOFq .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV5CoziOFq .menu-row {
  margin: 0;
}
.cid-uV5CoziOFq .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV9p2nQZtr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV9p2nQZtr .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV9p2nQZtr .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV9p2nQZtr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV9p2nQZtr .inner-container {
    width: 100% !important;
  }
}
.cid-uV9p9aecTs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV9p9aecTs .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV9p9aecTs .menu-item .special-label {
  display: none;
}
.cid-uV9p9aecTs .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV9p9aecTs .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV9p9aecTs .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV9p9aecTs .special-label {
  color: #fff;
}
.cid-uV9p9aecTs .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV9p9aecTs .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV9p9aecTs .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV9p9aecTs .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV9p9aecTs .menu-row {
  margin: 0;
}
.cid-uV9p9aecTs .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV9uykdX6Z {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV9uykdX6Z P {
  color: #767676;
}
.cid-uV9uykdX6Z H1 {
  color: #005ca9;
}
.cid-uV9tFGy382 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uV9tFGy382 .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV9tFGy382 .menu-item .special-label {
  display: none;
}
.cid-uV9tFGy382 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV9tFGy382 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV9tFGy382 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV9tFGy382 .special-label {
  color: #fff;
}
.cid-uV9tFGy382 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV9tFGy382 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV9tFGy382 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV9tFGy382 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV9tFGy382 .menu-row {
  margin: 0;
}
.cid-uV9tFGy382 .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV9tjmP5tz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV9tjmP5tz P {
  color: #767676;
}
.cid-uV9tjmP5tz H1 {
  color: #005ca9;
}
.cid-uV9uswQk0s {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uV9uswQk0s .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV9uswQk0s .menu-item .special-label {
  display: none;
}
.cid-uV9uswQk0s .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV9uswQk0s .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV9uswQk0s .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV9uswQk0s .special-label {
  color: #fff;
}
.cid-uV9uswQk0s .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV9uswQk0s .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV9uswQk0s .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV9uswQk0s .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV9uswQk0s .menu-row {
  margin: 0;
}
.cid-uV9uswQk0s .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-uV9v5CKmz0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV9v5CKmz0 .line {
  background-color: #cec9a1;
  color: #cec9a1;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uV9v5CKmz0 .section-text {
  padding: 2rem 0;
  color: #6e5716;
}
.cid-uV9v5CKmz0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uV9v5CKmz0 .inner-container {
    width: 100% !important;
  }
}
.cid-uV9v6lmBvS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uV9v6lmBvS .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-uV9v6lmBvS .menu-item .special-label {
  display: none;
}
.cid-uV9v6lmBvS .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-uV9v6lmBvS .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-uV9v6lmBvS .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-uV9v6lmBvS .special-label {
  color: #fff;
}
.cid-uV9v6lmBvS .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uV9v6lmBvS .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-uV9v6lmBvS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uV9v6lmBvS .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-uV9v6lmBvS .menu-row {
  margin: 0;
}
.cid-uV9v6lmBvS .group-title {
  color: #730e34;
  font-weight: bold;
}
.cid-s4g14eZu6C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4g14eZu6C .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000;
  opacity: .5;
}
.cid-s4g14eZu6C .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-s4g14eZu6C .links-block ul li {
  margin: 0 1rem;
}
.cid-s4g14eZu6C .icons-block ul li {
  margin: 0 .5rem;
}
.cid-s4g14eZu6C .links-block ul,
.cid-s4g14eZu6C .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-s4fYueDNjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4fYueDNjt .mbr-text {
  color: #444444;
}
.cid-s4fYueDNjt .card-title {
  color: #f9e2af;
}
.cid-s4fYueDNjt .card .card-img span {
  color: #000000;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-s4fYueDNjt .card {
    padding-bottom: 2rem !important;
  }
}
.cid-s4g0AKsmMr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4g0AKsmMr .mbr-text,
.cid-s4g0AKsmMr blockquote {
  color: #767676;
}
.cid-s4g0AKsmMr .mbr-text P {
  text-align: center;
}
.cid-sYVA4zOYAX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
