.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff5e8;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.155rem + (4.3 - 2.155) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2ec4b6 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2ec4b6 !important;
  color: #000000 !important;
  border-color: #2ec4b6 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4fd6c9 !important;
  border-color: #4fd6c9 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #4fd6c9 !important;
  border-color: #4fd6c9 !important;
}
.btn-secondary {
  border-color: #59360b !important;
  box-shadow: 0 8px 0 #59360b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1c38b !important;
  color: #422808 !important;
  border-color: #f1c38b !important;
  border-color: #59360b !important;
  box-shadow: 0 8px 0 #59360b !important;
}
.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;
  border-color: #59360b !important;
  box-shadow: 0 11px 0 #59360b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #422808 !important;
  background-color: #f6dbb9 !important;
  border-color: #f6dbb9 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  color: #ffffff !important;
  border-color: #0aa3c2 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  color: #ffffff !important;
  border-color: #20ac6b !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  color: #ffffff !important;
  border-color: #cc9900 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  color: #ffffff !important;
  border-color: #ae1e2c !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white {
  border-color: #6e6e6e !important;
  box-shadow: 0 8px 0 #6e6e6e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #616161 !important;
  border-color: #fafafa !important;
  border-color: #6e6e6e !important;
  box-shadow: 0 8px 0 #6e6e6e !important;
}
.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;
  border-color: #6e6e6e !important;
  box-shadow: 0 11px 0 #6e6e6e !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.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;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.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: #2ec4b6;
  color: #2ec4b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1e7e75 !important;
  background-color: transparent !important;
  border-color: #1e7e75 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2ec4b6 !important;
  border-color: #2ec4b6 !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: #e89b3e !important;
  background-color: transparent !important;
  border-color: #e89b3e !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: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2ec4b6 !important;
}
.text-secondary {
  color: #f1c38b !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b7169 !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: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2ec4b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #2ec4b6;
  border-color: #2ec4b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2ec4b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8de4dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #2ec4b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #2ec4b6;
}
/* 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: #2ec4b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2ec4b6;
}
.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: #2ec4b6;
  border-bottom-color: #2ec4b6;
}
.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: #2ec4b6 !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='%232ec4b6' %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: 16px 30px;
  font-weight: 700;
  margin-top: 22px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: translateY(-3px);
}
.mbr-section-btn .btn-black {
  border-color: #ffffff !important;
  box-shadow: 0 8px 0 #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  margin-top: 20px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius,
.form-control,
textarea {
  border-radius: 1rem !important;
}
.middle-radius,
.nav.nav-tabs .nav-item {
  border-radius: 1.5rem !important;
}
.large-radius {
  border-radius: 4rem !important;
}
@media (max-width: 1280px) {
  .large-radius {
    border-radius: 2rem !important;
  }
}
.mbr-label {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWuxVg4zza {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWuxVg4zza .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;
}
@media (max-width: 767px) {
  .cid-uWuxVg4zza .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWuxVg4zza .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uWuxVg4zza .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWuxVg4zza .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uWuxVg4zza .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWuxVg4zza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWuxVg4zza .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uWuxVg4zza .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uWuxVg4zza .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uWuxVg4zza .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5;
}
.cid-uWuxVg4zza .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWuxVg4zza .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWuxVg4zza .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #fff5e8;
}
.cid-uWuxVg4zza .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWuxVg4zza .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  margin-right: 10px !important;
  border-radius: 5px !important;
}
.cid-uWuxVg4zza .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
  text-shadow: 0 5px 0 #fff5e8;
  color: #1D0F00;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uWuxVg4zza .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWuxVg4zza .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWuxVg4zza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-uWuxVg4zza .container,
.cid-uWuxVg4zza .container-fluid {
  display: flex;
  height: 105px;
  padding: 0.5rem 16px 0.5rem 16px;
  flex-wrap: nowrap;
  background: transparent !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #fff5e8;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .container,
  .cid-uWuxVg4zza .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uWuxVg4zza .container,
  .cid-uWuxVg4zza .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uWuxVg4zza .iconfont-wrapper {
  color: #fffaf0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWuxVg4zza .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-uWuxVg4zza .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-uWuxVg4zza .nav-item:focus,
.cid-uWuxVg4zza .nav-link:focus {
  outline: none;
}
.cid-uWuxVg4zza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWuxVg4zza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWuxVg4zza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWuxVg4zza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWuxVg4zza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWuxVg4zza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWuxVg4zza .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWuxVg4zza .navbar.opened {
  transition: all 0.3s;
}
.cid-uWuxVg4zza .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWuxVg4zza .navbar .navbar-logo img {
  width: auto;
}
.cid-uWuxVg4zza .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uWuxVg4zza .navbar.collapsed {
  justify-content: center;
}
.cid-uWuxVg4zza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWuxVg4zza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWuxVg4zza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWuxVg4zza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWuxVg4zza .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-uWuxVg4zza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWuxVg4zza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWuxVg4zza .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWuxVg4zza .navbar {
    min-height: 72px;
  }
  .cid-uWuxVg4zza .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWuxVg4zza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWuxVg4zza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWuxVg4zza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWuxVg4zza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWuxVg4zza .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-uWuxVg4zza .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWuxVg4zza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWuxVg4zza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWuxVg4zza .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWuxVg4zza .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWuxVg4zza .dropdown-item.active,
.cid-uWuxVg4zza .dropdown-item:active {
  background-color: transparent;
}
.cid-uWuxVg4zza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWuxVg4zza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWuxVg4zza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWuxVg4zza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWuxVg4zza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uWuxVg4zza .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWuxVg4zza ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWuxVg4zza .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar-buttons {
    text-align: left;
  }
}
.cid-uWuxVg4zza button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWuxVg4zza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d0f00;
}
.cid-uWuxVg4zza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWuxVg4zza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWuxVg4zza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWuxVg4zza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWuxVg4zza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWuxVg4zza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWuxVg4zza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWuxVg4zza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWuxVg4zza .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWuxVg4zza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWuxVg4zza .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-uWuxVg4zza .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uWuxVg4zza .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #3a001d;
  color: #fffaf0;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWuxVg4zza .navbar {
    height: 70px;
  }
  .cid-uWuxVg4zza .navbar.opened {
    height: auto;
  }
  .cid-uWuxVg4zza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWuxVg4zza .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWuxVg4zza .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-uWuxVg4zza .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uWuxVg4zza .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWuxVg4zza .navbar-brand {
    margin-right: auto;
  }
  .cid-uWuxVg4zza .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fff5e8;
    opacity: 1;
    border-color: transparent !important;
    background: transparent !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWuxVg4zza .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWuxVg4zza .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uWuxVg4zza .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWuxVg4zza .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uWuxVg4zza .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWuxVg4zza .content-wrap {
    display: block;
  }
}
.cid-uWuxVg4zza .nav-link,
.cid-uWuxVg4zza .dropdown-item {
  color: #1D0F00;
}
.cid-uWuxVg5Bol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg5Bol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg5Bol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg5Bol .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uWuxVg5Bol .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d0f00;
}
.cid-uWuxVg5Bol .decoration-wrapper .decor_1 {
  background-color: #6ff7e8;
  top: 0;
}
.cid-uWuxVg5Bol .decoration-wrapper .decor_2 {
  background-color: #2ec4b6;
  top: 70px;
}
.cid-uWuxVg5Bol .decoration-wrapper .decor_3 {
  background-color: #009386;
  top: 120px;
}
.cid-uWuxVg5Bol .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 0 72px;
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  overflow: hidden;
  background-image: linear-gradient(transparent 50%, #e9be83);
}
@media (max-width: 992px) {
  .cid-uWuxVg5Bol .card-wrapper {
    padding: 22px;
  }
}
.cid-uWuxVg5Bol .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg5Bol .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg5Bol .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg5Bol .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #00453c;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg5Bol .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg5Bol .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVg5Bol .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVg5Bol .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg5Bol .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg5Bol .card-wrapper .images-wrapper {
  width: 85%;
  display: flex;
  justify-content: center;
  margin: 92px auto -72px;
}
@media (max-width: 768px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 22px auto 0;
  }
}
@media (max-width: 768px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap {
    margin-top: 22px;
  }
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap img {
  height: 700px;
  width: 410px;
  object-fit: cover;
  border: 20px solid #00453c;
  background-color: #00453c;
}
@media (max-width: 1440px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap img {
    height: 480px;
    width: 320px;
  }
}
@media (max-width: 1280px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap img {
    height: 480px;
    width: 280px;
    border: 10px solid #00453c;
  }
}
@media (max-width: 768px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap img {
    height: 350px;
    width: 210px;
  }
}
.cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:first-child {
  transform: translateY(120px);
  margin-right: -52px;
}
@media (max-width: 768px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:first-child {
    transform: none;
    margin-right: 0;
  }
}
.cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:nth-child(2) {
  z-index: 1;
}
.cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:last-child {
  transform: translateY(200px);
  margin-left: -52px;
}
@media (max-width: 768px) {
  .cid-uWuxVg5Bol .card-wrapper .images-wrapper .image-wrap:last-child {
    transform: none;
    margin-left: 0;
  }
}
.cid-uWuxVg5Bol .mbr-label,
.cid-uWuxVg5Bol .label-wrapper {
  color: #FFF5E8;
  text-align: center;
}
.cid-uWuxVg5Bol .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg5Bol .mbr-text,
.cid-uWuxVg5Bol .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg5Bol .mbr-section-title,
.cid-uWuxVg5Bol .title-wrapper,
.cid-uWuxVg5Bol .logo-wrapper,
.cid-uWuxVg5Bol .mbr-section-btn {
  text-align: center;
  color: #1D0F00;
}
.cid-uWuxVg6MGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVg6MGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg6MGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg6MGP .row {
  margin: 0 -45px;
}
.cid-uWuxVg6MGP .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVg6MGP .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVg6MGP .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg6MGP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVg6MGP .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #1d0f00;
  box-shadow: 0 16px 0 #1d0f00;
  background-color: #1d0f00;
}
@media (max-width: 1440px) {
  .cid-uWuxVg6MGP .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg6MGP .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVg6MGP .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVg6MGP .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #f1c38b;
  margin-bottom: 22px;
}
.cid-uWuxVg6MGP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #009386;
}
.cid-uWuxVg6MGP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWuxVg6MGP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg6MGP .mbr-label {
  color: #3a001d;
}
.cid-uWuxVg6MGP .mbr-section-title {
  color: #fffaf0;
}
.cid-uWuxVg6MGP .mbr-text {
  color: #fffaf0;
}
.cid-uWuxVg6MGP .mbr-label,
.cid-uWuxVg6MGP .label-wrapper {
  color: #000000;
}
.cid-uWuxVg6MGP .mbr-section-title,
.cid-uWuxVg6MGP .mbr-section-btn {
  color: #000000;
}
.cid-uWuxVg6MGP .mbr-text,
.cid-uWuxVg6MGP .text-wrapper {
  color: #000000;
}
.cid-uWuxVg6qgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg6qgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/E8iY9LwxYE0q.jpg");
}
.cid-uWuxVg6qgI .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uWuxVg6qgI .image-wrap {
    height: 350px;
  }
}
.cid-uWuxVg7gUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7gUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7gUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7gUu .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7gUu .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7gUu .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7gUu .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7gUu .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7gUu .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg7gUu .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg7gUu .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg7gUu .mbr-text,
.cid-uWuxVg7gUu .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg7gUu .mbr-section-title,
.cid-uWuxVg7gUu .mbr-section-btn,
.cid-uWuxVg7gUu .title-wrapper,
.cid-uWuxVg7gUu .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg7gUu .mbr-section-title,
.cid-uWuxVg7gUu .mbr-section-btn,
.cid-uWuxVg7gUu .logo-wrapper,
.cid-uWuxVg7gUu .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg7UwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7UwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7UwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7UwU .image-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uWuxVg7UwU .image-wrapper img {
  height: 650px;
  border: 2px solid #1d0f00;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7UwU .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7UwU .image-wrapper img {
    height: 350px;
  }
}
.cid-uWuxVg7UwU .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uWuxVg7UwU .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d0f00;
}
.cid-uWuxVg7UwU .decoration-wrapper .decor_1 {
  background-color: #6ff7e8;
  bottom: 0;
}
.cid-uWuxVg7UwU .decoration-wrapper .decor_2 {
  background-color: #2ec4b6;
  bottom: 70px;
}
.cid-uWuxVg7UwU .decoration-wrapper .decor_3 {
  background-color: #009386;
  bottom: 120px;
}
.cid-uWuxVg7l00 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7l00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7l00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7l00 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7l00 .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7l00 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7l00 .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7l00 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7l00 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg7l00 .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg7l00 .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg7l00 .mbr-text,
.cid-uWuxVg7l00 .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg7l00 .mbr-section-title,
.cid-uWuxVg7l00 .mbr-section-btn,
.cid-uWuxVg7l00 .title-wrapper,
.cid-uWuxVg7l00 .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg7l00 .mbr-section-title,
.cid-uWuxVg7l00 .mbr-section-btn,
.cid-uWuxVg7l00 .logo-wrapper,
.cid-uWuxVg7l00 .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg7qvi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7qvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7qvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7qvi .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7qvi .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7qvi .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qvi .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qvi .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qvi .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg7qvi .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg7qvi .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg7qvi .mbr-text,
.cid-uWuxVg7qvi .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg7qvi .mbr-section-title,
.cid-uWuxVg7qvi .mbr-section-btn,
.cid-uWuxVg7qvi .title-wrapper,
.cid-uWuxVg7qvi .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg7qvi .mbr-section-title,
.cid-uWuxVg7qvi .mbr-section-btn,
.cid-uWuxVg7qvi .logo-wrapper,
.cid-uWuxVg7qvi .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg7qfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7qfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7qfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7qfN .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7qfN .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7qfN .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qfN .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qfN .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg7qfN .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg7qfN .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg7qfN .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg7qfN .mbr-text,
.cid-uWuxVg7qfN .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg7qfN .mbr-section-title,
.cid-uWuxVg7qfN .mbr-section-btn,
.cid-uWuxVg7qfN .title-wrapper,
.cid-uWuxVg7qfN .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg7qfN .mbr-section-title,
.cid-uWuxVg7qfN .mbr-section-btn,
.cid-uWuxVg7qfN .logo-wrapper,
.cid-uWuxVg7qfN .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg7kuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg7kuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg7kuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg7kuV .row {
  margin: 0 -45px;
}
.cid-uWuxVg7kuV .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVg7kuV .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper {
  display: inline-flex;
  align-items: center;
  margin: 12px;
  padding: 6px 22px 6px 6px;
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  transition: all 0.3s ease;
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper:hover,
.cid-uWuxVg7kuV .items-wrapper .person-wrapper:focus {
  transform: scale(1.02);
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper .image-wrap {
  margin-right: 14px;
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper .image-wrap img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid #1d0f00;
  border-radius: 100% !important;
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uWuxVg7kuV .items-wrapper .person-wrapper .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uWuxVg7kuV .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVg7kuV .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg7kuV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVg7kuV .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVg7kuV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWuxVg7kuV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWuxVg7kuV .mbr-label {
  color: #3a001d;
}
.cid-uWuxVg7kuV .mbr-section-title {
  color: #1D0F00;
}
.cid-uWuxVg7kuV .mbr-text {
  color: #3a001d;
}
.cid-uWuxVg7kuV .item-name {
  color: #1D0F00;
}
.cid-uWuxVg7kuV .item-role {
  color: #1D0F00;
}
.cid-uWuxVg7kuV .mbr-label,
.cid-uWuxVg7kuV .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg7kuV .mbr-text,
.cid-uWuxVg7kuV .text-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg8oqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg8oqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg8oqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg8oqn .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg8oqn .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg8oqn .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8oqn .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8oqn .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8oqn .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg8oqn .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg8oqn .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg8oqn .mbr-text,
.cid-uWuxVg8oqn .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg8oqn .mbr-section-title,
.cid-uWuxVg8oqn .mbr-section-btn,
.cid-uWuxVg8oqn .title-wrapper,
.cid-uWuxVg8oqn .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg8oqn .mbr-section-title,
.cid-uWuxVg8oqn .mbr-section-btn,
.cid-uWuxVg8oqn .logo-wrapper,
.cid-uWuxVg8oqn .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg8cY0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg8cY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg8cY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg8cY0 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg8cY0 .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg8cY0 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8cY0 .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8cY0 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8cY0 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg8cY0 .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg8cY0 .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg8cY0 .mbr-text,
.cid-uWuxVg8cY0 .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg8cY0 .mbr-section-title,
.cid-uWuxVg8cY0 .mbr-section-btn,
.cid-uWuxVg8cY0 .title-wrapper,
.cid-uWuxVg8cY0 .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg8cY0 .mbr-section-title,
.cid-uWuxVg8cY0 .mbr-section-btn,
.cid-uWuxVg8cY0 .logo-wrapper,
.cid-uWuxVg8cY0 .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg8mN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg8mN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg8mN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg8mN8 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVg8mN8 .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg8mN8 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8mN8 .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8mN8 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg8mN8 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg8mN8 .content-wrapper .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg8mN8 .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVg8mN8 .mbr-text,
.cid-uWuxVg8mN8 .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVg8mN8 .mbr-section-title,
.cid-uWuxVg8mN8 .mbr-section-btn,
.cid-uWuxVg8mN8 .title-wrapper,
.cid-uWuxVg8mN8 .logo-wrapper {
  text-align: center;
}
.cid-uWuxVg8mN8 .mbr-section-title,
.cid-uWuxVg8mN8 .mbr-section-btn,
.cid-uWuxVg8mN8 .logo-wrapper,
.cid-uWuxVg8mN8 .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVg93AD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg93AD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg93AD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg93AD .card-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #1d0f00 !important;
  background-color: #1d0f00;
}
.cid-uWuxVg93AD .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-uWuxVg93AD .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg93AD .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWuxVg93AD .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uWuxVg93AD .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d0f00;
}
.cid-uWuxVg93AD .decoration-wrapper .decor_1 {
  background-color: #ff6f89;
  bottom: 0;
}
.cid-uWuxVg93AD .decoration-wrapper .decor_2 {
  background-color: #ea3d5b;
  bottom: 70px;
}
.cid-uWuxVg93AD .decoration-wrapper .decor_3 {
  background-color: #9a1436;
  bottom: 120px;
}
.cid-uWuxVg9snh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVg9snh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg9snh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg9snh .row {
  margin: 0 -45px;
}
.cid-uWuxVg9snh .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVg9snh .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVg9snh .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg9snh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVg9snh .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #1d0f00;
  box-shadow: 0 16px 0 #1d0f00;
  background-color: #1d0f00;
}
@media (max-width: 1440px) {
  .cid-uWuxVg9snh .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg9snh .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVg9snh .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVg9snh .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #f1c38b;
  margin-bottom: 22px;
}
.cid-uWuxVg9snh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #009386;
}
.cid-uWuxVg9snh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWuxVg9snh .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVg9snh .mbr-label {
  color: #3a001d;
}
.cid-uWuxVg9snh .mbr-section-title {
  color: #fffaf0;
}
.cid-uWuxVg9snh .mbr-text {
  color: #fffaf0;
}
.cid-uWuxVg9snh .mbr-label,
.cid-uWuxVg9snh .label-wrapper {
  color: #000000;
}
.cid-uWuxVg9snh .mbr-section-title,
.cid-uWuxVg9snh .mbr-section-btn {
  color: #000000;
}
.cid-uWuxVg9snh .mbr-text,
.cid-uWuxVg9snh .text-wrapper {
  color: #000000;
}
.cid-uWuxVg98IC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVg98IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVg98IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVg98IC .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uWuxVg98IC .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d0f00;
}
.cid-uWuxVg98IC .decoration-wrapper .decor_1 {
  background-color: #6ff7e8;
  top: 0;
}
.cid-uWuxVg98IC .decoration-wrapper .decor_2 {
  background-color: #2ec4b6;
  top: 70px;
}
.cid-uWuxVg98IC .decoration-wrapper .decor_3 {
  background-color: #009386;
  top: 120px;
}
.cid-uWuxVg98IC .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 72px 72px 280px 72px;
  background-color: #00453c;
  border: 2px solid #1d0f00;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWuxVg98IC .card-wrapper {
    padding: 22px 22px 180px 22px;
  }
}
.cid-uWuxVg98IC .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #2ec4b6;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg98IC .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 22px;
  }
}
.cid-uWuxVg98IC .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVg98IC .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVg98IC .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVg98IC .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVg98IC .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
.cid-uWuxVg98IC .image-wrapper img {
  height: 510px;
  width: 58%;
  object-fit: cover;
  border: 2px solid #1d0f00;
  border-bottom: none;
  box-shadow: 0 18px 0 #1d0f00;
  background-color: #1d0f00;
}
@media (max-width: 1440px) {
  .cid-uWuxVg98IC .image-wrapper img {
    width: 68%;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVg98IC .image-wrapper img {
    height: 350px;
    width: 90%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVg98IC .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVg98IC .mbr-label,
.cid-uWuxVg98IC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVg98IC .mbr-section-title {
  color: #fffaf0;
}
.cid-uWuxVg98IC .mbr-text,
.cid-uWuxVg98IC .text-wrapper {
  color: #FFF5E8;
  text-align: center;
}
.cid-uWuxVg98IC .mbr-section-title,
.cid-uWuxVg98IC .title-wrapper,
.cid-uWuxVg98IC .mbr-section-btn {
  text-align: center;
}
.cid-uWuxVg98IC .mbr-section-title,
.cid-uWuxVg98IC .title-wrapper,
.cid-uWuxVg98IC .logo-wrapper,
.cid-uWuxVg98IC .mbr-section-btn {
  color: #FFF5E8;
}
.cid-uWuxVgayCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgayCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgayCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgayCH .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uWuxVgayCH .items-wrapper {
    justify-content: flex-start;
  }
}
.cid-uWuxVgayCH .items-wrapper .item-wrap {
  padding: 11px;
}
@media (max-width: 992px) {
  .cid-uWuxVgayCH .items-wrapper .item-wrap {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVgayCH .items-wrapper .item-wrap {
    width: 100%;
  }
}
.cid-uWuxVgayCH .items-wrapper .item-wrap img {
  height: 90px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWuxVgayCH .items-wrapper .item-wrap img {
    object-fit: contain;
  }
}
.cid-uWuxVgayCH .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWuxVgayCH .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #f1c38b;
  margin-bottom: 22px;
}
.cid-uWuxVgayCH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgayCH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgayCH .mbr-label,
.cid-uWuxVgayCH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgayCH .mbr-section-title,
.cid-uWuxVgayCH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgbmCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgbmCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgbmCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgbmCs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWuxVgbmCs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uWuxVgbmCs .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWuxVgbmCs .items-wrapper .item:hover .item-wrapper,
.cid-uWuxVgbmCs .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #1d0f00;
  background-color: #00453c;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-img {
  background-color: #00453c;
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #2ec4b6;
  border: 2px solid #1d0f00;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWuxVgbmCs .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgbmCs .mbr-section-title,
.cid-uWuxVgbmCs .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgbmCs .item-title {
  color: #fffaf0;
}
.cid-uWuxVgbmCs .item-price,
.cid-uWuxVgbmCs .price-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgbmCs .item-text {
  color: #FFF5E8;
  text-align: center;
}
.cid-uWuxVgbmCs .item-title,
.cid-uWuxVgbmCs .mbr-section-btn {
  text-align: center;
  color: #FFF5E8;
}
.cid-uWuxVgbFTv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgbFTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgbFTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgbFTv .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #009386;
}
.cid-uWuxVgbFTv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgbFTv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVgbFTv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVgbFTv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgbFTv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgbFTv .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uWuxVgbFTv .mbr-section-title {
  color: #fffaf0;
}
.cid-uWuxVgbFTv .mbr-text,
.cid-uWuxVgbFTv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgbFTv .mbr-section-title,
.cid-uWuxVgbFTv .mbr-section-btn,
.cid-uWuxVgbFTv .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uWuxVgbFTv .mbr-label,
.cid-uWuxVgbFTv .label-wrapper {
  color: #000000;
}
.cid-uWuxVgckit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgckit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgckit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgckit .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgckit .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgckit .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgckit .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgckit .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWuxVgckit .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #1d0f00;
  background-color: #f7e7d3;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-uWuxVgckit .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uWuxVgckit .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uWuxVgckit .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-uWuxVgckit .mbr-section-title,
.cid-uWuxVgckit .title-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgckit .mbr-text,
.cid-uWuxVgckit .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgckit .item-number {
  color: #1D0F00;
}
.cid-uWuxVgckit .item-desc {
  color: #1D0F00;
}
.cid-uWuxVgcEqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgcEqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgcEqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgcEqb .row {
  margin: 0 -45px;
}
.cid-uWuxVgcEqb .row .item {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVgcEqb .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgcEqb .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgcEqb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgcEqb .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVgcEqb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWuxVgcEqb .mbr-label {
  color: #3a001d;
}
.cid-uWuxVgcEqb .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgcEqb .mbr-label,
.cid-uWuxVgcEqb .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgcEqb .mbr-section-title,
.cid-uWuxVgcEqb .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgcr3D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uWuxVgcr3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgcr3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgcr3D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 768px) {
  .cid-uWuxVgcr3D .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWuxVgcr3D .embla__slide .slide-content {
  width: 100%;
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper {
    padding: 22px;
  }
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-text {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-block;
  height: 118px;
  width: 118px;
  min-width: 118px;
  object-fit: cover;
  border: 2px solid #1d0f00;
  border-radius: 100% !important;
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uWuxVgcr3D .embla__slide .slide-content .item-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uWuxVgcr3D .embla__button {
  top: 0;
  width: 72px;
  height: 72px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: #6ff7e8 !important;
  color: #1d0f00 !important;
  border: 2px solid #1d0f00 !important;
  box-shadow: 0 8px 0 #1d0f00;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uWuxVgcr3D .embla__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #1d0f00;
}
.cid-uWuxVgcr3D .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
  box-shadow: 0 8px 0 #1d0f00;
}
.cid-uWuxVgcr3D .embla__button.embla__button--prev {
  margin-left: -94px;
}
.cid-uWuxVgcr3D .embla__button.embla__button--next {
  margin-right: -94px;
}
.cid-uWuxVgcr3D .embla {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-uWuxVgcr3D .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWuxVgcr3D .embla__viewport {
    padding: 0;
  }
}
.cid-uWuxVgcr3D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWuxVgcr3D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWuxVgcr3D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWuxVgcr3D .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWuxVgcr3D .item-text {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgcr3D .item-name {
  color: #3a001d;
}
.cid-uWuxVgcr3D .item-role {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgcr3D .item-name,
.cid-uWuxVgcr3D .item-img {
  text-align: center;
  color: #1D0F00;
}
.cid-uWuxVgd05o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgd05o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgd05o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgd05o .row {
  margin: 0 -45px;
}
.cid-uWuxVgd05o .row .card {
  padding: 0 45px;
}
.cid-uWuxVgd05o .content-wrap {
  padding-top: 66px;
}
@media (max-width: 992px) {
  .cid-uWuxVgd05o .content-wrap {
    padding-top: 0;
  }
}
.cid-uWuxVgd05o .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWuxVgd05o .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgd05o .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgd05o .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgd05o .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgd05o .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVgd05o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWuxVgd05o .mbr-label {
  color: #3a001d;
}
.cid-uWuxVgd05o .mbr-section-title {
  color: #1D0F00;
}
.cid-uWuxVgd05o .mbr-text {
  color: #3a001d;
}
.cid-uWuxVgd05o .mbr-label,
.cid-uWuxVgd05o .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgd05o .mbr-text,
.cid-uWuxVgd05o .text-wrapper,
.cid-uWuxVgd05o .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgdZld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgdZld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgdZld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgdZld .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uWuxVgdZld .items-wrapper {
    justify-content: flex-start;
  }
}
.cid-uWuxVgdZld .items-wrapper .item-wrap {
  padding: 11px;
}
@media (max-width: 992px) {
  .cid-uWuxVgdZld .items-wrapper .item-wrap {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVgdZld .items-wrapper .item-wrap {
    width: 100%;
  }
}
.cid-uWuxVgdZld .items-wrapper .item-wrap img {
  height: 90px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWuxVgdZld .items-wrapper .item-wrap img {
    object-fit: contain;
  }
}
.cid-uWuxVgdZld .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWuxVgdZld .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #1d0f00;
  background-color: #f1c38b;
  margin-bottom: 22px;
}
.cid-uWuxVgdZld .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgdZld .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgdZld .mbr-label,
.cid-uWuxVgdZld .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgdZld .mbr-section-title,
.cid-uWuxVgdZld .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgeYJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgeYJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgeYJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgeYJ6 .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #009386;
}
.cid-uWuxVgeYJ6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgeYJ6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVgeYJ6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWuxVgeYJ6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgeYJ6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgeYJ6 .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uWuxVgeYJ6 .mbr-section-title {
  color: #fffaf0;
}
.cid-uWuxVgeYJ6 .mbr-text,
.cid-uWuxVgeYJ6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWuxVgeYJ6 .mbr-section-title,
.cid-uWuxVgeYJ6 .mbr-section-btn,
.cid-uWuxVgeYJ6 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uWuxVgeYJ6 .mbr-label,
.cid-uWuxVgeYJ6 .label-wrapper {
  color: #000000;
}
.cid-uWuxVgeN3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uWuxVgeN3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgeN3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgeN3i .decoration-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}
.cid-uWuxVgeN3i .decoration-wrapper .card-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d0f00;
}
.cid-uWuxVgeN3i .decoration-wrapper .decor_1 {
  background-color: #6ff7e8;
  top: 0;
}
.cid-uWuxVgeN3i .decoration-wrapper .decor_2 {
  background-color: #2ec4b6;
  top: 70px;
}
.cid-uWuxVgeN3i .decoration-wrapper .decor_3 {
  background-color: #009386;
  top: 120px;
}
.cid-uWuxVgeN3i .card-wrapper {
  position: relative;
  z-index: 1;
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  overflow: hidden;
  background-image: linear-gradient(transparent 50%, #e9be83);
}
.cid-uWuxVgeN3i .card-wrapper .content-wrapper {
  padding: 72px 72px 92px 72px;
}
@media (max-width: 992px) {
  .cid-uWuxVgeN3i .card-wrapper .content-wrapper {
    padding: 22px;
  }
}
.cid-uWuxVgeN3i .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #fff5e8;
  margin-bottom: 22px;
}
.cid-uWuxVgeN3i .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgeN3i .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgeN3i .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgeN3i .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgeN3i .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uWuxVgeN3i .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWuxVgeN3i .embla__slide .slide-content {
  width: 100%;
}
.cid-uWuxVgeN3i .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uWuxVgeN3i .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #1d0f00;
}
@media (max-width: 992px) {
  .cid-uWuxVgeN3i .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWuxVgeN3i .embla__button {
  top: 0;
  width: 72px;
  height: 72px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: #fecb66 !important;
  color: #3a001d !important;
  border: 2px solid #3a001d !important;
  box-shadow: 0 8px 0 #3a001d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWuxVgeN3i .embla__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #3a001d;
}
.cid-uWuxVgeN3i .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
  box-shadow: 0 8px 0 #3a001d;
}
.cid-uWuxVgeN3i .embla__button.embla__button--prev {
  margin-left: -94px;
}
.cid-uWuxVgeN3i .embla__button.embla__button--next {
  margin-right: -94px;
}
.cid-uWuxVgeN3i .embla {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto -72px;
}
@media (max-width: 992px) {
  .cid-uWuxVgeN3i .embla {
    margin: 0 auto -22px;
  }
}
.cid-uWuxVgeN3i .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWuxVgeN3i .embla__viewport {
    padding: 0;
  }
}
.cid-uWuxVgeN3i .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWuxVgeN3i .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWuxVgeN3i .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWuxVgeN3i .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWuxVgeN3i .mbr-label,
.cid-uWuxVgeN3i .label-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgeN3i .mbr-section-title,
.cid-uWuxVgeN3i .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uWuxVgeN3i .mbr-text,
.cid-uWuxVgeN3i .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgeN3i .mbr-section-title,
.cid-uWuxVgeN3i .title-wrapper,
.cid-uWuxVgeN3i .logo-wrapper,
.cid-uWuxVgeN3i .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgepNF {
  background-image: url("../images/Q7LyZ59O4GRk.jpeg");
}
.cid-uWuxVgepNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgepNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgepNF .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uWuxVgepNF .image-wrap {
    height: 350px;
  }
}
.cid-uWuxVgeC5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgeC5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgeC5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgeC5j .row {
  margin: 0 -45px;
}
.cid-uWuxVgeC5j .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVgeC5j .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWuxVgeC5j .image-wrapper img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWuxVgeC5j .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgeC5j .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVgeC5j .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVgeC5j .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgeC5j .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgeC5j .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgeC5j .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVgeC5j .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWuxVgeC5j .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWuxVgeC5j .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgeC5j .mbr-label {
  color: #3a001d;
}
.cid-uWuxVgeC5j .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgeC5j .mbr-text {
  color: #3a001d;
}
.cid-uWuxVgeC5j .mbr-label,
.cid-uWuxVgeC5j .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgeC5j .mbr-section-title,
.cid-uWuxVgeC5j .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgeC5j .mbr-text,
.cid-uWuxVgeC5j .text-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgfsIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgfsIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgfsIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgfsIK .row {
  margin: 0 -45px;
}
.cid-uWuxVgfsIK .row .card {
  padding: 0 45px;
}
.cid-uWuxVgfsIK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 1640px) {
  .cid-uWuxVgfsIK .items-wrapper {
    display: block;
  }
}
.cid-uWuxVgfsIK .items-wrapper .item {
  padding-top: 64px;
}
.cid-uWuxVgfsIK .items-wrapper .item:hover .item-wrapper,
.cid-uWuxVgfsIK .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-uWuxVgfsIK .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #1d0f00;
  background-color: #f7e7d3;
  padding: 25px 25px 32px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uWuxVgfsIK .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .image-wrap {
  margin-bottom: 32px;
  margin-top: -90px;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .image-wrap .item-img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  min-width: 118px;
  border: 2px solid #1d0f00;
  box-shadow: 0 11px 0 #1d0f00;
  border-radius: 100% !important;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f1c38b;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uWuxVgfsIK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVgfsIK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgfsIK .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVgfsIK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgfsIK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgfsIK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWuxVgfsIK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgfsIK .mbr-label {
  color: #3a001d;
}
.cid-uWuxVgfsIK .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgfsIK .mbr-text {
  color: #3a001d;
}
.cid-uWuxVgfsIK .item-name {
  color: #3a001d;
}
.cid-uWuxVgfsIK .item-role {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgfsIK .item-text {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgfsIK .item-name,
.cid-uWuxVgfsIK .image-wrap,
.cid-uWuxVgfsIK .mbr-section-btn {
  text-align: center;
}
.cid-uWuxVgfsIK .mbr-label,
.cid-uWuxVgfsIK .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgfsIK .mbr-section-title,
.cid-uWuxVgfsIK .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgfsIK .mbr-text,
.cid-uWuxVgfsIK .text-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgfsIK .item-name,
.cid-uWuxVgfsIK .mbr-section-btn,
.cid-uWuxVgfsIK .image-wrap {
  color: #1D0F00;
}
.cid-uWuxVgfDvn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgfDvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgfDvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgfDvn .row {
  margin: 0 -45px;
}
.cid-uWuxVgfDvn .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uWuxVgfDvn .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uWuxVgfDvn .images-wrapper {
    flex-direction: column;
  }
}
.cid-uWuxVgfDvn .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uWuxVgfDvn .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uWuxVgfDvn .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uWuxVgfDvn .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #1d0f00;
}
@media (max-width: 992px) {
  .cid-uWuxVgfDvn .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uWuxVgfDvn .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgfDvn .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uWuxVgfDvn .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all 0.3s ease;
  border: 2px solid #00453c;
}
.cid-uWuxVgfDvn .images-wrapper .logo-wrapper img:hover,
.cid-uWuxVgfDvn .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uWuxVgfDvn .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVgfDvn .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgfDvn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgfDvn .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVgfDvn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWuxVgfDvn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uWuxVgfDvn .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgfDvn .mbr-label {
  color: #3a001d;
}
.cid-uWuxVgfDvn .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgfDvn .mbr-text {
  color: #3a001d;
}
.cid-uWuxVgfDvn .mbr-label,
.cid-uWuxVgfDvn .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgfDvn .mbr-section-title,
.cid-uWuxVgfDvn .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgfDvn .mbr-text,
.cid-uWuxVgfDvn .text-wrapper {
  color: #1D0F00;
}
.cid-uWuxVggwmD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVggwmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVggwmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVggwmD .row {
  margin: 0 -11px;
}
.cid-uWuxVggwmD .row .card {
  padding: 0 11px;
}
.cid-uWuxVggwmD .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVggwmD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVggwmD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVggwmD .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVggwmD .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVggwmD .image-wrapper img {
  width: 100%;
  height: 500px;
  border: 2px solid #1d0f00;
  box-shadow: 0 16px 0 #1d0f00;
  background-color: #1d0f00;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVggwmD .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVggwmD .panel-group {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVggwmD .panel-group {
    padding-right: 0;
  }
}
.cid-uWuxVggwmD .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 2px solid #1d0f00;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .panel-group .card {
    margin-bottom: 16px;
  }
}
.cid-uWuxVggwmD .panel-group .card .card-header {
  border: none;
  border-radius: 0;
  padding: 22px 42px;
  background-color: #f7e7d3;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .panel-group .card .card-header {
    padding: 22px;
  }
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  opacity: 0.5;
  animation: none;
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #1d0f00;
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: 1;
}
.cid-uWuxVggwmD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWuxVggwmD .panel-group .card .panel-collapse .panel-body {
  padding: 22px 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWuxVggwmD .panel-group .card .panel-collapse .panel-body {
    padding: 22px;
  }
}
.cid-uWuxVggwmD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uWuxVggwmD .mbr-section-title,
.cid-uWuxVggwmD .title-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVggwmD .mbr-text,
.cid-uWuxVggwmD .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVggwmD .panel-title-edit {
  color: #1D0F00;
}
.cid-uWuxVggwmD .panel-text {
  color: #1D0F00;
}
.cid-uWuxVggz3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVggz3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVggz3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVggz3E .row {
  margin: 0 -45px;
}
.cid-uWuxVggz3E .row .card {
  padding: 0 45px;
}
.cid-uWuxVggz3E .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-uWuxVggz3E .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uWuxVggz3E .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-uWuxVggz3E .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uWuxVggz3E .items-wrapper .item:hover .item-wrapper,
.cid-uWuxVggz3E .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-uWuxVggz3E .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVggz3E .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #00453c;
  background-color: #f7e7d3;
  transition: all 0.3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWuxVggz3E .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVggz3E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVggz3E .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #1d0f00;
  background-color: #f7e7d3;
  margin-bottom: 22px;
}
.cid-uWuxVggz3E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uWuxVggz3E .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWuxVggz3E .mbr-label {
  color: #3a001d;
}
.cid-uWuxVggz3E .mbr-section-title {
  color: #1D0F00;
}
.cid-uWuxVggz3E .mbr-text {
  color: #3a001d;
}
.cid-uWuxVggz3E .item-title {
  color: #3a001d;
}
.cid-uWuxVggz3E .item-text {
  color: #1D0F00;
}
.cid-uWuxVggz3E .mbr-label,
.cid-uWuxVggz3E .label-wrapper {
  color: #1D0F00;
}
.cid-uWuxVggz3E .mbr-text,
.cid-uWuxVggz3E .text-wrapper {
  color: #1D0F00;
}
.cid-uWuxVggz3E .item-title,
.cid-uWuxVggz3E .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVghDNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVghDNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVghDNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVghDNo .row {
  margin: 0 -11px;
}
.cid-uWuxVghDNo .row .card {
  padding: 0 11px;
}
.cid-uWuxVghDNo .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVghDNo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVghDNo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVghDNo .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVghDNo .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #1d0f00;
  background-color: #f7e7d3;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #1d0f00;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  padding: 0;
  animation: none;
}
.cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-uWuxVghDNo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-uWuxVghDNo .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-uWuxVghDNo .tab-content {
    padding-right: 0;
  }
}
.cid-uWuxVghDNo .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #1d0f00;
  box-shadow: 0 16px 0 #1d0f00;
  background-color: #1d0f00;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWuxVghDNo .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVghDNo .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-uWuxVghDNo .mbr-section-title,
.cid-uWuxVghDNo .title-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVghDNo .mbr-text,
.cid-uWuxVghDNo .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVghdoy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uWuxVghdoy .item:focus,
.cid-uWuxVghdoy span:focus {
  outline: none;
}
.cid-uWuxVghdoy .item {
  cursor: pointer;
}
.cid-uWuxVghdoy .grid-container {
  grid-row-gap: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVghdoy .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uWuxVghdoy .grid-container-1,
.cid-uWuxVghdoy .grid-container-2,
.cid-uWuxVghdoy .grid-container-3 {
  gap: 0 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVghdoy .grid-container-1,
  .cid-uWuxVghdoy .grid-container-2,
  .cid-uWuxVghdoy .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uWuxVghdoy .mbr-section-title {
  text-align: center;
  margin-bottom: 32px;
  color: #3a001d;
}
.cid-uWuxVghdoy .content-head {
  max-width: 800px;
}
.cid-uWuxVghdoy .container,
.cid-uWuxVghdoy .container-fluid {
  overflow: hidden;
}
.cid-uWuxVghdoy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWuxVghdoy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
}
.cid-uWuxVghdoy .grid-item img {
  min-width: 30vw;
  height: 450px;
  object-fit: cover;
  border: 2px solid #1d0f00;
  border-bottom: none;
  box-shadow: 0 18px 0 #1d0f00;
  background-color: #1d0f00;
}
@media (max-width: 1200px) {
  .cid-uWuxVghdoy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uWuxVghdoy .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uWuxVghdoy .grid-item img {
    height: 150px;
  }
}
.cid-uWuxVghdoy .grid-container-1,
.cid-uWuxVghdoy .grid-container-2,
.cid-uWuxVghdoy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWuxVghdoy .grid-container-1 {
  align-items: flex-end;
}
.cid-uWuxVghdoy .grid-container-2 {
  align-items: flex-start;
}
.cid-uWuxVgi5Ib {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgi5Ib .item:focus,
.cid-uWuxVgi5Ib span:focus {
  outline: none;
}
.cid-uWuxVgi5Ib .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uWuxVgi5Ib .content-head {
  max-width: 800px;
}
.cid-uWuxVgi5Ib .item {
  padding: 10px 0;
  font-weight: 700;
  color: #000000;
  min-height: 90px;
  text-shadow: 0 5px 0 #009386;
}
@media (max-width: 768px) {
  .cid-uWuxVgi5Ib .item {
    min-height: 45px;
  }
}
.cid-uWuxVgicml {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uWuxVgicml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgicml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgicml .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgicml .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWuxVgicml .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWuxVgicml .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uWuxVgicml .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uWuxVgicml .items-wrapper .item:hover .item-wrapper,
.cid-uWuxVgicml .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #1d0f00;
  box-shadow: 0 16px 0 #1d0f00;
  background-color: #f7e7d3;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7e7d3;
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWuxVgicml .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgicml .mbr-section-title,
.cid-uWuxVgicml .title-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgicml .mbr-text,
.cid-uWuxVgicml .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgicml .item-title {
  color: #3a001d;
}
.cid-uWuxVgicml .item-date {
  color: #1D0F00;
}
.cid-uWuxVgicml .item-text {
  color: #1D0F00;
}
.cid-uWuxVgicml .item-title,
.cid-uWuxVgicml .mbr-section-btn {
  color: #1D0F00;
}
.cid-uWuxVgjopt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgjopt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgjopt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgjopt .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .cid-uWuxVgjopt .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgjopt .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjopt .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjopt .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #fff5e8;
  padding: 22px 32px;
  box-shadow: none;
  border: 2px solid #1d0f00 !important;
  margin-bottom: 0;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #1d0f00;
  opacity: 0.5;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #1d0f00 !important;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1d0f00;
  border-color: #1d0f00;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uWuxVgjopt .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWuxVgjopt .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgjopt .mbr-text,
.cid-uWuxVgjopt .text-wrapper {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgjopt .mbr-section-title,
.cid-uWuxVgjopt .mbr-section-btn,
.cid-uWuxVgjopt .title-wrapper {
  text-align: center;
  color: #1D0F00;
}
.cid-uWuxVgjOxj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uWuxVgjOxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgjOxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgjOxj .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper {
  background-color: #f7e7d3;
  border: 2px solid #1d0f00;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #e9be83);
}
@media (max-width: 1440px) {
  .cid-uWuxVgjOxj .content-wrapper .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgjOxj .content-wrapper .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjOxj .content-wrapper .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: inline-block;
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjOxj .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .list .item-wrap:hover,
.cid-uWuxVgjOxj .content-wrapper .card-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uWuxVgjOxj .mbr-section-title {
  color: #3a001d;
}
.cid-uWuxVgjOxj .list,
.cid-uWuxVgjOxj .item-wrap {
  color: #1D0F00;
  text-align: center;
}
.cid-uWuxVgjOxj .mbr-section-title,
.cid-uWuxVgjOxj .title-wrapper,
.cid-uWuxVgjOxj .logo-wrapper {
  text-align: center;
}
.cid-uWuxVgjOxj .mbr-section-title,
.cid-uWuxVgjOxj .mbr-section-btn,
.cid-uWuxVgjOxj .logo-wrapper,
.cid-uWuxVgjOxj .title-wrapper {
  color: #1D0F00;
}
.cid-uWuxVgjLFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2ec4b6;
}
.cid-uWuxVgjLFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuxVgjLFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuxVgjLFR .image-wrapper {
  position: relative;
  margin-bottom: -72px;
  padding: 0 150px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .image-wrapper {
    padding: 32px;
  }
}
.cid-uWuxVgjLFR .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 50%, #ea3d5b);
  pointer-events: none;
}
.cid-uWuxVgjLFR .image-wrapper img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border: 20px solid #5d1c3a;
}
@media (max-width: 1280px) {
  .cid-uWuxVgjLFR .image-wrapper img {
    height: 480px;
    border: 10px solid #5d1c3a;
  }
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .image-wrapper img {
    height: 300px;
  }
}
.cid-uWuxVgjLFR .card-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1d0f00;
  box-shadow: 0 12px 0 #1d0f00 !important;
  padding: 32px 82px;
  background-color: #009386;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uWuxVgjLFR .card-wrapper .title-wrapper {
  width: 30%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper .title-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uWuxVgjLFR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjLFR .card-wrapper .title-wrapper .mbr-section-title:hover,
.cid-uWuxVgjLFR .card-wrapper .title-wrapper .mbr-section-title:focus {
  color: #fecb66;
}
.cid-uWuxVgjLFR .card-wrapper .copy-wrapper {
  width: 40%;
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper .copy-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uWuxVgjLFR .card-wrapper .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper .copy-wrapper .mbr-copy {
    margin-bottom: 22px;
  }
}
.cid-uWuxVgjLFR .card-wrapper .link-wrapper {
  width: 30%;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .card-wrapper .link-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-uWuxVgjLFR .card-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uWuxVgjLFR .card-wrapper .link-wrapper .mbr-link:hover,
.cid-uWuxVgjLFR .card-wrapper .link-wrapper .mbr-link:focus {
  color: #fecb66;
}
.cid-uWuxVgjLFR .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .mbr-section-title {
    text-align: center;
  }
}
.cid-uWuxVgjLFR .mbr-copy {
  color: #FFFFFF;
  text-align: center;
}
.cid-uWuxVgjLFR .mbr-link {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uWuxVgjLFR .mbr-link {
    text-align: center;
  }
}
