.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eaf9f8;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 8.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.3125rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ff9f1c !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9f1c !important;
  border-color: #ff9f1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb54f !important;
  border-color: #ffb54f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb54f !important;
  border-color: #ffb54f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1c38b !important;
  border-color: #f1c38b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f6dbb9 !important;
  border-color: #f6dbb9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f6dbb9 !important;
  border-color: #f6dbb9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #24c47a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #c62232 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #de3d4d !important;
  border-color: #de3d4d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3d4d !important;
  border-color: #de3d4d !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: #ff9f1c;
  color: #ff9f1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff9f1c !important;
  border-color: #ff9f1c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9f1c !important;
  border-color: #ff9f1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f1c38b;
  color: #f1c38b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #f1c38b !important;
  border-color: #f1c38b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1c38b !important;
  border-color: #f1c38b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c62232;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !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: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #ff9f1c !important;
}
.text-secondary {
  color: #f1c38b !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b56800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e69430 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9f1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9f1c;
  border-color: #ff9f1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9f1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5e8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.3125rem;
}
.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: #ff9f1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.3125rem;
}
blockquote {
  border-color: #ff9f1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9f1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9f1c;
}
.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: #ff9f1c;
  border-bottom-color: #ff9f1c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9f1c !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: #f1c38b !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='%23ff9f1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 3rem !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
}
.panel-group .card {
  border: 100px !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
.cid-uR8jN1dplX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uR8jN1dplX nav.navbar {
  position: fixed;
}
.cid-uR8jN1dplX .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN1dplX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uR8jN1dplX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8jN1dplX .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uR8jN1dplX .dropdown-item {
  border: none !important;
  background: #eaf9f8 !important;
}
.cid-uR8jN1dplX .dropdown-item:hover,
.cid-uR8jN1dplX .dropdown-item:focus {
  background: #eaf9f8 !important;
  color: #bd935d !important;
}
.cid-uR8jN1dplX .dropdown-item:hover span {
  color: white;
}
.cid-uR8jN1dplX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR8jN1dplX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR8jN1dplX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR8jN1dplX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR8jN1dplX .nav-link {
  position: relative;
}
.cid-uR8jN1dplX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uR8jN1dplX .container {
    flex-wrap: nowrap;
  }
}
.cid-uR8jN1dplX .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uR8jN1dplX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uR8jN1dplX .dropdown-menu,
.cid-uR8jN1dplX .navbar.opened {
  background: #eaf9f8 !important;
}
.cid-uR8jN1dplX .nav-item:focus,
.cid-uR8jN1dplX .nav-link:focus {
  outline: none;
}
.cid-uR8jN1dplX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR8jN1dplX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uR8jN1dplX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR8jN1dplX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR8jN1dplX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR8jN1dplX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR8jN1dplX .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eaf9f8;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR8jN1dplX .navbar.opened {
  transition: all 0.3s;
}
.cid-uR8jN1dplX .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uR8jN1dplX .navbar .navbar-logo img {
  width: auto;
}
.cid-uR8jN1dplX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR8jN1dplX .navbar.collapsed {
  justify-content: center;
}
.cid-uR8jN1dplX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR8jN1dplX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uR8jN1dplX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR8jN1dplX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR8jN1dplX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR8jN1dplX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR8jN1dplX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR8jN1dplX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR8jN1dplX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR8jN1dplX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR8jN1dplX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR8jN1dplX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR8jN1dplX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR8jN1dplX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR8jN1dplX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR8jN1dplX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uR8jN1dplX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uR8jN1dplX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR8jN1dplX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR8jN1dplX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uR8jN1dplX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uR8jN1dplX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-uR8jN1dplX .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-uR8jN1dplX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uR8jN1dplX .navbar-brand .navbar-caption:hover,
.cid-uR8jN1dplX .navbar-brand .navbar-caption:focus {
  color: #bd935d !important;
}
.cid-uR8jN1dplX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR8jN1dplX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uR8jN1dplX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #bd935d !important;
}
.cid-uR8jN1dplX .dropdown-item.active,
.cid-uR8jN1dplX .dropdown-item:active {
  background-color: transparent;
}
.cid-uR8jN1dplX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR8jN1dplX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR8jN1dplX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR8jN1dplX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eaf9f8;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uR8jN1dplX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uR8jN1dplX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uR8jN1dplX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR8jN1dplX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uR8jN1dplX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uR8jN1dplX .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uR8jN1dplX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-uR8jN1dplX .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-uR8jN1dplX .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uR8jN1dplX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uR8jN1dplX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eaf9f8 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uR8jN1dplX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #53241c;
}
.cid-uR8jN1dplX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uR8jN1dplX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR8jN1dplX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uR8jN1dplX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uR8jN1dplX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8jN1dplX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR8jN1dplX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR8jN1dplX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR8jN1dplX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR8jN1dplX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR8jN1dplX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR8jN1dplX .navbar {
    height: 70px;
  }
  .cid-uR8jN1dplX .navbar.opened {
    height: auto;
  }
  .cid-uR8jN1dplX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR8jN1dplX .navbar-nav {
  margin: 0 auto;
}
.cid-uR8jN1dplX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uR8jN1dplX .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uR8jN1dplX .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uR8jN1dplX .nav-item .nav-link:hover,
.cid-uR8jN1dplX .nav-item .nav-link:focus {
  background-color: transparent;
  color: #bd935d !important;
}
.cid-uR8jN1dplX .nav-item .nav-link:hover::after,
.cid-uR8jN1dplX .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uR8jN1dplX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uR8jN1dplX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uR8jN1dplX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uR8jN1dplX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uR8jN1dplX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uR8jN1dplX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uR8jN1dplX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uR8jN1dplX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uR8jN1dplX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uR8jN1dplX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-uR8jN1dplX .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-uR8jN1dplX .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-uR8jN1dplX .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-uR8jN1dplX .content-wrap {
  min-height: 110px;
}
.cid-uR8jN1dplX .nav-link,
.cid-uR8jN1dplX .dropdown-item {
  color: #53241C;
}
.cid-uR8jN1dplX .navbar-caption {
  color: #53241C;
}
.cid-uR8jN1uDO7 {
  background-color: transparent;
}
.cid-uR8jN1uDO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1uDO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1uDO7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8jN1uDO7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1uDO7 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1uDO7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uR8jN1uDO7 .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #bd935d;
}
@media (max-width: 992px) {
  .cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uR8jN1uDO7 .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uR8jN1uDO7 .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN1uDO7 .mbr-text,
.cid-uR8jN1uDO7 .text-wrapper {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN1uDO7 .mbr-section-title,
.cid-uR8jN1uDO7 .mbr-section-btn,
.cid-uR8jN1uDO7 .address-wrapper {
  text-align: center;
  color: #53241C;
}
.cid-uR8jN1uDO7 .mbr-address {
  color: #53241C;
  text-align: left;
}
.cid-uR8jN1uDO7 .mbr-hours {
  color: #53241C;
  text-align: left;
}
.cid-uR8jN1AyTf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uR8jN1AyTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1AyTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1AyTf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN1AyTf .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1AyTf .items-wrapper {
    margin: 0 -10px;
  }
}
.cid-uR8jN1AyTf .items-wrapper .item {
  padding: 0 32px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1AyTf .items-wrapper .item {
    padding: 0 10px;
  }
}
.cid-uR8jN1AyTf .item {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1AyTf .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN1AyTf .item:hover .item-wrapper,
.cid-uR8jN1AyTf .item:focus .item-wrapper {
  box-shadow: 0 19px 45px 0 #0000004d;
}
.cid-uR8jN1AyTf .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 19px 45px 0 #0000001a;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-uR8jN1AyTf .item .item-wrapper .item-img img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uR8jN1AyTf .item .item-wrapper .item-content {
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1AyTf .item .item-wrapper .item-content {
    padding: 50px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .item .item-wrapper .item-content {
    padding: 30px 20px;
  }
}
.cid-uR8jN1AyTf .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN1AyTf .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .item .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uR8jN1AyTf .item .item-wrapper .item-content .item-price {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR8jN1AyTf .item .item-wrapper .item-content .item-price {
    margin-bottom: 20px;
  }
}
.cid-uR8jN1AyTf .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uR8jN1AyTf .mbr-section-title {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN1AyTf .item-title {
  color: #000c3f;
}
.cid-uR8jN1AyTf .item-text {
  color: #53241C;
}
.cid-uR8jN1AyTf .item-price {
  color: #53241C;
}
.cid-uR8jN1AyTf .item-title,
.cid-uR8jN1AyTf .mbr-section-btn {
  color: #53241C;
}
.cid-uR8jN1FQP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2ec4b6;
}
.cid-uR8jN1FQP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1FQP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1FQP8 .items-wrapper {
  justify-content: center;
}
.cid-uR8jN1FQP8 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR8jN1FQP8 .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uR8jN1FQP8 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #eaf9f8;
  font-size: 40px;
  color: #53241c;
}
.cid-uR8jN1FQP8 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uR8jN1FQP8 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN1FQP8 .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transform: rotate(-5deg);
  transition: all 0.3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uR8jN1FQP8 .item .item-wrapper:hover,
.cid-uR8jN1FQP8 .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uR8jN1FQP8 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uR8jN1FQP8 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uR8jN1FQP8 .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uR8jN1FQP8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN1FQP8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uR8jN1FQP8 .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uR8jN1FQP8 .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN1FQP8 .main-btn {
    margin-top: 16px;
  }
}
.cid-uR8jN1FQP8 .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN1FQP8 .mbr-section-title,
.cid-uR8jN1FQP8 .icon-wrapper,
.cid-uR8jN1FQP8 .main-btn {
  text-align: center;
  color: #000000;
}
.cid-uR8jN1FQP8 .item-title {
  color: #000c3f;
}
.cid-uR8jN1FQP8 .item-text {
  color: #53241C;
}
.cid-uR8jN1FQP8 .item-title,
.cid-uR8jN1FQP8 .card-btn {
  color: #53241C;
}
.cid-uR8jN1JJpw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #53241c;
}
.cid-uR8jN1JJpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1JJpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1JJpw .row {
  justify-content: space-between;
}
.cid-uR8jN1JJpw .card {
  justify-content: center;
}
.cid-uR8jN1JJpw .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uR8jN1JJpw .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #bd935d;
  z-index: 1;
}
.cid-uR8jN1JJpw .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #bd935d;
  z-index: -1;
}
.cid-uR8jN1JJpw .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #bd935d;
  z-index: -1;
}
.cid-uR8jN1JJpw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8jN1JJpw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR8jN1JJpw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN1JJpw .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uR8jN1JJpw .image-wrapper {
    margin-left: 0;
  }
}
.cid-uR8jN1JJpw .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN1JJpw .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN1JJpw .mbr-number {
  color: #000c3f;
}
.cid-uR8jN1JJpw .mbr-section-title {
  color: #ffffff;
}
.cid-uR8jN1JJpw .mbr-text {
  color: #ffffff;
}
.cid-uR8jN1JJpw .mbr-number,
.cid-uR8jN1JJpw .number-wrapper {
  color: #000000;
}
.cid-uR8jN1JJpw .mbr-section-title,
.cid-uR8jN1JJpw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uR8jN1JJpw .mbr-text,
.cid-uR8jN1JJpw .text-wrapper {
  color: #FFFFFF;
}
.cid-uR8jN1NRRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9e5e2;
}
.cid-uR8jN1NRRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1NRRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1NRRQ .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8jN1NRRQ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN1NRRQ .google-map iframe {
  height: 500px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN1NRRQ .google-map iframe {
    height: 300px;
  }
}
.cid-uR8jN1O3AN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uR8jN1O3AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1O3AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1O3AN .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uR8jN1O3AN .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000000;
}
.cid-uR8jN1O3AN .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uR8jN1O3AN .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN1O3AN .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uR8jN1O3AN .mbr-desc,
.cid-uR8jN1O3AN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uR8jN1O3AN .mbr-text,
.cid-uR8jN1O3AN .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uR8jN1QKXA {
  background-image: url("../../../assets/images/photo-1516216628859-9bccecab13ca.jpeg");
}
.cid-uR8jN1QKXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1QKXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1QKXA .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uR8jN1QKXA .image-wrap {
    height: 300px;
  }
}
.cid-uR8jN1QwwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uR8jN1QwwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1QwwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1QwwI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN1QwwI .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uR8jN1QwwI .item .item-wrapper {
    padding: 120px 80px;
  }
}
@media (max-width: 1200px) {
  .cid-uR8jN1QwwI .item .item-wrapper {
    padding: 120px 50px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #bd935d;
  color: #000000;
  border-radius: 100%;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper {
    margin-top: 20px;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
  margin-right: 50px;
}
@media (max-width: 1640px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .mbr-section-btn {
    margin-right: 0;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 1440px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #bd935d;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-content .price-wrapper .price-wrap .item-price {
  padding: 11px 0;
  margin-bottom: 0;
}
.cid-uR8jN1QwwI .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uR8jN1QwwI .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border: 20px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .item-wrapper .item-img img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN1QwwI .item .card_1 {
  background-color: #ffffff;
}
.cid-uR8jN1QwwI .item .card_1 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uR8jN1QwwI .item .card_2 {
  background-color: #a9e5e2;
}
.cid-uR8jN1QwwI .item .card_2 .item-img img {
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uR8jN1QwwI .item .card_3 {
  background-color: #e1d7c0;
}
.cid-uR8jN1QwwI .item .card_3 .item-img img {
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .item .card_3 .item-img img {
    transform: none;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN1QwwI .main-btn {
    margin-top: 16px;
  }
}
.cid-uR8jN1QwwI .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN1QwwI .mbr-section-title,
.cid-uR8jN1QwwI .main-btn {
  text-align: center;
  color: #53241C;
}
.cid-uR8jN1QwwI .item-title {
  color: #53241C;
}
.cid-uR8jN1QwwI .item-text {
  color: #000c3f;
}
.cid-uR8jN1QwwI .list {
  color: #000c3f;
}
.cid-uR8jN1QwwI .list-title {
  color: #53241C;
}
.cid-uR8jN1QwwI .item-price {
  color: #53241C;
}
.cid-uR8jN1QwwI .item-text,
.cid-uR8jN1QwwI .text-wrapper {
  color: #53241C;
}
.cid-uR8jN1QwwI .list,
.cid-uR8jN1QwwI .item-wrap {
  color: #53241C;
}
.cid-uR8jN1ZRo0 {
  background-color: transparent;
}
.cid-uR8jN1ZRo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN1ZRo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN1ZRo0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR8jN1ZRo0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR8jN1ZRo0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8jN1ZRo0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR8jN1ZRo0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper {
  margin-bottom: 32px;
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #bd935d;
}
@media (max-width: 992px) {
  .cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-section-subtitle {
  margin-bottom: 4px;
}
.cid-uR8jN1ZRo0 .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uR8jN1ZRo0 .image-wrapper {
  position: relative;
}
.cid-uR8jN1ZRo0 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2ec4b6;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.cid-uR8jN1ZRo0 .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bd935d;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.cid-uR8jN1ZRo0 .image-wrapper img {
  position: relative;
  height: 500px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-uR8jN1ZRo0 .image-wrapper img {
    height: 300px;
  }
}
.cid-uR8jN1ZRo0 .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN1ZRo0 .mbr-text,
.cid-uR8jN1ZRo0 .text-wrapper {
  color: #53241C;
}
.cid-uR8jN1ZRo0 .mbr-section-subtitle {
  color: #53241C;
  text-align: left;
}
.cid-uR8jN1ZRo0 .mbr-desc {
  color: #53241C;
  text-align: left;
}
.cid-uR8jN1ZRo0 .mbr-section-title,
.cid-uR8jN1ZRo0 .mbr-section-btn,
.cid-uR8jN1ZRo0 .address-wrapper {
  color: #53241C;
}
.cid-uR8jN24rF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uR8jN24rF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN24rF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN24rF1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN24rF1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN24rF1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uR8jN24rF1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR8jN24rF1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uR8jN24rF1 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uR8jN24rF1 .embla__button--next,
.cid-uR8jN24rF1 .embla__button--prev {
  display: flex;
}
.cid-uR8jN24rF1 .embla__button {
  top: -8.4rem;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #53241c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uR8jN24rF1 .embla__button {
    top: 0;
  }
}
.cid-uR8jN24rF1 .embla__button:hover {
  background-color: #bd935d !important;
  color: #000000 !important;
}
.cid-uR8jN24rF1 .embla__button.embla__button--prev {
  right: 72px;
}
.cid-uR8jN24rF1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uR8jN24rF1 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR8jN24rF1 .embla {
    padding-top: 6rem;
  }
}
.cid-uR8jN24rF1 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uR8jN24rF1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR8jN24rF1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR8jN24rF1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR8jN24rF1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR8jN24rF1 .mbr-section-title {
  color: #53241C;
}
.cid-uR8jN24rF1 .item-name {
  color: #000c3f;
}
.cid-uR8jN24rF1 .item-text {
  color: #53241C;
}
.cid-uR8jN24rF1 .item-name,
.cid-uR8jN24rF1 .mbr-section-btn {
  color: #53241C;
}
.cid-uR8jN28cAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2ec4b6;
}
.cid-uR8jN28cAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN28cAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN28cAV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN28cAV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN28cAV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uR8jN28cAV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN28cAV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN28cAV .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN28cAV .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR8jN28cAV .item .item-wrapper {
    height: 100%;
  }
}
.cid-uR8jN28cAV .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uR8jN28cAV .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uR8jN28cAV .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .cid-uR8jN28cAV .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN28cAV .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uR8jN28cAV .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN28cAV .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uR8jN28cAV .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-uR8jN28cAV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR8jN28cAV .item-title {
  color: #000c3f;
}
.cid-uR8jN28cAV .item-text {
  color: #53241C;
}
.cid-uR8jN28cAV .item-title,
.cid-uR8jN28cAV .mbr-section-btn {
  color: #53241C;
}
.cid-uR8jN2c1C8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #53241c;
}
.cid-uR8jN2c1C8 .item:focus,
.cid-uR8jN2c1C8 span:focus {
  outline: none;
}
.cid-uR8jN2c1C8 .item {
  cursor: pointer;
}
.cid-uR8jN2c1C8 .grid-container {
  grid-row-gap: 20px;
}
.cid-uR8jN2c1C8 .grid-container-1,
.cid-uR8jN2c1C8 .grid-container-2 {
  gap: 0 20px;
}
.cid-uR8jN2c1C8 .mbr-section-title {
  margin-bottom: 64px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8jN2c1C8 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2c1C8 .content-head {
  max-width: 800px;
}
.cid-uR8jN2c1C8 .container,
.cid-uR8jN2c1C8 .container-fluid {
  overflow: hidden;
}
.cid-uR8jN2c1C8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uR8jN2c1C8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR8jN2c1C8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  border: 20px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uR8jN2c1C8 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2c1C8 .grid-item img {
    border: 10px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-uR8jN2c1C8 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uR8jN2c1C8 .grid-container-1,
.cid-uR8jN2c1C8 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uR8jN2c1C8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uR8jN2c1C8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uR8jN2gRtr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 10px solid #bd935d;
  border-bottom: 10px solid #bd935d;
  background-color: #a9e5e2;
}
.cid-uR8jN2gRtr .item:focus,
.cid-uR8jN2gRtr span:focus {
  outline: none;
}
.cid-uR8jN2gRtr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uR8jN2gRtr .item {
  padding: 10px 0;
  color: #53241c;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uR8jN2gRtr .item {
    min-height: 45px;
  }
}
.cid-uR8jN2sSoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uR8jN2sSoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2sSoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2sSoS .row {
  justify-content: flex-end;
}
.cid-uR8jN2sSoS .person-wrap {
  padding: 10px;
  background-color: #ffffff;
  margin: 0 20px 0 58px;
}
@media (max-width: 1200px) {
  .cid-uR8jN2sSoS .person-wrap {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2sSoS .person-wrap {
    width: 200px;
    margin: 0 0 32px 0;
  }
}
.cid-uR8jN2sSoS .person-wrap .image-wrapper img {
  height: 200px;
  object-fit: cover;
}
.cid-uR8jN2sSoS .person-wrap .mbr-name {
  padding: 20px 0 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN2sSoS .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uR8jN2sSoS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR8jN2sSoS .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000000;
}
.cid-uR8jN2sSoS .mbr-name {
  color: #53241C;
}
.cid-uR8jN2sSoS .mbr-text {
  color: #000000;
}
.cid-uR8jN2vjRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9e5e2;
}
.cid-uR8jN2vjRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2vjRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2vjRC .mbr-section-title {
  margin-bottom: 64px;
  color: #53241C;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8jN2vjRC .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2vjRC .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8jN2vjRC .mbr-figure {
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN2wiKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a9e5e2;
}
.cid-uR8jN2wiKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2wiKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2wiKa .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2wiKa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uR8jN2wiKa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR8jN2wiKa .embla__slide .slide-content {
  width: 100%;
}
.cid-uR8jN2wiKa .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uR8jN2wiKa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uR8jN2wiKa .embla__button--next,
.cid-uR8jN2wiKa .embla__button--prev {
  display: flex;
}
.cid-uR8jN2wiKa .embla__button {
  top: 43%;
  width: 80px;
  height: 80px;
  font-size: 32px;
  background-color: #53241c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uR8jN2wiKa .embla__button:hover {
  background-color: #bd935d !important;
  color: #000000 !important;
}
.cid-uR8jN2wiKa .embla__button.embla__button--prev {
  left: 4rem;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uR8jN2wiKa .embla__button.embla__button--next {
  right: 4rem;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uR8jN2wiKa .embla {
  position: relative;
  width: 100%;
  padding: 0 210px;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla {
    padding-bottom: 6rem;
  }
}
.cid-uR8jN2wiKa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8jN2wiKa .embla__viewport {
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN2wiKa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR8jN2wiKa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR8jN2wiKa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR8jN2wiKa .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR8jN2wiKa .mbr-section-title {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN2zyKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uR8jN2zyKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2zyKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2zyKv .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2zyKv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8jN2zyKv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uR8jN2zyKv .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN2zyKv .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uR8jN2zyKv .items-wrapper .item {
  padding: 0 12px;
}
.cid-uR8jN2zyKv .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN2zyKv .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uR8jN2zyKv .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uR8jN2zyKv .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uR8jN2zyKv .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN2zyKv .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uR8jN2zyKv .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uR8jN2zyKv .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR8jN2zyKv .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uR8jN2zyKv .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uR8jN2zyKv .item .card_1 {
  background-color: #ffffff;
}
.cid-uR8jN2zyKv .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uR8jN2zyKv .item .card_2 {
  background-color: #e1d7c0;
}
.cid-uR8jN2zyKv .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uR8jN2zyKv .item .card_3 {
  background-color: #a9e5e2;
}
.cid-uR8jN2zyKv .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uR8jN2zyKv .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-uR8jN2zyKv .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-uR8jN2zyKv .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-uR8jN2zyKv .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN2zyKv .main-btn {
    margin-top: 16px;
  }
}
.cid-uR8jN2zyKv .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN2zyKv .mbr-text,
.cid-uR8jN2zyKv .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uR8jN2zyKv .mbr-section-title,
.cid-uR8jN2zyKv .main-btn {
  text-align: center;
  color: #53241C;
}
.cid-uR8jN2zyKv .item-title {
  color: #000c3f;
}
.cid-uR8jN2zyKv .item-text {
  color: #53241C;
}
.cid-uR8jN2zyKv .mbr-text,
.cid-uR8jN2zyKv text-wrapper {
  color: #53241C;
}
.cid-uR8jN2zyKv .item-title,
.cid-uR8jN2zyKv .card-btn {
  color: #53241C;
}
.cid-uR8jN2ENiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR8jN2ENiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2ENiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2ENiB .content-wrapper {
  padding: 10px;
  border-top: 10px solid #bd935d;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uR8jN2ENiB .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uR8jN2ENiB .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uR8jN2ENiB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uR8jN2ENiB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN2ENiB .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN2ENiB .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uR8jN2ENiB .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uR8jN2ENiB .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN2ENiB .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uR8jN2ENiB .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN2ENiB .mbr-text {
  color: #000c3f;
}
.cid-uR8jN2ENiB .mbr-section-title,
.cid-uR8jN2ENiB .mbr-section-btn {
  color: #53241C;
}
.cid-uR8jN2ENiB .mbr-text,
.cid-uR8jN2ENiB .text-wrapper {
  color: #53241C;
}
.cid-uR8jN2G68v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uR8jN2G68v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2G68v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2G68v .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2G68v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2G68v .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uR8jN2G68v .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2G68v .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2G68v .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN2G68v .item .item-wrapper {
  padding: 32px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uR8jN2G68v .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uR8jN2G68v .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uR8jN2G68v .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uR8jN2G68v .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uR8jN2G68v .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uR8jN2G68v .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uR8jN2G68v .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN2G68v .main-btn {
    margin-top: 16px;
  }
}
.cid-uR8jN2G68v .btn-wrapper {
  margin-top: -5%;
}
.cid-uR8jN2G68v .mbr-section-title {
  color: #53241C;
}
.cid-uR8jN2G68v .mbr-section-title,
.cid-uR8jN2G68v .main-btn {
  text-align: center;
}
.cid-uR8jN2G68v .item-title {
  color: #000c3f;
}
.cid-uR8jN2G68v .item-text {
  color: #53241C;
}
.cid-uR8jN2G68v .item-number {
  color: #53241C;
}
.cid-uR8jN2G68v .item-name {
  color: #53241C;
}
.cid-uR8jN2KmF9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uR8jN2KmF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2KmF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2KmF9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2KmF9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2KmF9 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #a9e5e2;
}
@media (max-width: 992px) {
  .cid-uR8jN2KmF9 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uR8jN2KmF9 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uR8jN2KmF9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #53241c;
  background-color: #eaf9f8;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uR8jN2KmF9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
  background-color: #bd935d;
}
.cid-uR8jN2KmF9 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uR8jN2KmF9 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN2KmF9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uR8jN2KmF9 .mbr-section-title {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN2KmF9 .panel-title-edit {
  color: #53241C;
}
.cid-uR8jN2KmF9 .panel-text {
  color: #000c3f;
}
.cid-uR8jN2KmF9 .panel-text,
.cid-uR8jN2KmF9 .panel-body {
  color: #53241C;
}
.cid-uR8jN2MSD9 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #53241c;
}
.cid-uR8jN2MSD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2MSD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2MSD9 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uR8jN2MSD9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2MSD9 .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN2MSD9 .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uR8jN2MSD9 .item:nth-child(2n) {
  transform: none;
}
.cid-uR8jN2MSD9 .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN2MSD9 .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uR8jN2MSD9 .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR8jN2MSD9 .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN2MSD9 .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uR8jN2MSD9 .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2MSD9 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uR8jN2MSD9 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uR8jN2ORAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2ORAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uR8jN2ORAC .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uR8jN2ORAC .image-wrap {
    height: 300px;
  }
}
.cid-uR8jN2P5rR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uR8jN2P5rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2P5rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2P5rR .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2P5rR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR8jN2P5rR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uR8jN2P5rR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uR8jN2P5rR .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 520px;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper {
    min-height: auto;
    display: block;
  }
}
.cid-uR8jN2P5rR .image-wrapper .image-wrap {
  position: absolute;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper .image-wrap {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uR8jN2P5rR .image-wrapper .image-wrap img {
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper .image-wrap img {
    border: 10px solid #ffffff;
  }
}
.cid-uR8jN2P5rR .image-wrapper .image_1 {
  top: 0;
  z-index: 3;
}
.cid-uR8jN2P5rR .image-wrapper .image_1 img {
  height: 320px;
  width: 550px;
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper .image_1 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uR8jN2P5rR .image-wrapper .image_2 {
  left: -7%;
  bottom: 0;
  z-index: 2;
}
.cid-uR8jN2P5rR .image-wrapper .image_2 img {
  height: 250px;
  width: 400px;
  transform: rotate(-5deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper .image_2 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uR8jN2P5rR .image-wrapper .image_3 {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cid-uR8jN2P5rR .image-wrapper .image_3 img {
  height: 320px;
  width: 450px;
  transform: rotate(10deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN2P5rR .image-wrapper .image_3 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uR8jN2P5rR .mbr-section-title {
  color: #000c3f;
}
.cid-uR8jN2P5rR .mbr-text,
.cid-uR8jN2P5rR .text-wrapper {
  color: #53241C;
}
.cid-uR8jN2P5rR .mbr-section-title,
.cid-uR8jN2P5rR .mbr-section-btn,
.cid-uR8jN2P5rR .address-wrapper {
  color: #53241C;
}
.cid-uR8jN2RT0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #53241c;
}
.cid-uR8jN2RT0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2RT0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2RT0G .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2RT0G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR8jN2RT0G .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uR8jN2RT0G .items-wrapper .item {
  padding: 0 10px;
}
.cid-uR8jN2RT0G .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uR8jN2RT0G .item {
    margin-bottom: 16px;
  }
}
.cid-uR8jN2RT0G .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uR8jN2RT0G .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uR8jN2RT0G .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uR8jN2RT0G .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uR8jN2RT0G .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uR8jN2RT0G .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uR8jN2RT0G .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uR8jN2RT0G .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uR8jN2RT0G .item-title {
  color: #000c3f;
}
.cid-uR8jN2RT0G .item-text {
  color: #53241C;
}
.cid-uR8jN2RT0G .item-title,
.cid-uR8jN2RT0G .mbr-section-btn {
  color: #53241C;
}
.cid-uR8jN2UUu1 {
  background-color: #2ec4b6;
}
.cid-uR8jN2UUu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2UUu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2UUu1 .row {
  justify-content: center;
}
.cid-uR8jN2UUu1 .form-wrapper {
  background-color: #ffffff;
  padding: 20px 50px 50px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper {
    padding: 20px;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .line-wrap {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #bd935d;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .line-wrap {
    height: 4px;
    margin-bottom: 20px;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f0f0f0;
  padding: 27px 32px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px 16px;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000c3f;
  opacity: 0.3;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000c3f;
  border-color: #000c3f;
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR8jN2UUu1 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-uR8jN2UUu1 .mbr-section-title {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN2UUu1 label {
  color: #000c3f;
}
.cid-uR8jN2XJY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1d7c0;
}
.cid-uR8jN2XJY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2XJY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2XJY2 .row {
  justify-content: space-between;
}
.cid-uR8jN2XJY2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2XJY2 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uR8jN2XJY2 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR8jN2XJY2 .item {
    margin-bottom: 50px;
  }
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR8jN2XJY2 .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #53241c;
  transform: scale(1.4);
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper:hover::before,
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #53241c;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR8jN2XJY2 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .item-title:hover,
.cid-uR8jN2XJY2 .item .item-wrapper .item-content .item-title:focus {
  color: #53241c;
}
.cid-uR8jN2XJY2 .mbr-section-title {
  color: #53241C;
  text-align: center;
}
.cid-uR8jN2XJY2 .item-title {
  color: #000c3f;
}
.cid-uR8jN2XJY2 .item-title,
.cid-uR8jN2XJY2 .item-wrapper {
  color: #53241C;
}
.cid-uR8jN2ZMpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #53241c;
}
.cid-uR8jN2ZMpS .decor-wrapper {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd935d;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cid-uR8jN2ZMpS .decor-wrapper {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cid-uR8jN2ZMpS .decor-wrapper {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cid-uR8jN2ZMpS .decor-wrapper {
    display: none;
  }
}
.cid-uR8jN2ZMpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR8jN2ZMpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR8jN2ZMpS .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uR8jN2ZMpS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uR8jN2ZMpS .title-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uR8jN2ZMpS .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uR8jN2ZMpS .nav-wrapper {
    margin-top: 32px;
  }
}
.cid-uR8jN2ZMpS .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uR8jN2ZMpS .nav-wrapper .list .item-wrap {
  transition: all 0.3s ease;
  margin: 0 30px 40px;
}
.cid-uR8jN2ZMpS .nav-wrapper .list .item-wrap:hover,
.cid-uR8jN2ZMpS .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cid-uR8jN2ZMpS .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cid-uR8jN2ZMpS .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uR8jN2ZMpS .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uR8jN2ZMpS .social-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uR8jN2ZMpS .social-wrapper .list .item-wrap {
  transition: all 0.3s ease;
  margin: 0 30px 20px;
}
.cid-uR8jN2ZMpS .social-wrapper .list .item-wrap:hover,
.cid-uR8jN2ZMpS .social-wrapper .list .item-wrap:focus {
  color: #f47451;
}
.cid-uR8jN2ZMpS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR8jN2ZMpS .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uR8jN2ZMpS .list {
  color: #ffffff;
}
