.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0e9ba4 !important;
}
.bg-success {
  background-color: #ffc542 !important;
}
.bg-info {
  background-color: #89b758 !important;
}
.bg-warning {
  background-color: #0b2242 !important;
}
.bg-danger {
  background-color: #f3e5c8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e9ba4 !important;
  border-color: #0e9ba4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #12c7d3 !important;
  border-color: #12c7d3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #12c7d3 !important;
  border-color: #12c7d3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff9e9e !important;
  border-color: #ff9e9e !important;
}
.btn-info,
.btn-info:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a2c67c !important;
  border-color: #a2c67c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a2c67c !important;
  border-color: #a2c67c !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffc542 !important;
  border-color: #ffc542 !important;
  color: #422e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffd575 !important;
  border-color: #ffd575 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #422e00 !important;
  background-color: #ffd575 !important;
  border-color: #ffd575 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0b2242 !important;
  border-color: #0b2242 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #12396e !important;
  border-color: #12396e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #12396e !important;
  border-color: #12396e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f3e5c8 !important;
  border-color: #f3e5c8 !important;
  color: #9a7322 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fcf9f2 !important;
  border-color: #fcf9f2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #9a7322 !important;
  background-color: #fcf9f2 !important;
  border-color: #fcf9f2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0e9ba4;
  color: #0e9ba4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #075054 !important;
  background-color: transparent !important;
  border-color: #075054 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e9ba4 !important;
  border-color: #0e9ba4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6b6b;
  color: #ff6b6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff1414 !important;
  background-color: transparent !important;
  border-color: #ff1414 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #89b758;
  color: #89b758;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5d8138 !important;
  background-color: transparent !important;
  border-color: #5d8138 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc542;
  color: #ffc542;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #eaa200 !important;
  background-color: transparent !important;
  border-color: #eaa200 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #422e00 !important;
  background-color: #ffc542 !important;
  border-color: #ffc542 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0b2242;
  color: #0b2242;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0b2242 !important;
  border-color: #0b2242 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f3e5c8;
  color: #f3e5c8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e3c381 !important;
  background-color: transparent !important;
  border-color: #e3c381 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #9a7322 !important;
  background-color: #f3e5c8 !important;
  border-color: #f3e5c8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0e9ba4 !important;
}
.text-secondary {
  color: #ff6b6b !important;
}
.text-success {
  color: #ffc542 !important;
}
.text-info {
  color: #89b758 !important;
}
.text-warning {
  color: #0b2242 !important;
}
.text-danger {
  color: #f3e5c8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #064246 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0505 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #db9800 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #567633 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e1bd74 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0e9ba4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #89b758;
}
.alert-warning {
  background-color: #0b2242;
}
.alert-danger {
  background-color: #f3e5c8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e9ba4;
  border-color: #0e9ba4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0e9ba4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43e5ef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #518de2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0e9ba4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #0e9ba4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e9ba4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0e9ba4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e9ba4;
  border-bottom-color: #0e9ba4;
}
.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: #0e9ba4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6b6b !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='%230e9ba4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uTrcG6RFI6 .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;
}
.cid-uTrcG6RFI6 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uTrcG6RFI6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .dropdown-item {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uTrcG6RFI6 .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .btn-white {
  color: #0e9ba4 !important;
}
.cid-uTrcG6RFI6 .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTrcG6RFI6 .container {
  display: flex;
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .nav-link,
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-caption,
.cid-uTrcG6RFI6 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .navbar-caption {
  padding-right: 3rem;
}
.cid-uTrcG6RFI6 .navbar.opened {
  background: #f3b62c !important;
}
.cid-uTrcG6RFI6 .nav-item:focus,
.cid-uTrcG6RFI6 .nav-link:focus {
  outline: none;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrcG6RFI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrcG6RFI6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTrcG6RFI6 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uTrcG6RFI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTrcG6RFI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTrcG6RFI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTrcG6RFI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTrcG6RFI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTrcG6RFI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTrcG6RFI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTrcG6RFI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTrcG6RFI6 .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTrcG6RFI6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTrcG6RFI6 .dropdown-item.active,
.cid-uTrcG6RFI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTrcG6RFI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTrcG6RFI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTrcG6RFI6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTrcG6RFI6 .navbar-buttons {
  text-align: center;
}
.cid-uTrcG6RFI6 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-uTrcG6RFI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTrcG6RFI6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrcG6RFI6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTrcG6RFI6 .navbar {
    height: 100px;
  }
  .cid-uTrcG6RFI6 .navbar.opened {
    height: auto;
  }
  .cid-uTrcG6RFI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ZLiMecz6 {
  display: flex;
  background-image: url("../../../assets/images/newlocation-bg.webp");
}
.cid-v1ZLiMecz6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-v1ZLiMecz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZLiMecz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ZLiMecz6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v1ZLiMecz6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v1ZLiMecz6 {
    align-items: flex-end;
  }
  .cid-v1ZLiMecz6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1ZLiMecz6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1ZLiMecz6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1ZLiMecz6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1ZLiMecz6 .content-wrap {
    width: 100%;
  }
}
.cid-v1ZLiMecz6 .mbr-section-title {
  text-align: center;
}
.cid-v1ZLiMecz6 .mbr-text,
.cid-v1ZLiMecz6 .mbr-section-btn {
  text-align: center;
}
.cid-uH2bZaVUkf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #89b758;
}
.cid-uH2bZaVUkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2bZaVUkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2bZaVUkf .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uH2bZaVUkf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uGvE5Ijspi {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/homepage-header-bg6.webp");
}
.cid-uGvE5Ijspi .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uGvE5Ijspi {
    align-items: center;
  }
  .cid-uGvE5Ijspi .row {
    justify-content: center;
  }
  .cid-uGvE5Ijspi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGvE5Ijspi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGvE5Ijspi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGvE5Ijspi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGvE5Ijspi .content-wrap {
    width: 100%;
  }
}
.cid-uGvE5Ijspi .mbr-section-title,
.cid-uGvE5Ijspi .mbr-section-subtitle {
  text-align: center;
}
.cid-uGvE5Ijspi .mbr-text,
.cid-uGvE5Ijspi .mbr-section-btn {
  text-align: center;
}
.cid-uTqKNmA03N {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffefcb;
}
.cid-uTqKNmA03N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqKNmA03N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTqKNmA03N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTqKNmA03N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTqKNmA03N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTqKNmA03N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTqKNmA03N .mbr-section-title {
  color: #000000;
}
.cid-uTqKNmA03N .mbr-text,
.cid-uTqKNmA03N .mbr-section-btn {
  color: #000000;
}
.cid-uGvG8joRh6 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGvG8joRh6 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uGvG8joRh6 .item-tag {
  background: #ff8c42;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uGvG8joRh6 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff8c42;
}
.cid-uGvG8joRh6 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uGvG8joRh6 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uGvG8joRh6 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uGvG8joRh6 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGvG8joRh6 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uGvG8joRh6 .mbr-figure {
    width: 100% !important;
  }
  .cid-uGvG8joRh6 .menu-item {
    flex-direction: column;
  }
  .cid-uGvG8joRh6 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uGvG8joRh6 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uGvG8joRh6 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uGvG8joRh6 .special-label {
  color: #fff;
}
.cid-uGvG8joRh6 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uGvG8joRh6 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGvG8joRh6 .menu-row {
  margin: 0;
}
.cid-uGvG8joRh6 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
  text-align: left;
}
.cid-uGvG8joRh6 .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-uGvG8joRh6 .group-title,
.cid-uGvG8joRh6 .align-wrap {
  text-align: left;
}
.cid-uGvG8joRh6 SPAN {
  color: #89b758;
  text-align: left;
}
.cid-uGvG8joRh6 .item-title {
  color: #000000;
}
.cid-uGvG8joRh6 H4 {
  color: #232323;
}
.cid-uGvG8joRh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvG8joRh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvXBaNARl {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uGvShfXSXc {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fafafa;
}
.cid-uGvShfXSXc H2 {
  color: #89b758;
}
.cid-uGvShfXSXc .mbr-text,
.cid-uGvShfXSXc .mbr-section-btn {
  color: #232323;
}
.cid-uGvShfXSXc .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-uGvShfXSXc .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-uGvShfXSXc .mbr-figure {
  height: 100%;
}
.cid-uGvShfXSXc .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-uGvShfXSXc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-uGvShfXSXc H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-uGvShfXSXc .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-uGvShfXSXc .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-uGvShfXSXc .container {
    padding: 0 3rem;
  }
  .cid-uGvShfXSXc .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGvShfXSXc .container {
    padding: 0 2rem;
  }
  .cid-uGvShfXSXc .card-img {
    width: 100%;
  }
  .cid-uGvShfXSXc .center-card {
    padding: 1rem;
  }
}
.cid-uGvShfXSXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvShfXSXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvNR37mwp {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uGvNR37mwp .carousel {
  z-index: 2;
  position: relative;
}
.cid-uGvNR37mwp .user {
  padding: 0 !important;
}
.cid-uGvNR37mwp .user_text {
  position: relative;
  z-index: 1;
}
.cid-uGvNR37mwp .user_text span {
  position: absolute;
  left: 50%;
  font-size: 7rem;
  opacity: 0.2;
  color: #ff414e;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.cid-uGvNR37mwp .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.cid-uGvNR37mwp .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uGvNR37mwp .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uGvNR37mwp .carousel-item.active,
.cid-uGvNR37mwp .carousel-item-next,
.cid-uGvNR37mwp .carousel-item-prev {
  display: flex;
}
.cid-uGvNR37mwp .user_name {
  margin: 0;
  color: #0e0e0e;
}
.cid-uGvNR37mwp .carousel-controls a {
  font-size: 4rem;
}
.cid-uGvNR37mwp .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: transparent;
  opacity: 0.8;
}
.cid-uGvNR37mwp .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uGvNR37mwp ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uGvNR37mwp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #000000;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uGvNR37mwp .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uGvNR37mwp .carousel-indicators .active {
  opacity: 1;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
.cid-uGvNR37mwp .user_status {
  color: #808080;
}
.cid-uGvNR37mwp .mbr-section-title,
.cid-uGvNR37mwp .ornament {
  color: #0e0e0e;
}
.cid-uGvNR37mwp H3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGvNR37mwp .carousel-controls a span {
    bottom: 70px;
    top: auto;
  }
}
.cid-uGvNR37mwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvNR37mwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvNR37mwp .mbr-section-title,
.cid-uGvNR37mwp .ornament {
  color: #0e9ba4;
}
.cid-uTp48Oa5Or {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0e9ba4;
}
.cid-uTp48Oa5Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTp48Oa5Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTp48Oa5Or .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uTp48Oa5Or .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uTp48Oa5Or .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTp48Oa5Or .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uTp48Oa5Or .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #0e9ba4;
}
.cid-uTp48Oa5Or .mbr-section-title {
  color: #ffffff;
}
.cid-uTp48Oa5Or .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGvX2M2PCZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0e9ba4;
}
.cid-uGvX2M2PCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvX2M2PCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvX2M2PCZ .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uGvX2M2PCZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGvX2M2PCZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGvX2M2PCZ .container {
    padding: 0 30px;
  }
}
.cid-uGvX2M2PCZ .google-map {
  border-top: 2px solid #0e9ba4;
  border-bottom: 2px solid #0e9ba4;
}
.cid-uGvX2M2PCZ .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uTqC9422ez {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uTqC9422ez .fb-page,
.cid-uTqC9422ez span,
.cid-uTqC9422ez iframe {
  width: 500px;
  height: 820px;
}
.cid-uTqC9422ez blockquote {
  display: none;
}
.cid-uTqC9422ez .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uTqC9422ez .mbr-section-title {
  color: #0e9ba4;
  text-align: center;
}
.cid-uGvU1LsvKv {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-uGvU1LsvKv .row-links {
  width: 100%;
}
.cid-uGvU1LsvKv .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uGvU1LsvKv .col-lg-6 {
  height: fit-content;
}
.cid-uGvU1LsvKv .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uGvU1LsvKv .soc-item:hover {
  transform: scale(1.1);
}
.cid-uGvU1LsvKv .row {
  align-items: center;
}
.cid-uGvU1LsvKv .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uGvU1LsvKv .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uGvU1LsvKv .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-uGvU1LsvKv .row .foot-menu li p {
  margin: 0;
}
.cid-uGvU1LsvKv .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-uGvU1LsvKv .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uGvU1LsvKv .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGvU1LsvKv .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGvU1LsvKv .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGvU1LsvKv .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGvU1LsvKv .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGvU1LsvKv .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGvU1LsvKv .row-links {
    justify-content: center;
  }
  .cid-uGvU1LsvKv .foot-menu {
    justify-content: center;
  }
  .cid-uGvU1LsvKv .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uGvU1LsvKv .social-row {
    justify-content: center;
  }
  .cid-uGvU1LsvKv .mbr-text {
    text-align: center;
  }
  .cid-uGvU1LsvKv li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGvU1LsvKv .foot-menu {
    flex-direction: column;
  }
}
.cid-uTrcG6RFI6 .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;
}
.cid-uTrcG6RFI6 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uTrcG6RFI6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .dropdown-item {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uTrcG6RFI6 .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .btn-white {
  color: #0e9ba4 !important;
}
.cid-uTrcG6RFI6 .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTrcG6RFI6 .container {
  display: flex;
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .nav-link,
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-caption,
.cid-uTrcG6RFI6 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .navbar-caption {
  padding-right: 3rem;
}
.cid-uTrcG6RFI6 .navbar.opened {
  background: #f3b62c !important;
}
.cid-uTrcG6RFI6 .nav-item:focus,
.cid-uTrcG6RFI6 .nav-link:focus {
  outline: none;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrcG6RFI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrcG6RFI6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTrcG6RFI6 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uTrcG6RFI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTrcG6RFI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTrcG6RFI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTrcG6RFI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTrcG6RFI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTrcG6RFI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTrcG6RFI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTrcG6RFI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTrcG6RFI6 .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTrcG6RFI6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTrcG6RFI6 .dropdown-item.active,
.cid-uTrcG6RFI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTrcG6RFI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTrcG6RFI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTrcG6RFI6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTrcG6RFI6 .navbar-buttons {
  text-align: center;
}
.cid-uTrcG6RFI6 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-uTrcG6RFI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTrcG6RFI6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrcG6RFI6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTrcG6RFI6 .navbar {
    height: 100px;
  }
  .cid-uTrcG6RFI6 .navbar.opened {
    height: auto;
  }
  .cid-uTrcG6RFI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGAhexOs0P {
  display: flex;
  background-image: url("../../../assets/images/about-header-bg.webp");
}
.cid-uGAhexOs0P .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uGAhexOs0P {
    align-items: center;
  }
  .cid-uGAhexOs0P .row {
    justify-content: center;
  }
  .cid-uGAhexOs0P .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGAhexOs0P .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGAhexOs0P {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGAhexOs0P .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGAhexOs0P .content-wrap {
    width: 100%;
  }
}
.cid-uGAhexOs0P .mbr-section-title,
.cid-uGAhexOs0P .mbr-section-subtitle {
  text-align: center;
}
.cid-uGAhexOs0P .mbr-text,
.cid-uGAhexOs0P .mbr-section-btn {
  text-align: center;
}
.cid-uGArUaa7vW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGArUaa7vW .container {
    padding: 0 24px;
  }
}
.cid-uGArUaa7vW .card {
  justify-content: center;
}
.cid-uGArUaa7vW .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGArUaa7vW .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGArUaa7vW .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGArUaa7vW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGArUaa7vW .text-wrapper {
  border-top: 1px solid #ff8928;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGArUaa7vW .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGArUaa7vW .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGArUaa7vW .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGArUaa7vW .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGArUaa7vW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGArUaa7vW .mbr-desc {
  color: #232323;
}
.cid-uGArUaa7vW .mbr-text {
  color: #000000;
}
.cid-uGArUaa7vW .mbr-section-btn {
  text-align: right;
}
.cid-uGArUaa7vW .mbr-section-title,
.cid-uGArUaa7vW .mbr-section-btn {
  color: #72b043;
}
.cid-uTr8kNU17M {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTr8kNU17M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTr8kNU17M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTr8kNU17M b,
.cid-uTr8kNU17M strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uTr8kNU17M img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uTr8kNU17M img {
    padding-bottom: 2rem;
  }
}
.cid-uTr8kNU17M .row {
  align-items: center;
}
.cid-uTr8kNU17M .mbr-section-title {
  color: #0e9ba4;
}
.cid-uTr8kNU17M .mbr-text,
.cid-uTr8kNU17M .mbr-section-btn {
  color: #000000;
}
.cid-uTr8kNU17M .mbr-section-subtitle {
  color: #ff414e;
}
.cid-v20dle1Bi8 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v20dle1Bi8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v20dle1Bi8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v20dle1Bi8 .item-wrapper {
  position: relative;
}
.cid-v20dle1Bi8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v20dle1Bi8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v20dle1Bi8 .carousel-control,
.cid-v20dle1Bi8 .close {
  background: #1b1b1b;
}
.cid-v20dle1Bi8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v20dle1Bi8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v20dle1Bi8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v20dle1Bi8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v20dle1Bi8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v20dle1Bi8 .close::before {
  content: '\e91a';
}
.cid-v20dle1Bi8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v20dle1Bi8 .carousel-control {
  display: flex;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v20dle1Bi8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v20dle1Bi8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v20dle1Bi8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v20dle1Bi8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v20dle1Bi8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v20dle1Bi8 .carousel-indicators li.active,
.cid-v20dle1Bi8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v20dle1Bi8 .carousel-indicators li::after,
.cid-v20dle1Bi8 .carousel-indicators li::before {
  content: none;
}
.cid-v20dle1Bi8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v20dle1Bi8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v20dle1Bi8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v20dle1Bi8 .carousel-indicators {
    display: none;
  }
}
.cid-v20dle1Bi8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v20dle1Bi8 .carousel-inner > .active {
  display: block;
}
.cid-v20dle1Bi8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v20dle1Bi8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v20dle1Bi8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v20dle1Bi8 .carousel-control,
  .cid-v20dle1Bi8 .carousel-indicators,
  .cid-v20dle1Bi8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v20dle1Bi8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v20dle1Bi8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v20dle1Bi8 .carousel-indicators .active,
.cid-v20dle1Bi8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v20dle1Bi8 .carousel-indicators .active {
  background: #fff;
}
.cid-v20dle1Bi8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v20dle1Bi8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v20dle1Bi8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v20dle1Bi8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v20dle1Bi8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v20dle1Bi8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v20dle1Bi8 .carousel {
  width: 100%;
}
.cid-v20dle1Bi8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v20dle1Bi8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v20dle1Bi8 .modal.fade .modal-dialog,
.cid-v20dle1Bi8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v20dle1Bi8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v20dle1Bi8 .content-head {
  max-width: 800px;
}
.cid-v20dle1Bi8 .mbr-slider .modal-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.cid-v20dle1Bi8 .gallery-container {
  max-width: 1200px;
  margin: 0 auto;
}
.cid-uTqZ69ECAN {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/about-quote-bg.webp");
}
.cid-uTqZ69ECAN .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uTqZ69ECAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTqZ69ECAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTqZ69ECAN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uTqZ69ECAN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uTqZ69ECAN {
    align-items: center;
  }
  .cid-uTqZ69ECAN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTqZ69ECAN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTqZ69ECAN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTqZ69ECAN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTqZ69ECAN .content-wrap {
    width: 100%;
  }
}
.cid-uTqZ69ECAN .mbr-section-title {
  text-align: center;
}
.cid-uTqZ69ECAN .mbr-text,
.cid-uTqZ69ECAN .mbr-section-btn {
  text-align: center;
}
.cid-uGAAVyHeL6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uGAAVyHeL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAAVyHeL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAAVyHeL6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGAAVyHeL6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGAAVyHeL6 .container {
    padding: 0;
  }
}
.cid-uGAAVyHeL6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uGAAVyHeL6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGAAVyHeL6 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap {
  width: 100%;
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap {
  position: relative;
  height: 630px;
}
@media (max-width: 768px) {
  .cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap {
    height: 450px;
  }
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
  width: 115px;
  height: 115px;
  background-color: #235d81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-box {
    height: 50px;
    width: 50px;
  }
}
.cid-uGAAVyHeL6 .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .mbr-section-title {
  padding: 22px 16px;
  margin-bottom: 0;
}
.cid-uGAAVyHeL6 .embla__button--next,
.cid-uGAAVyHeL6 .embla__button--prev {
  display: flex;
}
.cid-uGAAVyHeL6 .embla__button {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #ecb744;
  color: #72b043;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGAAVyHeL6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGAAVyHeL6 .embla__button:hover {
  background-color: #ecb744;
  color: #72b043;
}
.cid-uGAAVyHeL6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uGAAVyHeL6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uGAAVyHeL6 .embla__button {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.cid-uGAAVyHeL6 .embla {
  position: relative;
  width: 100%;
}
.cid-uGAAVyHeL6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGAAVyHeL6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGAAVyHeL6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGAAVyHeL6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGAAVyHeL6 .mbr-section-title {
  color: #ffffff;
}
.cid-uGAAVyHeL6 .mbr-box {
  color: #ffffff;
}
.cid-uGAFKvCxq6 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-uGAFKvCxq6 .row-links {
  width: 100%;
}
.cid-uGAFKvCxq6 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uGAFKvCxq6 .col-lg-6 {
  height: fit-content;
}
.cid-uGAFKvCxq6 .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uGAFKvCxq6 .soc-item:hover {
  transform: scale(1.1);
}
.cid-uGAFKvCxq6 .row {
  align-items: center;
}
.cid-uGAFKvCxq6 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uGAFKvCxq6 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uGAFKvCxq6 .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-uGAFKvCxq6 .row .foot-menu li p {
  margin: 0;
}
.cid-uGAFKvCxq6 .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-uGAFKvCxq6 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uGAFKvCxq6 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGAFKvCxq6 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGAFKvCxq6 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGAFKvCxq6 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGAFKvCxq6 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGAFKvCxq6 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGAFKvCxq6 .row-links {
    justify-content: center;
  }
  .cid-uGAFKvCxq6 .foot-menu {
    justify-content: center;
  }
  .cid-uGAFKvCxq6 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uGAFKvCxq6 .social-row {
    justify-content: center;
  }
  .cid-uGAFKvCxq6 .mbr-text {
    text-align: center;
  }
  .cid-uGAFKvCxq6 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAFKvCxq6 .foot-menu {
    flex-direction: column;
  }
}
.cid-uTrcG6RFI6 .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;
}
.cid-uTrcG6RFI6 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uTrcG6RFI6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .dropdown-item {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uTrcG6RFI6 .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .btn-white {
  color: #0e9ba4 !important;
}
.cid-uTrcG6RFI6 .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTrcG6RFI6 .container {
  display: flex;
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .nav-link,
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-caption,
.cid-uTrcG6RFI6 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .navbar-caption {
  padding-right: 3rem;
}
.cid-uTrcG6RFI6 .navbar.opened {
  background: #f3b62c !important;
}
.cid-uTrcG6RFI6 .nav-item:focus,
.cid-uTrcG6RFI6 .nav-link:focus {
  outline: none;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrcG6RFI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrcG6RFI6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTrcG6RFI6 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uTrcG6RFI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTrcG6RFI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTrcG6RFI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTrcG6RFI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTrcG6RFI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTrcG6RFI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTrcG6RFI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTrcG6RFI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTrcG6RFI6 .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTrcG6RFI6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTrcG6RFI6 .dropdown-item.active,
.cid-uTrcG6RFI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTrcG6RFI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTrcG6RFI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTrcG6RFI6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTrcG6RFI6 .navbar-buttons {
  text-align: center;
}
.cid-uTrcG6RFI6 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-uTrcG6RFI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTrcG6RFI6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrcG6RFI6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTrcG6RFI6 .navbar {
    height: 100px;
  }
  .cid-uTrcG6RFI6 .navbar.opened {
    height: auto;
  }
  .cid-uTrcG6RFI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTr5V2s4Ws {
  display: flex;
  background-image: url("../../../assets/images/catering-header-bg.webp");
}
.cid-uTr5V2s4Ws .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uTr5V2s4Ws {
    align-items: center;
  }
  .cid-uTr5V2s4Ws .row {
    justify-content: center;
  }
  .cid-uTr5V2s4Ws .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTr5V2s4Ws .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTr5V2s4Ws {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTr5V2s4Ws .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTr5V2s4Ws .content-wrap {
    width: 100%;
  }
}
.cid-uTr5V2s4Ws .mbr-section-title,
.cid-uTr5V2s4Ws .mbr-section-subtitle {
  text-align: center;
}
.cid-uTr5V2s4Ws .mbr-text,
.cid-uTr5V2s4Ws .mbr-section-btn {
  text-align: center;
}
.cid-uTr6Ae0aaB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #0e9ba4;
}
.cid-uTr6Ae0aaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTr6Ae0aaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTr6Ae0aaB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uTr6Ae0aaB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uTr9PG0gE9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uTr9PG0gE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTr9PG0gE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTr9PG0gE9 .container {
    padding: 0 30px;
  }
}
.cid-uTr9PG0gE9 .row {
  justify-content: center;
}
.cid-uTr9PG0gE9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTr9PG0gE9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTr9PG0gE9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTr9PG0gE9 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uTr9PG0gE9 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uTr9PG0gE9 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uTr9PG0gE9 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTr9PG0gE9 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0e9ba4;
}
.cid-uTr9PG0gE9 .mbr-section-title {
  color: #000000;
}
.cid-uTr9PG0gE9 .mbr-text {
  color: #0e9ba4;
}
.cid-uTr9PG0gE9 .list,
.cid-uTr9PG0gE9 .item-wrap {
  color: #000000;
}
.cid-uTreJcdO1V {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTreJcdO1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTreJcdO1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2o {
  /* Type valid CSS here */
}
#custom-html-2o div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-2o p {
  font-size: 60px;
  color: #777;
}
.cid-uTr5V3Q43Z {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-uTr5V3Q43Z .row-links {
  width: 100%;
}
.cid-uTr5V3Q43Z .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uTr5V3Q43Z .col-lg-6 {
  height: fit-content;
}
.cid-uTr5V3Q43Z .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uTr5V3Q43Z .soc-item:hover {
  transform: scale(1.1);
}
.cid-uTr5V3Q43Z .row {
  align-items: center;
}
.cid-uTr5V3Q43Z .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uTr5V3Q43Z .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uTr5V3Q43Z .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-uTr5V3Q43Z .row .foot-menu li p {
  margin: 0;
}
.cid-uTr5V3Q43Z .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-uTr5V3Q43Z .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uTr5V3Q43Z .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uTr5V3Q43Z .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uTr5V3Q43Z .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTr5V3Q43Z .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTr5V3Q43Z .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTr5V3Q43Z .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTr5V3Q43Z .row-links {
    justify-content: center;
  }
  .cid-uTr5V3Q43Z .foot-menu {
    justify-content: center;
  }
  .cid-uTr5V3Q43Z .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uTr5V3Q43Z .social-row {
    justify-content: center;
  }
  .cid-uTr5V3Q43Z .mbr-text {
    text-align: center;
  }
  .cid-uTr5V3Q43Z li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTr5V3Q43Z .foot-menu {
    flex-direction: column;
  }
}
.cid-uTrcG6RFI6 .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;
}
.cid-uTrcG6RFI6 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-uTrcG6RFI6 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .dropdown-item {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-uTrcG6RFI6 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-uTrcG6RFI6 .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .btn-white {
  color: #0e9ba4 !important;
}
.cid-uTrcG6RFI6 .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTrcG6RFI6 .container {
  display: flex;
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .nav-link,
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-caption,
.cid-uTrcG6RFI6 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-uTrcG6RFI6 .navbar-caption {
  padding-right: 3rem;
}
.cid-uTrcG6RFI6 .navbar.opened {
  background: #f3b62c !important;
}
.cid-uTrcG6RFI6 .nav-item:focus,
.cid-uTrcG6RFI6 .nav-link:focus {
  outline: none;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTrcG6RFI6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTrcG6RFI6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTrcG6RFI6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTrcG6RFI6 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-uTrcG6RFI6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTrcG6RFI6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTrcG6RFI6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTrcG6RFI6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTrcG6RFI6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTrcG6RFI6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTrcG6RFI6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTrcG6RFI6 .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-uTrcG6RFI6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTrcG6RFI6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTrcG6RFI6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTrcG6RFI6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTrcG6RFI6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTrcG6RFI6 .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-uTrcG6RFI6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTrcG6RFI6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTrcG6RFI6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTrcG6RFI6 .dropdown-item.active,
.cid-uTrcG6RFI6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTrcG6RFI6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTrcG6RFI6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-uTrcG6RFI6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTrcG6RFI6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTrcG6RFI6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTrcG6RFI6 .navbar-buttons {
  text-align: center;
}
.cid-uTrcG6RFI6 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-uTrcG6RFI6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTrcG6RFI6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTrcG6RFI6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTrcG6RFI6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTrcG6RFI6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTrcG6RFI6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTrcG6RFI6 .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-uTrcG6RFI6 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTrcG6RFI6 .navbar {
    height: 100px;
  }
  .cid-uTrcG6RFI6 .navbar.opened {
    height: auto;
  }
  .cid-uTrcG6RFI6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGzPccvzer {
  display: flex;
  background-image: url("../../../assets/images/menu-header-bg.webp");
}
.cid-uGzPccvzer .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uGzPccvzer {
    align-items: center;
  }
  .cid-uGzPccvzer .row {
    justify-content: center;
  }
  .cid-uGzPccvzer .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGzPccvzer .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGzPccvzer {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGzPccvzer .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGzPccvzer .content-wrap {
    width: 100%;
  }
}
.cid-uGzPccvzer .mbr-section-title,
.cid-uGzPccvzer .mbr-section-subtitle {
  text-align: center;
}
.cid-uGzPccvzer .mbr-text,
.cid-uGzPccvzer .mbr-section-btn {
  text-align: center;
}
.cid-uGzQq3kFiI {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/menu-bg1.webp");
}
.cid-uGzQq3kFiI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uGzQq3kFiI .item-tag {
  background: #72b043;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uGzQq3kFiI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72b043;
}
.cid-uGzQq3kFiI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uGzQq3kFiI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uGzQq3kFiI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uGzQq3kFiI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGzQq3kFiI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uGzQq3kFiI .mbr-figure {
    width: 100% !important;
  }
  .cid-uGzQq3kFiI .menu-item {
    flex-direction: column;
  }
  .cid-uGzQq3kFiI img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uGzQq3kFiI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uGzQq3kFiI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uGzQq3kFiI .special-label {
  color: #fff;
}
.cid-uGzQq3kFiI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uGzQq3kFiI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGzQq3kFiI .menu-row {
  margin: 0;
}
.cid-uGzQq3kFiI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uGzQq3kFiI .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-uGzQq3kFiI .group-title,
.cid-uGzQq3kFiI .align-wrap {
  text-align: left;
}
.cid-uGzQq3kFiI SPAN {
  color: #72b043;
}
.cid-uGzQq3kFiI .item-title {
  color: #000000;
}
.cid-uGzQq3kFiI H4 {
  color: #72b043;
}
.cid-uGzQq3kFiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzQq3kFiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzSfljYGZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uGzSfljYGZ .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uGzSfljYGZ .item-tag {
  background: #ff414e;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uGzSfljYGZ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff414e;
}
.cid-uGzSfljYGZ .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uGzSfljYGZ .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uGzSfljYGZ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uGzSfljYGZ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGzSfljYGZ .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uGzSfljYGZ .mbr-figure {
    width: 100% !important;
  }
  .cid-uGzSfljYGZ .menu-item {
    flex-direction: column;
  }
  .cid-uGzSfljYGZ img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uGzSfljYGZ .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uGzSfljYGZ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uGzSfljYGZ .special-label {
  color: #fff;
}
.cid-uGzSfljYGZ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uGzSfljYGZ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGzSfljYGZ .menu-row {
  margin: 0;
}
.cid-uGzSfljYGZ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uGzSfljYGZ .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-uGzSfljYGZ .group-title,
.cid-uGzSfljYGZ .align-wrap {
  text-align: left;
}
.cid-uGzSfljYGZ SPAN {
  color: #ff414e;
}
.cid-uGzSfljYGZ .item-title {
  color: #000000;
}
.cid-uGzSfljYGZ H4 {
  color: #ff414e;
}
.cid-uGzSfljYGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzSfljYGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzW0BUSO7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/menu-bg1.webp");
}
.cid-uGzW0BUSO7 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-uGzW0BUSO7 .item-tag {
  background: #ff8928;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-uGzW0BUSO7 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff8928;
}
.cid-uGzW0BUSO7 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-uGzW0BUSO7 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-uGzW0BUSO7 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uGzW0BUSO7 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uGzW0BUSO7 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-uGzW0BUSO7 .mbr-figure {
    width: 100% !important;
  }
  .cid-uGzW0BUSO7 .menu-item {
    flex-direction: column;
  }
  .cid-uGzW0BUSO7 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-uGzW0BUSO7 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uGzW0BUSO7 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-uGzW0BUSO7 .special-label {
  color: #fff;
}
.cid-uGzW0BUSO7 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uGzW0BUSO7 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uGzW0BUSO7 .menu-row {
  margin: 0;
}
.cid-uGzW0BUSO7 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-uGzW0BUSO7 .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-uGzW0BUSO7 .group-title,
.cid-uGzW0BUSO7 .align-wrap {
  text-align: left;
}
.cid-uGzW0BUSO7 SPAN {
  color: #ff8928;
}
.cid-uGzW0BUSO7 .item-title {
  color: #000000;
}
.cid-uGzW0BUSO7 H4 {
  color: #ff8928;
}
.cid-uGzW0BUSO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzW0BUSO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAFAIe37n {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-uGAFAIe37n .row-links {
  width: 100%;
}
.cid-uGAFAIe37n .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-uGAFAIe37n .col-lg-6 {
  height: fit-content;
}
.cid-uGAFAIe37n .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-uGAFAIe37n .soc-item:hover {
  transform: scale(1.1);
}
.cid-uGAFAIe37n .row {
  align-items: center;
}
.cid-uGAFAIe37n .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-uGAFAIe37n .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-uGAFAIe37n .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-uGAFAIe37n .row .foot-menu li p {
  margin: 0;
}
.cid-uGAFAIe37n .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-uGAFAIe37n .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uGAFAIe37n .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uGAFAIe37n .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uGAFAIe37n .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGAFAIe37n .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGAFAIe37n .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGAFAIe37n .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGAFAIe37n .row-links {
    justify-content: center;
  }
  .cid-uGAFAIe37n .foot-menu {
    justify-content: center;
  }
  .cid-uGAFAIe37n .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-uGAFAIe37n .social-row {
    justify-content: center;
  }
  .cid-uGAFAIe37n .mbr-text {
    text-align: center;
  }
  .cid-uGAFAIe37n li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAFAIe37n .foot-menu {
    flex-direction: column;
  }
}
.cid-v1ZVYeea3D .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;
}
.cid-v1ZVYeea3D .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v1ZVYeea3D .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v1ZVYeea3D .dropdown-item {
  color: #000000 !important;
}
.cid-v1ZVYeea3D .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v1ZVYeea3D .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v1ZVYeea3D .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-v1ZVYeea3D .btn-white {
  color: #0e9ba4 !important;
}
.cid-v1ZVYeea3D .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-v1ZVYeea3D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1ZVYeea3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1ZVYeea3D .container {
  display: flex;
  margin: auto;
}
.cid-v1ZVYeea3D .navbar.navbar-short .nav-link,
.cid-v1ZVYeea3D .navbar.navbar-short .navbar-caption,
.cid-v1ZVYeea3D .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-v1ZVYeea3D .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-v1ZVYeea3D .navbar-caption {
  padding-right: 3rem;
}
.cid-v1ZVYeea3D .navbar.opened {
  background: #f3b62c !important;
}
.cid-v1ZVYeea3D .nav-item:focus,
.cid-v1ZVYeea3D .nav-link:focus {
  outline: none;
}
.cid-v1ZVYeea3D .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-v1ZVYeea3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1ZVYeea3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1ZVYeea3D .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-v1ZVYeea3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1ZVYeea3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1ZVYeea3D .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-v1ZVYeea3D .navbar.opened {
  transition: all 0.3s;
}
.cid-v1ZVYeea3D .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v1ZVYeea3D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1ZVYeea3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1ZVYeea3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1ZVYeea3D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v1ZVYeea3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1ZVYeea3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1ZVYeea3D .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-v1ZVYeea3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1ZVYeea3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1ZVYeea3D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1ZVYeea3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1ZVYeea3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1ZVYeea3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1ZVYeea3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1ZVYeea3D .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-v1ZVYeea3D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1ZVYeea3D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1ZVYeea3D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1ZVYeea3D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1ZVYeea3D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1ZVYeea3D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1ZVYeea3D .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-v1ZVYeea3D .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-v1ZVYeea3D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1ZVYeea3D .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1ZVYeea3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1ZVYeea3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1ZVYeea3D .dropdown-item.active,
.cid-v1ZVYeea3D .dropdown-item:active {
  background-color: transparent;
}
.cid-v1ZVYeea3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1ZVYeea3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1ZVYeea3D .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1ZVYeea3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-v1ZVYeea3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1ZVYeea3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1ZVYeea3D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1ZVYeea3D .navbar-buttons {
  text-align: center;
}
.cid-v1ZVYeea3D 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-v1ZVYeea3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1ZVYeea3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1ZVYeea3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ZVYeea3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1ZVYeea3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1ZVYeea3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ZVYeea3D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1ZVYeea3D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1ZVYeea3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1ZVYeea3D .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v1ZVYeea3D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1ZVYeea3D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1ZVYeea3D .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-v1ZVYeea3D .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1ZVYeea3D .navbar {
    height: 100px;
  }
  .cid-v1ZVYeea3D .navbar.opened {
    height: auto;
  }
  .cid-v1ZVYeea3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ZVYeuXPa {
  display: flex;
  background-image: url("../../../assets/images/cafe-menu-header-bg.webp");
}
.cid-v1ZVYeuXPa .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-v1ZVYeuXPa {
    align-items: center;
  }
  .cid-v1ZVYeuXPa .row {
    justify-content: center;
  }
  .cid-v1ZVYeuXPa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1ZVYeuXPa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v1ZVYeuXPa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v1ZVYeuXPa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1ZVYeuXPa .content-wrap {
    width: 100%;
  }
}
.cid-v1ZVYeuXPa .mbr-section-title,
.cid-v1ZVYeuXPa .mbr-section-subtitle {
  text-align: center;
}
.cid-v1ZVYeuXPa .mbr-text,
.cid-v1ZVYeuXPa .mbr-section-btn {
  text-align: center;
}
.cid-v202cE6oNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #89b758;
}
.cid-v202cE6oNo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v202cE6oNo .mbr-section-subtitle {
  color: #000000;
}
.cid-v202cE6oNo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1ZVYeJNKS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/menu-bg1.webp");
}
.cid-v1ZVYeJNKS .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-v1ZVYeJNKS .item-tag {
  background: #72b043;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-v1ZVYeJNKS .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #72b043;
}
.cid-v1ZVYeJNKS .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-v1ZVYeJNKS .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-v1ZVYeJNKS .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v1ZVYeJNKS .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1ZVYeJNKS .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-v1ZVYeJNKS .mbr-figure {
    width: 100% !important;
  }
  .cid-v1ZVYeJNKS .menu-item {
    flex-direction: column;
  }
  .cid-v1ZVYeJNKS img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-v1ZVYeJNKS .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v1ZVYeJNKS .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-v1ZVYeJNKS .special-label {
  color: #fff;
}
.cid-v1ZVYeJNKS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v1ZVYeJNKS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v1ZVYeJNKS .menu-row {
  margin: 0;
}
.cid-v1ZVYeJNKS .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-v1ZVYeJNKS .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-v1ZVYeJNKS .group-title,
.cid-v1ZVYeJNKS .align-wrap {
  text-align: left;
}
.cid-v1ZVYeJNKS SPAN {
  color: #72b043;
}
.cid-v1ZVYeJNKS .item-title {
  color: #000000;
}
.cid-v1ZVYeJNKS H4 {
  color: #72b043;
}
.cid-v1ZVYeJNKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZVYeJNKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ZVYfqzw3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-v1ZVYfqzw3 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-v1ZVYfqzw3 .item-tag {
  background: #f3b62c;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-v1ZVYfqzw3 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #f3b62c;
}
.cid-v1ZVYfqzw3 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-v1ZVYfqzw3 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-v1ZVYfqzw3 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v1ZVYfqzw3 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1ZVYfqzw3 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-v1ZVYfqzw3 .mbr-figure {
    width: 100% !important;
  }
  .cid-v1ZVYfqzw3 .menu-item {
    flex-direction: column;
  }
  .cid-v1ZVYfqzw3 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-v1ZVYfqzw3 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v1ZVYfqzw3 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-v1ZVYfqzw3 .special-label {
  color: #fff;
}
.cid-v1ZVYfqzw3 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v1ZVYfqzw3 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v1ZVYfqzw3 .menu-row {
  margin: 0;
}
.cid-v1ZVYfqzw3 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-v1ZVYfqzw3 .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-v1ZVYfqzw3 .group-title,
.cid-v1ZVYfqzw3 .align-wrap {
  text-align: left;
}
.cid-v1ZVYfqzw3 SPAN {
  color: #ff414e;
}
.cid-v1ZVYfqzw3 .item-title {
  color: #000000;
}
.cid-v1ZVYfqzw3 H4 {
  color: #f3b62c;
}
.cid-v1ZVYfqzw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZVYfqzw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1ZVYfJY4S {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/menu-bg1.webp");
}
.cid-v1ZVYfJY4S .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-v1ZVYfJY4S .item-tag {
  background: #ff8928;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-v1ZVYfJY4S .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff8928;
}
.cid-v1ZVYfJY4S .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-v1ZVYfJY4S .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-v1ZVYfJY4S .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-v1ZVYfJY4S .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v1ZVYfJY4S .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-v1ZVYfJY4S .mbr-figure {
    width: 100% !important;
  }
  .cid-v1ZVYfJY4S .menu-item {
    flex-direction: column;
  }
  .cid-v1ZVYfJY4S img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-v1ZVYfJY4S .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v1ZVYfJY4S .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-v1ZVYfJY4S .special-label {
  color: #fff;
}
.cid-v1ZVYfJY4S .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-v1ZVYfJY4S .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v1ZVYfJY4S .menu-row {
  margin: 0;
}
.cid-v1ZVYfJY4S .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-v1ZVYfJY4S .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-v1ZVYfJY4S .group-title,
.cid-v1ZVYfJY4S .align-wrap {
  text-align: left;
}
.cid-v1ZVYfJY4S SPAN {
  color: #ff8928;
}
.cid-v1ZVYfJY4S .item-title {
  color: #000000;
}
.cid-v1ZVYfJY4S H4 {
  color: #ff8928;
}
.cid-v1ZVYfJY4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ZVYfJY4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v200gCZ2pu {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v200gCZ2pu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v200gCZ2pu .item {
    margin-bottom: 1rem;
  }
}
.cid-v200gCZ2pu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v200gCZ2pu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v200gCZ2pu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v200gCZ2pu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v200gCZ2pu .carousel-control,
.cid-v200gCZ2pu .close {
  background: #1b1b1b;
}
.cid-v200gCZ2pu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v200gCZ2pu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v200gCZ2pu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v200gCZ2pu .carousel-control-next span {
  margin-left: 5px;
}
.cid-v200gCZ2pu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v200gCZ2pu .close::before {
  content: '\e91a';
}
.cid-v200gCZ2pu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v200gCZ2pu .carousel-control {
  display: flex;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v200gCZ2pu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v200gCZ2pu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v200gCZ2pu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v200gCZ2pu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v200gCZ2pu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v200gCZ2pu .carousel-indicators li.active,
.cid-v200gCZ2pu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v200gCZ2pu .carousel-indicators li::after,
.cid-v200gCZ2pu .carousel-indicators li::before {
  content: none;
}
.cid-v200gCZ2pu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v200gCZ2pu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v200gCZ2pu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v200gCZ2pu .carousel-indicators {
    display: none;
  }
}
.cid-v200gCZ2pu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v200gCZ2pu .carousel-inner > .active {
  display: block;
}
.cid-v200gCZ2pu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v200gCZ2pu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v200gCZ2pu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v200gCZ2pu .carousel-control,
  .cid-v200gCZ2pu .carousel-indicators,
  .cid-v200gCZ2pu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v200gCZ2pu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v200gCZ2pu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v200gCZ2pu .carousel-indicators .active,
.cid-v200gCZ2pu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v200gCZ2pu .carousel-indicators .active {
  background: #fff;
}
.cid-v200gCZ2pu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v200gCZ2pu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v200gCZ2pu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v200gCZ2pu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v200gCZ2pu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v200gCZ2pu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v200gCZ2pu .carousel {
  width: 100%;
}
.cid-v200gCZ2pu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v200gCZ2pu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v200gCZ2pu .modal.fade .modal-dialog,
.cid-v200gCZ2pu .modal.in .modal-dialog {
  transform: none;
}
.cid-v200gCZ2pu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v200gCZ2pu .content-head {
  max-width: 1200px;
}
.cid-v200gCZ2pu .mbr-slider .modal-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.cid-v1ZVYg812u {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-v1ZVYg812u .row-links {
  width: 100%;
}
.cid-v1ZVYg812u .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1ZVYg812u .col-lg-6 {
  height: fit-content;
}
.cid-v1ZVYg812u .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-v1ZVYg812u .soc-item:hover {
  transform: scale(1.1);
}
.cid-v1ZVYg812u .row {
  align-items: center;
}
.cid-v1ZVYg812u .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-v1ZVYg812u .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v1ZVYg812u .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-v1ZVYg812u .row .foot-menu li p {
  margin: 0;
}
.cid-v1ZVYg812u .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-v1ZVYg812u .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-v1ZVYg812u .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v1ZVYg812u .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1ZVYg812u .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1ZVYg812u .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1ZVYg812u .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v1ZVYg812u .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1ZVYg812u .row-links {
    justify-content: center;
  }
  .cid-v1ZVYg812u .foot-menu {
    justify-content: center;
  }
  .cid-v1ZVYg812u .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-v1ZVYg812u .social-row {
    justify-content: center;
  }
  .cid-v1ZVYg812u .mbr-text {
    text-align: center;
  }
  .cid-v1ZVYg812u li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1ZVYg812u .foot-menu {
    flex-direction: column;
  }
}
.cid-v2055IPwW4 .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;
}
.cid-v2055IPwW4 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v2055IPwW4 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v2055IPwW4 .dropdown-item {
  color: #000000 !important;
}
.cid-v2055IPwW4 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v2055IPwW4 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v2055IPwW4 .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-v2055IPwW4 .btn-white {
  color: #0e9ba4 !important;
}
.cid-v2055IPwW4 .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-v2055IPwW4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2055IPwW4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2055IPwW4 .container {
  display: flex;
  margin: auto;
}
.cid-v2055IPwW4 .navbar.navbar-short .nav-link,
.cid-v2055IPwW4 .navbar.navbar-short .navbar-caption,
.cid-v2055IPwW4 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-v2055IPwW4 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-v2055IPwW4 .navbar-caption {
  padding-right: 3rem;
}
.cid-v2055IPwW4 .navbar.opened {
  background: #f3b62c !important;
}
.cid-v2055IPwW4 .nav-item:focus,
.cid-v2055IPwW4 .nav-link:focus {
  outline: none;
}
.cid-v2055IPwW4 .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-v2055IPwW4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2055IPwW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2055IPwW4 .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-v2055IPwW4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2055IPwW4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2055IPwW4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-v2055IPwW4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2055IPwW4 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v2055IPwW4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2055IPwW4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2055IPwW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2055IPwW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v2055IPwW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2055IPwW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2055IPwW4 .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-v2055IPwW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2055IPwW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2055IPwW4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2055IPwW4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2055IPwW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2055IPwW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2055IPwW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2055IPwW4 .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-v2055IPwW4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2055IPwW4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2055IPwW4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2055IPwW4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2055IPwW4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2055IPwW4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2055IPwW4 .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-v2055IPwW4 .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-v2055IPwW4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2055IPwW4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2055IPwW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2055IPwW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2055IPwW4 .dropdown-item.active,
.cid-v2055IPwW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2055IPwW4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2055IPwW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2055IPwW4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2055IPwW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-v2055IPwW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2055IPwW4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2055IPwW4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2055IPwW4 .navbar-buttons {
  text-align: center;
}
.cid-v2055IPwW4 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-v2055IPwW4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2055IPwW4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2055IPwW4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2055IPwW4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2055IPwW4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2055IPwW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2055IPwW4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2055IPwW4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2055IPwW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2055IPwW4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v2055IPwW4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2055IPwW4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2055IPwW4 .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-v2055IPwW4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2055IPwW4 .navbar {
    height: 100px;
  }
  .cid-v2055IPwW4 .navbar.opened {
    height: auto;
  }
  .cid-v2055IPwW4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2055J8vKC {
  display: flex;
  background-image: url("../../../assets/images/catering-header-bg.webp");
}
.cid-v2055J8vKC .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-v2055J8vKC {
    align-items: center;
  }
  .cid-v2055J8vKC .row {
    justify-content: center;
  }
  .cid-v2055J8vKC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2055J8vKC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2055J8vKC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2055J8vKC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2055J8vKC .content-wrap {
    width: 100%;
  }
}
.cid-v2055J8vKC .mbr-section-title,
.cid-v2055J8vKC .mbr-section-subtitle {
  text-align: center;
}
.cid-v2055J8vKC .mbr-text,
.cid-v2055J8vKC .mbr-section-btn {
  text-align: center;
}
.cid-v2055KbbNe {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-v2055KbbNe .row-links {
  width: 100%;
}
.cid-v2055KbbNe .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-v2055KbbNe .col-lg-6 {
  height: fit-content;
}
.cid-v2055KbbNe .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-v2055KbbNe .soc-item:hover {
  transform: scale(1.1);
}
.cid-v2055KbbNe .row {
  align-items: center;
}
.cid-v2055KbbNe .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-v2055KbbNe .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v2055KbbNe .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-v2055KbbNe .row .foot-menu li p {
  margin: 0;
}
.cid-v2055KbbNe .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-v2055KbbNe .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-v2055KbbNe .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v2055KbbNe .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v2055KbbNe .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2055KbbNe .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2055KbbNe .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v2055KbbNe .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2055KbbNe .row-links {
    justify-content: center;
  }
  .cid-v2055KbbNe .foot-menu {
    justify-content: center;
  }
  .cid-v2055KbbNe .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-v2055KbbNe .social-row {
    justify-content: center;
  }
  .cid-v2055KbbNe .mbr-text {
    text-align: center;
  }
  .cid-v2055KbbNe li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v2055KbbNe .foot-menu {
    flex-direction: column;
  }
}
.cid-v207taxXcX .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;
}
.cid-v207taxXcX .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-v207taxXcX .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-v207taxXcX .dropdown-item {
  color: #000000 !important;
}
.cid-v207taxXcX .dropdown-item:hover {
  color: #000000 !important;
}
.cid-v207taxXcX .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-v207taxXcX .nav-link:hover {
  color: #ff6b6b !important;
}
.cid-v207taxXcX .btn-white {
  color: #0e9ba4 !important;
}
.cid-v207taxXcX .btn:hover {
  border-color: #ff6b6b !important;
  color: #ff6b6b !important;
}
.cid-v207taxXcX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v207taxXcX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v207taxXcX .container {
  display: flex;
  margin: auto;
}
.cid-v207taxXcX .navbar.navbar-short .nav-link,
.cid-v207taxXcX .navbar.navbar-short .navbar-caption,
.cid-v207taxXcX .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-v207taxXcX .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-v207taxXcX .navbar-caption {
  padding-right: 3rem;
}
.cid-v207taxXcX .navbar.opened {
  background: #f3b62c !important;
}
.cid-v207taxXcX .nav-item:focus,
.cid-v207taxXcX .nav-link:focus {
  outline: none;
}
.cid-v207taxXcX .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-v207taxXcX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v207taxXcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v207taxXcX .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-v207taxXcX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v207taxXcX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v207taxXcX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  background: #f3b62c;
}
.cid-v207taxXcX .navbar.opened {
  transition: all 0.3s;
}
.cid-v207taxXcX .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-v207taxXcX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v207taxXcX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v207taxXcX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v207taxXcX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v207taxXcX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v207taxXcX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v207taxXcX .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-v207taxXcX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v207taxXcX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v207taxXcX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v207taxXcX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v207taxXcX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v207taxXcX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v207taxXcX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v207taxXcX .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-v207taxXcX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v207taxXcX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v207taxXcX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v207taxXcX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v207taxXcX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v207taxXcX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v207taxXcX .navbar.navbar-short {
  background: #f3b62c !important;
  min-height: 100px;
}
.cid-v207taxXcX .navbar.navbar-short .navbar-logo img {
  height: 5.3rem !important;
}
.cid-v207taxXcX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v207taxXcX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v207taxXcX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v207taxXcX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v207taxXcX .dropdown-item.active,
.cid-v207taxXcX .dropdown-item:active {
  background-color: transparent;
}
.cid-v207taxXcX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v207taxXcX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v207taxXcX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v207taxXcX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3b62c;
}
.cid-v207taxXcX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v207taxXcX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v207taxXcX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v207taxXcX .navbar-buttons {
  text-align: center;
}
.cid-v207taxXcX 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-v207taxXcX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v207taxXcX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v207taxXcX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v207taxXcX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v207taxXcX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v207taxXcX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v207taxXcX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v207taxXcX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v207taxXcX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v207taxXcX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v207taxXcX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v207taxXcX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v207taxXcX .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-v207taxXcX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v207taxXcX .navbar {
    height: 100px;
  }
  .cid-v207taxXcX .navbar.opened {
    height: auto;
  }
  .cid-v207taxXcX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v207taNxAq {
  display: flex;
  background-image: url("../../../assets/images/homepage-header-bg.webp");
}
.cid-v207taNxAq .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v207taNxAq {
    align-items: center;
  }
  .cid-v207taNxAq .row {
    justify-content: center;
  }
  .cid-v207taNxAq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v207taNxAq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v207taNxAq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v207taNxAq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v207taNxAq .content-wrap {
    width: 100%;
  }
}
.cid-v207taNxAq .mbr-section-title,
.cid-v207taNxAq .mbr-section-subtitle {
  text-align: center;
}
.cid-v207taNxAq .mbr-text,
.cid-v207taNxAq .mbr-section-btn {
  text-align: center;
}
.cid-v207JKquoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v207JKquoo .mbr-text {
  color: #000000;
}
.cid-v207JKquoo .mbr-section-subtitle {
  color: #000000;
}
.cid-v207JKquoo .mbr-section-title {
  color: #000000;
}
.cid-v208nj9p4Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #0e9ba4;
}
.cid-v208nj9p4Y .mbr-text {
  color: #000000;
}
.cid-v208nj9p4Y .mbr-section-subtitle {
  color: #000000;
}
.cid-v208nj9p4Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v208nj9p4Y .mbr-text,
.cid-v208nj9p4Y .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v208nj9p4Y .mbr-card-title {
  color: #ffffff;
}
.cid-v208nj9p4Y .mbr-card-subtitle {
  color: #ffffff;
}
.cid-v20ckOpEXh {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v20ckOpEXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v20ckOpEXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-2w {
  /* Type valid CSS here */
}
#custom-html-2w div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-2w p {
  font-size: 60px;
  color: #777;
}
.cid-v207taXCKX {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #232323;
}
.cid-v207taXCKX .row-links {
  width: 100%;
}
.cid-v207taXCKX .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-v207taXCKX .col-lg-6 {
  height: fit-content;
}
.cid-v207taXCKX .soc-item {
  background: #232323;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-v207taXCKX .soc-item:hover {
  transform: scale(1.1);
}
.cid-v207taXCKX .row {
  align-items: center;
}
.cid-v207taXCKX .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-v207taXCKX .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v207taXCKX .row .foot-menu li:hover {
  color: #0e9ba4;
}
.cid-v207taXCKX .row .foot-menu li p {
  margin: 0;
}
.cid-v207taXCKX .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-v207taXCKX .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-v207taXCKX .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-v207taXCKX .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v207taXCKX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v207taXCKX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v207taXCKX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v207taXCKX .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v207taXCKX .row-links {
    justify-content: center;
  }
  .cid-v207taXCKX .foot-menu {
    justify-content: center;
  }
  .cid-v207taXCKX .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-v207taXCKX .social-row {
    justify-content: center;
  }
  .cid-v207taXCKX .mbr-text {
    text-align: center;
  }
  .cid-v207taXCKX li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v207taXCKX .foot-menu {
    flex-direction: column;
  }
}
