body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.4rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.375rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #1c314e !important;
}
.bg-success {
  background-color: #f4a17c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #434165 !important;
}
.bg-danger {
  background-color: #cdc2be !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c314e !important;
  border-color: #1c314e !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: #05090e !important;
  border-color: #05090e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05090e !important;
  border-color: #05090e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeced !important;
  border-color: #ebeced !important;
  color: #676d72 !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: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676d72 !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4a17c !important;
  border-color: #f4a17c !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: #ed682c !important;
  border-color: #ed682c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ed682c !important;
  border-color: #ed682c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #434165 !important;
  border-color: #434165 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #201f30 !important;
  border-color: #201f30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cdc2be !important;
  border-color: #cdc2be !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: #a7948d !important;
  border-color: #a7948d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a7948d !important;
  border-color: #a7948d !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: transparent;
  color: #1c314e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05090e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c314e !important;
  border-color: #1c314e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeced;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bdc1c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676d72 !important;
  background-color: #ebeced !important;
  border-color: #ebeced !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4a17c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ed682c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4a17c !important;
  border-color: #f4a17c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #434165;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #201f30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #434165 !important;
  border-color: #434165 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cdc2be;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a7948d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cdc2be !important;
  border-color: #cdc2be !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #1c314e !important;
}
.text-secondary {
  color: #ebeced !important;
}
.text-success {
  color: #f4a17c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #434165 !important;
}
.text-danger {
  color: #cdc2be !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b5b9bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ec5d1e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1a1927 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a18c84 !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: #1c314e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #434165;
}
.alert-danger {
  background-color: #cdc2be;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c314e;
  border-color: #1c314e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c314e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7fa1d1;
}
.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: #7e7baa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1c314e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1c314e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c314e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c314e;
}
.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: #1c314e;
  border-bottom-color: #1c314e;
}
.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: #1c314e !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: #ebeced !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='%231c314e' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #1c314e;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #f4a17c !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #ebeced;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #f4a17c !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #f4a17c;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #1c314e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #f4a17c !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #434165;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #f4a17c !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #cdc2be;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #f4a17c !important;
}
.cid-uhj3CflC3C .navbar-dropdown {
  background: rgba(235, 236, 237, 0) !important;
  padding: 0;
}
.cid-uhj3CflC3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(235, 236, 237, 0) !important;
  background: #ebeced;
}
.cid-uhj3CflC3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .menu_box .navbar.opened,
  .cid-uhj3CflC3C .menu_box .navbar-collapse {
    background-color: #ebeced !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhj3CflC3C .navbar-dropdown {
  position: relative !important;
}
.cid-uhj3CflC3C .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uhj3CflC3C .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uhj3CflC3C .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhj3CflC3C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .offcanvas {
    padding: 12rem 80px 0;
    width: 100%;
    background-color: #1c314e;
  }
  .cid-uhj3CflC3C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhj3CflC3C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhj3CflC3C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhj3CflC3C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhj3CflC3C .offcanvas-body .mbr-text,
  .cid-uhj3CflC3C .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhj3CflC3C .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1c314e;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhj3CflC3C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhj3CflC3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhj3CflC3C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhj3CflC3C .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhj3CflC3C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhj3CflC3C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .nav-item {
    margin: 0 !important;
  }
}
.cid-uhj3CflC3C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhj3CflC3C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhj3CflC3C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhj3CflC3C .offcanvas_box {
    display: none;
  }
}
.cid-uhj3CflC3C .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhj3CflC3C .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-uhj3CflC3C .container {
  display: flex;
  margin: auto;
}
.cid-uhj3CflC3C .iconfont-wrapper {
  color: #f4a17c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhj3CflC3C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhj3CflC3C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhj3CflC3C .navbar-caption {
  color: #1C314E;
}
.cid-uhj3CflC3C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .navbar-nav {
    margin: 0;
  }
}
.cid-uhj3CflC3C .dropdown-menu,
.cid-uhj3CflC3C .navbar.opened {
  background-color: true !important;
}
.cid-uhj3CflC3C .nav-item:focus,
.cid-uhj3CflC3C .nav-link:focus {
  outline: none;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhj3CflC3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhj3CflC3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhj3CflC3C .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhj3CflC3C .navbar.opened {
  transition: all 0.3s;
}
.cid-uhj3CflC3C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhj3CflC3C .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-uhj3CflC3C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhj3CflC3C .navbar.collapsed {
  justify-content: center;
}
.cid-uhj3CflC3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhj3CflC3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhj3CflC3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhj3CflC3C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhj3CflC3C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhj3CflC3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhj3CflC3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhj3CflC3C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhj3CflC3C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhj3CflC3C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhj3CflC3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhj3CflC3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhj3CflC3C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhj3CflC3C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhj3CflC3C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhj3CflC3C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhj3CflC3C .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-uhj3CflC3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhj3CflC3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhj3CflC3C .dropdown-item.active,
.cid-uhj3CflC3C .dropdown-item:active {
  background-color: transparent;
}
.cid-uhj3CflC3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhj3CflC3C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhj3CflC3C ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhj3CflC3C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhj3CflC3C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ebeced;
  background: #ebeced;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1c314e;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhj3CflC3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhj3CflC3C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhj3CflC3C .navbar {
    height: 70px;
  }
  .cid-uhj3CflC3C .navbar.opened {
    height: auto;
  }
  .cid-uhj3CflC3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhj3CflC3C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhj3CflC3C .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhj3CflC3C .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-uhj3CflC3C .navbar-caption:hover {
  color: #1c314e;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhj3CflC3C .nav-link:hover {
  color: #f4a17c !important;
}
.cid-uhj3CflC3C .mbr-text,
.cid-uhj3CflC3C .mbr-section-subtitle,
.cid-uhj3CflC3C .text_widget {
  opacity: .5;
}
.cid-uhj3CflC3C .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-uhj3CflC3C .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-uhj3CflC3C .text_widget {
  color: #f4efe8;
}
.cid-uhj3CflC3C .mbr-section-subtitle,
.cid-uhj3CflC3C .text_widget,
.cid-uhj3CflC3C .mbr-section-btn {
  text-align: center;
}
.cid-uhj3CflC3C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhtFgXNYnL {
  padding-top: 280px;
  background-image: url("../../../assets/images/logo-2-1124x181.png");
}
.cid-uhj3K0yNhR {
  background-color: #ebeced;
}
.cid-uhj3K0yNhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhj3K0yNhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhj3K0yNhR .container-fluid {
  padding: 0;
}
.cid-uhj3K0yNhR .row {
  padding: 0;
}
.cid-uhj3K0yNhR .title-wrapper {
  padding: 0 2rem;
}
.cid-uhj3K0yNhR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-uhj3K0yNhR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-uhj3K0yNhR .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-uhj3K0yNhR .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-uhj3K0yNhR .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-uhj3K0yNhR .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uhj3K0yNhR .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-uhj3K0yNhR .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uhj3K0yNhR .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhj3K0yNhR .title-wrapper img {
    max-height: 300px;
  }
}
.cid-uhj3K0yNhR .mbr-section-title {
  color: #1c314e;
}
.cid-uhj3K0yNhR .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-uhj3K0yNhR .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-uhj3K0yNhR .mbr-section-title,
.cid-uhj3K0yNhR .mbr-section-btn {
  text-align: center;
  color: #465c7a;
}
.cid-uhjn9mQ42u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhjn9mQ42u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjn9mQ42u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhjn9mQ42u .container-fluid {
  padding: 0;
}
.cid-uhjn9mQ42u .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .row {
    padding: 0 12px;
  }
}
.cid-uhjn9mQ42u .container-wrapper {
  padding: 0;
}
.cid-uhjn9mQ42u .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-uhjn9mQ42u .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhjn9mQ42u .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uhjn9mQ42u .text-wrapper .list {
  margin-bottom: 29px;
  padding-left: 4px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .text-wrapper .list {
    margin-bottom: 16px;
  }
}
.cid-uhjn9mQ42u .text-wrapper .list li {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .text-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-uhjn9mQ42u .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .image-wrapper {
    display: block;
    padding: 0 1rem;
  }
}
.cid-uhjn9mQ42u .image-wrapper img {
  width: 260px;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhjn9mQ42u .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-uhjn9mQ42u .mbr-section-title {
  color: #1c314e;
}
.cid-uhjn9mQ42u .list {
  color: #1c314e;
}
.cid-uhjiER2Ik7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhjiER2Ik7 .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-uhjiER2Ik7 .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uhjiER2Ik7 .carousel-item,
.cid-uhjiER2Ik7 .carousel-inner {
  height: 100%;
}
.cid-uhjiER2Ik7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-uhjiER2Ik7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhjiER2Ik7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhjiER2Ik7 .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-uhjiER2Ik7 .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (min-width: 991px) {
  .cid-uhjiER2Ik7 .item-wrapper {
    padding: 0 6rem;
  }
}
@media (min-width: 991px) {
  .cid-uhjiER2Ik7 .mbr-overlay {
    margin: 0 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uhjiER2Ik7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhjiER2Ik7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhjiER2Ik7 .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-uhjiER2Ik7 .row {
    padding-left: 14rem;
  }
}
.cid-uhjiER2Ik7 .container {
  margin-bottom: 3px;
}
.cid-uhjiER2Ik7 .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-uhjiER2Ik7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhjiER2Ik7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhjiER2Ik7 .carousel-control {
    top: 40%;
  }
  .cid-uhjiER2Ik7 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-uhjiER2Ik7 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-uhjiER2Ik7 .buttons-wrap {
  justify-content: start;
}
.cid-uhjiER2Ik7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uhjiER2Ik7 .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uhjiER2Ik7 .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-uhjiER2Ik7 .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-uhjiER2Ik7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uhjiER2Ik7 .wrap {
  z-index: 9999;
}
.cid-uhjiER2Ik7 .btnHeader {
  cursor: pointer;
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-uhjiER2Ik7 .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-uhjiER2Ik7 .btnHeader::before,
.cid-uhjiER2Ik7 .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-uhjiER2Ik7 .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uhjiER2Ik7 .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-uhjiER2Ik7 .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uhjiER2Ik7 .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uhjiER2Ik7 .img {
  position: relative;
}
.cid-uhjiER2Ik7 .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-uhjiER2Ik7 .soc-item {
  transform: rotate(-90deg);
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uhjiER2Ik7 .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-uhjiER2Ik7 .soc-item::before,
.cid-uhjiER2Ik7 .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uhjiER2Ik7 .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-uhjiER2Ik7 .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-uhjiER2Ik7 .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-uhjiER2Ik7 .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-uhjJEzRH97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uhjJEzRH97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjJEzRH97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhjJEzRH97 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uhjJEzRH97 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uhjJEzRH97 .container {
    padding: 0 25px;
  }
}
.cid-uhjJEzRH97 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhjJEzRH97 .row {
    padding-top: 45px;
  }
}
.cid-uhjJEzRH97 .item:hover .item-wrapper .item-img img,
.cid-uhjJEzRH97 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-uhjJEzRH97 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uhjJEzRH97 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-uhjJEzRH97 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uhjJEzRH97 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uhjJEzRH97 .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-uhjJEzRH97 .border-wrap {
    margin-top: 45px;
  }
}
.cid-uhj45cjXL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-uhj45cjXL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhj45cjXL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhj45cjXL2 .container-fluid {
  padding: 0;
}
.cid-uhj45cjXL2 .row {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cid-uhj45cjXL2 .row {
    padding: 0 1rem;
  }
}
.cid-uhj45cjXL2 .row {
  justify-content: center;
}
.cid-uhj45cjXL2 .item {
  margin-bottom: 2rem;
}
.cid-uhj45cjXL2 .item .item-wrapper .img-wrapper {
  height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhj45cjXL2 .item .item-wrapper .img-wrapper {
    max-height: 480px;
  }
}
.cid-uhj45cjXL2 .item .item-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uhj45cjXL2 .item .item-wrapper .img-wrapper img:hover {
  transform: scale(1.1, 1.1);
}
@media (max-width: 992px) {
  .cid-uhj45cjXL2 .item .item-wrapper .img-wrapper img {
    max-height: 480px;
  }
}
.cid-uhj45cjXL2 .item .item-wrapper .img-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  pointer-events: visible;
  line-height: 74%;
}
.cid-uhj45cjXL2 .item .item-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .5;
}
.cid-uhj45cjXL2 .item-link {
  width: 100%;
  height: 100%;
  display: block;
}
.cid-uhj45cjXL2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhj45cjXL2 .mbr-text {
  color: #1c314e;
}
.cid-uhj48rOC25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-uhj48rOC25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhj48rOC25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhj48rOC25 .container-fluid {
  padding: 0;
}
.cid-uhj48rOC25 .row {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cid-uhj48rOC25 .row {
    padding: 0 1rem;
  }
}
.cid-uhj48rOC25 .row {
  justify-content: center;
}
.cid-uhj48rOC25 .item {
  margin-bottom: 2rem;
}
.cid-uhj48rOC25 .item .item-wrapper .img-wrapper {
  height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhj48rOC25 .item .item-wrapper .img-wrapper {
    max-height: 480px;
  }
}
.cid-uhj48rOC25 .item .item-wrapper .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uhj48rOC25 .item .item-wrapper .img-wrapper img:hover {
  transform: scale(1.1, 1.1);
}
@media (max-width: 992px) {
  .cid-uhj48rOC25 .item .item-wrapper .img-wrapper img {
    max-height: 480px;
  }
}
.cid-uhj48rOC25 .item .item-wrapper .img-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  pointer-events: visible;
  line-height: 74%;
}
.cid-uhj48rOC25 .item .item-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .5;
}
.cid-uhj48rOC25 .item-link {
  width: 100%;
  height: 100%;
  display: block;
}
.cid-uhj48rOC25 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhj48rOC25 .mbr-text {
  color: #1c314e;
}
.cid-uhj5gdQy8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-uhj5gdQy8I .container-fluid {
  padding: 0;
}
.cid-uhj5gdQy8I .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .row {
    padding: 0 12px;
  }
}
.cid-uhj5gdQy8I .container-wrapper {
  padding: 0;
}
.cid-uhj5gdQy8I .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uhj5gdQy8I .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper {
    display: block;
  }
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:hover {
  color: #f4a17c;
  text-decoration: underline;
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uhj5gdQy8I .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #1c314e;
  text-align: center;
}
.cid-uhj5gdQy8I .mbr-contact {
  color: #1c314e;
}
.cid-uhj3CflC3C .navbar-dropdown {
  background: rgba(235, 236, 237, 0) !important;
  padding: 0;
}
.cid-uhj3CflC3C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(235, 236, 237, 0) !important;
  background: #ebeced;
}
.cid-uhj3CflC3C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .menu_box .navbar.opened,
  .cid-uhj3CflC3C .menu_box .navbar-collapse {
    background-color: #ebeced !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhj3CflC3C .navbar-dropdown {
  position: relative !important;
}
.cid-uhj3CflC3C .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uhj3CflC3C .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uhj3CflC3C .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhj3CflC3C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .offcanvas {
    padding: 12rem 80px 0;
    width: 100%;
    background-color: #1c314e;
  }
  .cid-uhj3CflC3C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhj3CflC3C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhj3CflC3C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhj3CflC3C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhj3CflC3C .offcanvas-body .mbr-text,
  .cid-uhj3CflC3C .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uhj3CflC3C .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #1c314e;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhj3CflC3C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhj3CflC3C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhj3CflC3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhj3CflC3C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhj3CflC3C .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhj3CflC3C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhj3CflC3C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .nav-item {
    margin: 0 !important;
  }
}
.cid-uhj3CflC3C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhj3CflC3C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhj3CflC3C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhj3CflC3C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhj3CflC3C .offcanvas_box {
    display: none;
  }
}
.cid-uhj3CflC3C .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uhj3CflC3C .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-uhj3CflC3C .container {
  display: flex;
  margin: auto;
}
.cid-uhj3CflC3C .iconfont-wrapper {
  color: #f4a17c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhj3CflC3C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhj3CflC3C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhj3CflC3C .navbar-caption {
  color: #1C314E;
}
.cid-uhj3CflC3C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .navbar-nav {
    margin: 0;
  }
}
.cid-uhj3CflC3C .dropdown-menu,
.cid-uhj3CflC3C .navbar.opened {
  background-color: true !important;
}
.cid-uhj3CflC3C .nav-item:focus,
.cid-uhj3CflC3C .nav-link:focus {
  outline: none;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhj3CflC3C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhj3CflC3C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhj3CflC3C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhj3CflC3C .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uhj3CflC3C .navbar.opened {
  transition: all 0.3s;
}
.cid-uhj3CflC3C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhj3CflC3C .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-uhj3CflC3C .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhj3CflC3C .navbar.collapsed {
  justify-content: center;
}
.cid-uhj3CflC3C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhj3CflC3C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhj3CflC3C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhj3CflC3C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhj3CflC3C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhj3CflC3C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhj3CflC3C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhj3CflC3C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhj3CflC3C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhj3CflC3C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhj3CflC3C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhj3CflC3C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhj3CflC3C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhj3CflC3C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhj3CflC3C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhj3CflC3C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhj3CflC3C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhj3CflC3C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhj3CflC3C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhj3CflC3C .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-uhj3CflC3C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhj3CflC3C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhj3CflC3C .dropdown-item.active,
.cid-uhj3CflC3C .dropdown-item:active {
  background-color: transparent;
}
.cid-uhj3CflC3C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhj3CflC3C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhj3CflC3C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhj3CflC3C ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uhj3CflC3C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhj3CflC3C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ebeced;
  background: #ebeced;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #1c314e;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhj3CflC3C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhj3CflC3C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhj3CflC3C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhj3CflC3C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhj3CflC3C .navbar {
    height: 70px;
  }
  .cid-uhj3CflC3C .navbar.opened {
    height: auto;
  }
  .cid-uhj3CflC3C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhj3CflC3C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uhj3CflC3C .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uhj3CflC3C .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-uhj3CflC3C .navbar-caption:hover {
  color: #1c314e;
}
@media (min-width: 992px) {
  .cid-uhj3CflC3C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhj3CflC3C .nav-link:hover {
  color: #f4a17c !important;
}
.cid-uhj3CflC3C .mbr-text,
.cid-uhj3CflC3C .mbr-section-subtitle,
.cid-uhj3CflC3C .text_widget {
  opacity: .5;
}
.cid-uhj3CflC3C .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-uhj3CflC3C .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-uhj3CflC3C .text_widget {
  color: #f4efe8;
}
.cid-uhj3CflC3C .mbr-section-subtitle,
.cid-uhj3CflC3C .text_widget,
.cid-uhj3CflC3C .mbr-section-btn {
  text-align: center;
}
.cid-uhj3CflC3C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoTNJCcjS9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78ba55;
}
.cid-uoTNJCcjS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoTNJCcjS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoPmU9tVtT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoPmU9tVtT .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoPmU9tVtT .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoPmU9tVtT .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoPmU9tVtT .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoPmU9tVtT .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoPmU9tVtT .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoPmU9tVtT .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoPmU9tVtT .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoPmU9tVtT .mbr-figure {
    width: 100% !important;
  }
  .cid-uoPmU9tVtT .menu-item {
    flex-direction: column;
  }
  .cid-uoPmU9tVtT img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoPmU9tVtT .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoPmU9tVtT .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoPmU9tVtT .special-label {
  color: #fff;
}
.cid-uoPmU9tVtT .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoPmU9tVtT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoPmU9tVtT .menu-row {
  margin: 0;
}
.cid-uoPmU9tVtT .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoPmU9tVtT .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoPmU9tVtT .group-title,
.cid-uoPmU9tVtT .align-wrap {
  text-align: left;
}
.cid-uoPmU9tVtT SPAN {
  color: #89b758;
}
.cid-uoPmU9tVtT .item-title {
  color: #808080;
}
.cid-uoPmU9tVtT H4 {
  color: #89b758;
}
.cid-uoPmU9tVtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPmU9tVtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoTEvVdUJI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoTEvVdUJI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoTEvVdUJI .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoTEvVdUJI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoTEvVdUJI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoTEvVdUJI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoTEvVdUJI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoTEvVdUJI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoTEvVdUJI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoTEvVdUJI .mbr-figure {
    width: 100% !important;
  }
  .cid-uoTEvVdUJI .menu-item {
    flex-direction: column;
  }
  .cid-uoTEvVdUJI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoTEvVdUJI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoTEvVdUJI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoTEvVdUJI .special-label {
  color: #fff;
}
.cid-uoTEvVdUJI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoTEvVdUJI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoTEvVdUJI .menu-row {
  margin: 0;
}
.cid-uoTEvVdUJI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoTEvVdUJI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoTEvVdUJI .group-title,
.cid-uoTEvVdUJI .align-wrap {
  text-align: left;
}
.cid-uoTEvVdUJI SPAN {
  color: #89b758;
}
.cid-uoTEvVdUJI .item-title {
  color: #808080;
}
.cid-uoTEvVdUJI H4 {
  color: #89b758;
}
.cid-uoTEvVdUJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoTEvVdUJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoU1hcBrdL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoU1hcBrdL .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoU1hcBrdL .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoU1hcBrdL .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoU1hcBrdL .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoU1hcBrdL .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoU1hcBrdL .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoU1hcBrdL .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoU1hcBrdL .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoU1hcBrdL .mbr-figure {
    width: 100% !important;
  }
  .cid-uoU1hcBrdL .menu-item {
    flex-direction: column;
  }
  .cid-uoU1hcBrdL img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoU1hcBrdL .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoU1hcBrdL .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoU1hcBrdL .special-label {
  color: #fff;
}
.cid-uoU1hcBrdL .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoU1hcBrdL .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoU1hcBrdL .menu-row {
  margin: 0;
}
.cid-uoU1hcBrdL .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoU1hcBrdL .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoU1hcBrdL .group-title,
.cid-uoU1hcBrdL .align-wrap {
  text-align: left;
}
.cid-uoU1hcBrdL SPAN {
  color: #89b758;
}
.cid-uoU1hcBrdL .item-title {
  color: #808080;
}
.cid-uoU1hcBrdL H4 {
  color: #89b758;
}
.cid-uoU1hcBrdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoU1hcBrdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUjaLr6IS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoUjaLr6IS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoUjaLr6IS .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoUjaLr6IS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoUjaLr6IS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoUjaLr6IS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoUjaLr6IS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoUjaLr6IS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoUjaLr6IS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoUjaLr6IS .mbr-figure {
    width: 100% !important;
  }
  .cid-uoUjaLr6IS .menu-item {
    flex-direction: column;
  }
  .cid-uoUjaLr6IS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoUjaLr6IS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoUjaLr6IS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoUjaLr6IS .special-label {
  color: #fff;
}
.cid-uoUjaLr6IS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoUjaLr6IS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoUjaLr6IS .menu-row {
  margin: 0;
}
.cid-uoUjaLr6IS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoUjaLr6IS .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoUjaLr6IS .group-title,
.cid-uoUjaLr6IS .align-wrap {
  text-align: left;
}
.cid-uoUjaLr6IS SPAN {
  color: #89b758;
}
.cid-uoUjaLr6IS .item-title {
  color: #808080;
}
.cid-uoUjaLr6IS H4 {
  color: #89b758;
}
.cid-uoUjaLr6IS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUjaLr6IS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUrsL8VL5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoUrsL8VL5 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoUrsL8VL5 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoUrsL8VL5 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoUrsL8VL5 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoUrsL8VL5 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoUrsL8VL5 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoUrsL8VL5 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoUrsL8VL5 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoUrsL8VL5 .mbr-figure {
    width: 100% !important;
  }
  .cid-uoUrsL8VL5 .menu-item {
    flex-direction: column;
  }
  .cid-uoUrsL8VL5 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoUrsL8VL5 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoUrsL8VL5 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoUrsL8VL5 .special-label {
  color: #fff;
}
.cid-uoUrsL8VL5 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoUrsL8VL5 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoUrsL8VL5 .menu-row {
  margin: 0;
}
.cid-uoUrsL8VL5 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoUrsL8VL5 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoUrsL8VL5 .group-title,
.cid-uoUrsL8VL5 .align-wrap {
  text-align: left;
}
.cid-uoUrsL8VL5 SPAN {
  color: #89b758;
}
.cid-uoUrsL8VL5 .item-title {
  color: #808080;
}
.cid-uoUrsL8VL5 H4 {
  color: #89b758;
}
.cid-uoUrsL8VL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUrsL8VL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWDQ03dUR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoWDQ03dUR .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoWDQ03dUR .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoWDQ03dUR .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoWDQ03dUR .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoWDQ03dUR .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoWDQ03dUR .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoWDQ03dUR .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoWDQ03dUR .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoWDQ03dUR .mbr-figure {
    width: 100% !important;
  }
  .cid-uoWDQ03dUR .menu-item {
    flex-direction: column;
  }
  .cid-uoWDQ03dUR img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoWDQ03dUR .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoWDQ03dUR .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoWDQ03dUR .special-label {
  color: #fff;
}
.cid-uoWDQ03dUR .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoWDQ03dUR .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoWDQ03dUR .menu-row {
  margin: 0;
}
.cid-uoWDQ03dUR .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoWDQ03dUR .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoWDQ03dUR .group-title,
.cid-uoWDQ03dUR .align-wrap {
  text-align: left;
}
.cid-uoWDQ03dUR SPAN {
  color: #89b758;
}
.cid-uoWDQ03dUR .item-title {
  color: #808080;
}
.cid-uoWDQ03dUR H4 {
  color: #89b758;
}
.cid-uoWDQ03dUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWDQ03dUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWHyLdsEV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoWHyLdsEV .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoWHyLdsEV .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoWHyLdsEV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoWHyLdsEV .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoWHyLdsEV .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoWHyLdsEV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoWHyLdsEV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoWHyLdsEV .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoWHyLdsEV .mbr-figure {
    width: 100% !important;
  }
  .cid-uoWHyLdsEV .menu-item {
    flex-direction: column;
  }
  .cid-uoWHyLdsEV img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoWHyLdsEV .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoWHyLdsEV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoWHyLdsEV .special-label {
  color: #fff;
}
.cid-uoWHyLdsEV .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoWHyLdsEV .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoWHyLdsEV .menu-row {
  margin: 0;
}
.cid-uoWHyLdsEV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoWHyLdsEV .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoWHyLdsEV .group-title,
.cid-uoWHyLdsEV .align-wrap {
  text-align: left;
}
.cid-uoWHyLdsEV SPAN {
  color: #89b758;
}
.cid-uoWHyLdsEV .item-title {
  color: #808080;
}
.cid-uoWHyLdsEV H4 {
  color: #89b758;
}
.cid-uoWHyLdsEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWHyLdsEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWPrkjzFK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoWPrkjzFK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoWPrkjzFK .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoWPrkjzFK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoWPrkjzFK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoWPrkjzFK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoWPrkjzFK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoWPrkjzFK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoWPrkjzFK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoWPrkjzFK .mbr-figure {
    width: 100% !important;
  }
  .cid-uoWPrkjzFK .menu-item {
    flex-direction: column;
  }
  .cid-uoWPrkjzFK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoWPrkjzFK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoWPrkjzFK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoWPrkjzFK .special-label {
  color: #fff;
}
.cid-uoWPrkjzFK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoWPrkjzFK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoWPrkjzFK .menu-row {
  margin: 0;
}
.cid-uoWPrkjzFK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoWPrkjzFK .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoWPrkjzFK .group-title,
.cid-uoWPrkjzFK .align-wrap {
  text-align: left;
}
.cid-uoWPrkjzFK SPAN {
  color: #89b758;
}
.cid-uoWPrkjzFK .item-title {
  color: #808080;
}
.cid-uoWPrkjzFK H4 {
  color: #89b758;
}
.cid-uoWPrkjzFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWPrkjzFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWU0qcyeZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoWU0qcyeZ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoWU0qcyeZ .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoWU0qcyeZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoWU0qcyeZ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoWU0qcyeZ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoWU0qcyeZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoWU0qcyeZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoWU0qcyeZ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoWU0qcyeZ .mbr-figure {
    width: 100% !important;
  }
  .cid-uoWU0qcyeZ .menu-item {
    flex-direction: column;
  }
  .cid-uoWU0qcyeZ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoWU0qcyeZ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoWU0qcyeZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoWU0qcyeZ .special-label {
  color: #fff;
}
.cid-uoWU0qcyeZ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoWU0qcyeZ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoWU0qcyeZ .menu-row {
  margin: 0;
}
.cid-uoWU0qcyeZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoWU0qcyeZ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoWU0qcyeZ .group-title,
.cid-uoWU0qcyeZ .align-wrap {
  text-align: left;
}
.cid-uoWU0qcyeZ SPAN {
  color: #89b758;
}
.cid-uoWU0qcyeZ .item-title {
  color: #808080;
}
.cid-uoWU0qcyeZ H4 {
  color: #89b758;
}
.cid-uoWU0qcyeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWU0qcyeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoX0wNfZg1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoX0wNfZg1 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoX0wNfZg1 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoX0wNfZg1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoX0wNfZg1 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoX0wNfZg1 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoX0wNfZg1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoX0wNfZg1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoX0wNfZg1 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoX0wNfZg1 .mbr-figure {
    width: 100% !important;
  }
  .cid-uoX0wNfZg1 .menu-item {
    flex-direction: column;
  }
  .cid-uoX0wNfZg1 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoX0wNfZg1 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoX0wNfZg1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoX0wNfZg1 .special-label {
  color: #fff;
}
.cid-uoX0wNfZg1 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoX0wNfZg1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoX0wNfZg1 .menu-row {
  margin: 0;
}
.cid-uoX0wNfZg1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoX0wNfZg1 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoX0wNfZg1 .group-title,
.cid-uoX0wNfZg1 .align-wrap {
  text-align: left;
}
.cid-uoX0wNfZg1 SPAN {
  color: #89b758;
}
.cid-uoX0wNfZg1 .item-title {
  color: #808080;
}
.cid-uoX0wNfZg1 H4 {
  color: #89b758;
}
.cid-uoX0wNfZg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoX0wNfZg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoX4Ilux08 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoX4Ilux08 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uoX4Ilux08 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uoX4Ilux08 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-uoX4Ilux08 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uoX4Ilux08 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uoX4Ilux08 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uoX4Ilux08 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uoX4Ilux08 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uoX4Ilux08 .mbr-figure {
    width: 100% !important;
  }
  .cid-uoX4Ilux08 .menu-item {
    flex-direction: column;
  }
  .cid-uoX4Ilux08 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uoX4Ilux08 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uoX4Ilux08 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uoX4Ilux08 .special-label {
  color: #fff;
}
.cid-uoX4Ilux08 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uoX4Ilux08 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uoX4Ilux08 .menu-row {
  margin: 0;
}
.cid-uoX4Ilux08 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uoX4Ilux08 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-uoX4Ilux08 .group-title,
.cid-uoX4Ilux08 .align-wrap {
  text-align: left;
}
.cid-uoX4Ilux08 SPAN {
  color: #89b758;
}
.cid-uoX4Ilux08 .item-title {
  color: #808080;
}
.cid-uoX4Ilux08 H4 {
  color: #89b758;
}
.cid-uoX4Ilux08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoX4Ilux08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSHhXFJjd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSHhXFJjd .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSHhXFJjd .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSHhXFJjd .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSHhXFJjd .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSHhXFJjd .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSHhXFJjd .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSHhXFJjd .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSHhXFJjd .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSHhXFJjd .mbr-figure {
    width: 100% !important;
  }
  .cid-utSHhXFJjd .menu-item {
    flex-direction: column;
  }
  .cid-utSHhXFJjd img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSHhXFJjd .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSHhXFJjd .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSHhXFJjd .special-label {
  color: #fff;
}
.cid-utSHhXFJjd .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSHhXFJjd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSHhXFJjd .menu-row {
  margin: 0;
}
.cid-utSHhXFJjd .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSHhXFJjd .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSHhXFJjd .group-title,
.cid-utSHhXFJjd .align-wrap {
  text-align: left;
}
.cid-utSHhXFJjd SPAN {
  color: #89b758;
}
.cid-utSHhXFJjd .item-title {
  color: #808080;
}
.cid-utSHhXFJjd H4 {
  color: #89b758;
}
.cid-utSHhXFJjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSHhXFJjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSHhXFJjd .mbr-section-title,
.cid-utSHhXFJjd .ornament DIV {
  text-align: center;
}
.cid-utSHmS5epK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSHmS5epK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSHmS5epK .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSHmS5epK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSHmS5epK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSHmS5epK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSHmS5epK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSHmS5epK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSHmS5epK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSHmS5epK .mbr-figure {
    width: 100% !important;
  }
  .cid-utSHmS5epK .menu-item {
    flex-direction: column;
  }
  .cid-utSHmS5epK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSHmS5epK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSHmS5epK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSHmS5epK .special-label {
  color: #fff;
}
.cid-utSHmS5epK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSHmS5epK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSHmS5epK .menu-row {
  margin: 0;
}
.cid-utSHmS5epK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSHmS5epK .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSHmS5epK .group-title,
.cid-utSHmS5epK .align-wrap {
  text-align: left;
}
.cid-utSHmS5epK SPAN {
  color: #89b758;
}
.cid-utSHmS5epK .item-title {
  color: #808080;
}
.cid-utSHmS5epK H4 {
  color: #89b758;
}
.cid-utSHmS5epK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSHmS5epK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSHmS5epK .mbr-section-title,
.cid-utSHmS5epK .ornament DIV {
  text-align: center;
}
.cid-utSPMr39xW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSPMr39xW .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSPMr39xW .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSPMr39xW .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSPMr39xW .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSPMr39xW .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSPMr39xW .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSPMr39xW .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSPMr39xW .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSPMr39xW .mbr-figure {
    width: 100% !important;
  }
  .cid-utSPMr39xW .menu-item {
    flex-direction: column;
  }
  .cid-utSPMr39xW img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSPMr39xW .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSPMr39xW .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSPMr39xW .special-label {
  color: #fff;
}
.cid-utSPMr39xW .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSPMr39xW .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSPMr39xW .menu-row {
  margin: 0;
}
.cid-utSPMr39xW .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSPMr39xW .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSPMr39xW .group-title,
.cid-utSPMr39xW .align-wrap {
  text-align: left;
}
.cid-utSPMr39xW SPAN {
  color: #89b758;
}
.cid-utSPMr39xW .item-title {
  color: #808080;
}
.cid-utSPMr39xW H4 {
  color: #89b758;
}
.cid-utSPMr39xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSPMr39xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSPMr39xW .mbr-section-title,
.cid-utSPMr39xW .ornament DIV {
  text-align: center;
}
.cid-utSSI7x2j1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSSI7x2j1 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSSI7x2j1 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSSI7x2j1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSSI7x2j1 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSSI7x2j1 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSSI7x2j1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSSI7x2j1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSSI7x2j1 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSSI7x2j1 .mbr-figure {
    width: 100% !important;
  }
  .cid-utSSI7x2j1 .menu-item {
    flex-direction: column;
  }
  .cid-utSSI7x2j1 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSSI7x2j1 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSSI7x2j1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSSI7x2j1 .special-label {
  color: #fff;
}
.cid-utSSI7x2j1 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSSI7x2j1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSSI7x2j1 .menu-row {
  margin: 0;
}
.cid-utSSI7x2j1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSSI7x2j1 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSSI7x2j1 .group-title,
.cid-utSSI7x2j1 .align-wrap {
  text-align: left;
}
.cid-utSSI7x2j1 SPAN {
  color: #89b758;
}
.cid-utSSI7x2j1 .item-title {
  color: #808080;
}
.cid-utSSI7x2j1 H4 {
  color: #89b758;
}
.cid-utSSI7x2j1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSSI7x2j1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSSI7x2j1 .mbr-section-title,
.cid-utSSI7x2j1 .ornament DIV {
  text-align: center;
}
.cid-utSSJTJtZr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSSJTJtZr .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSSJTJtZr .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSSJTJtZr .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSSJTJtZr .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSSJTJtZr .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSSJTJtZr .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSSJTJtZr .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSSJTJtZr .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSSJTJtZr .mbr-figure {
    width: 100% !important;
  }
  .cid-utSSJTJtZr .menu-item {
    flex-direction: column;
  }
  .cid-utSSJTJtZr img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSSJTJtZr .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSSJTJtZr .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSSJTJtZr .special-label {
  color: #fff;
}
.cid-utSSJTJtZr .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSSJTJtZr .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSSJTJtZr .menu-row {
  margin: 0;
}
.cid-utSSJTJtZr .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSSJTJtZr .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSSJTJtZr .group-title,
.cid-utSSJTJtZr .align-wrap {
  text-align: left;
}
.cid-utSSJTJtZr SPAN {
  color: #89b758;
}
.cid-utSSJTJtZr .item-title {
  color: #808080;
}
.cid-utSSJTJtZr H4 {
  color: #89b758;
}
.cid-utSSJTJtZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSSJTJtZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSSJTJtZr .mbr-section-title,
.cid-utSSJTJtZr .ornament DIV {
  text-align: center;
}
.cid-utSSKFzZpX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utSSKFzZpX .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utSSKFzZpX .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utSSKFzZpX .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utSSKFzZpX .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utSSKFzZpX .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utSSKFzZpX .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utSSKFzZpX .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utSSKFzZpX .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utSSKFzZpX .mbr-figure {
    width: 100% !important;
  }
  .cid-utSSKFzZpX .menu-item {
    flex-direction: column;
  }
  .cid-utSSKFzZpX img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utSSKFzZpX .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utSSKFzZpX .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utSSKFzZpX .special-label {
  color: #fff;
}
.cid-utSSKFzZpX .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utSSKFzZpX .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utSSKFzZpX .menu-row {
  margin: 0;
}
.cid-utSSKFzZpX .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utSSKFzZpX .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utSSKFzZpX .group-title,
.cid-utSSKFzZpX .align-wrap {
  text-align: left;
}
.cid-utSSKFzZpX SPAN {
  color: #89b758;
}
.cid-utSSKFzZpX .item-title {
  color: #808080;
}
.cid-utSSKFzZpX H4 {
  color: #89b758;
}
.cid-utSSKFzZpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utSSKFzZpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utSSKFzZpX .mbr-section-title,
.cid-utSSKFzZpX .ornament DIV {
  text-align: center;
}
.cid-utT8QWLTfK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utT8QWLTfK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utT8QWLTfK .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utT8QWLTfK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utT8QWLTfK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utT8QWLTfK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utT8QWLTfK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utT8QWLTfK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utT8QWLTfK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utT8QWLTfK .mbr-figure {
    width: 100% !important;
  }
  .cid-utT8QWLTfK .menu-item {
    flex-direction: column;
  }
  .cid-utT8QWLTfK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utT8QWLTfK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utT8QWLTfK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utT8QWLTfK .special-label {
  color: #fff;
}
.cid-utT8QWLTfK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utT8QWLTfK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utT8QWLTfK .menu-row {
  margin: 0;
}
.cid-utT8QWLTfK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utT8QWLTfK .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utT8QWLTfK .group-title,
.cid-utT8QWLTfK .align-wrap {
  text-align: left;
}
.cid-utT8QWLTfK SPAN {
  color: #89b758;
}
.cid-utT8QWLTfK .item-title {
  color: #808080;
}
.cid-utT8QWLTfK H4 {
  color: #89b758;
}
.cid-utT8QWLTfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utT8QWLTfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utT8QWLTfK .mbr-section-title,
.cid-utT8QWLTfK .ornament DIV {
  text-align: center;
}
.cid-utT8RzjEgN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utT8RzjEgN .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utT8RzjEgN .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utT8RzjEgN .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utT8RzjEgN .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utT8RzjEgN .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utT8RzjEgN .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utT8RzjEgN .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utT8RzjEgN .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utT8RzjEgN .mbr-figure {
    width: 100% !important;
  }
  .cid-utT8RzjEgN .menu-item {
    flex-direction: column;
  }
  .cid-utT8RzjEgN img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utT8RzjEgN .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utT8RzjEgN .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utT8RzjEgN .special-label {
  color: #fff;
}
.cid-utT8RzjEgN .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utT8RzjEgN .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utT8RzjEgN .menu-row {
  margin: 0;
}
.cid-utT8RzjEgN .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utT8RzjEgN .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utT8RzjEgN .group-title,
.cid-utT8RzjEgN .align-wrap {
  text-align: left;
}
.cid-utT8RzjEgN SPAN {
  color: #89b758;
}
.cid-utT8RzjEgN .item-title {
  color: #808080;
}
.cid-utT8RzjEgN H4 {
  color: #89b758;
}
.cid-utT8RzjEgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-utT8RzjEgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utT8RzjEgN .mbr-section-title,
.cid-utT8RzjEgN .ornament DIV {
  text-align: center;
}
.cid-utT8Ssl1w8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utT8Ssl1w8 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utT8Ssl1w8 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utT8Ssl1w8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utT8Ssl1w8 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utT8Ssl1w8 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utT8Ssl1w8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utT8Ssl1w8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utT8Ssl1w8 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utT8Ssl1w8 .mbr-figure {
    width: 100% !important;
  }
  .cid-utT8Ssl1w8 .menu-item {
    flex-direction: column;
  }
  .cid-utT8Ssl1w8 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utT8Ssl1w8 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utT8Ssl1w8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utT8Ssl1w8 .special-label {
  color: #fff;
}
.cid-utT8Ssl1w8 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utT8Ssl1w8 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utT8Ssl1w8 .menu-row {
  margin: 0;
}
.cid-utT8Ssl1w8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utT8Ssl1w8 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utT8Ssl1w8 .group-title,
.cid-utT8Ssl1w8 .align-wrap {
  text-align: left;
}
.cid-utT8Ssl1w8 SPAN {
  color: #89b758;
}
.cid-utT8Ssl1w8 .item-title {
  color: #808080;
}
.cid-utT8Ssl1w8 H4 {
  color: #89b758;
}
.cid-utT8Ssl1w8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utT8Ssl1w8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utT8Ssl1w8 .mbr-section-title,
.cid-utT8Ssl1w8 .ornament DIV {
  text-align: center;
}
.cid-utTfapUPhd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTfapUPhd .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTfapUPhd .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTfapUPhd .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTfapUPhd .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTfapUPhd .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTfapUPhd .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTfapUPhd .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTfapUPhd .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTfapUPhd .mbr-figure {
    width: 100% !important;
  }
  .cid-utTfapUPhd .menu-item {
    flex-direction: column;
  }
  .cid-utTfapUPhd img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTfapUPhd .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTfapUPhd .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTfapUPhd .special-label {
  color: #fff;
}
.cid-utTfapUPhd .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTfapUPhd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTfapUPhd .menu-row {
  margin: 0;
}
.cid-utTfapUPhd .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTfapUPhd .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTfapUPhd .group-title,
.cid-utTfapUPhd .align-wrap {
  text-align: left;
}
.cid-utTfapUPhd SPAN {
  color: #89b758;
}
.cid-utTfapUPhd .item-title {
  color: #808080;
}
.cid-utTfapUPhd H4 {
  color: #89b758;
}
.cid-utTfapUPhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTfapUPhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTfapUPhd .mbr-section-title,
.cid-utTfapUPhd .ornament DIV {
  text-align: center;
}
.cid-utTfaOb2DK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTfaOb2DK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTfaOb2DK .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTfaOb2DK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTfaOb2DK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTfaOb2DK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTfaOb2DK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTfaOb2DK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTfaOb2DK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTfaOb2DK .mbr-figure {
    width: 100% !important;
  }
  .cid-utTfaOb2DK .menu-item {
    flex-direction: column;
  }
  .cid-utTfaOb2DK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTfaOb2DK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTfaOb2DK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTfaOb2DK .special-label {
  color: #fff;
}
.cid-utTfaOb2DK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTfaOb2DK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTfaOb2DK .menu-row {
  margin: 0;
}
.cid-utTfaOb2DK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTfaOb2DK .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTfaOb2DK .group-title,
.cid-utTfaOb2DK .align-wrap {
  text-align: left;
}
.cid-utTfaOb2DK SPAN {
  color: #89b758;
}
.cid-utTfaOb2DK .item-title {
  color: #808080;
}
.cid-utTfaOb2DK H4 {
  color: #89b758;
}
.cid-utTfaOb2DK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTfaOb2DK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTfaOb2DK .mbr-section-title,
.cid-utTfaOb2DK .ornament DIV {
  text-align: center;
}
.cid-utTfbmwxY6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTfbmwxY6 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTfbmwxY6 .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTfbmwxY6 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTfbmwxY6 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTfbmwxY6 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTfbmwxY6 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTfbmwxY6 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTfbmwxY6 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTfbmwxY6 .mbr-figure {
    width: 100% !important;
  }
  .cid-utTfbmwxY6 .menu-item {
    flex-direction: column;
  }
  .cid-utTfbmwxY6 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTfbmwxY6 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTfbmwxY6 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTfbmwxY6 .special-label {
  color: #fff;
}
.cid-utTfbmwxY6 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTfbmwxY6 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTfbmwxY6 .menu-row {
  margin: 0;
}
.cid-utTfbmwxY6 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTfbmwxY6 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTfbmwxY6 .group-title,
.cid-utTfbmwxY6 .align-wrap {
  text-align: left;
}
.cid-utTfbmwxY6 SPAN {
  color: #89b758;
}
.cid-utTfbmwxY6 .item-title {
  color: #808080;
}
.cid-utTfbmwxY6 H4 {
  color: #89b758;
}
.cid-utTfbmwxY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTfbmwxY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTfbmwxY6 .mbr-section-title,
.cid-utTfbmwxY6 .ornament DIV {
  text-align: center;
}
.cid-utTq16zGrT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTq16zGrT .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTq16zGrT .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTq16zGrT .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTq16zGrT .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTq16zGrT .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTq16zGrT .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTq16zGrT .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTq16zGrT .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTq16zGrT .mbr-figure {
    width: 100% !important;
  }
  .cid-utTq16zGrT .menu-item {
    flex-direction: column;
  }
  .cid-utTq16zGrT img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTq16zGrT .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTq16zGrT .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTq16zGrT .special-label {
  color: #fff;
}
.cid-utTq16zGrT .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTq16zGrT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTq16zGrT .menu-row {
  margin: 0;
}
.cid-utTq16zGrT .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTq16zGrT .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTq16zGrT .group-title,
.cid-utTq16zGrT .align-wrap {
  text-align: left;
}
.cid-utTq16zGrT SPAN {
  color: #89b758;
}
.cid-utTq16zGrT .item-title {
  color: #808080;
}
.cid-utTq16zGrT H4 {
  color: #89b758;
}
.cid-utTq16zGrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTq16zGrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTq16zGrT .mbr-section-title,
.cid-utTq16zGrT .ornament DIV {
  text-align: center;
}
.cid-utTFz2jgqy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTFz2jgqy .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTFz2jgqy .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTFz2jgqy .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTFz2jgqy .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTFz2jgqy .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTFz2jgqy .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTFz2jgqy .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTFz2jgqy .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTFz2jgqy .mbr-figure {
    width: 100% !important;
  }
  .cid-utTFz2jgqy .menu-item {
    flex-direction: column;
  }
  .cid-utTFz2jgqy img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTFz2jgqy .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTFz2jgqy .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTFz2jgqy .special-label {
  color: #fff;
}
.cid-utTFz2jgqy .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTFz2jgqy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTFz2jgqy .menu-row {
  margin: 0;
}
.cid-utTFz2jgqy .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTFz2jgqy .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTFz2jgqy .group-title,
.cid-utTFz2jgqy .align-wrap {
  text-align: left;
}
.cid-utTFz2jgqy SPAN {
  color: #89b758;
}
.cid-utTFz2jgqy .item-title {
  color: #808080;
}
.cid-utTFz2jgqy H4 {
  color: #89b758;
}
.cid-utTFz2jgqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTFz2jgqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTFz2jgqy .mbr-section-title,
.cid-utTFz2jgqy .ornament DIV {
  text-align: center;
}
.cid-utTFK8jXFi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utTFK8jXFi .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-utTFK8jXFi .item-tag {
  background: #89b758;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-utTFK8jXFi .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #89b758;
}
.cid-utTFK8jXFi .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-utTFK8jXFi .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-utTFK8jXFi .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-utTFK8jXFi .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utTFK8jXFi .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-utTFK8jXFi .mbr-figure {
    width: 100% !important;
  }
  .cid-utTFK8jXFi .menu-item {
    flex-direction: column;
  }
  .cid-utTFK8jXFi img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-utTFK8jXFi .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-utTFK8jXFi .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-utTFK8jXFi .special-label {
  color: #fff;
}
.cid-utTFK8jXFi .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-utTFK8jXFi .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utTFK8jXFi .menu-row {
  margin: 0;
}
.cid-utTFK8jXFi .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-utTFK8jXFi .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-utTFK8jXFi .group-title,
.cid-utTFK8jXFi .align-wrap {
  text-align: left;
}
.cid-utTFK8jXFi SPAN {
  color: #89b758;
}
.cid-utTFK8jXFi .item-title {
  color: #808080;
}
.cid-utTFK8jXFi H4 {
  color: #89b758;
}
.cid-utTFK8jXFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-utTFK8jXFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utTFK8jXFi .mbr-section-title,
.cid-utTFK8jXFi .ornament DIV {
  text-align: center;
}
.cid-uhj5gdQy8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
}
.cid-uhj5gdQy8I .container-fluid {
  padding: 0;
}
.cid-uhj5gdQy8I .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .row {
    padding: 0 12px;
  }
}
.cid-uhj5gdQy8I .container-wrapper {
  padding: 0;
}
.cid-uhj5gdQy8I .mbr-section-title {
  margin-bottom: 29px;
  letter-spacing: 2rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uhj5gdQy8I .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper {
    display: block;
  }
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact {
  margin: 0;
  opacity: .5;
  transition: all .3s ease;
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:hover {
  color: #f4a17c;
  text-decoration: underline;
}
.cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:nth-child(2) {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper .mbr-contact:nth-child(2) {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uhj5gdQy8I .contacts-wrapper .mbr-contact {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uhj5gdQy8I .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #1c314e;
  text-align: center;
}
.cid-uhj5gdQy8I .mbr-contact {
  color: #1c314e;
}
