.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Mozilla Headline;
}
.display-1 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 4.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-4 {
  font-family: 'Mozilla Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Mozilla Headline', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Mozilla Text', 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: #9a1436 !important;
}
.bg-success {
  background-color: #ff6f89 !important;
}
.bg-info {
  background-color: #3a001d !important;
}
.bg-warning {
  background-color: #e5a559 !important;
}
.bg-danger {
  background-color: #c21937 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9a1436 !important;
  color: #ffffff !important;
  border-color: #9a1436 !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: #c71a46 !important;
  border-color: #c71a46 !important;
  box-shadow: none;
  border-color: #000000 !important;
  box-shadow: 0 11px 0 #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c71a46 !important;
  border-color: #c71a46 !important;
}
.btn-secondary {
  border-color: #4b3200 !important;
  box-shadow: 0 8px 0 #4b3200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fecb66 !important;
  color: #322100 !important;
  border-color: #fecb66 !important;
  border-color: #4b3200 !important;
  box-shadow: 0 8px 0 #4b3200 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fedc99 !important;
  border-color: #fedc99 !important;
  box-shadow: none;
  border-color: #4b3200 !important;
  box-shadow: 0 11px 0 #4b3200 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #322100 !important;
  background-color: #fedc99 !important;
  border-color: #fedc99 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3a001d !important;
  color: #ffffff !important;
  border-color: #3a001d !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: #6d0037 !important;
  border-color: #6d0037 !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: #6d0037 !important;
  border-color: #6d0037 !important;
}
.btn-success {
  border-color: #55000f !important;
  box-shadow: 0 8px 0 #55000f !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6f89 !important;
  color: #ffffff !important;
  border-color: #ff6f89 !important;
  border-color: #55000f !important;
  box-shadow: 0 8px 0 #55000f !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffa2b3 !important;
  border-color: #ffa2b3 !important;
  box-shadow: none;
  border-color: #55000f !important;
  box-shadow: 0 11px 0 #55000f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffa2b3 !important;
  border-color: #ffa2b3 !important;
}
.btn-warning {
  border-color: #201405 !important;
  box-shadow: 0 8px 0 #201405 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5a559 !important;
  color: #0a0602 !important;
  border-color: #e5a559 !important;
  border-color: #201405 !important;
  box-shadow: 0 8px 0 #201405 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecbd85 !important;
  border-color: #ecbd85 !important;
  box-shadow: none;
  border-color: #201405 !important;
  box-shadow: 0 11px 0 #201405 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0602 !important;
  background-color: #ecbd85 !important;
  border-color: #ecbd85 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 8px 0 #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c21937 !important;
  color: #ffffff !important;
  border-color: #c21937 !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: #e42a4b !important;
  border-color: #e42a4b !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: #e42a4b !important;
  border-color: #e42a4b !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: #9a1436;
  color: #9a1436;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4d0a1b !important;
  background-color: transparent !important;
  border-color: #4d0a1b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a1436 !important;
  border-color: #9a1436 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fecb66;
  color: #fecb66;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fdae10 !important;
  background-color: transparent !important;
  border-color: #fdae10 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #644301 !important;
  background-color: #fecb66 !important;
  border-color: #fecb66 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3a001d;
  color: #3a001d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3a001d !important;
  border-color: #3a001d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff6f89;
  color: #ff6f89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff1842 !important;
  background-color: transparent !important;
  border-color: #ff1842 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6f89 !important;
  border-color: #ff6f89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e5a559;
  color: #e5a559;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c87b1f !important;
  background-color: transparent !important;
  border-color: #c87b1f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e5a559 !important;
  border-color: #e5a559 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c21937;
  color: #c21937;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #750f21 !important;
  background-color: transparent !important;
  border-color: #750f21 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c21937 !important;
  border-color: #c21937 !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: #9a1436 !important;
}
.text-secondary {
  color: #fecb66 !important;
}
.text-success {
  color: #ff6f89 !important;
}
.text-info {
  color: #3a001d !important;
}
.text-warning {
  color: #e5a559 !important;
}
.text-danger {
  color: #c21937 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #400816 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #fca802 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff0935 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bb731d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #680d1d !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: #9a1436;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3a001d;
}
.alert-warning {
  background-color: #e5a559;
}
.alert-danger {
  background-color: #c21937;
}
.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: #9a1436;
  border-color: #9a1436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9a1436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7466f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff2190;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ec6e85;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Mozilla Text', 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: #9a1436 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mozilla Text', 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: #9a1436;
}
/* 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: #9a1436;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9a1436;
}
.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: #9a1436;
  border-bottom-color: #9a1436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9a1436 !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: #fecb66 !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='%239a1436' %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-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWg0U4L92x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-uWg0U4L92x .carousel {
  height: 800px;
}
.cid-uWg0U4L92x .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWg0U4L92x .carousel-item,
.cid-uWg0U4L92x .carousel-inner {
  height: 100%;
}
.cid-uWg0U4L92x .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uWg0U4L92x .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uWg0U4L92x .carousel-caption {
    width: 900px;
  }
}
.cid-uWg0U4L92x .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWg0U4L92x .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWg0U4L92x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uWg0U4L92x .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uWg0U4L92x .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWg0U4L92x .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWg0U4L92x .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWg0U4L92x .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uWg0U4L92x .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWg0U4L92x .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWg0U4L92x .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWg0U4L92x .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWg0U4L92x .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uWg0U4L92x .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uWg0U4L92x .carousel-indicators li::after,
.cid-uWg0U4L92x .carousel-indicators li::before {
  content: none;
}
.cid-uWg0U4L92x .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uWfKA3awuv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #44ad5b;
}
.cid-uWfKA3awuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWfKA3awuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWfKA3awuv .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWfKA3awuv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWfKA3awuv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWfKA3awuv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uWfKA3awuv .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uWfKA3awuv .items-wrapper .item:hover .item-wrapper,
.cid-uWfKA3awuv .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-img {
  background-color: #f7efdf;
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWfKA3awuv .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWfKA3awuv .mbr-section-title,
.cid-uWfKA3awuv .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uWfKA3awuv .mbr-text,
.cid-uWfKA3awuv .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uWfKA3awuv .item-title {
  color: #3a001d;
}
.cid-uWfKA3awuv .item-date {
  color: #3a001d;
}
.cid-uWfKA3awuv .item-text {
  color: #3a001d;
}
.cid-uWfZthS1Qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #44ad5b;
}
.cid-uWfZthS1Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWfZthS1Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWfZthS1Qq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWfZthS1Qq .container {
    padding: 0 12px;
  }
}
.cid-uWfZthS1Qq .row {
  justify-content: center;
}
.cid-uWfZthS1Qq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWfZthS1Qq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWfZthS1Qq .item {
  margin-bottom: 32px;
}
.cid-uWfZthS1Qq .item .card_1 {
  background-color: #fdf2ec;
  border: 3px solid #ffcd9f;
  box-shadow: 4px 4px #ffcd9f;
}
.cid-uWfZthS1Qq .item .card_2 {
  background-color: #f8f3ff;
  border: 3px solid #e3b4fa;
  box-shadow: 4px 4px #e3b4fa;
}
.cid-uWfZthS1Qq .item .card_3 {
  background-color: #ecf7fd;
  border: 3px solid #88c3f0;
  box-shadow: 4px 4px #88c3f0;
}
.cid-uWfZthS1Qq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWfZthS1Qq .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWfZthS1Qq .item .item-wrapper .title-wrap .item-img {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.cid-uWfZthS1Qq .item .item-wrapper .title-wrap .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .cid-uWfZthS1Qq .item .item-wrapper .title-wrap .item-img img {
    height: 230px;
    width: 230px;
    min-width: 230px;
  }
}
.cid-uWfZthS1Qq .item .item-wrapper .title-wrap .mbr-card-title {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWfZthS1Qq .item .item-wrapper .title-wrap .mbr-card-title {
    min-width: 130px;
  }
}
.cid-uWfZthS1Qq .item .item-wrapper .title-wrap .mbr-price {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-uWfZthS1Qq .item .item-wrapper .title-wrap .mbr-desc {
  margin: 16px 0 24px;
}
.cid-uWfZthS1Qq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uWfZthS1Qq .mbr-card-title {
  color: #222222;
}
.cid-uWfZthS1Qq .mbr-price {
  color: #222222;
  text-align: center;
}
.cid-uWfZthS1Qq .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-uWfZthS1Qq .mbr-card-title,
.cid-uWfZthS1Qq .mbr-section-btn {
  text-align: center;
}
.cid-uWg0lZklal {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #44ad5b;
}
.cid-uWg0lZklal .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg0lZklal .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uWg0lZklal .item:focus,
.cid-uWg0lZklal span:focus {
  outline: none;
}
.cid-uWg0lZklal .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-uWg0lZklal .main-container {
    width: 91%;
  }
}
@media (min-width: 768px) {
  .cid-uWg0lZklal .main-container {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .cid-uWg0lZklal .main-container {
    width: 1300px;
  }
}
.cid-uWg0lZklal .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uWg0lZklal .item {
    margin-bottom: 50px;
  }
}
.cid-uWg0lZklal .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.cid-uWg0lZklal .item-img img {
  object-fit: cover;
  height: auto;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg0lZklal .item-left {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .cid-uWg0lZklal .item-left {
    padding: 0 4.66666667% 0 0;
  }
}
.cid-uWg0lZklal .item-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uWg0lZklal .item-center {
    padding: 5.5% 2.33333333% 0 2.33333333%;
  }
}
.cid-uWg0lZklal .item-right {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .cid-uWg0lZklal .item-right {
    padding: 0 0 0 4.66666667%;
  }
}
.cid-uWg0lZklal .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  max-width: 344px;
  flex-flow: column nowrap;
}
.cid-uWg0lZklal .item-content {
  width: 100%;
}
.cid-uWg0lZklal .mbr-section-title {
  color: #000000;
}
.cid-uWg0lZklal .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg0lZklal .mbr-text,
.cid-uWg0lZklal .mbr-section-btn {
  text-align: left;
}
.cid-uWg0lZklal .item-subtitle {
  text-align: center;
}
.cid-uWg0lZklal .text-client {
  color: #ffffff;
  width: 100%;
}
.cid-uWg0lZklal .text-client span {
  padding: 0 4px;
  min-height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.cid-uWg0lZklal .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg0lZklal .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg0lZklal .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg0CI3xgM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #44ad5b;
}
.cid-uWg0CI3xgM .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg0CI3xgM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg0CI3xgM .row {
    padding: 0 32px;
  }
}
.cid-uWg0CI3xgM .item:focus,
.cid-uWg0CI3xgM span:focus {
  outline: none;
}
.cid-uWg0CI3xgM .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg0CI3xgM .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg0CI3xgM .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg0CI3xgM .item:hover img {
  transform: scale(1);
}
.cid-uWg0CI3xgM .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg0CI3xgM .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg0CI3xgM .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg0CI3xgM .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg0CI3xgM .item-center {
    padding: 0 8px;
  }
  .cid-uWg0CI3xgM .item-center .item-wrap {
    padding: 18% 13% 0% 13%;
  }
  .cid-uWg0CI3xgM .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg0CI3xgM .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg0CI3xgM .mbr-section-title {
  color: #000000;
}
.cid-uWg0CI3xgM .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg0CI3xgM .mbr-text,
.cid-uWg0CI3xgM .mbr-section-btn {
  text-align: left;
}
.cid-uWg0CI3xgM .item-subtitle {
  text-align: center;
}
.cid-uWg0CI3xgM .text-art,
.cid-uWg0CI3xgM .text-client {
  color: #3d3d3d;
}
.cid-uWg0CI3xgM .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg0CI3xgM .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg0CI3xgM .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg0CI3xgM .text-client {
  color: #ffffff;
}
.cid-uWg0HQ0e6g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #44ad5b;
}
.cid-uWg0HQ0e6g img,
.cid-uWg0HQ0e6g .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-uWg0HQ0e6g .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uWg0HQ0e6g .item:focus,
.cid-uWg0HQ0e6g span:focus {
  outline: none;
}
.cid-uWg0HQ0e6g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWg0HQ0e6g .item {
    margin-bottom: 1rem;
  }
}
.cid-uWg0HQ0e6g .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWg0HQ0e6g .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uWg0HQ0e6g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWg0HQ0e6g .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-uWg0HQ0e6g .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uWg0HQ0e6g .item-wrapper {
    height: auto;
  }
}
.cid-uWg0HQ0e6g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWg0HQ0e6g .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uWg0HQ0e6g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uWg0HQ0e6g .mbr-text,
.cid-uWg0HQ0e6g .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWg0HQ0e6g .mbr-section-subtitle,
.cid-uWg0HQ0e6g .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uWg0RoJT0K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #44ad5b;
}
.cid-uWg0RoJT0K .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg0RoJT0K .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg0RoJT0K .row {
    padding: 0 32px;
  }
}
.cid-uWg0RoJT0K .item:focus,
.cid-uWg0RoJT0K span:focus {
  outline: none;
}
.cid-uWg0RoJT0K .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg0RoJT0K .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg0RoJT0K .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg0RoJT0K .item:hover img {
  transform: scale(1);
}
.cid-uWg0RoJT0K .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg0RoJT0K .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg0RoJT0K .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg0RoJT0K .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg0RoJT0K .item-center {
    padding: 0 8px;
  }
  .cid-uWg0RoJT0K .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uWg0RoJT0K .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg0RoJT0K .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg0RoJT0K .mbr-section-title {
  color: #000000;
}
.cid-uWg0RoJT0K .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg0RoJT0K .mbr-text,
.cid-uWg0RoJT0K .mbr-section-btn {
  text-align: left;
}
.cid-uWg0RoJT0K .item-subtitle {
  text-align: center;
}
.cid-uWg0RoJT0K .text-art,
.cid-uWg0RoJT0K .text-client {
  color: #3d3d3d;
}
.cid-uWg0RoJT0K .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg0RoJT0K .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg0RoJT0K .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg0RoJT0K .text-client {
  color: #ffffff;
}
.cid-uWg0RoJT0K .text-art {
  color: #ffffff;
}
.cid-uWghxUtqLM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #44ad5b;
}
.cid-uWghxUtqLM img,
.cid-uWghxUtqLM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWghxUtqLM .item:focus,
.cid-uWghxUtqLM span:focus {
  outline: none;
}
.cid-uWghxUtqLM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWghxUtqLM .item {
    margin-bottom: 1rem;
  }
}
.cid-uWghxUtqLM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWghxUtqLM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWghxUtqLM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWghxUtqLM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWghxUtqLM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWghxUtqLM .mbr-section-title {
  color: #000000;
}
.cid-uWghxUtqLM .item-title {
  text-align: left;
}
.cid-uWghxUtqLM .item-subtitle {
  text-align: left;
}
.cid-uWghxUtqLM .mbr-text,
.cid-uWghxUtqLM .item .mbr-section-btn {
  text-align: left;
}
.cid-uWghxUtqLM .content-head {
  max-width: 800px;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWgd8MLako {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uWgd8MLako .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgd8MLako .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgd8MLako .row {
  justify-content: center;
}
.cid-uWgd8MLako .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWgd8MLako .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWgd8MLako .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uWgd8MLako .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWgd8MLako .items-wrapper {
    display: block;
  }
}
.cid-uWgd8MLako .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uWgd8MLako .item {
    margin-bottom: 16px;
  }
}
.cid-uWgd8MLako .item:hover .item-wrapper .item-img img,
.cid-uWgd8MLako .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWgd8MLako .item .item-wrapper {
  height: 100%;
  border: 3px solid #cbff5b;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uWgd8MLako .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uWgd8MLako .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uWgd8MLako .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uWgd8MLako .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWgd8MLako .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uWgd8MLako .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uWgd8MLako .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uWgd8MLako .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWgd8MLako .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uWgd8MLako .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uWgd8MLako .mbr-section-title {
  color: #ffffff;
}
.cid-uWgd8MLako .card-name {
  color: #cbff5b;
}
.cid-uWgd8MLako .card-role {
  color: #cbff5b;
}
.cid-uWgd8MLako .card-text {
  color: #ffffff;
}
.cid-uWgd8MLako .mbr-tag {
  color: #000000;
}
.cid-uWgda0vKuX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uWgda0vKuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgda0vKuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgda0vKuX .row {
  justify-content: center;
}
.cid-uWgda0vKuX .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWgda0vKuX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWgda0vKuX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWgda0vKuX .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uWgda0vKuX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWgda0vKuX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uWgda0vKuX .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWgda0vKuX .image-wrapper {
    display: block;
  }
}
.cid-uWgda0vKuX .image-wrapper::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uWgda0vKuX .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uWgda0vKuX .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWgda0vKuX .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uWgda0vKuX .mbr-section-title {
  color: #ffffff;
}
.cid-uWgda0vKuX .mbr-text,
.cid-uWgda0vKuX .text-wrapper {
  color: #ffffff;
}
.cid-uWgdb7bTjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uWgdb7bTjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgdb7bTjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgdb7bTjC .row {
  justify-content: center;
}
.cid-uWgdb7bTjC .card {
  justify-content: center;
}
.cid-uWgdb7bTjC .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
    display: block;
  }
}
.cid-uWgdb7bTjC .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(#cbff5b, transparent);
  filter: blur(100px);
}
.cid-uWgdb7bTjC .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uWgdb7bTjC .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uWgdb7bTjC .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uWgdb7bTjC .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  background-color: #cbff5b;
  padding: 5px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    padding: 5px 16px;
  }
}
.cid-uWgdb7bTjC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .content-wrapper .title-wrapper .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-uWgdb7bTjC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uWgdb7bTjC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
}
.cid-uWgdb7bTjC .mbr-section-title {
  color: #000000;
}
.cid-uWgdb7bTjC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWgdb7bTjC .mbr-text {
  color: #ffffff;
}
.cid-uWggdulbZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ea3d5b;
}
.cid-uWggdulbZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWggdulbZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWggdulbZ2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWggdulbZ2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uWggdulbZ2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWggdulbZ2 .items-wrapper .item:hover .item-wrapper,
.cid-uWggdulbZ2 .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #730f34;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-img {
  background-color: #730f34;
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #ea3d5b;
  border: 2px solid #3a001d;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWggdulbZ2 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWggdulbZ2 .mbr-section-title,
.cid-uWggdulbZ2 .title-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uWggdulbZ2 .item-title {
  color: #fffaf0;
}
.cid-uWggdulbZ2 .item-price,
.cid-uWggdulbZ2 .price-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uWggdulbZ2 .item-text {
  color: #fffaf0;
  text-align: center;
}
.cid-uWggdulbZ2 .item-title,
.cid-uWggdulbZ2 .mbr-section-btn {
  text-align: center;
}
.cid-uWggosU8sK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ea3d5b;
}
.cid-uWggosU8sK img,
.cid-uWggosU8sK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWggosU8sK .item:focus,
.cid-uWggosU8sK span:focus {
  outline: none;
}
.cid-uWggosU8sK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWggosU8sK .item {
    margin-bottom: 1rem;
  }
}
.cid-uWggosU8sK .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWggosU8sK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWggosU8sK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWggosU8sK .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWggosU8sK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWggosU8sK .mbr-section-title {
  color: #000000;
}
.cid-uWggosU8sK .item-title {
  text-align: left;
}
.cid-uWggosU8sK .item-subtitle {
  text-align: left;
}
.cid-uWggosU8sK .mbr-text,
.cid-uWggosU8sK .item .mbr-section-btn {
  text-align: left;
}
.cid-uWggosU8sK .content-head {
  max-width: 800px;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWga3mFuKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d3c6ac;
}
.cid-uWga3mFuKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWga3mFuKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWga3mFuKn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uWga3mFuKn .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uWga3mFuKn .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .item {
    margin-bottom: 16px;
  }
}
.cid-uWga3mFuKn .item:hover .item-wrapper .item-img img,
.cid-uWga3mFuKn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWga3mFuKn .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .item .item-wrapper {
    display: block;
  }
}
.cid-uWga3mFuKn .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uWga3mFuKn .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uWga3mFuKn .item .item-wrapper .item-content .item-title_1,
.cid-uWga3mFuKn .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uWga3mFuKn .item .item-wrapper .item-content .item-text_1,
.cid-uWga3mFuKn .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uWga3mFuKn .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uWga3mFuKn .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWga3mFuKn .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWga3mFuKn .item .card_1 {
  background-color: #a3c2ff;
}
.cid-uWga3mFuKn .item .card_2 {
  background-color: #000000;
}
.cid-uWga3mFuKn .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uWga3mFuKn .item-title_1 {
  color: #ffffff;
}
.cid-uWga3mFuKn .item-title_2 {
  color: #12b82e;
}
.cid-uWga3mFuKn .item-text_1 {
  color: #ffffff;
}
.cid-uWga3mFuKn .item-text_2 {
  color: #12b82e;
}
.cid-uWga5tUw16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d3c6ac;
}
.cid-uWga5tUw16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWga5tUw16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWga5tUw16 .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .title-wrapper {
    padding: 0;
  }
}
.cid-uWga5tUw16 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uWga5tUw16 .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uWga5tUw16 .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper {
    display: block;
  }
}
.cid-uWga5tUw16 .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uWga5tUw16 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWga5tUw16 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uWga5tUw16 .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWga5tUw16 .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uWga5tUw16 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uWga5tUw16 .mbr-section-title {
  color: #212529;
}
.cid-uWga5tUw16 .mbr-text {
  color: #51565c;
}
.cid-uWga5tUw16 .mbr-price {
  color: #ff8576;
}
.cid-uWga5tUw16 .mbr-desc {
  color: #ff8576;
}
.cid-uWgbvsYeLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d3c6ac;
}
.cid-uWgbvsYeLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgbvsYeLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uWgbvsYeLA .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
  }
  .cid-uWgbvsYeLA .row > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uWgbvsYeLA .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .col-title {
    flex-wrap: wrap;
  }
}
.cid-uWgbvsYeLA .mbr-section-title {
  color: #2B2B2B;
  width: 60%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uWgbvsYeLA .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 40%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uWgbvsYeLA .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uWgbvsYeLA .mbr-section-btn {
    width: 100%;
  }
  .cid-uWgbvsYeLA .mbr-section-btn .btn {
    min-width: max-content !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uWgbvsYeLA .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uWgbvsYeLA .cards-container {
    padding: 0 !important;
  }
}
.cid-uWgbvsYeLA .col-card {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .col-card {
    margin-bottom: 60px;
  }
}
.cid-uWgbvsYeLA .card-wrap {
  border-radius: 0;
}
.cid-uWgbvsYeLA .content-wrap {
  width: 100%;
  margin-top: 20px;
}
.cid-uWgbvsYeLA .card-title {
  color: #2B2B2B;
}
.cid-uWgbvsYeLA .mbr-text {
  color: #646464;
  margin-top: 8px;
}
.cid-uWgbvsYeLA .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s all;
}
.cid-uWgbvsYeLA .image-wrap img {
  height: 360px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uWgbvsYeLA .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .cid-uWgbvsYeLA .image-wrap img {
    height: auto !important;
    max-height: 600px;
  }
}
.cid-uWgbW586ki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d3c6ac;
}
.cid-uWgbW586ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgbW586ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgbW586ki .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWgbW586ki .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uWgbW586ki .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uWgbW586ki .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWgbW586ki .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWgbW586ki .item {
    margin-bottom: 40px;
  }
}
.cid-uWgbW586ki .item .item-wrapper {
  height: 100%;
}
.cid-uWgbW586ki .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWgbW586ki .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uWgbW586ki .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWgbW586ki .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWgbW586ki .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uWgbW586ki .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uWgbW586ki .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWgbW586ki .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uWgbW586ki .mbr-section-title,
.cid-uWgbW586ki .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uWgbW586ki .card-name {
  color: #323432;
}
.cid-uWgbW586ki .card-role {
  color: #323432;
  text-align: center;
}
.cid-uWgbW586ki .card-name,
.cid-uWgbW586ki .mbr-section-btn {
  text-align: center;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWg9gm3pzf {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uWg9gm3pzf .container-fluid {
  padding: 0;
}
.cid-uWg9gm3pzf .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uWg9gm3pzf .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uWg9gm3pzf .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .cid-uWg9gm3pzf .card:hover:before {
    opacity: 0;
  }
  .cid-uWg9gm3pzf .card:hover:after {
    opacity: 1;
  }
  .cid-uWg9gm3pzf .card:hover .image-wrapper {
    border-radius: 40px;
  }
}
.cid-uWg9gm3pzf .card:nth-child(1) {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uWg9gm3pzf .card:nth-child(1):before {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uWg9gm3pzf .card:nth-child(1):after {
  background-image: linear-gradient(360deg, #f77d06 0, #f5a80c 100%);
}
.cid-uWg9gm3pzf .card:nth-child(2) {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uWg9gm3pzf .card:nth-child(2):before {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uWg9gm3pzf .card:nth-child(2):after {
  background-image: linear-gradient(360deg, #f77d06 0, #bb442e 100%);
}
.cid-uWg9gm3pzf .card-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uWg9gm3pzf .card-title {
  width: 100%;
  margin-bottom: 54px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .cid-uWg9gm3pzf .card-title {
    margin-bottom: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uWg9gm3pzf .card-title {
    margin-bottom: 45px;
  }
}
.cid-uWg9gm3pzf .image-wrapper {
  width: 39.92vw;
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uWg9gm3pzf .image-wrapper {
    width: 70%;
    max-width: 70%;
  }
}
.cid-uWg9gm3pzf .image-wrapper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.cid-uWg9gm3pzf .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uWg9gm3pzf .mbr-section-btn {
    margin-top: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uWg9gm3pzf .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uWg9JQwZ8u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5a559;
}
.cid-uWg9JQwZ8u img,
.cid-uWg9JQwZ8u .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWg9JQwZ8u .item:focus,
.cid-uWg9JQwZ8u span:focus {
  outline: none;
}
.cid-uWg9JQwZ8u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWg9JQwZ8u .item {
    margin-bottom: 1rem;
  }
}
.cid-uWg9JQwZ8u .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWg9JQwZ8u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWg9JQwZ8u .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWg9JQwZ8u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWg9JQwZ8u .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWg9JQwZ8u .mbr-section-title {
  color: #000000;
}
.cid-uWg9JQwZ8u .item-title {
  text-align: left;
}
.cid-uWg9JQwZ8u .item-subtitle {
  text-align: left;
}
.cid-uWg9JQwZ8u .mbr-text,
.cid-uWg9JQwZ8u .item .mbr-section-btn {
  text-align: left;
}
.cid-uWg9JQwZ8u .content-head {
  max-width: 800px;
}
.cid-uWg9K6wZoi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5a559;
}
.cid-uWg9K6wZoi img,
.cid-uWg9K6wZoi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWg9K6wZoi .item:focus,
.cid-uWg9K6wZoi span:focus {
  outline: none;
}
.cid-uWg9K6wZoi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWg9K6wZoi .item {
    margin-bottom: 1rem;
  }
}
.cid-uWg9K6wZoi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWg9K6wZoi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWg9K6wZoi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWg9K6wZoi .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWg9K6wZoi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWg9K6wZoi .mbr-section-title {
  color: #000000;
}
.cid-uWg9K6wZoi .item-title {
  text-align: left;
}
.cid-uWg9K6wZoi .item-subtitle {
  text-align: left;
}
.cid-uWg9K6wZoi .mbr-text,
.cid-uWg9K6wZoi .item .mbr-section-btn {
  text-align: left;
}
.cid-uWg9K6wZoi .content-head {
  max-width: 800px;
}
.cid-uWg9Xu0C6W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5a559;
}
.cid-uWg9Xu0C6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWg9Xu0C6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWg9Xu0C6W .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uWg9Xu0C6W .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uWg9Xu0C6W .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .item {
    margin-bottom: 16px;
  }
}
.cid-uWg9Xu0C6W .item:hover .item-wrapper .item-img img,
.cid-uWg9Xu0C6W .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uWg9Xu0C6W .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .item .item-wrapper {
    display: block;
  }
}
.cid-uWg9Xu0C6W .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uWg9Xu0C6W .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uWg9Xu0C6W .item .item-wrapper .item-content .item-title_1,
.cid-uWg9Xu0C6W .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uWg9Xu0C6W .item .item-wrapper .item-content .item-text_1,
.cid-uWg9Xu0C6W .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uWg9Xu0C6W .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uWg9Xu0C6W .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uWg9Xu0C6W .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uWg9Xu0C6W .item .card_1 {
  background-color: #a3c2ff;
}
.cid-uWg9Xu0C6W .item .card_2 {
  background-color: #c2ffcc;
}
.cid-uWg9Xu0C6W .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uWg9Xu0C6W .item-title_1 {
  color: #ffffff;
}
.cid-uWg9Xu0C6W .item-title_2 {
  color: #12b82e;
}
.cid-uWg9Xu0C6W .item-text_1 {
  color: #ffffff;
}
.cid-uWg9Xu0C6W .item-text_2 {
  color: #12b82e;
}
.cid-uWgqNOaPfY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5a559;
}
.cid-uWgqNOaPfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgqNOaPfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgqNOaPfY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 88px;
  text-shadow: 0 5px 0 #c21937;
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWgqNOaPfY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uWgqNOaPfY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uWgqNOaPfY .items-wrapper .item:hover .item-wrapper,
.cid-uWgqNOaPfY .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  background-color: #f2607a;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-img {
  background-color: #f2607a;
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
  display: inline-flex;
  padding: 28px 22px;
  background-color: #ea3d5b;
  border: 2px solid #3a001d;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content .price-wrapper .item-price {
    padding: 22px;
  }
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWgqNOaPfY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWgqNOaPfY .mbr-section-title,
.cid-uWgqNOaPfY .title-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uWgqNOaPfY .item-title {
  color: #fffaf0;
}
.cid-uWgqNOaPfY .item-price,
.cid-uWgqNOaPfY .price-wrapper {
  color: #fffaf0;
  text-align: center;
}
.cid-uWgqNOaPfY .item-text {
  color: #fffaf0;
  text-align: center;
}
.cid-uWgqNOaPfY .item-title,
.cid-uWgqNOaPfY .mbr-section-btn {
  text-align: center;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWg1KYfTWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae3b7;
}
.cid-uWg1KYfTWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWg1KYfTWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWg1KYfTWQ .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uWg1KYfTWQ .currentcost {
  color: #232323;
}
.cid-uWg1KYfTWQ .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWg1KYfTWQ .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWg1KYfTWQ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWg1KYfTWQ .text-box {
    padding: 1rem;
  }
}
.cid-uWg1KYfTWQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWg8NeT0NK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4c1;
}
.cid-uWg8NeT0NK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWg8NeT0NK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWg8NeT0NK .row {
    justify-content: center;
  }
  .cid-uWg8NeT0NK .card {
    padding: 0 45px 0 100px;
  }
  .cid-uWg8NeT0NK .card:nth-child(2n) {
    padding: 0 100px 0 45px;
  }
}
.cid-uWg8NeT0NK .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .cid-uWg8NeT0NK .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.cid-uWg8NeT0NK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWg8NeT0NK .card-wrapper {
  margin-bottom: 50px;
}
.cid-uWg8NeT0NK .card-wrapper img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWg8NeT0NK .card-wrapper img {
    height: 250px;
    margin-bottom: 24px;
  }
}
.cid-uWg8NeT0NK .card-wrapper .mbr-card-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWg8NeT0NK .card-wrapper .mbr-card-title {
    margin-bottom: 16px;
  }
}
.cid-uWg8NeT0NK .card-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uWg8NeT0NK .mbr-section-title {
  color: #570000;
  text-align: center;
}
.cid-uWg8NeT0NK .mbr-card-title {
  color: #570000;
}
.cid-uWg8NeT0NK .mbr-desc {
  color: #570000;
  text-align: center;
}
.cid-uWg8NeT0NK .mbr-card-title,
.cid-uWg8NeT0NK .mbr-section-btn {
  text-align: center;
}
.cid-uWg8VVhPZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae3b7;
}
.cid-uWg8VVhPZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWg8VVhPZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWg8VVhPZN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .container {
    padding: 0 20px;
  }
}
.cid-uWg8VVhPZN .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 150px;
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .cid-uWg8VVhPZN .content-wrapper {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .cid-uWg8VVhPZN .content-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .content-wrapper {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_1 {
  padding-left: 116px;
}
@media (max-width: 1440px) {
  .cid-uWg8VVhPZN .content-wrapper .image-wrapper_1 {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .content-wrapper .image-wrapper_1 {
    margin-bottom: 40px;
  }
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_1 img {
  height: 370px;
  object-fit: cover;
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_1 a {
  display: block;
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper {
  padding-top: 70%;
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .content-wrapper .items-wrapper {
    padding-top: 0;
  }
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
    margin-bottom: 40px;
  }
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-uWg8VVhPZN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_2 {
  padding-right: 116px;
  margin-top: 132%;
}
@media (max-width: 1440px) {
  .cid-uWg8VVhPZN .content-wrapper .image-wrapper_2 {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWg8VVhPZN .content-wrapper .image-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_2 img {
  height: 370px;
  object-fit: cover;
}
.cid-uWg8VVhPZN .content-wrapper .image-wrapper_2 a {
  display: block;
}
.cid-uWg8VVhPZN .card-number {
  color: #1e1d1c;
}
.cid-uWg8VVhPZN .card-title {
  color: #1e1d1c;
}
.cid-uWg8VVhPZN .card-text {
  color: #1e1d1c;
  text-align: center;
}
.cid-uWg94oreYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae3b7;
  overflow: hidden;
}
.cid-uWg94oreYP .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uWg94oreYP .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-uWg94oreYP .mbr-section-title {
  color: #FFFFFF;
}
.cid-uWg94oreYP .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uWg94oreYP .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-uWg94oreYP .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-uWg94oreYP .item {
    width: 47%;
  }
  .cid-uWg94oreYP .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-uWg94oreYP .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-uWg94oreYP .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-uWg94oreYP .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-uWg94oreYP .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-uWg94oreYP .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-uWg94oreYP .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-uWg94oreYP .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-uWg94oreYP .item {
    width: 27%;
  }
}
.cid-uWg94oreYP .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uWg94oreYP .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 3);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uWg94oreYP .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uWg94oreYP .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-uWg94oreYP .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-uWg94oreYP .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-uWg94oreYP .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-uWg94oreYP .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #200010;
  padding-left: 85px;
}
.cid-uWg94oreYP .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uWg94oreYP .mbr-section-btn {
  margin-top: 12px;
}
.cid-uWgsHq6zqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae3b7;
}
.cid-uWgsHq6zqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgsHq6zqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgsHq6zqx .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uWgsHq6zqx .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uWgsHq6zqx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWgsHq6zqx .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWgsHq6zqx .mbr-section-title,
.cid-uWgsHq6zqx .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWgsHq6zqx .card-title {
  color: #f5f8ff;
}
.cid-uWgsHq6zqx .card-text {
  color: #200010;
}
.cid-uWgsHq6zqx .card-title,
.cid-uWgsHq6zqx .mbr-section-btn {
  color: #000000;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uWfKwhWG1Y {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  background-color: #fffa76 !important;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffa76 !important;
  background: #fffa76;
}
.cid-uWfKwhWG1Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWfKwhWG1Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWfKwhWG1Y .menu_box .navbar.opened,
  .cid-uWfKwhWG1Y .menu_box .navbar-collapse {
    background-color: #fffa76 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWfKwhWG1Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .btn:hover {
  box-shadow: none;
}
.cid-uWfKwhWG1Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .nav-item {
    margin: 0 !important;
  }
}
.cid-uWfKwhWG1Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWfKwhWG1Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWfKwhWG1Y .nav-item .nav-link:hover::before,
.cid-uWfKwhWG1Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uWfKwhWG1Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWfKwhWG1Y .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWfKwhWG1Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWfKwhWG1Y .offcanvas_box {
    display: none;
  }
}
.cid-uWfKwhWG1Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWfKwhWG1Y .container {
  display: flex;
  margin: auto;
}
.cid-uWfKwhWG1Y .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWfKwhWG1Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWfKwhWG1Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav {
    margin: 0;
  }
}
.cid-uWfKwhWG1Y .dropdown-menu,
.cid-uWfKwhWG1Y .navbar.opened {
  background-color: false !important;
}
.cid-uWfKwhWG1Y .nav-item:focus,
.cid-uWfKwhWG1Y .nav-link:focus {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWfKwhWG1Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWfKwhWG1Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWfKwhWG1Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWfKwhWG1Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWfKwhWG1Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWfKwhWG1Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWfKwhWG1Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWfKwhWG1Y .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWfKwhWG1Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWfKwhWG1Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWfKwhWG1Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWfKwhWG1Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWfKwhWG1Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWfKwhWG1Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWfKwhWG1Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWfKwhWG1Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWfKwhWG1Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWfKwhWG1Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWfKwhWG1Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWfKwhWG1Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWfKwhWG1Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWfKwhWG1Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWfKwhWG1Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWfKwhWG1Y .dropdown-item.active,
.cid-uWfKwhWG1Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWfKwhWG1Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWfKwhWG1Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWfKwhWG1Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWfKwhWG1Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWfKwhWG1Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWfKwhWG1Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffa76;
  background: #ffffff;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #202020;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWfKwhWG1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWfKwhWG1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWfKwhWG1Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWfKwhWG1Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWfKwhWG1Y .navbar {
    height: 70px;
  }
  .cid-uWfKwhWG1Y .navbar.opened {
    height: auto;
  }
  .cid-uWfKwhWG1Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWfKwhWG1Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWfKwhWG1Y .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uWfKwhWG1Y .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uWfKwhWG1Y .navbar-caption:hover {
  color: #9a1436;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWfKwhWG1Y .text_widget {
  margin-bottom: 32px;
}
.cid-uWfKwhWG1Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWfKwhWG1Y .text_widget a:hover,
.cid-uWfKwhWG1Y .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWfKwhWG1Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uWfKwhWG1Y .icons-menu-main {
  display: flex;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .navbar-caption {
  color: #202020;
}
.cid-uWfKwhWG1Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWfKwhWG1Y .mbr-section-subtitle,
.cid-uWfKwhWG1Y .text_widget,
.cid-uWfKwhWG1Y .mbr-section-btn {
  text-align: center;
}
.cid-uWfKwhWG1Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWg17Sh7WN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #add8d6;
}
.cid-uWg17Sh7WN .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg17Sh7WN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg17Sh7WN .row {
    padding: 0 32px;
  }
}
.cid-uWg17Sh7WN .item:focus,
.cid-uWg17Sh7WN span:focus {
  outline: none;
}
.cid-uWg17Sh7WN .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg17Sh7WN .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg17Sh7WN .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg17Sh7WN .item:hover img {
  transform: scale(1);
}
.cid-uWg17Sh7WN .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg17Sh7WN .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg17Sh7WN .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg17Sh7WN .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg17Sh7WN .item-center {
    padding: 0 8px;
  }
  .cid-uWg17Sh7WN .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uWg17Sh7WN .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg17Sh7WN .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg17Sh7WN .mbr-section-title {
  color: #000000;
}
.cid-uWg17Sh7WN .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg17Sh7WN .mbr-text,
.cid-uWg17Sh7WN .mbr-section-btn {
  text-align: left;
}
.cid-uWg17Sh7WN .item-subtitle {
  text-align: center;
}
.cid-uWg17Sh7WN .text-art,
.cid-uWg17Sh7WN .text-client {
  color: #3d3d3d;
}
.cid-uWg17Sh7WN .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg17Sh7WN .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg17Sh7WN .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg18iGdLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #add8d6;
}
.cid-uWg18iGdLu .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg18iGdLu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg18iGdLu .row {
    padding: 0 32px;
  }
}
.cid-uWg18iGdLu .item:focus,
.cid-uWg18iGdLu span:focus {
  outline: none;
}
.cid-uWg18iGdLu .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg18iGdLu .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg18iGdLu .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg18iGdLu .item:hover img {
  transform: scale(1);
}
.cid-uWg18iGdLu .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg18iGdLu .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg18iGdLu .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg18iGdLu .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg18iGdLu .item-center {
    padding: 0 8px;
  }
  .cid-uWg18iGdLu .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uWg18iGdLu .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg18iGdLu .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg18iGdLu .mbr-section-title {
  color: #000000;
}
.cid-uWg18iGdLu .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg18iGdLu .mbr-text,
.cid-uWg18iGdLu .mbr-section-btn {
  text-align: left;
}
.cid-uWg18iGdLu .item-subtitle {
  text-align: center;
}
.cid-uWg18iGdLu .text-art,
.cid-uWg18iGdLu .text-client {
  color: #3d3d3d;
}
.cid-uWg18iGdLu .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg18iGdLu .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg18iGdLu .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg18skDCh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #add8d6;
}
.cid-uWg18skDCh .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg18skDCh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg18skDCh .row {
    padding: 0 32px;
  }
}
.cid-uWg18skDCh .item:focus,
.cid-uWg18skDCh span:focus {
  outline: none;
}
.cid-uWg18skDCh .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg18skDCh .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg18skDCh .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg18skDCh .item:hover img {
  transform: scale(1);
}
.cid-uWg18skDCh .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg18skDCh .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg18skDCh .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg18skDCh .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg18skDCh .item-center {
    padding: 0 8px;
  }
  .cid-uWg18skDCh .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uWg18skDCh .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg18skDCh .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg18skDCh .mbr-section-title {
  color: #000000;
}
.cid-uWg18skDCh .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg18skDCh .mbr-text,
.cid-uWg18skDCh .mbr-section-btn {
  text-align: left;
}
.cid-uWg18skDCh .item-subtitle {
  text-align: center;
}
.cid-uWg18skDCh .text-art,
.cid-uWg18skDCh .text-client {
  color: #3d3d3d;
}
.cid-uWg18skDCh .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg18skDCh .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg18skDCh .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWg18DjvKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #add8d6;
}
.cid-uWg18DjvKh .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uWg18DjvKh .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uWg18DjvKh .row {
    padding: 0 32px;
  }
}
.cid-uWg18DjvKh .item:focus,
.cid-uWg18DjvKh span:focus {
  outline: none;
}
.cid-uWg18DjvKh .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uWg18DjvKh .item-img {
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uWg18DjvKh .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uWg18DjvKh .item:hover img {
  transform: scale(1);
}
.cid-uWg18DjvKh .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  height: 100%;
  flex-flow: column nowrap;
}
.cid-uWg18DjvKh .item-content {
  margin-right: auto;
}
@media (min-width: 768px) {
  .cid-uWg18DjvKh .item-left {
    padding: 0 16px 0 0;
  }
  .cid-uWg18DjvKh .item-left .item-wrap {
    padding: 18% 21% 0% 5%;
  }
  .cid-uWg18DjvKh .item-center {
    padding: 0 8px;
  }
  .cid-uWg18DjvKh .item-center .item-wrap {
    padding: 40% 13% 0% 13%;
  }
  .cid-uWg18DjvKh .item-right {
    padding: 0 0 0 16px;
  }
  .cid-uWg18DjvKh .item-right .item-wrap {
    padding: 18% 5% 0% 21%;
  }
}
.cid-uWg18DjvKh .mbr-section-title {
  color: #000000;
}
.cid-uWg18DjvKh .item-title {
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}
.cid-uWg18DjvKh .mbr-text,
.cid-uWg18DjvKh .mbr-section-btn {
  text-align: left;
}
.cid-uWg18DjvKh .item-subtitle {
  text-align: center;
}
.cid-uWg18DjvKh .text-art,
.cid-uWg18DjvKh .text-client {
  color: #3d3d3d;
}
.cid-uWg18DjvKh .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uWg18DjvKh .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uWg18DjvKh .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uWlf4hkr90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #44ad5b;
  overflow: hidden;
}
.cid-uWlf4hkr90 .media-container-row .mbr-text {
  color: #000000;
}
