body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 3.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #0f799e !important;
  border-color: #0f799e !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #65ba0b !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #e7272d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #65ba0b !important;
  border-color: #65ba0b !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #65ba0b;
  border-color: #65ba0b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #65ba0b !important;
  border-color: #65ba0b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #315a05;
  color: #315a05;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #65ba0b;
  border-color: #65ba0b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #65ba0b !important;
  border-color: #65ba0b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #65ba0b !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #e7272d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #98f338 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f18386 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #e7272d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a5f550;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdfe0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.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: #e7272d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23e7272d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sGywz5QbOr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sGywz5QbOr .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-sGywz5QbOr .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-sGywz5QbOr .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-sGywz5QbOr .navbar-logo {
  margin: 0 !important;
}
.cid-sGywz5QbOr .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGywz5QbOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGywz5QbOr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGywz5QbOr .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-sGywz5QbOr .navbar-nav {
  min-width: 45%;
}
.cid-sGywz5QbOr .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sGywz5QbOr .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sGywz5QbOr .dropdown-item {
  color: #65ba0b !important;
}
.cid-sGywz5QbOr .dropdown-item:hover {
  color: #65ba0b !important;
}
.cid-sGywz5QbOr .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sGywz5QbOr .nav-link:hover {
  color: #ffffff !important;
}
.cid-sGywz5QbOr .nav-link:hover:before {
  opacity: 1;
}
.cid-sGywz5QbOr .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-sGywz5QbOr .btn-white {
  color: #e7272d !important;
}
.cid-sGywz5QbOr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGywz5QbOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGywz5QbOr .container {
  display: flex;
  margin: auto;
}
.cid-sGywz5QbOr .navbar.opened {
  background: #65ba0b !important;
}
.cid-sGywz5QbOr .nav-item:focus,
.cid-sGywz5QbOr .nav-link:focus {
  outline: none;
}
.cid-sGywz5QbOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGywz5QbOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGywz5QbOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGywz5QbOr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGywz5QbOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGywz5QbOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGywz5QbOr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #65ba0b;
  background: none;
}
.cid-sGywz5QbOr .navbar.opened {
  transition: all 0.3s;
}
.cid-sGywz5QbOr .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sGywz5QbOr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sGywz5QbOr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGywz5QbOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGywz5QbOr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sGywz5QbOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGywz5QbOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGywz5QbOr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGywz5QbOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGywz5QbOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGywz5QbOr .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGywz5QbOr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGywz5QbOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGywz5QbOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGywz5QbOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGywz5QbOr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGywz5QbOr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGywz5QbOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGywz5QbOr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGywz5QbOr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGywz5QbOr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGywz5QbOr .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGywz5QbOr .navbar.navbar-short {
  background: #65ba0b !important;
  min-height: 60px;
}
.cid-sGywz5QbOr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGywz5QbOr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGywz5QbOr .dropdown-item.active,
.cid-sGywz5QbOr .dropdown-item:active {
  background-color: transparent;
}
.cid-sGywz5QbOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGywz5QbOr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGywz5QbOr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGywz5QbOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65ba0b;
}
.cid-sGywz5QbOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGywz5QbOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGywz5QbOr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGywz5QbOr .navbar-buttons {
  text-align: center;
}
.cid-sGywz5QbOr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGywz5QbOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGywz5QbOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGywz5QbOr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGywz5QbOr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGywz5QbOr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGywz5QbOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGywz5QbOr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGywz5QbOr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGywz5QbOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGywz5QbOr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGywz5QbOr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGywz5QbOr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGywz5QbOr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sGywz5QbOr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGywz5QbOr .navbar {
    height: 77px;
  }
  .cid-sGywz5QbOr .navbar.opened {
    height: auto;
  }
  .cid-sGywz5QbOr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGywEzGnGv {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-2000x1095.jpg");
}
.cid-sGywEzGnGv H2 {
  color: #ffffff;
}
.cid-sGywEzGnGv .mbr-text,
.cid-sGywEzGnGv .mbr-section-btn {
  color: #29361a;
}
.cid-sGywEzGnGv img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sGywEzGnGv img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sGywEzGnGv H1 {
  color: #29361a;
}
.cid-sGIx740FRU {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGIx740FRU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGIx740FRU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGIx740FRU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGIx740FRU .title {
  padding: 0 2rem;
}
.cid-sGIx740FRU .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-sGIx740FRU .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sGIx740FRU .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-sGIx740FRU .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-sGIx740FRU .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-sGIx740FRU .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-sGIx740FRU .container {
  padding: 0 1rem;
}
.cid-sGIx740FRU .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-sGIx740FRU .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sGIx740FRU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGIx740FRU .icon-focus {
  display: none;
}
.cid-sGIx740FRU .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sGIx740FRU .btn-primary-outline:hover {
  background: transparent !important;
  color: #e7272d !important;
}
.cid-sGIx740FRU li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sGIx740FRU li {
  position: relative;
}
.cid-sGIx740FRU .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sGIx740FRU .btn {
  font-family: Roboto !important;
}
.cid-sGIx740FRU .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sGIx740FRU .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGIx740FRU li:not(:last-child):after {
    top: 9px;
  }
  .cid-sGIx740FRU .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sGIx740FRU .container {
    padding: 0rem;
  }
  .cid-sGIx740FRU .title {
    padding: 0 1rem;
  }
}
.cid-sGIx740FRU H2 {
  color: #e7272d;
}
.cid-sGJ2UOIjys {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #65ba0b;
}
.cid-sGIXl974tK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGIXl974tK .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sGIXl974tK .modal-body .close {
  background: #1b1b1b;
}
.cid-sGIXl974tK .modal-body .close span {
  font-style: normal;
}
.cid-sGIXl974tK .content-slider-wrap {
  width: 100%;
}
.cid-sGIXl974tK .carousel-inner > .active,
.cid-sGIXl974tK .carousel-inner > .next,
.cid-sGIXl974tK .carousel-inner > .prev {
  display: flex;
}
.cid-sGIXl974tK .carousel-control .icon-next,
.cid-sGIXl974tK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sGIXl974tK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sGIXl974tK .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-sGIXl974tK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sGIXl974tK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sGIXl974tK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sGIXl974tK .boxed-slider > div {
  position: relative;
}
.cid-sGIXl974tK .container img {
  width: 100%;
}
.cid-sGIXl974tK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sGIXl974tK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGIXl974tK .mbr-table-cell {
  padding: 0;
}
.cid-sGIXl974tK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sGIXl974tK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sGIXl974tK .mbr-overlay {
  z-index: 1;
}
.cid-sGIXl974tK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGIXl974tK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sGIXl974tK .carousel-item.active.right,
.cid-sGIXl974tK .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGIXl974tK .carousel-item.active.left,
.cid-sGIXl974tK .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGIXl974tK .carousel-item.active,
.cid-sGIXl974tK .carousel-item.next.left,
.cid-sGIXl974tK .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sGIXl974tK .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sGIXl974tK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGIXl974tK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGIXl974tK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sGIXl974tK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGIXl974tK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sGIXl974tK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sGIXl974tK .mbr-slider .carousel-indicators li.active,
.cid-sGIXl974tK .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGIXl974tK .mbr-slider .carousel-indicators li::after,
.cid-sGIXl974tK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sGIXl974tK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sGIXl974tK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sGIXl974tK .mbr-slider > .container img {
  width: 100%;
}
.cid-sGIXl974tK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGIXl974tK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sGIXl974tK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGIXl974tK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGIXl974tK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sGIXl974tK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sGIXl974tK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sGIXl974tK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sGIXl974tK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sGIXl974tK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGIXl974tK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sGIXl974tK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sGIXl974tK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sGIXl974tK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sGIXl974tK .carousel-inner {
  height: 100%;
}
.cid-sGIXl974tK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sGIXl974tK .image_wrapper {
  height: 630px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sGIXl974tK .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGIXl974tK .carousel-item .container-slide {
  text-align: center;
}
.cid-sGyx4ZGdCJ {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sGyx4ZGdCJ H2 {
  color: #e7272d;
}
@keyframes fly {
  from {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(10px);
  }
}
.cid-sGyx4ZGdCJ .row {
  position: relative;
}
.cid-sGyx4ZGdCJ .row:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 750px;
  background: #65ba0b;
  border-radius: 100%;
  left: 55%;
  top: 52%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.cid-sGyx4ZGdCJ .mbr-text,
.cid-sGyx4ZGdCJ .mbr-section-btn {
  color: #808080;
}
.cid-sGyx4ZGdCJ img {
  width: 100%;
  margin: auto;
  padding-bottom: 2rem;
  transition: all 0.3s;
  animation: fly 3s infinite ease-in-out;
}
.cid-sGyx4ZGdCJ h4 {
  line-height: 1.4;
}
.cid-sGyx4ZGdCJ .img-col {
  align-items: flex-end;
}
.cid-sGyx4ZGdCJ .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-sGyx4ZGdCJ .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  padding-bottom: 1rem;
}
.cid-sGyx4ZGdCJ .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sGyx4ZGdCJ .row:before {
    left: 50%;
    top: 54%;
  }
}
@media (max-width: 767px) {
  .cid-sGyx4ZGdCJ .icon-wrap {
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
  .cid-sGyx4ZGdCJ .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
  .cid-sGyx4ZGdCJ .icon-col {
    align-items: center;
  }
  .cid-sGyx4ZGdCJ .row:before {
    height: 860px;
  }
}
.cid-sGyx4ZGdCJ .icon-text,
.cid-sGyx4ZGdCJ .mbr-iconfont {
  color: #ffffff;
}
.cid-sGywPzySt0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGywPzySt0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sGywPzySt0 input,
.cid-sGywPzySt0 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-sGywPzySt0 .form-control:hover,
.cid-sGywPzySt0 .form-control:focus {
  color: #808080 !important;
}
.cid-sGywPzySt0 .btn-success {
  color: white !important;
}
.cid-sGywPzySt0 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sGywPzySt0 .btn {
  border-radius: 30px;
}
.cid-sGywPzySt0 textarea {
  min-height: 160px !important;
}
.cid-sGywPzySt0 .form-control,
.cid-sGywPzySt0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGywPzySt0 .form-control:hover,
.cid-sGywPzySt0 .field-input:hover,
.cid-sGywPzySt0 .form-control:focus,
.cid-sGywPzySt0 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGywPzySt0 input::-webkit-input-placeholder,
.cid-sGywPzySt0 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-sGywPzySt0 input:-moz-placeholder,
.cid-sGywPzySt0 textarea:-moz-placeholder {
  color: #808080;
}
.cid-sGywPzySt0 .jq-selectbox li,
.cid-sGywPzySt0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGywPzySt0 .jq-selectbox li:hover,
.cid-sGywPzySt0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGywPzySt0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGywPzySt0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGywPzySt0 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-sGywPzySt0 img {
    width: 100%;
  }
  .cid-sGywPzySt0 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sGywPzySt0 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sGywPzySt0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGywPzySt0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGywPzySt0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGywPzySt0 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sGywPzySt0 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sGywSvEgKd {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sGywSvEgKd .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sGywSvEgKd .row {
  border-bottom: 1px solid #808080;
}
.cid-sGywSvEgKd H2 {
  color: #e7272d;
}
.cid-sGywSvEgKd .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sGywSvEgKd .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sGywSvEgKd .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGywSvEgKd .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGywSvEgKd .col-lg-12 {
  overflow: hidden;
}
.cid-sGywSvEgKd H4 {
  color: #55acee;
}
.cid-sGywSvEgKd .mbr-text,
.cid-sGywSvEgKd .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sGywSvEgKd .logo-wrap:before {
    content: none;
  }
  .cid-sGywSvEgKd .logo-wrap:after {
    content: none;
  }
}
.cid-sGIKdCVeb4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sGIKdCVeb4 .row-links {
  width: 100%;
}
.cid-sGIKdCVeb4 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sGIKdCVeb4 .col-lg-6 {
  height: fit-content;
}
.cid-sGIKdCVeb4 .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sGIKdCVeb4 .soc-item:hover {
  transform: scale(1.1);
}
.cid-sGIKdCVeb4 .row {
  align-items: center;
}
.cid-sGIKdCVeb4 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGIKdCVeb4 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sGIKdCVeb4 .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sGIKdCVeb4 .row .foot-menu li p {
  margin: 0;
}
.cid-sGIKdCVeb4 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGIKdCVeb4 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sGIKdCVeb4 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGIKdCVeb4 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGIKdCVeb4 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGIKdCVeb4 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGIKdCVeb4 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGIKdCVeb4 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sGIKdCVeb4 .row-links {
    justify-content: center;
  }
  .cid-sGIKdCVeb4 .foot-menu {
    justify-content: center;
  }
  .cid-sGIKdCVeb4 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sGIKdCVeb4 .social-row {
    justify-content: center;
  }
  .cid-sGIKdCVeb4 .mbr-text {
    text-align: center;
  }
  .cid-sGIKdCVeb4 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sGIKdCVeb4 .foot-menu {
    flex-direction: column;
  }
}
.cid-sGJ7SGAkRC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sGJ7SGAkRC .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-sGJ7SGAkRC .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-sGJ7SGAkRC .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-sGJ7SGAkRC .navbar-logo {
  margin: 0 !important;
}
.cid-sGJ7SGAkRC .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGJ7SGAkRC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGJ7SGAkRC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGJ7SGAkRC .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-sGJ7SGAkRC .navbar-nav {
  min-width: 45%;
}
.cid-sGJ7SGAkRC .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sGJ7SGAkRC .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sGJ7SGAkRC .dropdown-item {
  color: #65ba0b !important;
}
.cid-sGJ7SGAkRC .dropdown-item:hover {
  color: #65ba0b !important;
}
.cid-sGJ7SGAkRC .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sGJ7SGAkRC .nav-link:hover {
  color: #ffffff !important;
}
.cid-sGJ7SGAkRC .nav-link:hover:before {
  opacity: 1;
}
.cid-sGJ7SGAkRC .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-sGJ7SGAkRC .btn-white {
  color: #e7272d !important;
}
.cid-sGJ7SGAkRC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGJ7SGAkRC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGJ7SGAkRC .container {
  display: flex;
  margin: auto;
}
.cid-sGJ7SGAkRC .navbar.opened {
  background: #65ba0b !important;
}
.cid-sGJ7SGAkRC .nav-item:focus,
.cid-sGJ7SGAkRC .nav-link:focus {
  outline: none;
}
.cid-sGJ7SGAkRC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGJ7SGAkRC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGJ7SGAkRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGJ7SGAkRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGJ7SGAkRC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGJ7SGAkRC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGJ7SGAkRC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #65ba0b;
  background: none;
}
.cid-sGJ7SGAkRC .navbar.opened {
  transition: all 0.3s;
}
.cid-sGJ7SGAkRC .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sGJ7SGAkRC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sGJ7SGAkRC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGJ7SGAkRC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGJ7SGAkRC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sGJ7SGAkRC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGJ7SGAkRC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGJ7SGAkRC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGJ7SGAkRC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGJ7SGAkRC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGJ7SGAkRC .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGJ7SGAkRC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGJ7SGAkRC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGJ7SGAkRC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGJ7SGAkRC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGJ7SGAkRC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGJ7SGAkRC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGJ7SGAkRC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGJ7SGAkRC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGJ7SGAkRC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGJ7SGAkRC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGJ7SGAkRC .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGJ7SGAkRC .navbar.navbar-short {
  background: #65ba0b !important;
  min-height: 60px;
}
.cid-sGJ7SGAkRC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGJ7SGAkRC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGJ7SGAkRC .dropdown-item.active,
.cid-sGJ7SGAkRC .dropdown-item:active {
  background-color: transparent;
}
.cid-sGJ7SGAkRC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGJ7SGAkRC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGJ7SGAkRC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGJ7SGAkRC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65ba0b;
}
.cid-sGJ7SGAkRC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGJ7SGAkRC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGJ7SGAkRC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGJ7SGAkRC .navbar-buttons {
  text-align: center;
}
.cid-sGJ7SGAkRC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGJ7SGAkRC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGJ7SGAkRC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGJ7SGAkRC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGJ7SGAkRC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGJ7SGAkRC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGJ7SGAkRC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGJ7SGAkRC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGJ7SGAkRC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGJ7SGAkRC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGJ7SGAkRC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGJ7SGAkRC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGJ7SGAkRC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGJ7SGAkRC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sGJ7SGAkRC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGJ7SGAkRC .navbar {
    height: 77px;
  }
  .cid-sGJ7SGAkRC .navbar.opened {
    height: auto;
  }
  .cid-sGJ7SGAkRC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGJ7SH358N {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-2000x1095.jpg");
}
.cid-sGJ7SH358N H2 {
  color: #ffffff;
}
.cid-sGJ7SH358N .mbr-text,
.cid-sGJ7SH358N .mbr-section-btn {
  color: #29361a;
}
.cid-sGJ7SH358N img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sGJ7SH358N img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sGJ7SH358N H1 {
  color: #29361a;
}
.cid-sGJ7SHlUeF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGJ7SHlUeF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGJ7SHlUeF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGJ7SHlUeF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGJ7SHlUeF .title {
  padding: 0 2rem;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-sGJ7SHlUeF .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-sGJ7SHlUeF .container {
  padding: 0 1rem;
}
.cid-sGJ7SHlUeF .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-sGJ7SHlUeF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sGJ7SHlUeF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGJ7SHlUeF .icon-focus {
  display: none;
}
.cid-sGJ7SHlUeF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sGJ7SHlUeF .btn-primary-outline:hover {
  background: transparent !important;
  color: #e7272d !important;
}
.cid-sGJ7SHlUeF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sGJ7SHlUeF li {
  position: relative;
}
.cid-sGJ7SHlUeF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sGJ7SHlUeF .btn {
  font-family: Roboto !important;
}
.cid-sGJ7SHlUeF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sGJ7SHlUeF .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGJ7SHlUeF li:not(:last-child):after {
    top: 9px;
  }
  .cid-sGJ7SHlUeF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sGJ7SHlUeF .container {
    padding: 0rem;
  }
  .cid-sGJ7SHlUeF .title {
    padding: 0 1rem;
  }
}
.cid-sGJ7SHlUeF H2 {
  color: #e7272d;
}
.cid-sGJ7SHIdAp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #65ba0b;
}
.cid-sGJ7SHTUqm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGJ7SHTUqm .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sGJ7SHTUqm .modal-body .close {
  background: #1b1b1b;
}
.cid-sGJ7SHTUqm .modal-body .close span {
  font-style: normal;
}
.cid-sGJ7SHTUqm .content-slider-wrap {
  width: 100%;
}
.cid-sGJ7SHTUqm .carousel-inner > .active,
.cid-sGJ7SHTUqm .carousel-inner > .next,
.cid-sGJ7SHTUqm .carousel-inner > .prev {
  display: flex;
}
.cid-sGJ7SHTUqm .carousel-control .icon-next,
.cid-sGJ7SHTUqm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sGJ7SHTUqm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sGJ7SHTUqm .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-sGJ7SHTUqm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sGJ7SHTUqm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sGJ7SHTUqm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sGJ7SHTUqm .boxed-slider > div {
  position: relative;
}
.cid-sGJ7SHTUqm .container img {
  width: 100%;
}
.cid-sGJ7SHTUqm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sGJ7SHTUqm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGJ7SHTUqm .mbr-table-cell {
  padding: 0;
}
.cid-sGJ7SHTUqm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sGJ7SHTUqm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sGJ7SHTUqm .mbr-overlay {
  z-index: 1;
}
.cid-sGJ7SHTUqm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGJ7SHTUqm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sGJ7SHTUqm .carousel-item.active.right,
.cid-sGJ7SHTUqm .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGJ7SHTUqm .carousel-item.active.left,
.cid-sGJ7SHTUqm .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sGJ7SHTUqm .carousel-item.active,
.cid-sGJ7SHTUqm .carousel-item.next.left,
.cid-sGJ7SHTUqm .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sGJ7SHTUqm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators li.active,
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators li::after,
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sGJ7SHTUqm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sGJ7SHTUqm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sGJ7SHTUqm .mbr-slider > .container img {
  width: 100%;
}
.cid-sGJ7SHTUqm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGJ7SHTUqm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sGJ7SHTUqm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sGJ7SHTUqm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sGJ7SHTUqm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sGJ7SHTUqm .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sGJ7SHTUqm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sGJ7SHTUqm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sGJ7SHTUqm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sGJ7SHTUqm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sGJ7SHTUqm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sGJ7SHTUqm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sGJ7SHTUqm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sGJ7SHTUqm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sGJ7SHTUqm .carousel-inner {
  height: 100%;
}
.cid-sGJ7SHTUqm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sGJ7SHTUqm .image_wrapper {
  height: 630px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sGJ7SHTUqm .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGJ7SHTUqm .carousel-item .container-slide {
  text-align: center;
}
.cid-sGJ7SIcgf0 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sGJ7SIcgf0 H2 {
  color: #e7272d;
}
@keyframes fly {
  from {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(10px);
  }
}
.cid-sGJ7SIcgf0 .row {
  position: relative;
}
.cid-sGJ7SIcgf0 .row:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 750px;
  background: #65ba0b;
  border-radius: 100%;
  left: 55%;
  top: 52%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.cid-sGJ7SIcgf0 .mbr-text,
.cid-sGJ7SIcgf0 .mbr-section-btn {
  color: #808080;
}
.cid-sGJ7SIcgf0 img {
  width: 100%;
  margin: auto;
  padding-bottom: 2rem;
  transition: all 0.3s;
  animation: fly 3s infinite ease-in-out;
}
.cid-sGJ7SIcgf0 h4 {
  line-height: 1.4;
}
.cid-sGJ7SIcgf0 .img-col {
  align-items: flex-end;
}
.cid-sGJ7SIcgf0 .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-sGJ7SIcgf0 .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  padding-bottom: 1rem;
}
.cid-sGJ7SIcgf0 .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sGJ7SIcgf0 .row:before {
    left: 50%;
    top: 54%;
  }
}
@media (max-width: 767px) {
  .cid-sGJ7SIcgf0 .icon-wrap {
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
  .cid-sGJ7SIcgf0 .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
  .cid-sGJ7SIcgf0 .icon-col {
    align-items: center;
  }
  .cid-sGJ7SIcgf0 .row:before {
    height: 860px;
  }
}
.cid-sGJ7SIcgf0 .icon-text,
.cid-sGJ7SIcgf0 .mbr-iconfont {
  color: #ffffff;
}
.cid-sGJ7SIBVG1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGJ7SIBVG1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sGJ7SIBVG1 input,
.cid-sGJ7SIBVG1 textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-sGJ7SIBVG1 .form-control:hover,
.cid-sGJ7SIBVG1 .form-control:focus {
  color: #808080 !important;
}
.cid-sGJ7SIBVG1 .btn-success {
  color: white !important;
}
.cid-sGJ7SIBVG1 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sGJ7SIBVG1 .btn {
  border-radius: 30px;
}
.cid-sGJ7SIBVG1 textarea {
  min-height: 160px !important;
}
.cid-sGJ7SIBVG1 .form-control,
.cid-sGJ7SIBVG1 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGJ7SIBVG1 .form-control:hover,
.cid-sGJ7SIBVG1 .field-input:hover,
.cid-sGJ7SIBVG1 .form-control:focus,
.cid-sGJ7SIBVG1 .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGJ7SIBVG1 input::-webkit-input-placeholder,
.cid-sGJ7SIBVG1 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-sGJ7SIBVG1 input:-moz-placeholder,
.cid-sGJ7SIBVG1 textarea:-moz-placeholder {
  color: #808080;
}
.cid-sGJ7SIBVG1 .jq-selectbox li,
.cid-sGJ7SIBVG1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGJ7SIBVG1 .jq-selectbox li:hover,
.cid-sGJ7SIBVG1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGJ7SIBVG1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGJ7SIBVG1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGJ7SIBVG1 H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-sGJ7SIBVG1 img {
    width: 100%;
  }
  .cid-sGJ7SIBVG1 .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sGJ7SIBVG1 .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sGJ7SIBVG1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGJ7SIBVG1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGJ7SIBVG1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGJ7SIBVG1 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sGJ7SIBVG1 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sGJ7SIS1nc {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sGJ7SIS1nc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sGJ7SIS1nc .row {
  border-bottom: 1px solid #808080;
}
.cid-sGJ7SIS1nc H2 {
  color: #e7272d;
}
.cid-sGJ7SIS1nc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sGJ7SIS1nc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sGJ7SIS1nc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGJ7SIS1nc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGJ7SIS1nc .col-lg-12 {
  overflow: hidden;
}
.cid-sGJ7SIS1nc H4 {
  color: #55acee;
}
.cid-sGJ7SIS1nc .mbr-text,
.cid-sGJ7SIS1nc .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sGJ7SIS1nc .logo-wrap:before {
    content: none;
  }
  .cid-sGJ7SIS1nc .logo-wrap:after {
    content: none;
  }
}
.cid-sGJ7SJcvUk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sGJ7SJcvUk .row-links {
  width: 100%;
}
.cid-sGJ7SJcvUk .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sGJ7SJcvUk .col-lg-6 {
  height: fit-content;
}
.cid-sGJ7SJcvUk .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sGJ7SJcvUk .soc-item:hover {
  transform: scale(1.1);
}
.cid-sGJ7SJcvUk .row {
  align-items: center;
}
.cid-sGJ7SJcvUk .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGJ7SJcvUk .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sGJ7SJcvUk .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sGJ7SJcvUk .row .foot-menu li p {
  margin: 0;
}
.cid-sGJ7SJcvUk .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGJ7SJcvUk .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sGJ7SJcvUk .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGJ7SJcvUk .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGJ7SJcvUk .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGJ7SJcvUk .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGJ7SJcvUk .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGJ7SJcvUk .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sGJ7SJcvUk .row-links {
    justify-content: center;
  }
  .cid-sGJ7SJcvUk .foot-menu {
    justify-content: center;
  }
  .cid-sGJ7SJcvUk .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sGJ7SJcvUk .social-row {
    justify-content: center;
  }
  .cid-sGJ7SJcvUk .mbr-text {
    text-align: center;
  }
  .cid-sGJ7SJcvUk li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sGJ7SJcvUk .foot-menu {
    flex-direction: column;
  }
}
.cid-sGJ7PNmyis .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sGJ7PNmyis .navbar-brand {
    width: fit-content;
    margin: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cid-sGJ7PNmyis .wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.cid-sGJ7PNmyis .navbar.navbar-short .navbar-brand {
  padding: 1rem !important;
}
.cid-sGJ7PNmyis .navbar-logo {
  margin: 0 !important;
}
.cid-sGJ7PNmyis .navbar-brand {
  background-color: #ffffff;
  display: flex;
  margin-bottom: -3rem;
  transform: scale(1.2);
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGJ7PNmyis .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGJ7PNmyis .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGJ7PNmyis .wrapper {
  display: flex;
  align-items: center;
  min-width: 45%;
  justify-content: flex-end;
}
.cid-sGJ7PNmyis .navbar-nav {
  min-width: 45%;
}
.cid-sGJ7PNmyis .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sGJ7PNmyis .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sGJ7PNmyis .dropdown-item {
  color: #65ba0b !important;
}
.cid-sGJ7PNmyis .dropdown-item:hover {
  color: #65ba0b !important;
}
.cid-sGJ7PNmyis .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sGJ7PNmyis .nav-link:hover {
  color: #ffffff !important;
}
.cid-sGJ7PNmyis .nav-link:hover:before {
  opacity: 1;
}
.cid-sGJ7PNmyis .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #ffffff;
}
.cid-sGJ7PNmyis .btn-white {
  color: #e7272d !important;
}
.cid-sGJ7PNmyis .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGJ7PNmyis .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGJ7PNmyis .container {
  display: flex;
  margin: auto;
}
.cid-sGJ7PNmyis .navbar.opened {
  background: #65ba0b !important;
}
.cid-sGJ7PNmyis .nav-item:focus,
.cid-sGJ7PNmyis .nav-link:focus {
  outline: none;
}
.cid-sGJ7PNmyis .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGJ7PNmyis .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGJ7PNmyis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGJ7PNmyis .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGJ7PNmyis .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGJ7PNmyis .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGJ7PNmyis .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #65ba0b;
  background: none;
}
.cid-sGJ7PNmyis .navbar.opened {
  transition: all 0.3s;
}
.cid-sGJ7PNmyis .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-sGJ7PNmyis .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sGJ7PNmyis .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGJ7PNmyis .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGJ7PNmyis .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sGJ7PNmyis .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGJ7PNmyis .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGJ7PNmyis .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGJ7PNmyis .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGJ7PNmyis .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGJ7PNmyis .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGJ7PNmyis .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGJ7PNmyis .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGJ7PNmyis .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGJ7PNmyis .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGJ7PNmyis .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGJ7PNmyis .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGJ7PNmyis .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGJ7PNmyis .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGJ7PNmyis .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGJ7PNmyis .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGJ7PNmyis .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGJ7PNmyis .navbar.navbar-short {
  background: #65ba0b !important;
  min-height: 60px;
}
.cid-sGJ7PNmyis .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGJ7PNmyis .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGJ7PNmyis .dropdown-item.active,
.cid-sGJ7PNmyis .dropdown-item:active {
  background-color: transparent;
}
.cid-sGJ7PNmyis .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGJ7PNmyis .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGJ7PNmyis .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGJ7PNmyis .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #65ba0b;
}
.cid-sGJ7PNmyis .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGJ7PNmyis .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGJ7PNmyis ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGJ7PNmyis .navbar-buttons {
  text-align: center;
}
.cid-sGJ7PNmyis button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGJ7PNmyis button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGJ7PNmyis button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGJ7PNmyis button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGJ7PNmyis button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGJ7PNmyis button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGJ7PNmyis nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGJ7PNmyis nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGJ7PNmyis nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGJ7PNmyis nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGJ7PNmyis .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGJ7PNmyis a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGJ7PNmyis .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGJ7PNmyis .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sGJ7PNmyis .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGJ7PNmyis .navbar {
    height: 77px;
  }
  .cid-sGJ7PNmyis .navbar.opened {
    height: auto;
  }
  .cid-sGJ7PNmyis .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGJ7PO09q3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/logo-2000x1095.jpg");
}
.cid-sGJ7PO09q3 H2 {
  color: #ffffff;
}
.cid-sGJ7PO09q3 .mbr-text,
.cid-sGJ7PO09q3 .mbr-section-btn {
  color: #29361a;
}
.cid-sGJ7PO09q3 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sGJ7PO09q3 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sGJ7PO09q3 H1 {
  color: #29361a;
}
.cid-sGJ955YQHV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGJ955YQHV .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sGJ955YQHV .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sGJ955YQHV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sGJ955YQHV .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sGJ955YQHV .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sGJ955YQHV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGJ955YQHV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGJ955YQHV .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sGJ955YQHV .mbr-figure {
    width: 100% !important;
  }
  .cid-sGJ955YQHV .menu-item {
    flex-direction: column;
  }
  .cid-sGJ955YQHV img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sGJ955YQHV .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sGJ955YQHV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sGJ955YQHV .special-label {
  color: #fff;
}
.cid-sGJ955YQHV .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sGJ955YQHV .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGJ955YQHV .menu-row {
  margin: 0;
}
.cid-sGJ955YQHV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sGJ955YQHV .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-sGJ955YQHV .group-title,
.cid-sGJ955YQHV .align-wrap {
  text-align: left;
}
.cid-sGJ955YQHV SPAN {
  color: #e7272d;
}
.cid-sGJ955YQHV .item-title {
  color: #808080;
}
.cid-sGJ955YQHV H4 {
  color: #e7272d;
}
.cid-sGJacjmVU8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGJacjmVU8 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sGJacjmVU8 .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sGJacjmVU8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sGJacjmVU8 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sGJacjmVU8 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sGJacjmVU8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGJacjmVU8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGJacjmVU8 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sGJacjmVU8 .mbr-figure {
    width: 100% !important;
  }
  .cid-sGJacjmVU8 .menu-item {
    flex-direction: column;
  }
  .cid-sGJacjmVU8 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sGJacjmVU8 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sGJacjmVU8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sGJacjmVU8 .special-label {
  color: #fff;
}
.cid-sGJacjmVU8 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sGJacjmVU8 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGJacjmVU8 .menu-row {
  margin: 0;
}
.cid-sGJacjmVU8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sGJacjmVU8 .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-sGJacjmVU8 .group-title,
.cid-sGJacjmVU8 .align-wrap {
  text-align: left;
}
.cid-sGJacjmVU8 SPAN {
  color: #e7272d;
}
.cid-sGJacjmVU8 .item-title {
  color: #808080;
}
.cid-sGJacjmVU8 H4 {
  color: #e7272d;
}
.cid-sGJdh8tayj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGJdh8tayj .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sGJdh8tayj .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sGJdh8tayj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sGJdh8tayj .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sGJdh8tayj .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sGJdh8tayj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGJdh8tayj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGJdh8tayj .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sGJdh8tayj .mbr-figure {
    width: 100% !important;
  }
  .cid-sGJdh8tayj .menu-item {
    flex-direction: column;
  }
  .cid-sGJdh8tayj img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sGJdh8tayj .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sGJdh8tayj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sGJdh8tayj .special-label {
  color: #fff;
}
.cid-sGJdh8tayj .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sGJdh8tayj .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGJdh8tayj .menu-row {
  margin: 0;
}
.cid-sGJdh8tayj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sGJdh8tayj .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-sGJdh8tayj .group-title,
.cid-sGJdh8tayj .align-wrap {
  text-align: left;
}
.cid-sGJdh8tayj SPAN {
  color: #e7272d;
}
.cid-sGJdh8tayj .item-title {
  color: #808080;
}
.cid-sGJdh8tayj H4 {
  color: #e7272d;
}
.cid-sGJeZi9464 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGJeZi9464 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sGJeZi9464 .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sGJeZi9464 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sGJeZi9464 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sGJeZi9464 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sGJeZi9464 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGJeZi9464 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGJeZi9464 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sGJeZi9464 .mbr-figure {
    width: 100% !important;
  }
  .cid-sGJeZi9464 .menu-item {
    flex-direction: column;
  }
  .cid-sGJeZi9464 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sGJeZi9464 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sGJeZi9464 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sGJeZi9464 .special-label {
  color: #fff;
}
.cid-sGJeZi9464 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sGJeZi9464 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sGJeZi9464 .menu-row {
  margin: 0;
}
.cid-sGJeZi9464 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sGJeZi9464 .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-sGJeZi9464 .group-title,
.cid-sGJeZi9464 .align-wrap {
  text-align: left;
}
.cid-sGJeZi9464 SPAN {
  color: #e7272d;
}
.cid-sGJeZi9464 .item-title {
  color: #808080;
}
.cid-sGJeZi9464 H4 {
  color: #e7272d;
}
.cid-sQFXpg7Z4q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQFXpg7Z4q .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQFXpg7Z4q .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQFXpg7Z4q .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQFXpg7Z4q .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQFXpg7Z4q .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQFXpg7Z4q .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQFXpg7Z4q .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQFXpg7Z4q .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQFXpg7Z4q .mbr-figure {
    width: 100% !important;
  }
  .cid-sQFXpg7Z4q .menu-item {
    flex-direction: column;
  }
  .cid-sQFXpg7Z4q img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQFXpg7Z4q .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQFXpg7Z4q .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQFXpg7Z4q .special-label {
  color: #fff;
}
.cid-sQFXpg7Z4q .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQFXpg7Z4q .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQFXpg7Z4q .menu-row {
  margin: 0;
}
.cid-sQFXpg7Z4q .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQFXpg7Z4q .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-sQFXpg7Z4q .group-title,
.cid-sQFXpg7Z4q .align-wrap {
  text-align: left;
}
.cid-sQFXpg7Z4q SPAN {
  color: #e7272d;
}
.cid-sQFXpg7Z4q .item-title {
  color: #808080;
}
.cid-sQFXpg7Z4q H4 {
  color: #e7272d;
}
.cid-sQG1OwvYWW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQG1OwvYWW .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQG1OwvYWW .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQG1OwvYWW .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQG1OwvYWW .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQG1OwvYWW .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQG1OwvYWW .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQG1OwvYWW .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQG1OwvYWW .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQG1OwvYWW .mbr-figure {
    width: 100% !important;
  }
  .cid-sQG1OwvYWW .menu-item {
    flex-direction: column;
  }
  .cid-sQG1OwvYWW img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQG1OwvYWW .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQG1OwvYWW .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQG1OwvYWW .special-label {
  color: #fff;
}
.cid-sQG1OwvYWW .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQG1OwvYWW .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQG1OwvYWW .menu-row {
  margin: 0;
}
.cid-sQG1OwvYWW .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQG1OwvYWW .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-sQG1OwvYWW .group-title,
.cid-sQG1OwvYWW .align-wrap {
  text-align: left;
}
.cid-sQG1OwvYWW SPAN {
  color: #e7272d;
}
.cid-sQG1OwvYWW .item-title {
  color: #808080;
}
.cid-sQG1OwvYWW H4 {
  color: #e7272d;
}
.cid-sQG4OBzxdS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQG4OBzxdS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQG4OBzxdS .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQG4OBzxdS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQG4OBzxdS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQG4OBzxdS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQG4OBzxdS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQG4OBzxdS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQG4OBzxdS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQG4OBzxdS .mbr-figure {
    width: 100% !important;
  }
  .cid-sQG4OBzxdS .menu-item {
    flex-direction: column;
  }
  .cid-sQG4OBzxdS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQG4OBzxdS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQG4OBzxdS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQG4OBzxdS .special-label {
  color: #fff;
}
.cid-sQG4OBzxdS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQG4OBzxdS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQG4OBzxdS .menu-row {
  margin: 0;
}
.cid-sQG4OBzxdS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQG4OBzxdS .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-sQG4OBzxdS .group-title,
.cid-sQG4OBzxdS .align-wrap {
  text-align: left;
}
.cid-sQG4OBzxdS SPAN {
  color: #e7272d;
}
.cid-sQG4OBzxdS .item-title {
  color: #808080;
}
.cid-sQG4OBzxdS H4 {
  color: #e7272d;
}
.cid-sQG6Wacp9r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQG6Wacp9r .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQG6Wacp9r .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQG6Wacp9r .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQG6Wacp9r .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQG6Wacp9r .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQG6Wacp9r .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQG6Wacp9r .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQG6Wacp9r .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQG6Wacp9r .mbr-figure {
    width: 100% !important;
  }
  .cid-sQG6Wacp9r .menu-item {
    flex-direction: column;
  }
  .cid-sQG6Wacp9r img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQG6Wacp9r .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQG6Wacp9r .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQG6Wacp9r .special-label {
  color: #fff;
}
.cid-sQG6Wacp9r .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQG6Wacp9r .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQG6Wacp9r .menu-row {
  margin: 0;
}
.cid-sQG6Wacp9r .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQG6Wacp9r .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-sQG6Wacp9r .group-title,
.cid-sQG6Wacp9r .align-wrap {
  text-align: left;
}
.cid-sQG6Wacp9r SPAN {
  color: #e7272d;
}
.cid-sQG6Wacp9r .item-title {
  color: #808080;
}
.cid-sQG6Wacp9r H4 {
  color: #e7272d;
}
.cid-sQG9nGPuNK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQG9nGPuNK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQG9nGPuNK .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQG9nGPuNK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQG9nGPuNK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQG9nGPuNK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQG9nGPuNK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQG9nGPuNK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQG9nGPuNK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQG9nGPuNK .mbr-figure {
    width: 100% !important;
  }
  .cid-sQG9nGPuNK .menu-item {
    flex-direction: column;
  }
  .cid-sQG9nGPuNK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQG9nGPuNK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQG9nGPuNK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQG9nGPuNK .special-label {
  color: #fff;
}
.cid-sQG9nGPuNK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQG9nGPuNK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQG9nGPuNK .menu-row {
  margin: 0;
}
.cid-sQG9nGPuNK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQG9nGPuNK .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-sQG9nGPuNK .group-title,
.cid-sQG9nGPuNK .align-wrap {
  text-align: left;
}
.cid-sQG9nGPuNK SPAN {
  color: #e7272d;
}
.cid-sQG9nGPuNK .item-title {
  color: #808080;
}
.cid-sQG9nGPuNK H4 {
  color: #e7272d;
}
.cid-sQISyZaeRO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQISyZaeRO .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQISyZaeRO .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQISyZaeRO .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQISyZaeRO .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQISyZaeRO .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQISyZaeRO .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQISyZaeRO .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQISyZaeRO .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQISyZaeRO .mbr-figure {
    width: 100% !important;
  }
  .cid-sQISyZaeRO .menu-item {
    flex-direction: column;
  }
  .cid-sQISyZaeRO img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQISyZaeRO .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQISyZaeRO .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQISyZaeRO .special-label {
  color: #fff;
}
.cid-sQISyZaeRO .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQISyZaeRO .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQISyZaeRO .menu-row {
  margin: 0;
}
.cid-sQISyZaeRO .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQISyZaeRO .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-sQISyZaeRO .group-title,
.cid-sQISyZaeRO .align-wrap {
  text-align: left;
}
.cid-sQISyZaeRO SPAN {
  color: #e7272d;
}
.cid-sQISyZaeRO .item-title {
  color: #808080;
}
.cid-sQISyZaeRO H4 {
  color: #e7272d;
}
.cid-sQIW1H3f0V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQIW1H3f0V .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQIW1H3f0V .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQIW1H3f0V .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQIW1H3f0V .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQIW1H3f0V .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQIW1H3f0V .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQIW1H3f0V .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQIW1H3f0V .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQIW1H3f0V .mbr-figure {
    width: 100% !important;
  }
  .cid-sQIW1H3f0V .menu-item {
    flex-direction: column;
  }
  .cid-sQIW1H3f0V img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQIW1H3f0V .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQIW1H3f0V .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQIW1H3f0V .special-label {
  color: #fff;
}
.cid-sQIW1H3f0V .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQIW1H3f0V .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQIW1H3f0V .menu-row {
  margin: 0;
}
.cid-sQIW1H3f0V .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQIW1H3f0V .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-sQIW1H3f0V .group-title,
.cid-sQIW1H3f0V .align-wrap {
  text-align: left;
}
.cid-sQIW1H3f0V SPAN {
  color: #e7272d;
}
.cid-sQIW1H3f0V .item-title {
  color: #808080;
}
.cid-sQIW1H3f0V H4 {
  color: #e7272d;
}
.cid-sQIXCoJ74z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQIXCoJ74z .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQIXCoJ74z .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQIXCoJ74z .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQIXCoJ74z .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQIXCoJ74z .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQIXCoJ74z .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQIXCoJ74z .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQIXCoJ74z .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQIXCoJ74z .mbr-figure {
    width: 100% !important;
  }
  .cid-sQIXCoJ74z .menu-item {
    flex-direction: column;
  }
  .cid-sQIXCoJ74z img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQIXCoJ74z .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQIXCoJ74z .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQIXCoJ74z .special-label {
  color: #fff;
}
.cid-sQIXCoJ74z .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQIXCoJ74z .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQIXCoJ74z .menu-row {
  margin: 0;
}
.cid-sQIXCoJ74z .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQIXCoJ74z .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-sQIXCoJ74z .group-title,
.cid-sQIXCoJ74z .align-wrap {
  text-align: left;
}
.cid-sQIXCoJ74z SPAN {
  color: #e7272d;
}
.cid-sQIXCoJ74z .item-title {
  color: #808080;
}
.cid-sQIXCoJ74z H4 {
  color: #e7272d;
}
.cid-sQJ0mcYEv9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQJ0mcYEv9 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJ0mcYEv9 .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJ0mcYEv9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQJ0mcYEv9 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJ0mcYEv9 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJ0mcYEv9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJ0mcYEv9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJ0mcYEv9 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJ0mcYEv9 .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJ0mcYEv9 .menu-item {
    flex-direction: column;
  }
  .cid-sQJ0mcYEv9 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJ0mcYEv9 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJ0mcYEv9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJ0mcYEv9 .special-label {
  color: #fff;
}
.cid-sQJ0mcYEv9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJ0mcYEv9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJ0mcYEv9 .menu-row {
  margin: 0;
}
.cid-sQJ0mcYEv9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJ0mcYEv9 .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-sQJ0mcYEv9 .group-title,
.cid-sQJ0mcYEv9 .align-wrap {
  text-align: left;
}
.cid-sQJ0mcYEv9 SPAN {
  color: #e7272d;
}
.cid-sQJ0mcYEv9 .item-title {
  color: #808080;
}
.cid-sQJ0mcYEv9 H4 {
  color: #e7272d;
}
.cid-sQJ1f8mxob {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQJ1f8mxob .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJ1f8mxob .item-tag {
  background: #e7272d;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJ1f8mxob .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #e7272d;
}
.cid-sQJ1f8mxob .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJ1f8mxob .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJ1f8mxob .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJ1f8mxob .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJ1f8mxob .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJ1f8mxob .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJ1f8mxob .menu-item {
    flex-direction: column;
  }
  .cid-sQJ1f8mxob img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJ1f8mxob .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJ1f8mxob .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJ1f8mxob .special-label {
  color: #fff;
}
.cid-sQJ1f8mxob .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJ1f8mxob .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJ1f8mxob .menu-row {
  margin: 0;
}
.cid-sQJ1f8mxob .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJ1f8mxob .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-sQJ1f8mxob .group-title,
.cid-sQJ1f8mxob .align-wrap {
  text-align: left;
}
.cid-sQJ1f8mxob SPAN {
  color: #e7272d;
}
.cid-sQJ1f8mxob .item-title {
  color: #808080;
}
.cid-sQJ1f8mxob H4 {
  color: #e7272d;
}
.cid-sQJ2mkDvGj {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQJ2mkDvGj .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJ2mkDvGj .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJ2mkDvGj .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQJ2mkDvGj .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJ2mkDvGj .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJ2mkDvGj .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJ2mkDvGj .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJ2mkDvGj .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJ2mkDvGj .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJ2mkDvGj .menu-item {
    flex-direction: column;
  }
  .cid-sQJ2mkDvGj img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJ2mkDvGj .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJ2mkDvGj .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJ2mkDvGj .special-label {
  color: #fff;
}
.cid-sQJ2mkDvGj .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJ2mkDvGj .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJ2mkDvGj .menu-row {
  margin: 0;
}
.cid-sQJ2mkDvGj .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJ2mkDvGj .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-sQJ2mkDvGj .group-title,
.cid-sQJ2mkDvGj .align-wrap {
  text-align: left;
}
.cid-sQJ2mkDvGj SPAN {
  color: #e7272d;
}
.cid-sQJ2mkDvGj .item-title {
  color: #808080;
}
.cid-sQJ2mkDvGj H4 {
  color: #e7272d;
}
.cid-sQJ2mkDvGj .mbr-section-title,
.cid-sQJ2mkDvGj .ornament {
  color: #0e0e0e;
}
.cid-sQJ7HZc4H9 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQJ7HZc4H9 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJ7HZc4H9 .item-tag {
  background: #cca15b;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJ7HZc4H9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #cca15b;
}
.cid-sQJ7HZc4H9 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJ7HZc4H9 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJ7HZc4H9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJ7HZc4H9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJ7HZc4H9 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJ7HZc4H9 .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJ7HZc4H9 .menu-item {
    flex-direction: column;
  }
  .cid-sQJ7HZc4H9 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJ7HZc4H9 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJ7HZc4H9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJ7HZc4H9 .special-label {
  color: #fff;
}
.cid-sQJ7HZc4H9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJ7HZc4H9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJ7HZc4H9 .menu-row {
  margin: 0;
}
.cid-sQJ7HZc4H9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJ7HZc4H9 .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-sQJ7HZc4H9 .group-title,
.cid-sQJ7HZc4H9 .align-wrap {
  text-align: left;
}
.cid-sQJ7HZc4H9 SPAN {
  color: #e7272d;
}
.cid-sQJ7HZc4H9 .item-title {
  color: #808080;
}
.cid-sQJ7HZc4H9 H4 {
  color: #e7272d;
}
.cid-sQJ7HZc4H9 .mbr-section-title,
.cid-sQJ7HZc4H9 .ornament {
  color: #0e0e0e;
}
.cid-sQJ9evseeU {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQJ9evseeU .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJ9evseeU .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJ9evseeU .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQJ9evseeU .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJ9evseeU .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJ9evseeU .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJ9evseeU .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJ9evseeU .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJ9evseeU .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJ9evseeU .menu-item {
    flex-direction: column;
  }
  .cid-sQJ9evseeU img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJ9evseeU .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJ9evseeU .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJ9evseeU .special-label {
  color: #fff;
}
.cid-sQJ9evseeU .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJ9evseeU .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJ9evseeU .menu-row {
  margin: 0;
}
.cid-sQJ9evseeU .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJ9evseeU .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-sQJ9evseeU .group-title,
.cid-sQJ9evseeU .align-wrap {
  text-align: left;
}
.cid-sQJ9evseeU SPAN {
  color: #e7272d;
}
.cid-sQJ9evseeU .item-title {
  color: #808080;
}
.cid-sQJ9evseeU H4 {
  color: #e7272d;
}
.cid-sQJ9evseeU .mbr-section-title,
.cid-sQJ9evseeU .ornament {
  color: #0e0e0e;
}
.cid-sQJcbzBzYb {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQJcbzBzYb .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQJcbzBzYb .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQJcbzBzYb .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQJcbzBzYb .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQJcbzBzYb .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQJcbzBzYb .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQJcbzBzYb .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQJcbzBzYb .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQJcbzBzYb .mbr-figure {
    width: 100% !important;
  }
  .cid-sQJcbzBzYb .menu-item {
    flex-direction: column;
  }
  .cid-sQJcbzBzYb img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQJcbzBzYb .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQJcbzBzYb .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQJcbzBzYb .special-label {
  color: #fff;
}
.cid-sQJcbzBzYb .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQJcbzBzYb .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQJcbzBzYb .menu-row {
  margin: 0;
}
.cid-sQJcbzBzYb .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQJcbzBzYb .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-sQJcbzBzYb .group-title,
.cid-sQJcbzBzYb .align-wrap {
  text-align: left;
}
.cid-sQJcbzBzYb SPAN {
  color: #e7272d;
}
.cid-sQJcbzBzYb .item-title {
  color: #808080;
}
.cid-sQJcbzBzYb H4 {
  color: #e7272d;
}
.cid-sQJcbzBzYb .mbr-section-title,
.cid-sQJcbzBzYb .ornament {
  color: #0e0e0e;
}
.cid-sQLilKbTrT {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLilKbTrT .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLilKbTrT .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLilKbTrT .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLilKbTrT .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLilKbTrT .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLilKbTrT .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLilKbTrT .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLilKbTrT .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLilKbTrT .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLilKbTrT .menu-item {
    flex-direction: column;
  }
  .cid-sQLilKbTrT img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLilKbTrT .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLilKbTrT .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLilKbTrT .special-label {
  color: #fff;
}
.cid-sQLilKbTrT .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLilKbTrT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLilKbTrT .menu-row {
  margin: 0;
}
.cid-sQLilKbTrT .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLilKbTrT .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-sQLilKbTrT .group-title,
.cid-sQLilKbTrT .align-wrap {
  text-align: left;
}
.cid-sQLilKbTrT SPAN {
  color: #e7272d;
}
.cid-sQLilKbTrT .item-title {
  color: #808080;
}
.cid-sQLilKbTrT H4 {
  color: #e7272d;
}
.cid-sQLilKbTrT .mbr-section-title,
.cid-sQLilKbTrT .ornament {
  color: #0e0e0e;
}
.cid-sQLk1DhDNH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLk1DhDNH .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLk1DhDNH .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLk1DhDNH .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLk1DhDNH .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLk1DhDNH .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLk1DhDNH .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLk1DhDNH .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLk1DhDNH .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLk1DhDNH .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLk1DhDNH .menu-item {
    flex-direction: column;
  }
  .cid-sQLk1DhDNH img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLk1DhDNH .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLk1DhDNH .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLk1DhDNH .special-label {
  color: #fff;
}
.cid-sQLk1DhDNH .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLk1DhDNH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLk1DhDNH .menu-row {
  margin: 0;
}
.cid-sQLk1DhDNH .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLk1DhDNH .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-sQLk1DhDNH .group-title,
.cid-sQLk1DhDNH .align-wrap {
  text-align: left;
}
.cid-sQLk1DhDNH SPAN {
  color: #e7272d;
}
.cid-sQLk1DhDNH .item-title {
  color: #808080;
}
.cid-sQLk1DhDNH H4 {
  color: #e7272d;
}
.cid-sQLk1DhDNH .mbr-section-title,
.cid-sQLk1DhDNH .ornament {
  color: #0e0e0e;
}
.cid-sQLpKIDlXS {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLpKIDlXS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLpKIDlXS .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLpKIDlXS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLpKIDlXS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLpKIDlXS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLpKIDlXS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLpKIDlXS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLpKIDlXS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLpKIDlXS .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLpKIDlXS .menu-item {
    flex-direction: column;
  }
  .cid-sQLpKIDlXS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLpKIDlXS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLpKIDlXS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLpKIDlXS .special-label {
  color: #fff;
}
.cid-sQLpKIDlXS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLpKIDlXS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLpKIDlXS .menu-row {
  margin: 0;
}
.cid-sQLpKIDlXS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLpKIDlXS .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-sQLpKIDlXS .group-title,
.cid-sQLpKIDlXS .align-wrap {
  text-align: left;
}
.cid-sQLpKIDlXS SPAN {
  color: #e7272d;
}
.cid-sQLpKIDlXS .item-title {
  color: #808080;
}
.cid-sQLpKIDlXS H4 {
  color: #e7272d;
}
.cid-sQLpKIDlXS .mbr-section-title,
.cid-sQLpKIDlXS .ornament {
  color: #0e0e0e;
}
.cid-sQLrAVFOjy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLrAVFOjy .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLrAVFOjy .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLrAVFOjy .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLrAVFOjy .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLrAVFOjy .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLrAVFOjy .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLrAVFOjy .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLrAVFOjy .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLrAVFOjy .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLrAVFOjy .menu-item {
    flex-direction: column;
  }
  .cid-sQLrAVFOjy img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLrAVFOjy .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLrAVFOjy .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLrAVFOjy .special-label {
  color: #fff;
}
.cid-sQLrAVFOjy .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLrAVFOjy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLrAVFOjy .menu-row {
  margin: 0;
}
.cid-sQLrAVFOjy .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLrAVFOjy .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-sQLrAVFOjy .group-title,
.cid-sQLrAVFOjy .align-wrap {
  text-align: left;
}
.cid-sQLrAVFOjy SPAN {
  color: #e7272d;
}
.cid-sQLrAVFOjy .item-title {
  color: #808080;
}
.cid-sQLrAVFOjy H4 {
  color: #e7272d;
}
.cid-sQLrAVFOjy .mbr-section-title,
.cid-sQLrAVFOjy .ornament {
  color: #0e0e0e;
}
.cid-sQLsVW8Oiw {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLsVW8Oiw .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLsVW8Oiw .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLsVW8Oiw .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLsVW8Oiw .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLsVW8Oiw .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLsVW8Oiw .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLsVW8Oiw .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLsVW8Oiw .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLsVW8Oiw .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLsVW8Oiw .menu-item {
    flex-direction: column;
  }
  .cid-sQLsVW8Oiw img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLsVW8Oiw .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLsVW8Oiw .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLsVW8Oiw .special-label {
  color: #fff;
}
.cid-sQLsVW8Oiw .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLsVW8Oiw .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLsVW8Oiw .menu-row {
  margin: 0;
}
.cid-sQLsVW8Oiw .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLsVW8Oiw .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-sQLsVW8Oiw .group-title,
.cid-sQLsVW8Oiw .align-wrap {
  text-align: left;
}
.cid-sQLsVW8Oiw SPAN {
  color: #e7272d;
}
.cid-sQLsVW8Oiw .item-title {
  color: #808080;
}
.cid-sQLsVW8Oiw H4 {
  color: #e7272d;
}
.cid-sQLsVW8Oiw .mbr-section-title,
.cid-sQLsVW8Oiw .ornament {
  color: #0e0e0e;
}
.cid-sQLyqjwtPX {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQLyqjwtPX .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sQLyqjwtPX .item-tag {
  background: #fbbe36;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-sQLyqjwtPX .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #fbbe36;
}
.cid-sQLyqjwtPX .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sQLyqjwtPX .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sQLyqjwtPX .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQLyqjwtPX .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQLyqjwtPX .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sQLyqjwtPX .mbr-figure {
    width: 100% !important;
  }
  .cid-sQLyqjwtPX .menu-item {
    flex-direction: column;
  }
  .cid-sQLyqjwtPX img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sQLyqjwtPX .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sQLyqjwtPX .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sQLyqjwtPX .special-label {
  color: #fff;
}
.cid-sQLyqjwtPX .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sQLyqjwtPX .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQLyqjwtPX .menu-row {
  margin: 0;
}
.cid-sQLyqjwtPX .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sQLyqjwtPX .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-sQLyqjwtPX .group-title,
.cid-sQLyqjwtPX .align-wrap {
  text-align: left;
}
.cid-sQLyqjwtPX SPAN {
  color: #e7272d;
}
.cid-sQLyqjwtPX .item-title {
  color: #808080;
}
.cid-sQLyqjwtPX H4 {
  color: #e7272d;
}
.cid-sQLyqjwtPX .mbr-section-title,
.cid-sQLyqjwtPX .ornament {
  color: #0e0e0e;
}
.cid-sQFMVS5kjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sQFMVS5kjJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sQFMVS5kjJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sQFMVS5kjJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e7272d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sQFMVS5kjJ H3 {
  color: #e7272d;
}
.cid-sQFMVS5kjJ .list {
  color: #6c758f;
}
.cid-sQFOe26UPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-sQFOe26UPq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sQFOe26UPq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sQFOe26UPq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e7272d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sQFOe26UPq H3 {
  color: #e7272d;
}
.cid-sQFOe26UPq .list {
  color: #6c758f;
}
.cid-sGJ7PPC1BN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGJ7PPC1BN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sGJ7PPC1BN input,
.cid-sGJ7PPC1BN textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-sGJ7PPC1BN .form-control:hover,
.cid-sGJ7PPC1BN .form-control:focus {
  color: #808080 !important;
}
.cid-sGJ7PPC1BN .btn-success {
  color: white !important;
}
.cid-sGJ7PPC1BN img {
  width: 90%;
  border-radius: 8px;
}
.cid-sGJ7PPC1BN .btn {
  border-radius: 30px;
}
.cid-sGJ7PPC1BN textarea {
  min-height: 160px !important;
}
.cid-sGJ7PPC1BN .form-control,
.cid-sGJ7PPC1BN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGJ7PPC1BN .form-control:hover,
.cid-sGJ7PPC1BN .field-input:hover,
.cid-sGJ7PPC1BN .form-control:focus,
.cid-sGJ7PPC1BN .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGJ7PPC1BN input::-webkit-input-placeholder,
.cid-sGJ7PPC1BN textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-sGJ7PPC1BN input:-moz-placeholder,
.cid-sGJ7PPC1BN textarea:-moz-placeholder {
  color: #808080;
}
.cid-sGJ7PPC1BN .jq-selectbox li,
.cid-sGJ7PPC1BN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGJ7PPC1BN .jq-selectbox li:hover,
.cid-sGJ7PPC1BN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGJ7PPC1BN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGJ7PPC1BN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sGJ7PPC1BN H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-sGJ7PPC1BN img {
    width: 100%;
  }
  .cid-sGJ7PPC1BN .google-map {
    margin-bottom: 2rem;
  }
}
.cid-sGJ7PPC1BN .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sGJ7PPC1BN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGJ7PPC1BN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGJ7PPC1BN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGJ7PPC1BN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-sGJ7PPC1BN .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sGJ7PPWEFM {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sGJ7PPWEFM .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sGJ7PPWEFM .row {
  border-bottom: 1px solid #808080;
}
.cid-sGJ7PPWEFM H2 {
  color: #e7272d;
}
.cid-sGJ7PPWEFM .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sGJ7PPWEFM .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sGJ7PPWEFM .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGJ7PPWEFM .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sGJ7PPWEFM .col-lg-12 {
  overflow: hidden;
}
.cid-sGJ7PPWEFM H4 {
  color: #55acee;
}
.cid-sGJ7PPWEFM .mbr-text,
.cid-sGJ7PPWEFM .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sGJ7PPWEFM .logo-wrap:before {
    content: none;
  }
  .cid-sGJ7PPWEFM .logo-wrap:after {
    content: none;
  }
}
.cid-sGJ7PQurnK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sGJ7PQurnK .row-links {
  width: 100%;
}
.cid-sGJ7PQurnK .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-sGJ7PQurnK .col-lg-6 {
  height: fit-content;
}
.cid-sGJ7PQurnK .soc-item {
  background: #e7272d;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sGJ7PQurnK .soc-item:hover {
  transform: scale(1.1);
}
.cid-sGJ7PQurnK .row {
  align-items: center;
}
.cid-sGJ7PQurnK .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGJ7PQurnK .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sGJ7PQurnK .row .foot-menu li:hover {
  color: #e7272d;
}
.cid-sGJ7PQurnK .row .foot-menu li p {
  margin: 0;
}
.cid-sGJ7PQurnK .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sGJ7PQurnK .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sGJ7PQurnK .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGJ7PQurnK .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGJ7PQurnK .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGJ7PQurnK .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGJ7PQurnK .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGJ7PQurnK .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sGJ7PQurnK .row-links {
    justify-content: center;
  }
  .cid-sGJ7PQurnK .foot-menu {
    justify-content: center;
  }
  .cid-sGJ7PQurnK .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-sGJ7PQurnK .social-row {
    justify-content: center;
  }
  .cid-sGJ7PQurnK .mbr-text {
    text-align: center;
  }
  .cid-sGJ7PQurnK li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sGJ7PQurnK .foot-menu {
    flex-direction: column;
  }
}
