.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.8rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #e7ceb1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9c8691 !important;
}
.bg-danger {
  background-color: #f6a851 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #293241 !important;
  border-color: #293241 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d4a60 !important;
  border-color: #3d4a60 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d4a60 !important;
  border-color: #3d4a60 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
  color: #755024 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #755024 !important;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f6a851 !important;
  border-color: #f6a851 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f9c081 !important;
  border-color: #f9c081 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f9c081 !important;
  border-color: #f9c081 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #293241;
  color: #293241;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #07090c !important;
  background-color: transparent !important;
  border-color: #07090c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #293241 !important;
  border-color: #293241 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e7ceb1;
  color: #e7ceb1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d3a46f !important;
  background-color: transparent !important;
  border-color: #d3a46f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #755024 !important;
  background-color: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c8691;
  color: #9c8691;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #705b66 !important;
  background-color: transparent !important;
  border-color: #705b66 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f6a851;
  color: #f6a851;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e47e0c !important;
  background-color: transparent !important;
  border-color: #e47e0c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6a851 !important;
  border-color: #f6a851 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #293241 !important;
}
.text-success {
  color: #e7ceb1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9c8691 !important;
}
.text-danger {
  color: #f6a851 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cf9d63 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #67555e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d6760b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9c8691;
}
.alert-danger {
  background-color: #f6a851;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5ccd1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #293241 !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='%23000000' %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,
.mbr-section-btn-main .btn {
  padding: 15px 24px;
  border-radius: 4rem !important;
  flex-direction: row-reverse;
  border: none !important;
  width: 100%;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 16px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  font-weight: 700 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont,
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont,
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont,
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont,
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont,
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont,
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont,
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white:focus .mbr-iconfont {
  transform: scale(1.3);
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #293241 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  color: #e7ceb1 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #9c8691 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f6a851 !important;
  background-color: #000000 !important;
}
.container-fluid {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
.cid-u9JUL4QjHD {
  background-color: transparent;
}
.cid-u9JUL4QjHD .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-u9JUL4QjHD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-u9JUL4QjHD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JUL4QjHD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JUL4QjHD .menu_box .navbar.opened,
  .cid-u9JUL4QjHD .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JUL4QjHD .navbar-dropdown {
  position: relative !important;
}
.cid-u9JUL4QjHD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JUL4QjHD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-u9JUL4QjHD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JUL4QjHD .btn:hover {
  box-shadow: none;
}
.cid-u9JUL4QjHD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JUL4QjHD .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JUL4QjHD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-u9JUL4QjHD .nav-item .nav-link:hover,
.cid-u9JUL4QjHD .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-u9JUL4QjHD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JUL4QjHD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JUL4QjHD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JUL4QjHD .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-u9JUL4QjHD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JUL4QjHD .offcanvas_box {
    display: none;
  }
}
.cid-u9JUL4QjHD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JUL4QjHD .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JUL4QjHD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JUL4QjHD .container {
  display: flex;
  margin: auto;
}
.cid-u9JUL4QjHD .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JUL4QjHD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JUL4QjHD .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-u9JUL4QjHD .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u9JUL4QjHD .navbar-nav {
    margin: 0;
  }
}
.cid-u9JUL4QjHD .dropdown-menu,
.cid-u9JUL4QjHD .navbar.opened {
  background-color: false !important;
}
.cid-u9JUL4QjHD .nav-item:focus,
.cid-u9JUL4QjHD .nav-link:focus {
  outline: none;
}
.cid-u9JUL4QjHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JUL4QjHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JUL4QjHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JUL4QjHD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JUL4QjHD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JUL4QjHD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JUL4QjHD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JUL4QjHD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JUL4QjHD .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JUL4QjHD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JUL4QjHD .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u9JUL4QjHD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9JUL4QjHD .navbar.collapsed {
  justify-content: center;
}
.cid-u9JUL4QjHD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JUL4QjHD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JUL4QjHD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JUL4QjHD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JUL4QjHD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JUL4QjHD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JUL4QjHD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JUL4QjHD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JUL4QjHD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u9JUL4QjHD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JUL4QjHD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JUL4QjHD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JUL4QjHD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JUL4QjHD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JUL4QjHD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JUL4QjHD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JUL4QjHD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JUL4QjHD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JUL4QjHD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JUL4QjHD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JUL4QjHD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JUL4QjHD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JUL4QjHD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JUL4QjHD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JUL4QjHD .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-u9JUL4QjHD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u9JUL4QjHD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JUL4QjHD .dropdown-item.active,
.cid-u9JUL4QjHD .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JUL4QjHD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-u9JUL4QjHD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JUL4QjHD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JUL4QjHD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JUL4QjHD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JUL4QjHD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JUL4QjHD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-u9JUL4QjHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9JUL4QjHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JUL4QjHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JUL4QjHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JUL4QjHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JUL4QjHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JUL4QjHD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JUL4QjHD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JUL4QjHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JUL4QjHD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JUL4QjHD .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-u9JUL4QjHD .navbar {
    height: 70px;
  }
  .cid-u9JUL4QjHD .navbar.opened {
    height: auto;
  }
  .cid-u9JUL4QjHD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JUL4QjHD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-u9JUL4QjHD .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u9JUL4QjHD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JUL4QjHD .text_widget {
  margin-bottom: 32px;
}
.cid-u9JUL4QjHD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JUL4QjHD .text_widget a:hover,
.cid-u9JUL4QjHD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-u9JUL4QjHD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u9JUL4QjHD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u9JUL4QjHD .navbar-caption {
  color: #000000;
}
.cid-u9JUL4QjHD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9JUL4QjHD .mbr-section-subtitle,
.cid-u9JUL4QjHD .text_widget,
.cid-u9JUL4QjHD .mbr-section-btn {
  text-align: center;
}
.cid-u9JUL4QjHD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JULHJj3Y {
  overflow: hidden;
  background-image: url("../../../assets/images/revestimentos-acm-e-estruturas-de-alumnio-para-obras-omega-2000x1125.png");
}
.cid-u9JULHJj3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JULHJj3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JULHJj3Y .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9JULHJj3Y .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .cid-u9JULHJj3Y .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JULHJj3Y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JULHJj3Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u9JULHJj3Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u9JULHJj3Y .mbr-section-title {
  color: #000000;
}
.cid-u9JULHJj3Y .mbr-text {
  color: #000000;
}
.cid-u9JULHJj3Y .mbr-section-title,
.cid-u9JULHJj3Y .mbr-section-btn {
  text-align: center;
}
.cid-u9JULHJj3Y .mbr-text,
.cid-u9JULHJj3Y .text-wrapper {
  text-align: center;
}
.cid-u9JV2In4or {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-u9JV2In4or .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9JV2In4or .container-fluid {
    padding: 0 16px;
  }
}
.cid-u9JV2In4or .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-u9JV2In4or .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9JV2In4or .embla__slide .slide-content {
  width: 100%;
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9JV2In4or .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-u9JV2In4or .embla__button--next,
.cid-u9JV2In4or .embla__button--prev {
  display: flex;
}
.cid-u9JV2In4or .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u9JV2In4or .embla__button {
    display: none;
  }
}
.cid-u9JV2In4or .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9JV2In4or .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u9JV2In4or .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9JV2In4or .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9JV2In4or .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-u9JV2In4or .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u9JV2In4or .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9JV2In4or .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9JV2In4or .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9JV2In4or .item-menu-overlay {
  background-color: transparent;
}
.cid-u9JV2In4or .item-title {
  color: #ffffff;
}
.cid-uv4J1PayVU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4J1PayVU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4J1PayVU .panel-group {
  border: none;
}
.cid-uv4J1PayVU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4J1PayVU .card-header {
    padding: 0rem;
  }
}
.cid-uv4J1PayVU .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4J1PayVU .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4J1PayVU .card {
    padding: 1rem;
  }
}
.cid-uv4J1PayVU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4J1PayVU .img-col {
  padding: 0;
}
.cid-uv4J1PayVU .img-item {
  height: 100%;
}
.cid-uv4J1PayVU img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4J1PayVU .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4J1PayVU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4J1PayVU p {
  margin-bottom: 0.3rem;
}
.cid-uv4J1PayVU .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4J1PayVU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4J1PayVU .panel-text {
  color: #000000;
}
.cid-uv4J1PayVU .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4J1PayVU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4J1PayVU .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4J1PayVU .panel-title-edit,
.cid-uv4J1PayVU .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4J1PayVU .mbr-section-title,
.cid-uv4J1PayVU .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4J1PayVU .mbr-section-subtitle,
.cid-uv4J1PayVU .align {
  color: #ffffff;
}
.cid-uv4J1PayVU .mbr-section-title,
.cid-uv4J1PayVU .align {
  color: #ffffff;
}
.cid-uv4J1PayVU .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4J1PayVU .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-u9JV50VvYR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e9e9e6;
}
.cid-u9JV50VvYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JV50VvYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JV50VvYR .row {
  justify-content: center;
}
.cid-u9JV50VvYR .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9JV50VvYR .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-u9JV50VvYR .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-u9JV50VvYR .item:hover .item-wrapper .item-img img,
.cid-u9JV50VvYR .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-u9JV50VvYR .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-u9JV50VvYR .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-u9JV50VvYR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9JV50VvYR .item-price {
  color: #000000;
  text-align: center;
}
.cid-u9JV50VvYR .item-title {
  color: #000000;
}
.cid-u9JV50VvYR .item-text {
  color: #000000;
}
.cid-u9JV50VvYR .item-title,
.cid-u9JV50VvYR .mbr-section-btn {
  text-align: center;
}
.cid-u9JUXDuUc5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #d0e59f;
}
.cid-u9JUXDuUc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUXDuUc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUXDuUc5 .row {
  justify-content: space-between;
}
.cid-u9JUXDuUc5 .card {
  justify-content: center;
}
.cid-u9JUXDuUc5 .mbr-desc {
  margin-bottom: 15px;
  color: #000000;
}
.cid-u9JUXDuUc5 .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUXDuUc5 .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9JUXDuUc5 .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUXDuUc5 .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-u9JUXDuUc5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-u9JUXDuUc5 .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-u9JUXDuUc5 .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9JUXDuUc5 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-u9JUXDuUc5 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-u9JUXDuUc5 .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-u9JUXDuUc5 .mbr-section-title {
  color: #000000;
}
.cid-u9JUXDuUc5 .mbr-text {
  color: #000000;
}
.cid-u9JUXDuUc5 .item-desc {
  color: #000000;
}
.cid-u9JUXDuUc5 .item-desc,
.cid-u9JUXDuUc5 .mbr-section-btn,
.cid-u9JUXDuUc5 .tabs-wrapper {
  text-align: center;
}
.cid-u9JUOsSBaG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-u9JUOsSBaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUOsSBaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUOsSBaG .content-wrapper {
  padding: 115px 80px;
  background-color: #f6f6f6;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-u9JUOsSBaG .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-u9JUOsSBaG .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-u9JUOsSBaG .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-u9JUOsSBaG .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-u9JUOsSBaG .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u9JUOsSBaG .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JUOsSBaG .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-u9JUOsSBaG .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .item {
    margin-bottom: 35px;
  }
  .cid-u9JUOsSBaG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9JUOsSBaG .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUOsSBaG .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-u9JUOsSBaG .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-u9JUOsSBaG .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-u9JUOsSBaG .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-u9JUOsSBaG .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-u9JUOsSBaG .mbr-section-title {
  color: #000000;
}
.cid-u9JUOsSBaG .mbr-desc {
  color: #000000;
}
.cid-u9JUOsSBaG .mbr-text {
  color: #000000;
}
.cid-u9JUOsSBaG .item-title {
  color: #000000;
}
.cid-u9JUOsSBaG .item-desc {
  color: #000000;
}
.cid-u9JUOsSBaG .item-text {
  color: #000000;
}
.cid-u9JUP4XBgn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-u9JUP4XBgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUP4XBgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUP4XBgn .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JUP4XBgn .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-u9JUP4XBgn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9JUP4XBgn .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-u9JUP4XBgn .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .image-wrapper {
    padding-left: 0;
  }
}
.cid-u9JUP4XBgn .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-u9JUP4XBgn .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-u9JUP4XBgn .mbr-section-title {
  color: #000000;
}
.cid-u9JUP4XBgn .mbr-desc {
  color: #000000;
}
.cid-u9JUP4XBgn .mbr-text {
  color: #000000;
}
.cid-u9JUQOtzmN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-u9JUQOtzmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUQOtzmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUQOtzmN .card {
  justify-content: flex-end;
}
.cid-u9JUQOtzmN .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUQOtzmN .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-u9JUQOtzmN .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUQOtzmN .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-u9JUQOtzmN .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-u9JUQOtzmN .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u9JUQOtzmN .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-u9JUQOtzmN .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-u9JUQOtzmN .mbr-section-title {
  color: #000000;
}
.cid-u9JUQOtzmN .mbr-text {
  color: #000000;
}
.cid-u9JUQOtzmN .card-date {
  color: #000000;
  text-align: center;
}
.cid-u9JUQOtzmN .card-title {
  color: #000000;
}
.cid-u9JUQOtzmN .card-desc {
  color: #000000;
}
.cid-u9JUQOtzmN .card-text {
  color: #000000;
}
.cid-u9JURJ4o5Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-u9JURJ4o5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JURJ4o5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JURJ4o5Y .row {
  justify-content: space-between;
}
.cid-u9JURJ4o5Y .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-u9JURJ4o5Y .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-u9JURJ4o5Y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9JURJ4o5Y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9JURJ4o5Y .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9JURJ4o5Y .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u9JURJ4o5Y .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u9JURJ4o5Y .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-u9JURJ4o5Y .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-u9JURJ4o5Y .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u9JURJ4o5Y .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u9JURJ4o5Y .mbr-section-title {
  color: #000000;
}
.cid-u9JURJ4o5Y .mbr-section-subtitle {
  color: #000000;
}
.cid-u9JURJ4o5Y .mbr-desc {
  color: #000000;
}
.cid-u9JURJ4o5Y .mbr-text {
  color: #ffffff;
}
.cid-u9JURJ4o5Y .mbr-section-title,
.cid-u9JURJ4o5Y .mbr-section-btn {
  color: #ffffff;
}
.cid-u9JURJ4o5Y .mbr-desc,
.cid-u9JURJ4o5Y .logo-wrapper {
  color: #ffffff;
}
.cid-u9JURJ4o5Y .mbr-section-subtitle,
.cid-u9JURJ4o5Y .logo-wrapper {
  color: #ffffff;
}
.cid-u9JUYyI73U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-u9JUYyI73U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUYyI73U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUYyI73U .row {
  justify-content: space-between;
}
.cid-u9JUYyI73U .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9JUYyI73U .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-u9JUYyI73U .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9JUYyI73U .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-u9JUYyI73U .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-u9JUYyI73U .mbr-section-title {
  color: #000000;
}
.cid-u9JUYyI73U .mbr-desc {
  color: #000000;
}
.cid-u9JUYyI73U .mbr-text {
  color: #000000;
}
.cid-u9JYcF750K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-u9JYcF750K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JYcF750K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JYcF750K .row {
  justify-content: space-between;
}
.cid-u9JYcF750K .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JYcF750K .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u9JYcF750K .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JYcF750K .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-u9JYcF750K .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-u9JYcF750K .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-u9JYcF750K .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-u9JYcF750K .dragArea.row .form-group .form-control:hover,
.cid-u9JYcF750K .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-u9JYcF750K .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u9JYcF750K .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-u9JYcF750K .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u9JYcF750K .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-u9JYcF750K .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u9JYcF750K .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-u9JYcF750K .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9JYcF750K .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9JYcF750K .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-u9JYcF750K .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u9JYcF750K .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9JYcF750K .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-u9JYcF750K .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-u9JYcF750K .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9JYcF750K .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-u9JYcF750K .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JYcF750K .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JYcF750K .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u9JYcF750K .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-u9JYcF750K .mbr-section-title {
  color: #000000;
}
.cid-u9JYcF750K .mbr-text {
  color: #000000;
}
.cid-u9JYcF750K .mbr-section-subtitle {
  color: #000000;
}
.cid-u9JYcF750K .list {
  color: #000000;
}
.cid-u9JYcF750K .mbr-desc {
  color: #000000;
}
.cid-u9JYcF750K label {
  color: #000000;
}
.cid-u9JUV5IFyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-u9JUV5IFyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUV5IFyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUV5IFyT .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-u9JUV5IFyT .content-wrapper {
    padding: 16px 0;
  }
}
.cid-u9JUV5IFyT .content-wrapper .google-map {
  width: 100%;
}
.cid-u9JUV5IFyT .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-u9JUV5IFyT .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-u9JUV5IFyT .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #293241;
}
.cid-u9JUWpBGiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-u9JUWpBGiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JUWpBGiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JUWpBGiG .row {
  justify-content: space-between;
}
.cid-u9JUWpBGiG .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUWpBGiG .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUWpBGiG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JUWpBGiG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JUWpBGiG .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u9JUWpBGiG .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUWpBGiG .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUWpBGiG .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JUWpBGiG .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9JUWpBGiG .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-u9JUWpBGiG .list-wrapper .list .item-wrap:hover,
.cid-u9JUWpBGiG .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-u9JUWpBGiG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9JUWpBGiG .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JUWpBGiG .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JUWpBGiG .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-u9JUWpBGiG .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-u9JUWpBGiG .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-u9JUWpBGiG .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-u9JUWpBGiG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u9JUWpBGiG .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u9JUWpBGiG .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-u9JUWpBGiG .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9JUWpBGiG .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-u9JUWpBGiG .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9JUWpBGiG .mbr-section-title {
  color: #000000;
}
.cid-u9JUWpBGiG .mbr-text {
  color: #000000;
}
.cid-u9JUWpBGiG .list {
  color: #000000;
}
.cid-u9JUWpBGiG .mbr-desc {
  color: #000000;
}
.cid-u9JUWpBGiG .mbr-copy {
  color: #000000;
}
.cid-u9JUWpBGiG .mbr-desc,
.cid-u9JUWpBGiG .social-wrapper {
  text-align: center;
}
.cid-u9JUWpBGiG .mbr-copy,
.cid-u9JUWpBGiG .mbr-section-btn-main {
  text-align: center;
}
.cid-uuXJT22rZn {
  background-color: transparent;
}
.cid-uuXJT22rZn .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uuXJT22rZn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uuXJT22rZn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuXJT22rZn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uuXJT22rZn .menu_box .navbar.opened,
  .cid-uuXJT22rZn .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuXJT22rZn .navbar-dropdown {
  position: relative !important;
}
.cid-uuXJT22rZn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuXJT22rZn .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uuXJT22rZn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuXJT22rZn .btn:hover {
  box-shadow: none;
}
.cid-uuXJT22rZn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuXJT22rZn .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .nav-item {
    margin: 0 !important;
  }
}
.cid-uuXJT22rZn .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uuXJT22rZn .nav-item .nav-link:hover,
.cid-uuXJT22rZn .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uuXJT22rZn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuXJT22rZn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuXJT22rZn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuXJT22rZn .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-uuXJT22rZn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuXJT22rZn .offcanvas_box {
    display: none;
  }
}
.cid-uuXJT22rZn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuXJT22rZn .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuXJT22rZn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuXJT22rZn .container {
  display: flex;
  margin: auto;
}
.cid-uuXJT22rZn .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuXJT22rZn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuXJT22rZn .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uuXJT22rZn .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uuXJT22rZn .navbar-nav {
    margin: 0;
  }
}
.cid-uuXJT22rZn .dropdown-menu,
.cid-uuXJT22rZn .navbar.opened {
  background-color: false !important;
}
.cid-uuXJT22rZn .nav-item:focus,
.cid-uuXJT22rZn .nav-link:focus {
  outline: none;
}
.cid-uuXJT22rZn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuXJT22rZn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuXJT22rZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuXJT22rZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuXJT22rZn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuXJT22rZn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuXJT22rZn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuXJT22rZn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuXJT22rZn .navbar.opened {
  transition: all 0.3s;
}
.cid-uuXJT22rZn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuXJT22rZn .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uuXJT22rZn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuXJT22rZn .navbar.collapsed {
  justify-content: center;
}
.cid-uuXJT22rZn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuXJT22rZn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuXJT22rZn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuXJT22rZn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuXJT22rZn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuXJT22rZn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuXJT22rZn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuXJT22rZn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuXJT22rZn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uuXJT22rZn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuXJT22rZn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuXJT22rZn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuXJT22rZn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuXJT22rZn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuXJT22rZn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuXJT22rZn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuXJT22rZn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuXJT22rZn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuXJT22rZn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uuXJT22rZn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuXJT22rZn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuXJT22rZn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuXJT22rZn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuXJT22rZn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuXJT22rZn .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-uuXJT22rZn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uuXJT22rZn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuXJT22rZn .dropdown-item.active,
.cid-uuXJT22rZn .dropdown-item:active {
  background-color: transparent;
}
.cid-uuXJT22rZn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uuXJT22rZn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuXJT22rZn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuXJT22rZn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuXJT22rZn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuXJT22rZn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuXJT22rZn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uuXJT22rZn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuXJT22rZn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuXJT22rZn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuXJT22rZn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuXJT22rZn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuXJT22rZn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuXJT22rZn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuXJT22rZn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuXJT22rZn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuXJT22rZn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuXJT22rZn .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-uuXJT22rZn .navbar {
    height: 70px;
  }
  .cid-uuXJT22rZn .navbar.opened {
    height: auto;
  }
  .cid-uuXJT22rZn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuXJT22rZn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uuXJT22rZn .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uuXJT22rZn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuXJT22rZn .text_widget {
  margin-bottom: 32px;
}
.cid-uuXJT22rZn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuXJT22rZn .text_widget a:hover,
.cid-uuXJT22rZn .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uuXJT22rZn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uuXJT22rZn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuXJT22rZn .navbar-caption {
  color: #000000;
}
.cid-uuXJT22rZn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uuXJT22rZn .mbr-section-subtitle,
.cid-uuXJT22rZn .text_widget,
.cid-uuXJT22rZn .mbr-section-btn {
  text-align: center;
}
.cid-uuXJT22rZn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuXKZAVRWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uuXKZAVRWv .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uuXKZAVRWv .container {
    padding: 0 15px;
  }
}
.cid-uuXKZAVRWv .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuXKZAVRWv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuXKZAVRWv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uuXKZAVRWv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuXKZAVRWv .embla__slide .slide-content {
  width: 100%;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuXKZAVRWv .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uuXKZAVRWv .item-menu-overlay {
  top: 10%;
}
.cid-uuXKZAVRWv .embla__button--next,
.cid-uuXKZAVRWv .embla__button--prev {
  display: flex;
}
.cid-uuXKZAVRWv .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uuXKZAVRWv .embla__button {
    display: none;
  }
}
.cid-uuXKZAVRWv .embla__button:hover {
  opacity: .5 !important;
}
.cid-uuXKZAVRWv .embla__button.embla__button--prev {
  left: 0;
}
.cid-uuXKZAVRWv .embla__button.embla__button--next {
  right: 0;
}
.cid-uuXKZAVRWv .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uuXKZAVRWv .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uuXKZAVRWv .embla {
    padding-left: 0;
  }
}
.cid-uuXKZAVRWv .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uuXKZAVRWv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuXKZAVRWv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuXKZAVRWv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuXKZAVRWv .mbr-section-title {
  color: #ffffff;
}
.cid-uuXKZAVRWv .item-date {
  color: #68707c;
}
.cid-uuXKZAVRWv .item-text {
  color: #ffffff;
}
.cid-uuXQMz4ZKu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuXQMz4ZKu .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuXQMz4ZKu .panel-group {
  border: none;
}
.cid-uuXQMz4ZKu .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuXQMz4ZKu .card-header {
    padding: 0rem;
  }
}
.cid-uuXQMz4ZKu .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uuXQMz4ZKu .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uuXQMz4ZKu .card {
    padding: 1rem;
  }
}
.cid-uuXQMz4ZKu .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuXQMz4ZKu .img-col {
  padding: 0;
}
.cid-uuXQMz4ZKu .img-item {
  height: 100%;
}
.cid-uuXQMz4ZKu img {
  height: 100%;
  object-fit: cover;
}
.cid-uuXQMz4ZKu .collapsed span {
  transform: rotate(0deg);
}
.cid-uuXQMz4ZKu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuXQMz4ZKu p {
  margin-bottom: 0.3rem;
}
.cid-uuXQMz4ZKu .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uuXQMz4ZKu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuXQMz4ZKu .panel-text {
  color: #000000;
}
.cid-uuXQMz4ZKu .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uuXQMz4ZKu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uuXQMz4ZKu .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uuXQMz4ZKu .panel-title-edit,
.cid-uuXQMz4ZKu .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uuXQMz4ZKu .mbr-section-title,
.cid-uuXQMz4ZKu .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uuXQMz4ZKu .mbr-section-subtitle,
.cid-uuXQMz4ZKu .align {
  color: #ffffff;
}
.cid-uuXQMz4ZKu .mbr-section-title,
.cid-uuXQMz4ZKu .align {
  color: #ffffff;
}
.cid-uuXQMz4ZKu .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uuXQMz4ZKu .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uuXJT6fjLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uuXJT6fjLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT6fjLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT6fjLz .row {
  justify-content: space-between;
}
.cid-uuXJT6fjLz .card {
  justify-content: center;
}
.cid-uuXJT6fjLz .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uuXJT6fjLz .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJT6fjLz .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuXJT6fjLz .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJT6fjLz .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uuXJT6fjLz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uuXJT6fjLz .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uuXJT6fjLz .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuXJT6fjLz .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uuXJT6fjLz .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uuXJT6fjLz .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uuXJT6fjLz .mbr-section-title {
  color: #ffffff;
}
.cid-uuXJT6fjLz .mbr-text {
  color: #ffffff;
}
.cid-uuXJT6fjLz .item-desc {
  color: #000000;
}
.cid-uuXJT6fjLz .item-desc,
.cid-uuXJT6fjLz .mbr-section-btn,
.cid-uuXJT6fjLz .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uuXJT85Jbb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuXJT85Jbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT85Jbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT85Jbb .card {
  justify-content: flex-end;
}
.cid-uuXJT85Jbb .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJT85Jbb .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uuXJT85Jbb .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJT85Jbb .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uuXJT85Jbb .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uuXJT85Jbb .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uuXJT85Jbb .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uuXJT85Jbb .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuXJT85Jbb .mbr-section-title {
  color: #000000;
}
.cid-uuXJT85Jbb .mbr-text {
  color: #000000;
}
.cid-uuXJT85Jbb .card-date {
  color: #000000;
  text-align: center;
}
.cid-uuXJT85Jbb .card-title {
  color: #000000;
}
.cid-uuXJT85Jbb .card-desc {
  color: #000000;
}
.cid-uuXJT85Jbb .card-text {
  color: #000000;
}
.cid-uuXJT8zpeD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuXJT8zpeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT8zpeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT8zpeD .row {
  justify-content: space-between;
}
.cid-uuXJT8zpeD .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uuXJT8zpeD .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uuXJT8zpeD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuXJT8zpeD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuXJT8zpeD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuXJT8zpeD .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uuXJT8zpeD .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuXJT8zpeD .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uuXJT8zpeD .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uuXJT8zpeD .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uuXJT8zpeD .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uuXJT8zpeD .mbr-section-title {
  color: #000000;
}
.cid-uuXJT8zpeD .mbr-section-subtitle {
  color: #000000;
}
.cid-uuXJT8zpeD .mbr-desc {
  color: #000000;
}
.cid-uuXJT8zpeD .mbr-text {
  color: #ffffff;
}
.cid-uuXJT8zpeD .mbr-section-title,
.cid-uuXJT8zpeD .mbr-section-btn {
  color: #ffffff;
}
.cid-uuXJT8zpeD .mbr-desc,
.cid-uuXJT8zpeD .logo-wrapper {
  color: #ffffff;
}
.cid-uuXJT8zpeD .mbr-section-subtitle,
.cid-uuXJT8zpeD .logo-wrapper {
  color: #ffffff;
}
.cid-uuXJT97FfT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuXJT97FfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT97FfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT97FfT .row {
  justify-content: space-between;
}
.cid-uuXJT97FfT .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuXJT97FfT .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uuXJT97FfT .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuXJT97FfT .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uuXJT97FfT .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uuXJT97FfT .mbr-section-title {
  color: #000000;
}
.cid-uuXJT97FfT .mbr-desc {
  color: #000000;
}
.cid-uuXJT97FfT .mbr-text {
  color: #000000;
}
.cid-uuXJT7Ejqp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uuXJT7Ejqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT7Ejqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT7Ejqp .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXJT7Ejqp .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uuXJT7Ejqp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuXJT7Ejqp .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uuXJT7Ejqp .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .image-wrapper {
    padding-left: 0;
  }
}
.cid-uuXJT7Ejqp .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uuXJT7Ejqp .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uuXJT7Ejqp .mbr-section-title {
  color: #000000;
}
.cid-uuXJT7Ejqp .mbr-desc {
  color: #000000;
}
.cid-uuXJT7Ejqp .mbr-text {
  color: #000000;
}
.cid-uuXJT5mSYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uuXJT5mSYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJT5mSYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJT5mSYN .row {
  justify-content: center;
}
.cid-uuXJT5mSYN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuXJT5mSYN .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uuXJT5mSYN .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uuXJT5mSYN .item:hover .item-wrapper .item-img img,
.cid-uuXJT5mSYN .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uuXJT5mSYN .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uuXJT5mSYN .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uuXJT5mSYN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uuXJT5mSYN .item-price {
  color: #000000;
  text-align: center;
}
.cid-uuXJT5mSYN .item-title {
  color: #000000;
}
.cid-uuXJT5mSYN .item-text {
  color: #000000;
}
.cid-uuXJT5mSYN .item-title,
.cid-uuXJT5mSYN .mbr-section-btn {
  text-align: center;
}
.cid-uuXJT4qUc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uuXJT4qUc1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuXJT4qUc1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uuXJT4qUc1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uuXJT4qUc1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuXJT4qUc1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uuXJT4qUc1 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uuXJT4qUc1 .embla__button--next,
.cid-uuXJT4qUc1 .embla__button--prev {
  display: flex;
}
.cid-uuXJT4qUc1 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uuXJT4qUc1 .embla__button {
    display: none;
  }
}
.cid-uuXJT4qUc1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uuXJT4qUc1 .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uuXJT4qUc1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuXJT4qUc1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuXJT4qUc1 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uuXJT4qUc1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uuXJT4qUc1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuXJT4qUc1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuXJT4qUc1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuXJT4qUc1 .item-menu-overlay {
  background-color: transparent;
}
.cid-uuXJT4qUc1 .item-title {
  color: #ffffff;
}
.cid-uuXJTb6t0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uuXJTb6t0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXJTb6t0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXJTb6t0z .row {
  justify-content: space-between;
}
.cid-uuXJTb6t0z .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJTb6t0z .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJTb6t0z .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXJTb6t0z .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuXJTb6t0z .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uuXJTb6t0z .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJTb6t0z .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJTb6t0z .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXJTb6t0z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uuXJTb6t0z .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uuXJTb6t0z .list-wrapper .list .item-wrap:hover,
.cid-uuXJTb6t0z .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uuXJTb6t0z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuXJTb6t0z .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXJTb6t0z .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXJTb6t0z .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uuXJTb6t0z .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uuXJTb6t0z .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uuXJTb6t0z .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuXJTb6t0z .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuXJTb6t0z .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uuXJTb6t0z .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uuXJTb6t0z .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuXJTb6t0z .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uuXJTb6t0z .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uuXJTb6t0z .mbr-section-title {
  color: #000000;
}
.cid-uuXJTb6t0z .mbr-text {
  color: #000000;
}
.cid-uuXJTb6t0z .list {
  color: #000000;
}
.cid-uuXJTb6t0z .mbr-desc {
  color: #000000;
}
.cid-uuXJTb6t0z .mbr-copy {
  color: #000000;
}
.cid-uuXJTb6t0z .mbr-desc,
.cid-uuXJTb6t0z .social-wrapper {
  text-align: center;
}
.cid-uuXJTb6t0z .mbr-copy,
.cid-uuXJTb6t0z .mbr-section-btn-main {
  text-align: center;
}
.cid-uuXYbHRh6G {
  background-color: transparent;
}
.cid-uuXYbHRh6G .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uuXYbHRh6G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uuXYbHRh6G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuXYbHRh6G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uuXYbHRh6G .menu_box .navbar.opened,
  .cid-uuXYbHRh6G .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuXYbHRh6G .navbar-dropdown {
  position: relative !important;
}
.cid-uuXYbHRh6G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuXYbHRh6G .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uuXYbHRh6G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuXYbHRh6G .btn:hover {
  box-shadow: none;
}
.cid-uuXYbHRh6G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuXYbHRh6G .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .nav-item {
    margin: 0 !important;
  }
}
.cid-uuXYbHRh6G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uuXYbHRh6G .nav-item .nav-link:hover,
.cid-uuXYbHRh6G .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uuXYbHRh6G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuXYbHRh6G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuXYbHRh6G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuXYbHRh6G .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-uuXYbHRh6G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuXYbHRh6G .offcanvas_box {
    display: none;
  }
}
.cid-uuXYbHRh6G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuXYbHRh6G .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuXYbHRh6G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuXYbHRh6G .container {
  display: flex;
  margin: auto;
}
.cid-uuXYbHRh6G .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuXYbHRh6G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuXYbHRh6G .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uuXYbHRh6G .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uuXYbHRh6G .navbar-nav {
    margin: 0;
  }
}
.cid-uuXYbHRh6G .dropdown-menu,
.cid-uuXYbHRh6G .navbar.opened {
  background-color: false !important;
}
.cid-uuXYbHRh6G .nav-item:focus,
.cid-uuXYbHRh6G .nav-link:focus {
  outline: none;
}
.cid-uuXYbHRh6G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuXYbHRh6G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuXYbHRh6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuXYbHRh6G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuXYbHRh6G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuXYbHRh6G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuXYbHRh6G .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuXYbHRh6G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuXYbHRh6G .navbar.opened {
  transition: all 0.3s;
}
.cid-uuXYbHRh6G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuXYbHRh6G .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uuXYbHRh6G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuXYbHRh6G .navbar.collapsed {
  justify-content: center;
}
.cid-uuXYbHRh6G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuXYbHRh6G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuXYbHRh6G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuXYbHRh6G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuXYbHRh6G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuXYbHRh6G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuXYbHRh6G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuXYbHRh6G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuXYbHRh6G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uuXYbHRh6G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuXYbHRh6G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuXYbHRh6G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuXYbHRh6G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuXYbHRh6G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuXYbHRh6G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuXYbHRh6G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuXYbHRh6G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuXYbHRh6G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuXYbHRh6G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uuXYbHRh6G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuXYbHRh6G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuXYbHRh6G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuXYbHRh6G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuXYbHRh6G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuXYbHRh6G .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-uuXYbHRh6G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uuXYbHRh6G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuXYbHRh6G .dropdown-item.active,
.cid-uuXYbHRh6G .dropdown-item:active {
  background-color: transparent;
}
.cid-uuXYbHRh6G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uuXYbHRh6G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuXYbHRh6G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuXYbHRh6G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuXYbHRh6G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuXYbHRh6G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuXYbHRh6G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uuXYbHRh6G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuXYbHRh6G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuXYbHRh6G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuXYbHRh6G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuXYbHRh6G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuXYbHRh6G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuXYbHRh6G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuXYbHRh6G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuXYbHRh6G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuXYbHRh6G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuXYbHRh6G .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-uuXYbHRh6G .navbar {
    height: 70px;
  }
  .cid-uuXYbHRh6G .navbar.opened {
    height: auto;
  }
  .cid-uuXYbHRh6G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuXYbHRh6G .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uuXYbHRh6G .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uuXYbHRh6G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuXYbHRh6G .text_widget {
  margin-bottom: 32px;
}
.cid-uuXYbHRh6G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuXYbHRh6G .text_widget a:hover,
.cid-uuXYbHRh6G .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uuXYbHRh6G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uuXYbHRh6G .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuXYbHRh6G .navbar-caption {
  color: #000000;
}
.cid-uuXYbHRh6G .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uuXYbHRh6G .mbr-section-subtitle,
.cid-uuXYbHRh6G .text_widget,
.cid-uuXYbHRh6G .mbr-section-btn {
  text-align: center;
}
.cid-uuXYbHRh6G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4CCWZE6s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uv4CCWZE6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4CCWZE6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4CCWZE6s .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4CCWZE6s .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4CCWZE6s .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4CCWZE6s .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4CCWZE6s .item {
    margin-bottom: 16px;
  }
}
.cid-uv4CCWZE6s .item:last-child {
  margin-bottom: 0;
}
.cid-uv4CCWZE6s .item:hover .item-wrapper .item-img img,
.cid-uv4CCWZE6s .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4CCWZE6s .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4CCWZE6s .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4CCWZE6s .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4CCWZE6s .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4CCWZE6s .item .item-wrapper .item-content .item-title_1,
.cid-uv4CCWZE6s .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4CCWZE6s .item .item-wrapper .item-content .item-text_1,
.cid-uv4CCWZE6s .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4CCWZE6s .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4CCWZE6s .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4CCWZE6s .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4CCWZE6s .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-uv4CCWZE6s .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4CCWZE6s .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4CCWZE6s .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4CCWZE6s .mbr-section-title {
  color: #212529;
}
.cid-uv4CCWZE6s .item-title_1 {
  color: #f5a11b;
}
.cid-uv4CCWZE6s .item-title_2 {
  color: #ff543d;
}
.cid-uv4CCWZE6s .item-text_1 {
  color: #f5a11b;
}
.cid-uv4CCWZE6s .item-text_2 {
  color: #ff543d;
}
.cid-uv4E847wno {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uv4E847wno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4E847wno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4E847wno .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4E847wno .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4E847wno .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4E847wno .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4E847wno .item {
    margin-bottom: 16px;
  }
}
.cid-uv4E847wno .item:last-child {
  margin-bottom: 0;
}
.cid-uv4E847wno .item:hover .item-wrapper .item-img img,
.cid-uv4E847wno .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4E847wno .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4E847wno .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4E847wno .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4E847wno .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4E847wno .item .item-wrapper .item-content .item-title_1,
.cid-uv4E847wno .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4E847wno .item .item-wrapper .item-content .item-text_1,
.cid-uv4E847wno .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4E847wno .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4E847wno .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4E847wno .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4E847wno .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-uv4E847wno .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4E847wno .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4E847wno .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4E847wno .mbr-section-title {
  color: #212529;
}
.cid-uv4E847wno .item-title_1 {
  color: #f5a11b;
}
.cid-uv4E847wno .item-title_2 {
  color: #ff543d;
}
.cid-uv4E847wno .item-text_1 {
  color: #f5a11b;
}
.cid-uv4E847wno .item-text_2 {
  color: #ff543d;
}
.cid-uv4EYssktu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uv4EYssktu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4EYssktu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4EYssktu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4EYssktu .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4EYssktu .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4EYssktu .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4EYssktu .item {
    margin-bottom: 16px;
  }
}
.cid-uv4EYssktu .item:last-child {
  margin-bottom: 0;
}
.cid-uv4EYssktu .item:hover .item-wrapper .item-img img,
.cid-uv4EYssktu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4EYssktu .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4EYssktu .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4EYssktu .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4EYssktu .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4EYssktu .item .item-wrapper .item-content .item-title_1,
.cid-uv4EYssktu .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4EYssktu .item .item-wrapper .item-content .item-text_1,
.cid-uv4EYssktu .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4EYssktu .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4EYssktu .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4EYssktu .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4EYssktu .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-uv4EYssktu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4EYssktu .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4EYssktu .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4EYssktu .mbr-section-title {
  color: #212529;
}
.cid-uv4EYssktu .item-title_1 {
  color: #f5a11b;
}
.cid-uv4EYssktu .item-title_2 {
  color: #ff543d;
}
.cid-uv4EYssktu .item-text_1 {
  color: #f5a11b;
}
.cid-uv4EYssktu .item-text_2 {
  color: #ff543d;
}
.cid-uv4FJrXfId {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uv4FJrXfId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4FJrXfId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4FJrXfId .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4FJrXfId .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4FJrXfId .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4FJrXfId .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4FJrXfId .item {
    margin-bottom: 16px;
  }
}
.cid-uv4FJrXfId .item:last-child {
  margin-bottom: 0;
}
.cid-uv4FJrXfId .item:hover .item-wrapper .item-img img,
.cid-uv4FJrXfId .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4FJrXfId .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4FJrXfId .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4FJrXfId .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4FJrXfId .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4FJrXfId .item .item-wrapper .item-content .item-title_1,
.cid-uv4FJrXfId .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4FJrXfId .item .item-wrapper .item-content .item-text_1,
.cid-uv4FJrXfId .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4FJrXfId .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4FJrXfId .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4FJrXfId .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4FJrXfId .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-uv4FJrXfId .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4FJrXfId .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4FJrXfId .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4FJrXfId .mbr-section-title {
  color: #212529;
}
.cid-uv4FJrXfId .item-title_1 {
  color: #f5a11b;
}
.cid-uv4FJrXfId .item-title_2 {
  color: #ff543d;
}
.cid-uv4FJrXfId .item-text_1 {
  color: #f5a11b;
}
.cid-uv4FJrXfId .item-text_2 {
  color: #ff543d;
}
.cid-uv4GziEDDR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4f4f2;
}
.cid-uv4GziEDDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4GziEDDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4GziEDDR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4GziEDDR .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4GziEDDR .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4GziEDDR .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4GziEDDR .item {
    margin-bottom: 16px;
  }
}
.cid-uv4GziEDDR .item:last-child {
  margin-bottom: 0;
}
.cid-uv4GziEDDR .item:hover .item-wrapper .item-img img,
.cid-uv4GziEDDR .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4GziEDDR .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4GziEDDR .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4GziEDDR .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4GziEDDR .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4GziEDDR .item .item-wrapper .item-content .item-title_1,
.cid-uv4GziEDDR .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4GziEDDR .item .item-wrapper .item-content .item-text_1,
.cid-uv4GziEDDR .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4GziEDDR .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4GziEDDR .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4GziEDDR .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4GziEDDR .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-uv4GziEDDR .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4GziEDDR .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4GziEDDR .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4GziEDDR .mbr-section-title {
  color: #212529;
}
.cid-uv4GziEDDR .item-title_1 {
  color: #f5a11b;
}
.cid-uv4GziEDDR .item-title_2 {
  color: #ff543d;
}
.cid-uv4GziEDDR .item-text_1 {
  color: #f5a11b;
}
.cid-uv4GziEDDR .item-text_2 {
  color: #ff543d;
}
.cid-uv4HTsLWul {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uv4HTsLWul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4HTsLWul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4HTsLWul .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uv4HTsLWul .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uv4HTsLWul .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uv4HTsLWul .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4HTsLWul .item {
    margin-bottom: 16px;
  }
}
.cid-uv4HTsLWul .item:last-child {
  margin-bottom: 0;
}
.cid-uv4HTsLWul .item:hover .item-wrapper .item-img img,
.cid-uv4HTsLWul .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uv4HTsLWul .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4HTsLWul .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uv4HTsLWul .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uv4HTsLWul .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uv4HTsLWul .item .item-wrapper .item-content .item-title_1,
.cid-uv4HTsLWul .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uv4HTsLWul .item .item-wrapper .item-content .item-text_1,
.cid-uv4HTsLWul .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uv4HTsLWul .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uv4HTsLWul .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uv4HTsLWul .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uv4HTsLWul .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-uv4HTsLWul .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uv4HTsLWul .item .card_1 {
  background-color: #ffeed4;
}
.cid-uv4HTsLWul .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uv4HTsLWul .mbr-section-title {
  color: #212529;
}
.cid-uv4HTsLWul .item-title_1 {
  color: #f5a11b;
}
.cid-uv4HTsLWul .item-title_2 {
  color: #ff543d;
}
.cid-uv4HTsLWul .item-text_1 {
  color: #f5a11b;
}
.cid-uv4HTsLWul .item-text_2 {
  color: #ff543d;
}
.cid-uuXYbJWcjU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuXYbJWcjU .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuXYbJWcjU .panel-group {
  border: none;
}
.cid-uuXYbJWcjU .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuXYbJWcjU .card-header {
    padding: 0rem;
  }
}
.cid-uuXYbJWcjU .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uuXYbJWcjU .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uuXYbJWcjU .card {
    padding: 1rem;
  }
}
.cid-uuXYbJWcjU .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuXYbJWcjU .img-col {
  padding: 0;
}
.cid-uuXYbJWcjU .img-item {
  height: 100%;
}
.cid-uuXYbJWcjU img {
  height: 100%;
  object-fit: cover;
}
.cid-uuXYbJWcjU .collapsed span {
  transform: rotate(0deg);
}
.cid-uuXYbJWcjU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuXYbJWcjU p {
  margin-bottom: 0.3rem;
}
.cid-uuXYbJWcjU .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uuXYbJWcjU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuXYbJWcjU .panel-text {
  color: #000000;
}
.cid-uuXYbJWcjU .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uuXYbJWcjU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uuXYbJWcjU .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uuXYbJWcjU .panel-title-edit,
.cid-uuXYbJWcjU .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uuXYbJWcjU .mbr-section-title,
.cid-uuXYbJWcjU .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uuXYbJWcjU .mbr-section-subtitle,
.cid-uuXYbJWcjU .align {
  color: #ffffff;
}
.cid-uuXYbJWcjU .mbr-section-title,
.cid-uuXYbJWcjU .align {
  color: #ffffff;
}
.cid-uuXYbJWcjU .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uuXYbJWcjU .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uuXYbMm1rw {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuXYbMm1rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXYbMm1rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXYbMm1rw .card {
  justify-content: flex-end;
}
.cid-uuXYbMm1rw .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXYbMm1rw .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uuXYbMm1rw .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXYbMm1rw .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uuXYbMm1rw .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uuXYbMm1rw .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #293241;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uuXYbMm1rw .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uuXYbMm1rw .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuXYbMm1rw .mbr-section-title {
  color: #000000;
}
.cid-uuXYbMm1rw .mbr-text {
  color: #000000;
}
.cid-uuXYbMm1rw .card-date {
  color: #ffffff;
  text-align: center;
}
.cid-uuXYbMm1rw .card-title {
  color: #000000;
}
.cid-uuXYbMm1rw .card-desc {
  color: #000000;
}
.cid-uuXYbMm1rw .card-text {
  color: #000000;
}
.cid-uuXYbNiRmv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9e9e6;
}
.cid-uuXYbNiRmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXYbNiRmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXYbNiRmv .row {
  justify-content: space-between;
}
.cid-uuXYbNiRmv .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uuXYbNiRmv .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uuXYbNiRmv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuXYbNiRmv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuXYbNiRmv .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuXYbNiRmv .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uuXYbNiRmv .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuXYbNiRmv .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uuXYbNiRmv .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uuXYbNiRmv .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uuXYbNiRmv .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uuXYbNiRmv .mbr-section-title {
  color: #000000;
}
.cid-uuXYbNiRmv .mbr-section-subtitle {
  color: #000000;
}
.cid-uuXYbNiRmv .mbr-desc {
  color: #000000;
}
.cid-uuXYbNiRmv .mbr-text {
  color: #ffffff;
}
.cid-uuXYbNiRmv .mbr-section-title,
.cid-uuXYbNiRmv .mbr-section-btn {
  color: #ffffff;
}
.cid-uuXYbNiRmv .mbr-desc,
.cid-uuXYbNiRmv .logo-wrapper {
  color: #ffffff;
}
.cid-uuXYbNiRmv .mbr-section-subtitle,
.cid-uuXYbNiRmv .logo-wrapper {
  color: #ffffff;
}
.cid-uuXYbOVcTi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uuXYbOVcTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXYbOVcTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXYbOVcTi .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXYbOVcTi .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uuXYbOVcTi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuXYbOVcTi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uuXYbOVcTi .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .image-wrapper {
    padding-left: 0;
  }
}
.cid-uuXYbOVcTi .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uuXYbOVcTi .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uuXYbOVcTi .mbr-section-title {
  color: #000000;
}
.cid-uuXYbOVcTi .mbr-desc {
  color: #000000;
}
.cid-uuXYbOVcTi .mbr-text {
  color: #000000;
}
.cid-uuXYbQuVdO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uuXYbQuVdO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuXYbQuVdO .container-fluid {
    padding: 0 16px;
  }
}
.cid-uuXYbQuVdO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uuXYbQuVdO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuXYbQuVdO .embla__slide .slide-content {
  width: 100%;
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uuXYbQuVdO .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uuXYbQuVdO .embla__button--next,
.cid-uuXYbQuVdO .embla__button--prev {
  display: flex;
}
.cid-uuXYbQuVdO .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uuXYbQuVdO .embla__button {
    display: none;
  }
}
.cid-uuXYbQuVdO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uuXYbQuVdO .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uuXYbQuVdO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuXYbQuVdO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuXYbQuVdO .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uuXYbQuVdO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uuXYbQuVdO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuXYbQuVdO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuXYbQuVdO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuXYbQuVdO .item-menu-overlay {
  background-color: transparent;
}
.cid-uuXYbQuVdO .item-title {
  color: #ffffff;
}
.cid-uuXYbRhiHT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uuXYbRhiHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuXYbRhiHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuXYbRhiHT .row {
  justify-content: space-between;
}
.cid-uuXYbRhiHT .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXYbRhiHT .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXYbRhiHT .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXYbRhiHT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuXYbRhiHT .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uuXYbRhiHT .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXYbRhiHT .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXYbRhiHT .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuXYbRhiHT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uuXYbRhiHT .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uuXYbRhiHT .list-wrapper .list .item-wrap:hover,
.cid-uuXYbRhiHT .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uuXYbRhiHT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuXYbRhiHT .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuXYbRhiHT .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuXYbRhiHT .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uuXYbRhiHT .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uuXYbRhiHT .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uuXYbRhiHT .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuXYbRhiHT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuXYbRhiHT .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uuXYbRhiHT .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uuXYbRhiHT .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuXYbRhiHT .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uuXYbRhiHT .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uuXYbRhiHT .mbr-section-title {
  color: #000000;
}
.cid-uuXYbRhiHT .mbr-text {
  color: #000000;
}
.cid-uuXYbRhiHT .list {
  color: #000000;
}
.cid-uuXYbRhiHT .mbr-desc {
  color: #000000;
}
.cid-uuXYbRhiHT .mbr-copy {
  color: #000000;
}
.cid-uuXYbRhiHT .mbr-desc,
.cid-uuXYbRhiHT .social-wrapper {
  text-align: center;
}
.cid-uuXYbRhiHT .mbr-copy,
.cid-uuXYbRhiHT .mbr-section-btn-main {
  text-align: center;
}
.cid-uuZbMUNxab {
  background-color: transparent;
}
.cid-uuZbMUNxab .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uuZbMUNxab .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uuZbMUNxab .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuZbMUNxab .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uuZbMUNxab .menu_box .navbar.opened,
  .cid-uuZbMUNxab .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uuZbMUNxab .navbar-dropdown {
  position: relative !important;
}
.cid-uuZbMUNxab .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uuZbMUNxab .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uuZbMUNxab .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uuZbMUNxab .btn:hover {
  box-shadow: none;
}
.cid-uuZbMUNxab .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uuZbMUNxab .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .nav-item {
    margin: 0 !important;
  }
}
.cid-uuZbMUNxab .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uuZbMUNxab .nav-item .nav-link:hover,
.cid-uuZbMUNxab .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uuZbMUNxab .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uuZbMUNxab .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uuZbMUNxab .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uuZbMUNxab .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-uuZbMUNxab .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uuZbMUNxab .offcanvas_box {
    display: none;
  }
}
.cid-uuZbMUNxab .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uuZbMUNxab .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uuZbMUNxab .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uuZbMUNxab .container {
  display: flex;
  margin: auto;
}
.cid-uuZbMUNxab .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uuZbMUNxab .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uuZbMUNxab .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uuZbMUNxab .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uuZbMUNxab .navbar-nav {
    margin: 0;
  }
}
.cid-uuZbMUNxab .dropdown-menu,
.cid-uuZbMUNxab .navbar.opened {
  background-color: false !important;
}
.cid-uuZbMUNxab .nav-item:focus,
.cid-uuZbMUNxab .nav-link:focus {
  outline: none;
}
.cid-uuZbMUNxab .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuZbMUNxab .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuZbMUNxab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuZbMUNxab .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuZbMUNxab .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuZbMUNxab .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuZbMUNxab .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uuZbMUNxab .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uuZbMUNxab .navbar.opened {
  transition: all 0.3s;
}
.cid-uuZbMUNxab .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uuZbMUNxab .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uuZbMUNxab .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuZbMUNxab .navbar.collapsed {
  justify-content: center;
}
.cid-uuZbMUNxab .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuZbMUNxab .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuZbMUNxab .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuZbMUNxab .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuZbMUNxab .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuZbMUNxab .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uuZbMUNxab .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uuZbMUNxab .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uuZbMUNxab .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uuZbMUNxab .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuZbMUNxab .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuZbMUNxab .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uuZbMUNxab .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuZbMUNxab .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uuZbMUNxab .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuZbMUNxab .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uuZbMUNxab .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uuZbMUNxab .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uuZbMUNxab .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uuZbMUNxab .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuZbMUNxab .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uuZbMUNxab .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuZbMUNxab .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuZbMUNxab .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuZbMUNxab .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-uuZbMUNxab .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uuZbMUNxab .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuZbMUNxab .dropdown-item.active,
.cid-uuZbMUNxab .dropdown-item:active {
  background-color: transparent;
}
.cid-uuZbMUNxab .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uuZbMUNxab .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuZbMUNxab .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuZbMUNxab .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuZbMUNxab ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uuZbMUNxab .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuZbMUNxab button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uuZbMUNxab button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uuZbMUNxab button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuZbMUNxab button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuZbMUNxab button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuZbMUNxab button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuZbMUNxab nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuZbMUNxab nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuZbMUNxab nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuZbMUNxab nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuZbMUNxab a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uuZbMUNxab .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-uuZbMUNxab .navbar {
    height: 70px;
  }
  .cid-uuZbMUNxab .navbar.opened {
    height: auto;
  }
  .cid-uuZbMUNxab .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuZbMUNxab .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uuZbMUNxab .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uuZbMUNxab .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uuZbMUNxab .text_widget {
  margin-bottom: 32px;
}
.cid-uuZbMUNxab .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uuZbMUNxab .text_widget a:hover,
.cid-uuZbMUNxab .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uuZbMUNxab .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uuZbMUNxab .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uuZbMUNxab .navbar-caption {
  color: #000000;
}
.cid-uuZbMUNxab .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uuZbMUNxab .mbr-section-subtitle,
.cid-uuZbMUNxab .text_widget,
.cid-uuZbMUNxab .mbr-section-btn {
  text-align: center;
}
.cid-uuZbMUNxab a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uuZbMWGf7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uuZbMWGf7B .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uuZbMWGf7B .container {
    padding: 0 15px;
  }
}
.cid-uuZbMWGf7B .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uuZbMWGf7B .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuZbMWGf7B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uuZbMWGf7B .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuZbMWGf7B .embla__slide .slide-content {
  width: 100%;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuZbMWGf7B .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uuZbMWGf7B .item-menu-overlay {
  top: 10%;
}
.cid-uuZbMWGf7B .embla__button--next,
.cid-uuZbMWGf7B .embla__button--prev {
  display: flex;
}
.cid-uuZbMWGf7B .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uuZbMWGf7B .embla__button {
    display: none;
  }
}
.cid-uuZbMWGf7B .embla__button:hover {
  opacity: .5 !important;
}
.cid-uuZbMWGf7B .embla__button.embla__button--prev {
  left: 0;
}
.cid-uuZbMWGf7B .embla__button.embla__button--next {
  right: 0;
}
.cid-uuZbMWGf7B .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uuZbMWGf7B .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uuZbMWGf7B .embla {
    padding-left: 0;
  }
}
.cid-uuZbMWGf7B .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uuZbMWGf7B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuZbMWGf7B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuZbMWGf7B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuZbMWGf7B .mbr-section-title {
  color: #ffffff;
}
.cid-uuZbMWGf7B .item-date {
  color: #68707c;
}
.cid-uuZbMWGf7B .item-text {
  color: #ffffff;
}
.cid-uuZbMYDRbN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuZbMYDRbN .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uuZbMYDRbN .panel-group {
  border: none;
}
.cid-uuZbMYDRbN .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uuZbMYDRbN .card-header {
    padding: 0rem;
  }
}
.cid-uuZbMYDRbN .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uuZbMYDRbN .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uuZbMYDRbN .card {
    padding: 1rem;
  }
}
.cid-uuZbMYDRbN .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uuZbMYDRbN .img-col {
  padding: 0;
}
.cid-uuZbMYDRbN .img-item {
  height: 100%;
}
.cid-uuZbMYDRbN img {
  height: 100%;
  object-fit: cover;
}
.cid-uuZbMYDRbN .collapsed span {
  transform: rotate(0deg);
}
.cid-uuZbMYDRbN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuZbMYDRbN p {
  margin-bottom: 0.3rem;
}
.cid-uuZbMYDRbN .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uuZbMYDRbN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uuZbMYDRbN .panel-text {
  color: #000000;
}
.cid-uuZbMYDRbN .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uuZbMYDRbN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uuZbMYDRbN .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uuZbMYDRbN .panel-title-edit,
.cid-uuZbMYDRbN .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uuZbMYDRbN .mbr-section-title,
.cid-uuZbMYDRbN .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uuZbMYDRbN .mbr-section-subtitle,
.cid-uuZbMYDRbN .align {
  color: #ffffff;
}
.cid-uuZbMYDRbN .mbr-section-title,
.cid-uuZbMYDRbN .align {
  color: #ffffff;
}
.cid-uuZbMYDRbN .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uuZbMYDRbN .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uuZbMZkj5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uuZbMZkj5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbMZkj5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbMZkj5i .row {
  justify-content: space-between;
}
.cid-uuZbMZkj5i .card {
  justify-content: center;
}
.cid-uuZbMZkj5i .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uuZbMZkj5i .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbMZkj5i .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuZbMZkj5i .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbMZkj5i .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uuZbMZkj5i .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uuZbMZkj5i .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uuZbMZkj5i .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uuZbMZkj5i .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uuZbMZkj5i .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uuZbMZkj5i .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uuZbMZkj5i .mbr-section-title {
  color: #ffffff;
}
.cid-uuZbMZkj5i .mbr-text {
  color: #ffffff;
}
.cid-uuZbMZkj5i .item-desc {
  color: #000000;
}
.cid-uuZbMZkj5i .item-desc,
.cid-uuZbMZkj5i .mbr-section-btn,
.cid-uuZbMZkj5i .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uuZbN00tGM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuZbN00tGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN00tGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN00tGM .card {
  justify-content: flex-end;
}
.cid-uuZbN00tGM .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbN00tGM .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uuZbN00tGM .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbN00tGM .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uuZbN00tGM .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uuZbN00tGM .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uuZbN00tGM .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uuZbN00tGM .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uuZbN00tGM .mbr-section-title {
  color: #000000;
}
.cid-uuZbN00tGM .mbr-text {
  color: #000000;
}
.cid-uuZbN00tGM .card-date {
  color: #000000;
  text-align: center;
}
.cid-uuZbN00tGM .card-title {
  color: #000000;
}
.cid-uuZbN00tGM .card-desc {
  color: #000000;
}
.cid-uuZbN00tGM .card-text {
  color: #000000;
}
.cid-uuZbN0EVNu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuZbN0EVNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN0EVNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN0EVNu .row {
  justify-content: space-between;
}
.cid-uuZbN0EVNu .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uuZbN0EVNu .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uuZbN0EVNu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuZbN0EVNu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuZbN0EVNu .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uuZbN0EVNu .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uuZbN0EVNu .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uuZbN0EVNu .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uuZbN0EVNu .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uuZbN0EVNu .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uuZbN0EVNu .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uuZbN0EVNu .mbr-section-title {
  color: #000000;
}
.cid-uuZbN0EVNu .mbr-section-subtitle {
  color: #000000;
}
.cid-uuZbN0EVNu .mbr-desc {
  color: #000000;
}
.cid-uuZbN0EVNu .mbr-text {
  color: #ffffff;
}
.cid-uuZbN0EVNu .mbr-section-title,
.cid-uuZbN0EVNu .mbr-section-btn {
  color: #ffffff;
}
.cid-uuZbN0EVNu .mbr-desc,
.cid-uuZbN0EVNu .logo-wrapper {
  color: #ffffff;
}
.cid-uuZbN0EVNu .mbr-section-subtitle,
.cid-uuZbN0EVNu .logo-wrapper {
  color: #ffffff;
}
.cid-uuZbN1pzow {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uuZbN1pzow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN1pzow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN1pzow .row {
  justify-content: space-between;
}
.cid-uuZbN1pzow .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuZbN1pzow .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uuZbN1pzow .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuZbN1pzow .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uuZbN1pzow .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uuZbN1pzow .mbr-section-title {
  color: #000000;
}
.cid-uuZbN1pzow .mbr-desc {
  color: #000000;
}
.cid-uuZbN1pzow .mbr-text {
  color: #000000;
}
.cid-uuZbN1VTsE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uuZbN1VTsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN1VTsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN1VTsE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuZbN1VTsE .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uuZbN1VTsE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uuZbN1VTsE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uuZbN1VTsE .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .image-wrapper {
    padding-left: 0;
  }
}
.cid-uuZbN1VTsE .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uuZbN1VTsE .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uuZbN1VTsE .mbr-section-title {
  color: #000000;
}
.cid-uuZbN1VTsE .mbr-desc {
  color: #000000;
}
.cid-uuZbN1VTsE .mbr-text {
  color: #000000;
}
.cid-uuZbN2ubdo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uuZbN2ubdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN2ubdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN2ubdo .row {
  justify-content: center;
}
.cid-uuZbN2ubdo .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuZbN2ubdo .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uuZbN2ubdo .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uuZbN2ubdo .item:hover .item-wrapper .item-img img,
.cid-uuZbN2ubdo .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uuZbN2ubdo .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uuZbN2ubdo .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uuZbN2ubdo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uuZbN2ubdo .item-price {
  color: #000000;
  text-align: center;
}
.cid-uuZbN2ubdo .item-title {
  color: #000000;
}
.cid-uuZbN2ubdo .item-text {
  color: #000000;
}
.cid-uuZbN2ubdo .item-title,
.cid-uuZbN2ubdo .mbr-section-btn {
  text-align: center;
}
.cid-uuZbN38nS5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uuZbN38nS5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uuZbN38nS5 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uuZbN38nS5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uuZbN38nS5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uuZbN38nS5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uuZbN38nS5 .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uuZbN38nS5 .embla__button--next,
.cid-uuZbN38nS5 .embla__button--prev {
  display: flex;
}
.cid-uuZbN38nS5 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uuZbN38nS5 .embla__button {
    display: none;
  }
}
.cid-uuZbN38nS5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uuZbN38nS5 .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uuZbN38nS5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuZbN38nS5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuZbN38nS5 .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uuZbN38nS5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uuZbN38nS5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uuZbN38nS5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uuZbN38nS5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uuZbN38nS5 .item-menu-overlay {
  background-color: transparent;
}
.cid-uuZbN38nS5 .item-title {
  color: #ffffff;
}
.cid-uuZbN3R37P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uuZbN3R37P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuZbN3R37P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuZbN3R37P .row {
  justify-content: space-between;
}
.cid-uuZbN3R37P .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbN3R37P .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbN3R37P .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuZbN3R37P .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuZbN3R37P .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uuZbN3R37P .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbN3R37P .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbN3R37P .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uuZbN3R37P .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uuZbN3R37P .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uuZbN3R37P .list-wrapper .list .item-wrap:hover,
.cid-uuZbN3R37P .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uuZbN3R37P .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uuZbN3R37P .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uuZbN3R37P .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uuZbN3R37P .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uuZbN3R37P .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uuZbN3R37P .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uuZbN3R37P .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uuZbN3R37P .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uuZbN3R37P .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uuZbN3R37P .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uuZbN3R37P .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uuZbN3R37P .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uuZbN3R37P .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uuZbN3R37P .mbr-section-title {
  color: #000000;
}
.cid-uuZbN3R37P .mbr-text {
  color: #000000;
}
.cid-uuZbN3R37P .list {
  color: #000000;
}
.cid-uuZbN3R37P .mbr-desc {
  color: #000000;
}
.cid-uuZbN3R37P .mbr-copy {
  color: #000000;
}
.cid-uuZbN3R37P .mbr-desc,
.cid-uuZbN3R37P .social-wrapper {
  text-align: center;
}
.cid-uuZbN3R37P .mbr-copy,
.cid-uuZbN3R37P .mbr-section-btn-main {
  text-align: center;
}
.cid-uv46ot1F08 {
  background-color: transparent;
}
.cid-uv46ot1F08 .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv46ot1F08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv46ot1F08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv46ot1F08 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv46ot1F08 .menu_box .navbar.opened,
  .cid-uv46ot1F08 .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv46ot1F08 .navbar-dropdown {
  position: relative !important;
}
.cid-uv46ot1F08 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv46ot1F08 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv46ot1F08 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv46ot1F08 .btn:hover {
  box-shadow: none;
}
.cid-uv46ot1F08 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv46ot1F08 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .nav-item {
    margin: 0 !important;
  }
}
.cid-uv46ot1F08 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv46ot1F08 .nav-item .nav-link:hover,
.cid-uv46ot1F08 .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv46ot1F08 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv46ot1F08 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv46ot1F08 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv46ot1F08 .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-uv46ot1F08 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv46ot1F08 .offcanvas_box {
    display: none;
  }
}
.cid-uv46ot1F08 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv46ot1F08 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv46ot1F08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv46ot1F08 .container {
  display: flex;
  margin: auto;
}
.cid-uv46ot1F08 .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv46ot1F08 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv46ot1F08 .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv46ot1F08 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv46ot1F08 .navbar-nav {
    margin: 0;
  }
}
.cid-uv46ot1F08 .dropdown-menu,
.cid-uv46ot1F08 .navbar.opened {
  background-color: false !important;
}
.cid-uv46ot1F08 .nav-item:focus,
.cid-uv46ot1F08 .nav-link:focus {
  outline: none;
}
.cid-uv46ot1F08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv46ot1F08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv46ot1F08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv46ot1F08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv46ot1F08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv46ot1F08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv46ot1F08 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv46ot1F08 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv46ot1F08 .navbar.opened {
  transition: all 0.3s;
}
.cid-uv46ot1F08 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv46ot1F08 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv46ot1F08 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv46ot1F08 .navbar.collapsed {
  justify-content: center;
}
.cid-uv46ot1F08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv46ot1F08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv46ot1F08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv46ot1F08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv46ot1F08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv46ot1F08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv46ot1F08 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv46ot1F08 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv46ot1F08 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv46ot1F08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv46ot1F08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv46ot1F08 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv46ot1F08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv46ot1F08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv46ot1F08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv46ot1F08 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv46ot1F08 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv46ot1F08 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv46ot1F08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv46ot1F08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv46ot1F08 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv46ot1F08 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv46ot1F08 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv46ot1F08 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv46ot1F08 .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-uv46ot1F08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv46ot1F08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv46ot1F08 .dropdown-item.active,
.cid-uv46ot1F08 .dropdown-item:active {
  background-color: transparent;
}
.cid-uv46ot1F08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv46ot1F08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv46ot1F08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv46ot1F08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv46ot1F08 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv46ot1F08 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv46ot1F08 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv46ot1F08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv46ot1F08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv46ot1F08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv46ot1F08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv46ot1F08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv46ot1F08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv46ot1F08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv46ot1F08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv46ot1F08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv46ot1F08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv46ot1F08 .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-uv46ot1F08 .navbar {
    height: 70px;
  }
  .cid-uv46ot1F08 .navbar.opened {
    height: auto;
  }
  .cid-uv46ot1F08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv46ot1F08 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv46ot1F08 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv46ot1F08 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv46ot1F08 .text_widget {
  margin-bottom: 32px;
}
.cid-uv46ot1F08 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv46ot1F08 .text_widget a:hover,
.cid-uv46ot1F08 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv46ot1F08 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv46ot1F08 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv46ot1F08 .navbar-caption {
  color: #000000;
}
.cid-uv46ot1F08 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv46ot1F08 .mbr-section-subtitle,
.cid-uv46ot1F08 .text_widget,
.cid-uv46ot1F08 .mbr-section-btn {
  text-align: center;
}
.cid-uv46ot1F08 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv46ouMCbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv46ouMCbV .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv46ouMCbV .container {
    padding: 0 15px;
  }
}
.cid-uv46ouMCbV .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv46ouMCbV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv46ouMCbV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv46ouMCbV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv46ouMCbV .embla__slide .slide-content {
  width: 100%;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv46ouMCbV .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv46ouMCbV .item-menu-overlay {
  top: 10%;
}
.cid-uv46ouMCbV .embla__button--next,
.cid-uv46ouMCbV .embla__button--prev {
  display: flex;
}
.cid-uv46ouMCbV .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uv46ouMCbV .embla__button {
    display: none;
  }
}
.cid-uv46ouMCbV .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv46ouMCbV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv46ouMCbV .embla__button.embla__button--next {
  right: 0;
}
.cid-uv46ouMCbV .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
  padding-bottom: 6rem;
}
@media (max-width: 1440px) {
  .cid-uv46ouMCbV .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv46ouMCbV .embla {
    padding-left: 0;
  }
}
.cid-uv46ouMCbV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv46ouMCbV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv46ouMCbV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv46ouMCbV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv46ouMCbV .mbr-section-title {
  color: #ffffff;
}
.cid-uv46ouMCbV .item-date {
  color: #68707c;
}
.cid-uv46ouMCbV .item-text {
  color: #ffffff;
}
.cid-uv46owdybC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv46owdybC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv46owdybC .panel-group {
  border: none;
}
.cid-uv46owdybC .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv46owdybC .card-header {
    padding: 0rem;
  }
}
.cid-uv46owdybC .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv46owdybC .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv46owdybC .card {
    padding: 1rem;
  }
}
.cid-uv46owdybC .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv46owdybC .img-col {
  padding: 0;
}
.cid-uv46owdybC .img-item {
  height: 100%;
}
.cid-uv46owdybC img {
  height: 100%;
  object-fit: cover;
}
.cid-uv46owdybC .collapsed span {
  transform: rotate(0deg);
}
.cid-uv46owdybC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv46owdybC p {
  margin-bottom: 0.3rem;
}
.cid-uv46owdybC .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv46owdybC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv46owdybC .panel-text {
  color: #000000;
}
.cid-uv46owdybC .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv46owdybC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv46owdybC .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv46owdybC .panel-title-edit,
.cid-uv46owdybC .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv46owdybC .mbr-section-title,
.cid-uv46owdybC .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv46owdybC .mbr-section-subtitle,
.cid-uv46owdybC .align {
  color: #ffffff;
}
.cid-uv46owdybC .mbr-section-title,
.cid-uv46owdybC .align {
  color: #ffffff;
}
.cid-uv46owdybC .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv46owdybC .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv46oxup8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv46oxup8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46oxup8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46oxup8O .row {
  justify-content: space-between;
}
.cid-uv46oxup8O .card {
  justify-content: center;
}
.cid-uv46oxup8O .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv46oxup8O .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oxup8O .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv46oxup8O .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oxup8O .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv46oxup8O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv46oxup8O .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv46oxup8O .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv46oxup8O .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv46oxup8O .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv46oxup8O .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv46oxup8O .mbr-section-title {
  color: #ffffff;
}
.cid-uv46oxup8O .mbr-text {
  color: #ffffff;
}
.cid-uv46oxup8O .item-desc {
  color: #000000;
}
.cid-uv46oxup8O .item-desc,
.cid-uv46oxup8O .mbr-section-btn,
.cid-uv46oxup8O .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv46oyiEgS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv46oyiEgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46oyiEgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46oyiEgS .card {
  justify-content: flex-end;
}
.cid-uv46oyiEgS .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oyiEgS .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv46oyiEgS .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oyiEgS .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv46oyiEgS .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv46oyiEgS .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv46oyiEgS .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv46oyiEgS .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv46oyiEgS .mbr-section-title {
  color: #000000;
}
.cid-uv46oyiEgS .mbr-text {
  color: #000000;
}
.cid-uv46oyiEgS .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv46oyiEgS .card-title {
  color: #000000;
}
.cid-uv46oyiEgS .card-desc {
  color: #000000;
}
.cid-uv46oyiEgS .card-text {
  color: #000000;
}
.cid-uv46ozlYDZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv46ozlYDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46ozlYDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46ozlYDZ .row {
  justify-content: space-between;
}
.cid-uv46ozlYDZ .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv46ozlYDZ .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv46ozlYDZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv46ozlYDZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv46ozlYDZ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv46ozlYDZ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv46ozlYDZ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv46ozlYDZ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv46ozlYDZ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv46ozlYDZ .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv46ozlYDZ .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv46ozlYDZ .mbr-section-title {
  color: #000000;
}
.cid-uv46ozlYDZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uv46ozlYDZ .mbr-desc {
  color: #000000;
}
.cid-uv46ozlYDZ .mbr-text {
  color: #ffffff;
}
.cid-uv46ozlYDZ .mbr-section-title,
.cid-uv46ozlYDZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uv46ozlYDZ .mbr-desc,
.cid-uv46ozlYDZ .logo-wrapper {
  color: #ffffff;
}
.cid-uv46ozlYDZ .mbr-section-subtitle,
.cid-uv46ozlYDZ .logo-wrapper {
  color: #ffffff;
}
.cid-uv46ozZSi0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv46ozZSi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46ozZSi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46ozZSi0 .row {
  justify-content: space-between;
}
.cid-uv46ozZSi0 .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv46ozZSi0 .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv46ozZSi0 .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv46ozZSi0 .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv46ozZSi0 .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv46ozZSi0 .mbr-section-title {
  color: #000000;
}
.cid-uv46ozZSi0 .mbr-desc {
  color: #000000;
}
.cid-uv46ozZSi0 .mbr-text {
  color: #000000;
}
.cid-uv46oAArmq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv46oAArmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46oAArmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46oAArmq .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv46oAArmq .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv46oAArmq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv46oAArmq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv46oAArmq .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv46oAArmq .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv46oAArmq .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv46oAArmq .mbr-section-title {
  color: #000000;
}
.cid-uv46oAArmq .mbr-desc {
  color: #000000;
}
.cid-uv46oAArmq .mbr-text {
  color: #000000;
}
.cid-uv46oBhous {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv46oBhous .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46oBhous .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46oBhous .row {
  justify-content: center;
}
.cid-uv46oBhous .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv46oBhous .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv46oBhous .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv46oBhous .item:hover .item-wrapper .item-img img,
.cid-uv46oBhous .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv46oBhous .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv46oBhous .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv46oBhous .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv46oBhous .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv46oBhous .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv46oBhous .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv46oBhous .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv46oBhous .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv46oBhous .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv46oBhous .item-title {
  color: #000000;
}
.cid-uv46oBhous .item-text {
  color: #000000;
}
.cid-uv46oBhous .item-title,
.cid-uv46oBhous .mbr-section-btn {
  text-align: center;
}
.cid-uv46oC7B8T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv46oC7B8T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv46oC7B8T .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv46oC7B8T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv46oC7B8T .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv46oC7B8T .embla__slide .slide-content {
  width: 100%;
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv46oC7B8T .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv46oC7B8T .embla__button--next,
.cid-uv46oC7B8T .embla__button--prev {
  display: flex;
}
.cid-uv46oC7B8T .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv46oC7B8T .embla__button {
    display: none;
  }
}
.cid-uv46oC7B8T .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv46oC7B8T .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv46oC7B8T .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv46oC7B8T .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv46oC7B8T .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv46oC7B8T .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv46oC7B8T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv46oC7B8T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv46oC7B8T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv46oC7B8T .item-menu-overlay {
  background-color: transparent;
}
.cid-uv46oC7B8T .item-title {
  color: #ffffff;
}
.cid-uv46oCX3i5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uv46oCX3i5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv46oCX3i5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv46oCX3i5 .row {
  justify-content: space-between;
}
.cid-uv46oCX3i5 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oCX3i5 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oCX3i5 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv46oCX3i5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv46oCX3i5 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv46oCX3i5 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oCX3i5 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oCX3i5 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv46oCX3i5 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv46oCX3i5 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv46oCX3i5 .list-wrapper .list .item-wrap:hover,
.cid-uv46oCX3i5 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv46oCX3i5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv46oCX3i5 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv46oCX3i5 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv46oCX3i5 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv46oCX3i5 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv46oCX3i5 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv46oCX3i5 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv46oCX3i5 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv46oCX3i5 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv46oCX3i5 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv46oCX3i5 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv46oCX3i5 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv46oCX3i5 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv46oCX3i5 .mbr-section-title {
  color: #000000;
}
.cid-uv46oCX3i5 .mbr-text {
  color: #000000;
}
.cid-uv46oCX3i5 .list {
  color: #000000;
}
.cid-uv46oCX3i5 .mbr-desc {
  color: #000000;
}
.cid-uv46oCX3i5 .mbr-copy {
  color: #000000;
}
.cid-uv46oCX3i5 .mbr-desc,
.cid-uv46oCX3i5 .social-wrapper {
  text-align: center;
}
.cid-uv46oCX3i5 .mbr-copy,
.cid-uv46oCX3i5 .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4areYs4P {
  background-color: transparent;
}
.cid-uv4areYs4P .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4areYs4P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4areYs4P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4areYs4P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4areYs4P .menu_box .navbar.opened,
  .cid-uv4areYs4P .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4areYs4P .navbar-dropdown {
  position: relative !important;
}
.cid-uv4areYs4P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4areYs4P .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4areYs4P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4areYs4P .btn:hover {
  box-shadow: none;
}
.cid-uv4areYs4P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4areYs4P .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4areYs4P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4areYs4P .nav-item .nav-link:hover,
.cid-uv4areYs4P .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4areYs4P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4areYs4P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4areYs4P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4areYs4P .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-uv4areYs4P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4areYs4P .offcanvas_box {
    display: none;
  }
}
.cid-uv4areYs4P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4areYs4P .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4areYs4P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4areYs4P .container {
  display: flex;
  margin: auto;
}
.cid-uv4areYs4P .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4areYs4P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4areYs4P .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4areYs4P .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4areYs4P .navbar-nav {
    margin: 0;
  }
}
.cid-uv4areYs4P .dropdown-menu,
.cid-uv4areYs4P .navbar.opened {
  background-color: false !important;
}
.cid-uv4areYs4P .nav-item:focus,
.cid-uv4areYs4P .nav-link:focus {
  outline: none;
}
.cid-uv4areYs4P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4areYs4P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4areYs4P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4areYs4P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4areYs4P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4areYs4P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4areYs4P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4areYs4P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4areYs4P .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4areYs4P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4areYs4P .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4areYs4P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4areYs4P .navbar.collapsed {
  justify-content: center;
}
.cid-uv4areYs4P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4areYs4P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4areYs4P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4areYs4P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4areYs4P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4areYs4P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4areYs4P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4areYs4P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4areYs4P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4areYs4P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4areYs4P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4areYs4P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4areYs4P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4areYs4P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4areYs4P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4areYs4P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4areYs4P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4areYs4P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4areYs4P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4areYs4P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4areYs4P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4areYs4P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4areYs4P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4areYs4P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4areYs4P .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-uv4areYs4P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4areYs4P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4areYs4P .dropdown-item.active,
.cid-uv4areYs4P .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4areYs4P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4areYs4P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4areYs4P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4areYs4P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4areYs4P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4areYs4P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4areYs4P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4areYs4P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4areYs4P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4areYs4P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4areYs4P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4areYs4P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4areYs4P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4areYs4P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4areYs4P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4areYs4P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4areYs4P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4areYs4P .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-uv4areYs4P .navbar {
    height: 70px;
  }
  .cid-uv4areYs4P .navbar.opened {
    height: auto;
  }
  .cid-uv4areYs4P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4areYs4P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4areYs4P .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4areYs4P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4areYs4P .text_widget {
  margin-bottom: 32px;
}
.cid-uv4areYs4P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4areYs4P .text_widget a:hover,
.cid-uv4areYs4P .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4areYs4P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4areYs4P .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4areYs4P .navbar-caption {
  color: #000000;
}
.cid-uv4areYs4P .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4areYs4P .mbr-section-subtitle,
.cid-uv4areYs4P .text_widget,
.cid-uv4areYs4P .mbr-section-btn {
  text-align: center;
}
.cid-uv4areYs4P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4argpdrM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv4argpdrM .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv4argpdrM .container {
    padding: 0 15px;
  }
}
.cid-uv4argpdrM .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv4argpdrM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv4argpdrM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv4argpdrM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4argpdrM .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv4argpdrM .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv4argpdrM .item-menu-overlay {
  top: 10%;
}
.cid-uv4argpdrM .embla__button--next,
.cid-uv4argpdrM .embla__button--prev {
  display: flex;
}
.cid-uv4argpdrM .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4argpdrM .embla__button {
    display: none;
  }
}
.cid-uv4argpdrM .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv4argpdrM .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv4argpdrM .embla__button.embla__button--next {
  right: 0;
}
.cid-uv4argpdrM .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uv4argpdrM .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv4argpdrM .embla {
    padding-left: 0;
  }
}
.cid-uv4argpdrM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4argpdrM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4argpdrM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4argpdrM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4argpdrM .mbr-section-title {
  color: #ffffff;
}
.cid-uv4argpdrM .item-date {
  color: #68707c;
}
.cid-uv4argpdrM .item-text {
  color: #ffffff;
}
.cid-uv4ari5yoh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4ari5yoh .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4ari5yoh .panel-group {
  border: none;
}
.cid-uv4ari5yoh .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4ari5yoh .card-header {
    padding: 0rem;
  }
}
.cid-uv4ari5yoh .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4ari5yoh .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4ari5yoh .card {
    padding: 1rem;
  }
}
.cid-uv4ari5yoh .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4ari5yoh .img-col {
  padding: 0;
}
.cid-uv4ari5yoh .img-item {
  height: 100%;
}
.cid-uv4ari5yoh img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4ari5yoh .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4ari5yoh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4ari5yoh p {
  margin-bottom: 0.3rem;
}
.cid-uv4ari5yoh .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4ari5yoh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4ari5yoh .panel-text {
  color: #000000;
}
.cid-uv4ari5yoh .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4ari5yoh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4ari5yoh .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4ari5yoh .panel-title-edit,
.cid-uv4ari5yoh .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4ari5yoh .mbr-section-title,
.cid-uv4ari5yoh .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4ari5yoh .mbr-section-subtitle,
.cid-uv4ari5yoh .align {
  color: #ffffff;
}
.cid-uv4ari5yoh .mbr-section-title,
.cid-uv4ari5yoh .align {
  color: #ffffff;
}
.cid-uv4ari5yoh .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4ari5yoh .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4arjtbVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4arjtbVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4arjtbVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4arjtbVo .row {
  justify-content: space-between;
}
.cid-uv4arjtbVo .card {
  justify-content: center;
}
.cid-uv4arjtbVo .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv4arjtbVo .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4arjtbVo .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4arjtbVo .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4arjtbVo .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv4arjtbVo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv4arjtbVo .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv4arjtbVo .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv4arjtbVo .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv4arjtbVo .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv4arjtbVo .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv4arjtbVo .mbr-section-title {
  color: #ffffff;
}
.cid-uv4arjtbVo .mbr-text {
  color: #ffffff;
}
.cid-uv4arjtbVo .item-desc {
  color: #000000;
}
.cid-uv4arjtbVo .item-desc,
.cid-uv4arjtbVo .mbr-section-btn,
.cid-uv4arjtbVo .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv4arkp7Z1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4arkp7Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4arkp7Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4arkp7Z1 .card {
  justify-content: flex-end;
}
.cid-uv4arkp7Z1 .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4arkp7Z1 .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4arkp7Z1 .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4arkp7Z1 .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv4arkp7Z1 .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv4arkp7Z1 .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv4arkp7Z1 .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv4arkp7Z1 .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv4arkp7Z1 .mbr-section-title {
  color: #000000;
}
.cid-uv4arkp7Z1 .mbr-text {
  color: #000000;
}
.cid-uv4arkp7Z1 .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv4arkp7Z1 .card-title {
  color: #000000;
}
.cid-uv4arkp7Z1 .card-desc {
  color: #000000;
}
.cid-uv4arkp7Z1 .card-text {
  color: #000000;
}
.cid-uv4arkZB3r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4arkZB3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4arkZB3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4arkZB3r .row {
  justify-content: space-between;
}
.cid-uv4arkZB3r .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4arkZB3r .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4arkZB3r .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4arkZB3r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4arkZB3r .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4arkZB3r .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4arkZB3r .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4arkZB3r .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4arkZB3r .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4arkZB3r .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4arkZB3r .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4arkZB3r .mbr-section-title {
  color: #000000;
}
.cid-uv4arkZB3r .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4arkZB3r .mbr-desc {
  color: #000000;
}
.cid-uv4arkZB3r .mbr-text {
  color: #ffffff;
}
.cid-uv4arkZB3r .mbr-section-title,
.cid-uv4arkZB3r .mbr-section-btn {
  color: #ffffff;
}
.cid-uv4arkZB3r .mbr-desc,
.cid-uv4arkZB3r .logo-wrapper {
  color: #ffffff;
}
.cid-uv4arkZB3r .mbr-section-subtitle,
.cid-uv4arkZB3r .logo-wrapper {
  color: #ffffff;
}
.cid-uv4arlDoHq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4arlDoHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4arlDoHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4arlDoHq .row {
  justify-content: space-between;
}
.cid-uv4arlDoHq .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4arlDoHq .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4arlDoHq .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4arlDoHq .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4arlDoHq .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4arlDoHq .mbr-section-title {
  color: #000000;
}
.cid-uv4arlDoHq .mbr-desc {
  color: #000000;
}
.cid-uv4arlDoHq .mbr-text {
  color: #000000;
}
.cid-uv4armqYMP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv4armqYMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4armqYMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4armqYMP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4armqYMP .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv4armqYMP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4armqYMP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv4armqYMP .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv4armqYMP .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv4armqYMP .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv4armqYMP .mbr-section-title {
  color: #000000;
}
.cid-uv4armqYMP .mbr-desc {
  color: #000000;
}
.cid-uv4armqYMP .mbr-text {
  color: #000000;
}
.cid-uv4arniQg4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4arniQg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4arniQg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4arniQg4 .row {
  justify-content: center;
}
.cid-uv4arniQg4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4arniQg4 .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4arniQg4 .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4arniQg4 .item:hover .item-wrapper .item-img img,
.cid-uv4arniQg4 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4arniQg4 .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4arniQg4 .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4arniQg4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4arniQg4 .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4arniQg4 .item-title {
  color: #000000;
}
.cid-uv4arniQg4 .item-text {
  color: #000000;
}
.cid-uv4arniQg4 .item-title,
.cid-uv4arniQg4 .mbr-section-btn {
  text-align: center;
}
.cid-uv4aro3UGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4aro3UGh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4aro3UGh .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4aro3UGh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4aro3UGh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4aro3UGh .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4aro3UGh .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4aro3UGh .embla__button--next,
.cid-uv4aro3UGh .embla__button--prev {
  display: flex;
}
.cid-uv4aro3UGh .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4aro3UGh .embla__button {
    display: none;
  }
}
.cid-uv4aro3UGh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4aro3UGh .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4aro3UGh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4aro3UGh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4aro3UGh .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4aro3UGh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4aro3UGh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4aro3UGh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4aro3UGh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4aro3UGh .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4aro3UGh .item-title {
  color: #ffffff;
}
.cid-uv4aroWwcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4aroWwcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4aroWwcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4aroWwcL .row {
  justify-content: space-between;
}
.cid-uv4aroWwcL .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4aroWwcL .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4aroWwcL .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4aroWwcL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4aroWwcL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4aroWwcL .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4aroWwcL .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4aroWwcL .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4aroWwcL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4aroWwcL .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4aroWwcL .list-wrapper .list .item-wrap:hover,
.cid-uv4aroWwcL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4aroWwcL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4aroWwcL .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4aroWwcL .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4aroWwcL .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4aroWwcL .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4aroWwcL .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4aroWwcL .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4aroWwcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4aroWwcL .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4aroWwcL .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4aroWwcL .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4aroWwcL .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4aroWwcL .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4aroWwcL .mbr-section-title {
  color: #000000;
}
.cid-uv4aroWwcL .mbr-text {
  color: #000000;
}
.cid-uv4aroWwcL .list {
  color: #000000;
}
.cid-uv4aroWwcL .mbr-desc {
  color: #000000;
}
.cid-uv4aroWwcL .mbr-copy {
  color: #000000;
}
.cid-uv4aroWwcL .mbr-desc,
.cid-uv4aroWwcL .social-wrapper {
  text-align: center;
}
.cid-uv4aroWwcL .mbr-copy,
.cid-uv4aroWwcL .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4f2DuFcw {
  background-color: transparent;
}
.cid-uv4f2DuFcw .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4f2DuFcw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4f2DuFcw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4f2DuFcw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4f2DuFcw .menu_box .navbar.opened,
  .cid-uv4f2DuFcw .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4f2DuFcw .navbar-dropdown {
  position: relative !important;
}
.cid-uv4f2DuFcw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4f2DuFcw .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4f2DuFcw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4f2DuFcw .btn:hover {
  box-shadow: none;
}
.cid-uv4f2DuFcw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4f2DuFcw .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4f2DuFcw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4f2DuFcw .nav-item .nav-link:hover,
.cid-uv4f2DuFcw .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4f2DuFcw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4f2DuFcw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4f2DuFcw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4f2DuFcw .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-uv4f2DuFcw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4f2DuFcw .offcanvas_box {
    display: none;
  }
}
.cid-uv4f2DuFcw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4f2DuFcw .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4f2DuFcw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4f2DuFcw .container {
  display: flex;
  margin: auto;
}
.cid-uv4f2DuFcw .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4f2DuFcw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4f2DuFcw .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4f2DuFcw .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4f2DuFcw .navbar-nav {
    margin: 0;
  }
}
.cid-uv4f2DuFcw .dropdown-menu,
.cid-uv4f2DuFcw .navbar.opened {
  background-color: false !important;
}
.cid-uv4f2DuFcw .nav-item:focus,
.cid-uv4f2DuFcw .nav-link:focus {
  outline: none;
}
.cid-uv4f2DuFcw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4f2DuFcw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4f2DuFcw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4f2DuFcw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4f2DuFcw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4f2DuFcw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4f2DuFcw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4f2DuFcw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4f2DuFcw .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4f2DuFcw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4f2DuFcw .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4f2DuFcw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4f2DuFcw .navbar.collapsed {
  justify-content: center;
}
.cid-uv4f2DuFcw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4f2DuFcw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4f2DuFcw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4f2DuFcw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4f2DuFcw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4f2DuFcw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4f2DuFcw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4f2DuFcw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4f2DuFcw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4f2DuFcw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4f2DuFcw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4f2DuFcw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4f2DuFcw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4f2DuFcw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4f2DuFcw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4f2DuFcw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4f2DuFcw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4f2DuFcw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4f2DuFcw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4f2DuFcw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4f2DuFcw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4f2DuFcw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4f2DuFcw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4f2DuFcw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4f2DuFcw .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-uv4f2DuFcw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4f2DuFcw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4f2DuFcw .dropdown-item.active,
.cid-uv4f2DuFcw .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4f2DuFcw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4f2DuFcw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4f2DuFcw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4f2DuFcw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4f2DuFcw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4f2DuFcw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4f2DuFcw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4f2DuFcw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4f2DuFcw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4f2DuFcw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4f2DuFcw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4f2DuFcw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4f2DuFcw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4f2DuFcw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4f2DuFcw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4f2DuFcw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4f2DuFcw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4f2DuFcw .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-uv4f2DuFcw .navbar {
    height: 70px;
  }
  .cid-uv4f2DuFcw .navbar.opened {
    height: auto;
  }
  .cid-uv4f2DuFcw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4f2DuFcw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4f2DuFcw .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4f2DuFcw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4f2DuFcw .text_widget {
  margin-bottom: 32px;
}
.cid-uv4f2DuFcw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4f2DuFcw .text_widget a:hover,
.cid-uv4f2DuFcw .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4f2DuFcw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4f2DuFcw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4f2DuFcw .navbar-caption {
  color: #000000;
}
.cid-uv4f2DuFcw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4f2DuFcw .mbr-section-subtitle,
.cid-uv4f2DuFcw .text_widget,
.cid-uv4f2DuFcw .mbr-section-btn {
  text-align: center;
}
.cid-uv4f2DuFcw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4f2Ear02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv4f2Ear02 .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv4f2Ear02 .container {
    padding: 0 15px;
  }
}
.cid-uv4f2Ear02 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv4f2Ear02 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv4f2Ear02 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv4f2Ear02 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4f2Ear02 .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv4f2Ear02 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv4f2Ear02 .item-menu-overlay {
  top: 10%;
}
.cid-uv4f2Ear02 .embla__button--next,
.cid-uv4f2Ear02 .embla__button--prev {
  display: flex;
}
.cid-uv4f2Ear02 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4f2Ear02 .embla__button {
    display: none;
  }
}
.cid-uv4f2Ear02 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv4f2Ear02 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv4f2Ear02 .embla__button.embla__button--next {
  right: 0;
}
.cid-uv4f2Ear02 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uv4f2Ear02 .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv4f2Ear02 .embla {
    padding-left: 0;
  }
}
.cid-uv4f2Ear02 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4f2Ear02 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4f2Ear02 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4f2Ear02 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4f2Ear02 .mbr-section-title {
  color: #ffffff;
}
.cid-uv4f2Ear02 .item-date {
  color: #68707c;
}
.cid-uv4f2Ear02 .item-text {
  color: #ffffff;
}
.cid-uv4f2EPfxJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4f2EPfxJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4f2EPfxJ .panel-group {
  border: none;
}
.cid-uv4f2EPfxJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4f2EPfxJ .card-header {
    padding: 0rem;
  }
}
.cid-uv4f2EPfxJ .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4f2EPfxJ .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4f2EPfxJ .card {
    padding: 1rem;
  }
}
.cid-uv4f2EPfxJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4f2EPfxJ .img-col {
  padding: 0;
}
.cid-uv4f2EPfxJ .img-item {
  height: 100%;
}
.cid-uv4f2EPfxJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4f2EPfxJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4f2EPfxJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4f2EPfxJ p {
  margin-bottom: 0.3rem;
}
.cid-uv4f2EPfxJ .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4f2EPfxJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4f2EPfxJ .panel-text {
  color: #000000;
}
.cid-uv4f2EPfxJ .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4f2EPfxJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4f2EPfxJ .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4f2EPfxJ .panel-title-edit,
.cid-uv4f2EPfxJ .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4f2EPfxJ .mbr-section-title,
.cid-uv4f2EPfxJ .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4f2EPfxJ .mbr-section-subtitle,
.cid-uv4f2EPfxJ .align {
  color: #ffffff;
}
.cid-uv4f2EPfxJ .mbr-section-title,
.cid-uv4f2EPfxJ .align {
  color: #ffffff;
}
.cid-uv4f2EPfxJ .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4f2EPfxJ .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4f2Ftk8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4f2Ftk8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2Ftk8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2Ftk8R .row {
  justify-content: space-between;
}
.cid-uv4f2Ftk8R .card {
  justify-content: center;
}
.cid-uv4f2Ftk8R .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv4f2Ftk8R .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2Ftk8R .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4f2Ftk8R .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2Ftk8R .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv4f2Ftk8R .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv4f2Ftk8R .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv4f2Ftk8R .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv4f2Ftk8R .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv4f2Ftk8R .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv4f2Ftk8R .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv4f2Ftk8R .mbr-section-title {
  color: #ffffff;
}
.cid-uv4f2Ftk8R .mbr-text {
  color: #ffffff;
}
.cid-uv4f2Ftk8R .item-desc {
  color: #000000;
}
.cid-uv4f2Ftk8R .item-desc,
.cid-uv4f2Ftk8R .mbr-section-btn,
.cid-uv4f2Ftk8R .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv4f2G8Xsd {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4f2G8Xsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2G8Xsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2G8Xsd .card {
  justify-content: flex-end;
}
.cid-uv4f2G8Xsd .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2G8Xsd .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4f2G8Xsd .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2G8Xsd .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv4f2G8Xsd .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv4f2G8Xsd .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv4f2G8Xsd .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv4f2G8Xsd .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv4f2G8Xsd .mbr-section-title {
  color: #000000;
}
.cid-uv4f2G8Xsd .mbr-text {
  color: #000000;
}
.cid-uv4f2G8Xsd .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv4f2G8Xsd .card-title {
  color: #000000;
}
.cid-uv4f2G8Xsd .card-desc {
  color: #000000;
}
.cid-uv4f2G8Xsd .card-text {
  color: #000000;
}
.cid-uv4f2GQRWB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4f2GQRWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2GQRWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2GQRWB .row {
  justify-content: space-between;
}
.cid-uv4f2GQRWB .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4f2GQRWB .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4f2GQRWB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4f2GQRWB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4f2GQRWB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4f2GQRWB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4f2GQRWB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4f2GQRWB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4f2GQRWB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4f2GQRWB .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4f2GQRWB .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4f2GQRWB .mbr-section-title {
  color: #000000;
}
.cid-uv4f2GQRWB .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4f2GQRWB .mbr-desc {
  color: #000000;
}
.cid-uv4f2GQRWB .mbr-text {
  color: #ffffff;
}
.cid-uv4f2GQRWB .mbr-section-title,
.cid-uv4f2GQRWB .mbr-section-btn {
  color: #ffffff;
}
.cid-uv4f2GQRWB .mbr-desc,
.cid-uv4f2GQRWB .logo-wrapper {
  color: #ffffff;
}
.cid-uv4f2GQRWB .mbr-section-subtitle,
.cid-uv4f2GQRWB .logo-wrapper {
  color: #ffffff;
}
.cid-uv4f2Hrnb3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4f2Hrnb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2Hrnb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2Hrnb3 .row {
  justify-content: space-between;
}
.cid-uv4f2Hrnb3 .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4f2Hrnb3 .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4f2Hrnb3 .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4f2Hrnb3 .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4f2Hrnb3 .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4f2Hrnb3 .mbr-section-title {
  color: #000000;
}
.cid-uv4f2Hrnb3 .mbr-desc {
  color: #000000;
}
.cid-uv4f2Hrnb3 .mbr-text {
  color: #000000;
}
.cid-uv4f2I3Pag {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv4f2I3Pag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2I3Pag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2I3Pag .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4f2I3Pag .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv4f2I3Pag .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4f2I3Pag .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv4f2I3Pag .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv4f2I3Pag .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv4f2I3Pag .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv4f2I3Pag .mbr-section-title {
  color: #000000;
}
.cid-uv4f2I3Pag .mbr-desc {
  color: #000000;
}
.cid-uv4f2I3Pag .mbr-text {
  color: #000000;
}
.cid-uv4f2IIMAV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4f2IIMAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2IIMAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2IIMAV .row {
  justify-content: center;
}
.cid-uv4f2IIMAV .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4f2IIMAV .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4f2IIMAV .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4f2IIMAV .item:hover .item-wrapper .item-img img,
.cid-uv4f2IIMAV .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4f2IIMAV .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4f2IIMAV .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4f2IIMAV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4f2IIMAV .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4f2IIMAV .item-title {
  color: #000000;
}
.cid-uv4f2IIMAV .item-text {
  color: #000000;
}
.cid-uv4f2IIMAV .item-title,
.cid-uv4f2IIMAV .mbr-section-btn {
  text-align: center;
}
.cid-uv4f2JmnCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4f2JmnCK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4f2JmnCK .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4f2JmnCK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4f2JmnCK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4f2JmnCK .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4f2JmnCK .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4f2JmnCK .embla__button--next,
.cid-uv4f2JmnCK .embla__button--prev {
  display: flex;
}
.cid-uv4f2JmnCK .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4f2JmnCK .embla__button {
    display: none;
  }
}
.cid-uv4f2JmnCK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4f2JmnCK .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4f2JmnCK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4f2JmnCK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4f2JmnCK .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4f2JmnCK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4f2JmnCK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4f2JmnCK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4f2JmnCK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4f2JmnCK .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4f2JmnCK .item-title {
  color: #ffffff;
}
.cid-uv4f2K3uJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4f2K3uJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4f2K3uJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4f2K3uJ3 .row {
  justify-content: space-between;
}
.cid-uv4f2K3uJ3 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2K3uJ3 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2K3uJ3 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4f2K3uJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4f2K3uJ3 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4f2K3uJ3 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2K3uJ3 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2K3uJ3 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4f2K3uJ3 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4f2K3uJ3 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4f2K3uJ3 .list-wrapper .list .item-wrap:hover,
.cid-uv4f2K3uJ3 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4f2K3uJ3 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4f2K3uJ3 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4f2K3uJ3 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4f2K3uJ3 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4f2K3uJ3 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4f2K3uJ3 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4f2K3uJ3 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4f2K3uJ3 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4f2K3uJ3 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4f2K3uJ3 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4f2K3uJ3 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4f2K3uJ3 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4f2K3uJ3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4f2K3uJ3 .mbr-section-title {
  color: #000000;
}
.cid-uv4f2K3uJ3 .mbr-text {
  color: #000000;
}
.cid-uv4f2K3uJ3 .list {
  color: #000000;
}
.cid-uv4f2K3uJ3 .mbr-desc {
  color: #000000;
}
.cid-uv4f2K3uJ3 .mbr-copy {
  color: #000000;
}
.cid-uv4f2K3uJ3 .mbr-desc,
.cid-uv4f2K3uJ3 .social-wrapper {
  text-align: center;
}
.cid-uv4f2K3uJ3 .mbr-copy,
.cid-uv4f2K3uJ3 .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4nzd0Es0 {
  background-color: transparent;
}
.cid-uv4nzd0Es0 .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4nzd0Es0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4nzd0Es0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4nzd0Es0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4nzd0Es0 .menu_box .navbar.opened,
  .cid-uv4nzd0Es0 .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4nzd0Es0 .navbar-dropdown {
  position: relative !important;
}
.cid-uv4nzd0Es0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4nzd0Es0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4nzd0Es0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4nzd0Es0 .btn:hover {
  box-shadow: none;
}
.cid-uv4nzd0Es0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4nzd0Es0 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4nzd0Es0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4nzd0Es0 .nav-item .nav-link:hover,
.cid-uv4nzd0Es0 .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4nzd0Es0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4nzd0Es0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4nzd0Es0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4nzd0Es0 .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-uv4nzd0Es0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4nzd0Es0 .offcanvas_box {
    display: none;
  }
}
.cid-uv4nzd0Es0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4nzd0Es0 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4nzd0Es0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4nzd0Es0 .container {
  display: flex;
  margin: auto;
}
.cid-uv4nzd0Es0 .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4nzd0Es0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4nzd0Es0 .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4nzd0Es0 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4nzd0Es0 .navbar-nav {
    margin: 0;
  }
}
.cid-uv4nzd0Es0 .dropdown-menu,
.cid-uv4nzd0Es0 .navbar.opened {
  background-color: false !important;
}
.cid-uv4nzd0Es0 .nav-item:focus,
.cid-uv4nzd0Es0 .nav-link:focus {
  outline: none;
}
.cid-uv4nzd0Es0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4nzd0Es0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4nzd0Es0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4nzd0Es0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4nzd0Es0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4nzd0Es0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4nzd0Es0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4nzd0Es0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4nzd0Es0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4nzd0Es0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4nzd0Es0 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4nzd0Es0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4nzd0Es0 .navbar.collapsed {
  justify-content: center;
}
.cid-uv4nzd0Es0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4nzd0Es0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4nzd0Es0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4nzd0Es0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4nzd0Es0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4nzd0Es0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4nzd0Es0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4nzd0Es0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4nzd0Es0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4nzd0Es0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4nzd0Es0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4nzd0Es0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4nzd0Es0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4nzd0Es0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4nzd0Es0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4nzd0Es0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4nzd0Es0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4nzd0Es0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4nzd0Es0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4nzd0Es0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4nzd0Es0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4nzd0Es0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4nzd0Es0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4nzd0Es0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4nzd0Es0 .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-uv4nzd0Es0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4nzd0Es0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4nzd0Es0 .dropdown-item.active,
.cid-uv4nzd0Es0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4nzd0Es0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4nzd0Es0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4nzd0Es0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4nzd0Es0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4nzd0Es0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4nzd0Es0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4nzd0Es0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4nzd0Es0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4nzd0Es0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4nzd0Es0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4nzd0Es0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4nzd0Es0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4nzd0Es0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4nzd0Es0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4nzd0Es0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4nzd0Es0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4nzd0Es0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4nzd0Es0 .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-uv4nzd0Es0 .navbar {
    height: 70px;
  }
  .cid-uv4nzd0Es0 .navbar.opened {
    height: auto;
  }
  .cid-uv4nzd0Es0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4nzd0Es0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4nzd0Es0 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4nzd0Es0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4nzd0Es0 .text_widget {
  margin-bottom: 32px;
}
.cid-uv4nzd0Es0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4nzd0Es0 .text_widget a:hover,
.cid-uv4nzd0Es0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4nzd0Es0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4nzd0Es0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4nzd0Es0 .navbar-caption {
  color: #000000;
}
.cid-uv4nzd0Es0 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4nzd0Es0 .mbr-section-subtitle,
.cid-uv4nzd0Es0 .text_widget,
.cid-uv4nzd0Es0 .mbr-section-btn {
  text-align: center;
}
.cid-uv4nzd0Es0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4nzdHmZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv4nzdHmZH .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv4nzdHmZH .container {
    padding: 0 15px;
  }
}
.cid-uv4nzdHmZH .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv4nzdHmZH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv4nzdHmZH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv4nzdHmZH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4nzdHmZH .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv4nzdHmZH .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv4nzdHmZH .item-menu-overlay {
  top: 10%;
}
.cid-uv4nzdHmZH .embla__button--next,
.cid-uv4nzdHmZH .embla__button--prev {
  display: flex;
}
.cid-uv4nzdHmZH .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4nzdHmZH .embla__button {
    display: none;
  }
}
.cid-uv4nzdHmZH .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv4nzdHmZH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv4nzdHmZH .embla__button.embla__button--next {
  right: 0;
}
.cid-uv4nzdHmZH .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uv4nzdHmZH .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv4nzdHmZH .embla {
    padding-left: 0;
  }
}
.cid-uv4nzdHmZH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4nzdHmZH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4nzdHmZH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4nzdHmZH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4nzdHmZH .mbr-section-title {
  color: #ffffff;
}
.cid-uv4nzdHmZH .item-date {
  color: #68707c;
}
.cid-uv4nzdHmZH .item-text {
  color: #ffffff;
}
.cid-uv4nzeGLVQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4nzeGLVQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4nzeGLVQ .panel-group {
  border: none;
}
.cid-uv4nzeGLVQ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4nzeGLVQ .card-header {
    padding: 0rem;
  }
}
.cid-uv4nzeGLVQ .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4nzeGLVQ .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4nzeGLVQ .card {
    padding: 1rem;
  }
}
.cid-uv4nzeGLVQ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4nzeGLVQ .img-col {
  padding: 0;
}
.cid-uv4nzeGLVQ .img-item {
  height: 100%;
}
.cid-uv4nzeGLVQ img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4nzeGLVQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4nzeGLVQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4nzeGLVQ p {
  margin-bottom: 0.3rem;
}
.cid-uv4nzeGLVQ .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4nzeGLVQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4nzeGLVQ .panel-text {
  color: #000000;
}
.cid-uv4nzeGLVQ .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4nzeGLVQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4nzeGLVQ .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4nzeGLVQ .panel-title-edit,
.cid-uv4nzeGLVQ .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4nzeGLVQ .mbr-section-title,
.cid-uv4nzeGLVQ .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4nzeGLVQ .mbr-section-subtitle,
.cid-uv4nzeGLVQ .align {
  color: #ffffff;
}
.cid-uv4nzeGLVQ .mbr-section-title,
.cid-uv4nzeGLVQ .align {
  color: #ffffff;
}
.cid-uv4nzeGLVQ .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4nzeGLVQ .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4nzfhoXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4nzfhoXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzfhoXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzfhoXF .row {
  justify-content: space-between;
}
.cid-uv4nzfhoXF .card {
  justify-content: center;
}
.cid-uv4nzfhoXF .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv4nzfhoXF .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzfhoXF .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4nzfhoXF .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzfhoXF .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv4nzfhoXF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv4nzfhoXF .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv4nzfhoXF .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv4nzfhoXF .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv4nzfhoXF .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv4nzfhoXF .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv4nzfhoXF .mbr-section-title {
  color: #ffffff;
}
.cid-uv4nzfhoXF .mbr-text {
  color: #ffffff;
}
.cid-uv4nzfhoXF .item-desc {
  color: #000000;
}
.cid-uv4nzfhoXF .item-desc,
.cid-uv4nzfhoXF .mbr-section-btn,
.cid-uv4nzfhoXF .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv4nzg40RB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4nzg40RB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzg40RB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzg40RB .card {
  justify-content: flex-end;
}
.cid-uv4nzg40RB .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzg40RB .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4nzg40RB .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzg40RB .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv4nzg40RB .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv4nzg40RB .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv4nzg40RB .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv4nzg40RB .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv4nzg40RB .mbr-section-title {
  color: #000000;
}
.cid-uv4nzg40RB .mbr-text {
  color: #000000;
}
.cid-uv4nzg40RB .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv4nzg40RB .card-title {
  color: #000000;
}
.cid-uv4nzg40RB .card-desc {
  color: #000000;
}
.cid-uv4nzg40RB .card-text {
  color: #000000;
}
.cid-uv4nzgFxc8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4nzgFxc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzgFxc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzgFxc8 .row {
  justify-content: space-between;
}
.cid-uv4nzgFxc8 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4nzgFxc8 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4nzgFxc8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4nzgFxc8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4nzgFxc8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4nzgFxc8 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4nzgFxc8 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4nzgFxc8 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4nzgFxc8 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4nzgFxc8 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4nzgFxc8 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4nzgFxc8 .mbr-section-title {
  color: #000000;
}
.cid-uv4nzgFxc8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4nzgFxc8 .mbr-desc {
  color: #000000;
}
.cid-uv4nzgFxc8 .mbr-text {
  color: #ffffff;
}
.cid-uv4nzgFxc8 .mbr-section-title,
.cid-uv4nzgFxc8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uv4nzgFxc8 .mbr-desc,
.cid-uv4nzgFxc8 .logo-wrapper {
  color: #ffffff;
}
.cid-uv4nzgFxc8 .mbr-section-subtitle,
.cid-uv4nzgFxc8 .logo-wrapper {
  color: #ffffff;
}
.cid-uv4nzhekM8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4nzhekM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzhekM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzhekM8 .row {
  justify-content: space-between;
}
.cid-uv4nzhekM8 .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4nzhekM8 .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4nzhekM8 .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4nzhekM8 .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4nzhekM8 .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4nzhekM8 .mbr-section-title {
  color: #000000;
}
.cid-uv4nzhekM8 .mbr-desc {
  color: #000000;
}
.cid-uv4nzhekM8 .mbr-text {
  color: #000000;
}
.cid-uv4nzhUo6K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv4nzhUo6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzhUo6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzhUo6K .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4nzhUo6K .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv4nzhUo6K .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4nzhUo6K .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv4nzhUo6K .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv4nzhUo6K .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv4nzhUo6K .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv4nzhUo6K .mbr-section-title {
  color: #000000;
}
.cid-uv4nzhUo6K .mbr-desc {
  color: #000000;
}
.cid-uv4nzhUo6K .mbr-text {
  color: #000000;
}
.cid-uv4nziq1ya {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4nziq1ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nziq1ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nziq1ya .row {
  justify-content: center;
}
.cid-uv4nziq1ya .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4nziq1ya .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4nziq1ya .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4nziq1ya .item:hover .item-wrapper .item-img img,
.cid-uv4nziq1ya .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4nziq1ya .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4nziq1ya .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4nziq1ya .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4nziq1ya .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4nziq1ya .item-title {
  color: #000000;
}
.cid-uv4nziq1ya .item-text {
  color: #000000;
}
.cid-uv4nziq1ya .item-title,
.cid-uv4nziq1ya .mbr-section-btn {
  text-align: center;
}
.cid-uv4nzj7uUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4nzj7uUz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4nzj7uUz .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4nzj7uUz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4nzj7uUz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4nzj7uUz .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4nzj7uUz .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4nzj7uUz .embla__button--next,
.cid-uv4nzj7uUz .embla__button--prev {
  display: flex;
}
.cid-uv4nzj7uUz .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4nzj7uUz .embla__button {
    display: none;
  }
}
.cid-uv4nzj7uUz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4nzj7uUz .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4nzj7uUz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4nzj7uUz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4nzj7uUz .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4nzj7uUz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4nzj7uUz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4nzj7uUz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4nzj7uUz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4nzj7uUz .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4nzj7uUz .item-title {
  color: #ffffff;
}
.cid-uv4nzjSGzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4nzjSGzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4nzjSGzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4nzjSGzi .row {
  justify-content: space-between;
}
.cid-uv4nzjSGzi .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzjSGzi .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzjSGzi .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4nzjSGzi .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4nzjSGzi .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4nzjSGzi .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzjSGzi .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzjSGzi .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4nzjSGzi .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4nzjSGzi .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4nzjSGzi .list-wrapper .list .item-wrap:hover,
.cid-uv4nzjSGzi .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4nzjSGzi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4nzjSGzi .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4nzjSGzi .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4nzjSGzi .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4nzjSGzi .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4nzjSGzi .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4nzjSGzi .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4nzjSGzi .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4nzjSGzi .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4nzjSGzi .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4nzjSGzi .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4nzjSGzi .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4nzjSGzi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4nzjSGzi .mbr-section-title {
  color: #000000;
}
.cid-uv4nzjSGzi .mbr-text {
  color: #000000;
}
.cid-uv4nzjSGzi .list {
  color: #000000;
}
.cid-uv4nzjSGzi .mbr-desc {
  color: #000000;
}
.cid-uv4nzjSGzi .mbr-copy {
  color: #000000;
}
.cid-uv4nzjSGzi .mbr-desc,
.cid-uv4nzjSGzi .social-wrapper {
  text-align: center;
}
.cid-uv4nzjSGzi .mbr-copy,
.cid-uv4nzjSGzi .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4qCGoUJe {
  background-color: transparent;
}
.cid-uv4qCGoUJe .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4qCGoUJe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4qCGoUJe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4qCGoUJe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4qCGoUJe .menu_box .navbar.opened,
  .cid-uv4qCGoUJe .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4qCGoUJe .navbar-dropdown {
  position: relative !important;
}
.cid-uv4qCGoUJe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4qCGoUJe .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4qCGoUJe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4qCGoUJe .btn:hover {
  box-shadow: none;
}
.cid-uv4qCGoUJe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4qCGoUJe .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4qCGoUJe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4qCGoUJe .nav-item .nav-link:hover,
.cid-uv4qCGoUJe .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4qCGoUJe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4qCGoUJe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4qCGoUJe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4qCGoUJe .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-uv4qCGoUJe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4qCGoUJe .offcanvas_box {
    display: none;
  }
}
.cid-uv4qCGoUJe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4qCGoUJe .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4qCGoUJe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4qCGoUJe .container {
  display: flex;
  margin: auto;
}
.cid-uv4qCGoUJe .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4qCGoUJe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4qCGoUJe .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4qCGoUJe .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4qCGoUJe .navbar-nav {
    margin: 0;
  }
}
.cid-uv4qCGoUJe .dropdown-menu,
.cid-uv4qCGoUJe .navbar.opened {
  background-color: false !important;
}
.cid-uv4qCGoUJe .nav-item:focus,
.cid-uv4qCGoUJe .nav-link:focus {
  outline: none;
}
.cid-uv4qCGoUJe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4qCGoUJe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4qCGoUJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4qCGoUJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4qCGoUJe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4qCGoUJe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4qCGoUJe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4qCGoUJe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4qCGoUJe .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4qCGoUJe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4qCGoUJe .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4qCGoUJe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4qCGoUJe .navbar.collapsed {
  justify-content: center;
}
.cid-uv4qCGoUJe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4qCGoUJe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4qCGoUJe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4qCGoUJe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4qCGoUJe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4qCGoUJe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4qCGoUJe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4qCGoUJe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4qCGoUJe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4qCGoUJe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4qCGoUJe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4qCGoUJe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4qCGoUJe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4qCGoUJe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4qCGoUJe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4qCGoUJe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4qCGoUJe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4qCGoUJe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4qCGoUJe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4qCGoUJe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4qCGoUJe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4qCGoUJe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4qCGoUJe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4qCGoUJe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4qCGoUJe .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-uv4qCGoUJe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4qCGoUJe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4qCGoUJe .dropdown-item.active,
.cid-uv4qCGoUJe .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4qCGoUJe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4qCGoUJe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4qCGoUJe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4qCGoUJe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4qCGoUJe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4qCGoUJe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4qCGoUJe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4qCGoUJe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4qCGoUJe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4qCGoUJe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4qCGoUJe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4qCGoUJe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4qCGoUJe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4qCGoUJe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4qCGoUJe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4qCGoUJe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4qCGoUJe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4qCGoUJe .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-uv4qCGoUJe .navbar {
    height: 70px;
  }
  .cid-uv4qCGoUJe .navbar.opened {
    height: auto;
  }
  .cid-uv4qCGoUJe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4qCGoUJe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4qCGoUJe .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4qCGoUJe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4qCGoUJe .text_widget {
  margin-bottom: 32px;
}
.cid-uv4qCGoUJe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4qCGoUJe .text_widget a:hover,
.cid-uv4qCGoUJe .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4qCGoUJe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4qCGoUJe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4qCGoUJe .navbar-caption {
  color: #000000;
}
.cid-uv4qCGoUJe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4qCGoUJe .mbr-section-subtitle,
.cid-uv4qCGoUJe .text_widget,
.cid-uv4qCGoUJe .mbr-section-btn {
  text-align: center;
}
.cid-uv4qCGoUJe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4qCH5aeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv4qCH5aeD .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv4qCH5aeD .container {
    padding: 0 15px;
  }
}
.cid-uv4qCH5aeD .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv4qCH5aeD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv4qCH5aeD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv4qCH5aeD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4qCH5aeD .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv4qCH5aeD .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv4qCH5aeD .item-menu-overlay {
  top: 10%;
}
.cid-uv4qCH5aeD .embla__button--next,
.cid-uv4qCH5aeD .embla__button--prev {
  display: flex;
}
.cid-uv4qCH5aeD .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4qCH5aeD .embla__button {
    display: none;
  }
}
.cid-uv4qCH5aeD .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv4qCH5aeD .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv4qCH5aeD .embla__button.embla__button--next {
  right: 0;
}
.cid-uv4qCH5aeD .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uv4qCH5aeD .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv4qCH5aeD .embla {
    padding-left: 0;
  }
}
.cid-uv4qCH5aeD .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4qCH5aeD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4qCH5aeD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4qCH5aeD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4qCH5aeD .mbr-section-title {
  color: #ffffff;
}
.cid-uv4qCH5aeD .item-date {
  color: #68707c;
}
.cid-uv4qCH5aeD .item-text {
  color: #ffffff;
}
.cid-uv4qCHPUFH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4qCHPUFH .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4qCHPUFH .panel-group {
  border: none;
}
.cid-uv4qCHPUFH .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4qCHPUFH .card-header {
    padding: 0rem;
  }
}
.cid-uv4qCHPUFH .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4qCHPUFH .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4qCHPUFH .card {
    padding: 1rem;
  }
}
.cid-uv4qCHPUFH .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4qCHPUFH .img-col {
  padding: 0;
}
.cid-uv4qCHPUFH .img-item {
  height: 100%;
}
.cid-uv4qCHPUFH img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4qCHPUFH .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4qCHPUFH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4qCHPUFH p {
  margin-bottom: 0.3rem;
}
.cid-uv4qCHPUFH .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4qCHPUFH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4qCHPUFH .panel-text {
  color: #000000;
}
.cid-uv4qCHPUFH .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4qCHPUFH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4qCHPUFH .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4qCHPUFH .panel-title-edit,
.cid-uv4qCHPUFH .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4qCHPUFH .mbr-section-title,
.cid-uv4qCHPUFH .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4qCHPUFH .mbr-section-subtitle,
.cid-uv4qCHPUFH .align {
  color: #ffffff;
}
.cid-uv4qCHPUFH .mbr-section-title,
.cid-uv4qCHPUFH .align {
  color: #ffffff;
}
.cid-uv4qCHPUFH .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4qCHPUFH .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4qCIuDTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4qCIuDTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCIuDTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCIuDTR .row {
  justify-content: space-between;
}
.cid-uv4qCIuDTR .card {
  justify-content: center;
}
.cid-uv4qCIuDTR .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv4qCIuDTR .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCIuDTR .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4qCIuDTR .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCIuDTR .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv4qCIuDTR .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv4qCIuDTR .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv4qCIuDTR .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv4qCIuDTR .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv4qCIuDTR .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv4qCIuDTR .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv4qCIuDTR .mbr-section-title {
  color: #ffffff;
}
.cid-uv4qCIuDTR .mbr-text {
  color: #ffffff;
}
.cid-uv4qCIuDTR .item-desc {
  color: #000000;
}
.cid-uv4qCIuDTR .item-desc,
.cid-uv4qCIuDTR .mbr-section-btn,
.cid-uv4qCIuDTR .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv4qCJdOal {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4qCJdOal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCJdOal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCJdOal .card {
  justify-content: flex-end;
}
.cid-uv4qCJdOal .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCJdOal .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4qCJdOal .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCJdOal .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv4qCJdOal .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv4qCJdOal .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv4qCJdOal .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv4qCJdOal .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv4qCJdOal .mbr-section-title {
  color: #000000;
}
.cid-uv4qCJdOal .mbr-text {
  color: #000000;
}
.cid-uv4qCJdOal .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv4qCJdOal .card-title {
  color: #000000;
}
.cid-uv4qCJdOal .card-desc {
  color: #000000;
}
.cid-uv4qCJdOal .card-text {
  color: #000000;
}
.cid-uv4qCJUt8d {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4qCJUt8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCJUt8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCJUt8d .row {
  justify-content: space-between;
}
.cid-uv4qCJUt8d .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4qCJUt8d .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4qCJUt8d .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4qCJUt8d .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4qCJUt8d .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4qCJUt8d .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4qCJUt8d .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4qCJUt8d .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4qCJUt8d .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4qCJUt8d .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4qCJUt8d .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4qCJUt8d .mbr-section-title {
  color: #000000;
}
.cid-uv4qCJUt8d .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4qCJUt8d .mbr-desc {
  color: #000000;
}
.cid-uv4qCJUt8d .mbr-text {
  color: #ffffff;
}
.cid-uv4qCJUt8d .mbr-section-title,
.cid-uv4qCJUt8d .mbr-section-btn {
  color: #ffffff;
}
.cid-uv4qCJUt8d .mbr-desc,
.cid-uv4qCJUt8d .logo-wrapper {
  color: #ffffff;
}
.cid-uv4qCJUt8d .mbr-section-subtitle,
.cid-uv4qCJUt8d .logo-wrapper {
  color: #ffffff;
}
.cid-uv4qCKvb6K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4qCKvb6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCKvb6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCKvb6K .row {
  justify-content: space-between;
}
.cid-uv4qCKvb6K .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4qCKvb6K .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4qCKvb6K .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4qCKvb6K .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4qCKvb6K .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4qCKvb6K .mbr-section-title {
  color: #000000;
}
.cid-uv4qCKvb6K .mbr-desc {
  color: #000000;
}
.cid-uv4qCKvb6K .mbr-text {
  color: #000000;
}
.cid-uv4qCL5fcA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv4qCL5fcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCL5fcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCL5fcA .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4qCL5fcA .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv4qCL5fcA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4qCL5fcA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv4qCL5fcA .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv4qCL5fcA .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv4qCL5fcA .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv4qCL5fcA .mbr-section-title {
  color: #000000;
}
.cid-uv4qCL5fcA .mbr-desc {
  color: #000000;
}
.cid-uv4qCL5fcA .mbr-text {
  color: #000000;
}
.cid-uv4qCLJ4Zg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4qCLJ4Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCLJ4Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCLJ4Zg .row {
  justify-content: center;
}
.cid-uv4qCLJ4Zg .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4qCLJ4Zg .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4qCLJ4Zg .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4qCLJ4Zg .item:hover .item-wrapper .item-img img,
.cid-uv4qCLJ4Zg .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4qCLJ4Zg .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4qCLJ4Zg .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4qCLJ4Zg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4qCLJ4Zg .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4qCLJ4Zg .item-title {
  color: #000000;
}
.cid-uv4qCLJ4Zg .item-text {
  color: #000000;
}
.cid-uv4qCLJ4Zg .item-title,
.cid-uv4qCLJ4Zg .mbr-section-btn {
  text-align: center;
}
.cid-uv4qCMpiBR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4qCMpiBR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4qCMpiBR .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4qCMpiBR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4qCMpiBR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4qCMpiBR .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4qCMpiBR .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4qCMpiBR .embla__button--next,
.cid-uv4qCMpiBR .embla__button--prev {
  display: flex;
}
.cid-uv4qCMpiBR .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4qCMpiBR .embla__button {
    display: none;
  }
}
.cid-uv4qCMpiBR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4qCMpiBR .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4qCMpiBR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4qCMpiBR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4qCMpiBR .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4qCMpiBR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4qCMpiBR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4qCMpiBR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4qCMpiBR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4qCMpiBR .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4qCMpiBR .item-title {
  color: #ffffff;
}
.cid-uv4qCNechB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4qCNechB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4qCNechB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4qCNechB .row {
  justify-content: space-between;
}
.cid-uv4qCNechB .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCNechB .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCNechB .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4qCNechB .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4qCNechB .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4qCNechB .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCNechB .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCNechB .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4qCNechB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4qCNechB .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4qCNechB .list-wrapper .list .item-wrap:hover,
.cid-uv4qCNechB .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4qCNechB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4qCNechB .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4qCNechB .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4qCNechB .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4qCNechB .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4qCNechB .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4qCNechB .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4qCNechB .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4qCNechB .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4qCNechB .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4qCNechB .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4qCNechB .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4qCNechB .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4qCNechB .mbr-section-title {
  color: #000000;
}
.cid-uv4qCNechB .mbr-text {
  color: #000000;
}
.cid-uv4qCNechB .list {
  color: #000000;
}
.cid-uv4qCNechB .mbr-desc {
  color: #000000;
}
.cid-uv4qCNechB .mbr-copy {
  color: #000000;
}
.cid-uv4qCNechB .mbr-desc,
.cid-uv4qCNechB .social-wrapper {
  text-align: center;
}
.cid-uv4qCNechB .mbr-copy,
.cid-uv4qCNechB .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4t2iqiH5 {
  background-color: transparent;
}
.cid-uv4t2iqiH5 .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4t2iqiH5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4t2iqiH5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4t2iqiH5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4t2iqiH5 .menu_box .navbar.opened,
  .cid-uv4t2iqiH5 .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4t2iqiH5 .navbar-dropdown {
  position: relative !important;
}
.cid-uv4t2iqiH5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4t2iqiH5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4t2iqiH5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4t2iqiH5 .btn:hover {
  box-shadow: none;
}
.cid-uv4t2iqiH5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4t2iqiH5 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4t2iqiH5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4t2iqiH5 .nav-item .nav-link:hover,
.cid-uv4t2iqiH5 .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4t2iqiH5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4t2iqiH5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4t2iqiH5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4t2iqiH5 .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-uv4t2iqiH5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4t2iqiH5 .offcanvas_box {
    display: none;
  }
}
.cid-uv4t2iqiH5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4t2iqiH5 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4t2iqiH5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4t2iqiH5 .container {
  display: flex;
  margin: auto;
}
.cid-uv4t2iqiH5 .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4t2iqiH5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4t2iqiH5 .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4t2iqiH5 .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4t2iqiH5 .navbar-nav {
    margin: 0;
  }
}
.cid-uv4t2iqiH5 .dropdown-menu,
.cid-uv4t2iqiH5 .navbar.opened {
  background-color: false !important;
}
.cid-uv4t2iqiH5 .nav-item:focus,
.cid-uv4t2iqiH5 .nav-link:focus {
  outline: none;
}
.cid-uv4t2iqiH5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4t2iqiH5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4t2iqiH5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4t2iqiH5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4t2iqiH5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4t2iqiH5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4t2iqiH5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4t2iqiH5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4t2iqiH5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4t2iqiH5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4t2iqiH5 .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4t2iqiH5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4t2iqiH5 .navbar.collapsed {
  justify-content: center;
}
.cid-uv4t2iqiH5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4t2iqiH5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4t2iqiH5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4t2iqiH5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4t2iqiH5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4t2iqiH5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4t2iqiH5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4t2iqiH5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4t2iqiH5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4t2iqiH5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4t2iqiH5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4t2iqiH5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4t2iqiH5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4t2iqiH5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4t2iqiH5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4t2iqiH5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4t2iqiH5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4t2iqiH5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4t2iqiH5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4t2iqiH5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4t2iqiH5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4t2iqiH5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4t2iqiH5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4t2iqiH5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4t2iqiH5 .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-uv4t2iqiH5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4t2iqiH5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4t2iqiH5 .dropdown-item.active,
.cid-uv4t2iqiH5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4t2iqiH5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4t2iqiH5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4t2iqiH5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4t2iqiH5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4t2iqiH5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4t2iqiH5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4t2iqiH5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4t2iqiH5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4t2iqiH5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4t2iqiH5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4t2iqiH5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4t2iqiH5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4t2iqiH5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4t2iqiH5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4t2iqiH5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4t2iqiH5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4t2iqiH5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4t2iqiH5 .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-uv4t2iqiH5 .navbar {
    height: 70px;
  }
  .cid-uv4t2iqiH5 .navbar.opened {
    height: auto;
  }
  .cid-uv4t2iqiH5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4t2iqiH5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4t2iqiH5 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4t2iqiH5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4t2iqiH5 .text_widget {
  margin-bottom: 32px;
}
.cid-uv4t2iqiH5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4t2iqiH5 .text_widget a:hover,
.cid-uv4t2iqiH5 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4t2iqiH5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4t2iqiH5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4t2iqiH5 .navbar-caption {
  color: #000000;
}
.cid-uv4t2iqiH5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4t2iqiH5 .mbr-section-subtitle,
.cid-uv4t2iqiH5 .text_widget,
.cid-uv4t2iqiH5 .mbr-section-btn {
  text-align: center;
}
.cid-uv4t2iqiH5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4t2jXMaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131c28;
}
.cid-uv4t2jXMaj .decor-wrap {
  position: absolute;
  top: 3rem;
  right: 85%;
  width: 1600px;
  height: 730px;
  background-color: #ec111a;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uv4t2jXMaj .container {
    padding: 0 15px;
  }
}
.cid-uv4t2jXMaj .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uv4t2jXMaj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uv4t2jXMaj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uv4t2jXMaj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4t2jXMaj .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 330px;
}
@media (max-width: 992px) {
  .cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-date {
    margin-bottom: 230px;
  }
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10%;
  left: 18%;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000000;
  opacity: .3;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-content {
  padding-right: 20px;
}
.cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-content .item-text {
  display: inline-flex;
  width: 65%;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uv4t2jXMaj .embla__slide .slide-content .item-wrapper .item-content .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uv4t2jXMaj .item-menu-overlay {
  top: 10%;
}
.cid-uv4t2jXMaj .embla__button--next,
.cid-uv4t2jXMaj .embla__button--prev {
  display: flex;
}
.cid-uv4t2jXMaj .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uv4t2jXMaj .embla__button {
    display: none;
  }
}
.cid-uv4t2jXMaj .embla__button:hover {
  opacity: .5 !important;
}
.cid-uv4t2jXMaj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uv4t2jXMaj .embla__button.embla__button--next {
  right: 0;
}
.cid-uv4t2jXMaj .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 260px;
  padding-bottom: 6rem;
}
@media (max-width: 1440px) {
  .cid-uv4t2jXMaj .embla {
    padding-left: 130px;
  }
}
@media (max-width: 1200px) {
  .cid-uv4t2jXMaj .embla {
    padding-left: 0;
  }
}
.cid-uv4t2jXMaj .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4t2jXMaj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4t2jXMaj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4t2jXMaj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4t2jXMaj .mbr-section-title {
  color: #ffffff;
}
.cid-uv4t2jXMaj .item-date {
  color: #68707c;
}
.cid-uv4t2jXMaj .item-text {
  color: #ffffff;
}
.cid-uv4t2ld7z7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4t2ld7z7 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4t2ld7z7 .panel-group {
  border: none;
}
.cid-uv4t2ld7z7 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4t2ld7z7 .card-header {
    padding: 0rem;
  }
}
.cid-uv4t2ld7z7 .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4t2ld7z7 .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4t2ld7z7 .card {
    padding: 1rem;
  }
}
.cid-uv4t2ld7z7 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4t2ld7z7 .img-col {
  padding: 0;
}
.cid-uv4t2ld7z7 .img-item {
  height: 100%;
}
.cid-uv4t2ld7z7 img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4t2ld7z7 .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4t2ld7z7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4t2ld7z7 p {
  margin-bottom: 0.3rem;
}
.cid-uv4t2ld7z7 .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4t2ld7z7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4t2ld7z7 .panel-text {
  color: #000000;
}
.cid-uv4t2ld7z7 .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4t2ld7z7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4t2ld7z7 .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4t2ld7z7 .panel-title-edit,
.cid-uv4t2ld7z7 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4t2ld7z7 .mbr-section-title,
.cid-uv4t2ld7z7 .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4t2ld7z7 .mbr-section-subtitle,
.cid-uv4t2ld7z7 .align {
  color: #ffffff;
}
.cid-uv4t2ld7z7 .mbr-section-title,
.cid-uv4t2ld7z7 .align {
  color: #ffffff;
}
.cid-uv4t2ld7z7 .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4t2ld7z7 .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4t2lPdJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4t2lPdJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2lPdJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2lPdJh .row {
  justify-content: space-between;
}
.cid-uv4t2lPdJh .card {
  justify-content: center;
}
.cid-uv4t2lPdJh .mbr-desc {
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uv4t2lPdJh .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2lPdJh .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4t2lPdJh .text-wrapper .mbr-text {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2lPdJh .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-top: 35px;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin: 15px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item {
    margin: 10px 20px;
  }
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2) .nav-link {
  background-color: #9c8691;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3) .nav-link {
  background-color: #f6a851;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(4) .nav-link {
  background-color: #5f92ab;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 100% !important;
  margin-bottom: 0;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  transform: scale(1.5);
}
.cid-uv4t2lPdJh .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  border: 1px solid #ffffff;
  transform: scale(1.3);
}
.cid-uv4t2lPdJh .tab-content {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tab-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-uv4t2lPdJh .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uv4t2lPdJh .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-uv4t2lPdJh .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    border-radius: 2rem;
  }
}
.cid-uv4t2lPdJh .tab-content .tab-pane .content-wrap .item-desc {
  margin: 10px 0 0 0;
}
.cid-uv4t2lPdJh .mbr-section-title {
  color: #ffffff;
}
.cid-uv4t2lPdJh .mbr-text {
  color: #ffffff;
}
.cid-uv4t2lPdJh .item-desc {
  color: #000000;
}
.cid-uv4t2lPdJh .item-desc,
.cid-uv4t2lPdJh .mbr-section-btn,
.cid-uv4t2lPdJh .tabs-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uv4t2muLlJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4t2muLlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2muLlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2muLlJ .card {
  justify-content: flex-end;
}
.cid-uv4t2muLlJ .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2muLlJ .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4t2muLlJ .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2muLlJ .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uv4t2muLlJ .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uv4t2muLlJ .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uv4t2muLlJ .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uv4t2muLlJ .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uv4t2muLlJ .mbr-section-title {
  color: #000000;
}
.cid-uv4t2muLlJ .mbr-text {
  color: #000000;
}
.cid-uv4t2muLlJ .card-date {
  color: #000000;
  text-align: center;
}
.cid-uv4t2muLlJ .card-title {
  color: #000000;
}
.cid-uv4t2muLlJ .card-desc {
  color: #000000;
}
.cid-uv4t2muLlJ .card-text {
  color: #000000;
}
.cid-uv4t2nlapP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4t2nlapP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2nlapP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2nlapP .row {
  justify-content: space-between;
}
.cid-uv4t2nlapP .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4t2nlapP .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4t2nlapP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4t2nlapP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4t2nlapP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4t2nlapP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4t2nlapP .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4t2nlapP .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4t2nlapP .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4t2nlapP .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4t2nlapP .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4t2nlapP .mbr-section-title {
  color: #000000;
}
.cid-uv4t2nlapP .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4t2nlapP .mbr-desc {
  color: #000000;
}
.cid-uv4t2nlapP .mbr-text {
  color: #ffffff;
}
.cid-uv4t2nlapP .mbr-section-title,
.cid-uv4t2nlapP .mbr-section-btn {
  color: #ffffff;
}
.cid-uv4t2nlapP .mbr-desc,
.cid-uv4t2nlapP .logo-wrapper {
  color: #ffffff;
}
.cid-uv4t2nlapP .mbr-section-subtitle,
.cid-uv4t2nlapP .logo-wrapper {
  color: #ffffff;
}
.cid-uv4t2o472D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4t2o472D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2o472D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2o472D .row {
  justify-content: space-between;
}
.cid-uv4t2o472D .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4t2o472D .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4t2o472D .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4t2o472D .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4t2o472D .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4t2o472D .mbr-section-title {
  color: #000000;
}
.cid-uv4t2o472D .mbr-desc {
  color: #000000;
}
.cid-uv4t2o472D .mbr-text {
  color: #000000;
}
.cid-uv4t2oGLnL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9e9e6;
}
.cid-uv4t2oGLnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2oGLnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2oGLnL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4t2oGLnL .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uv4t2oGLnL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4t2oGLnL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uv4t2oGLnL .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .image-wrapper {
    padding-left: 0;
  }
}
.cid-uv4t2oGLnL .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uv4t2oGLnL .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uv4t2oGLnL .mbr-section-title {
  color: #000000;
}
.cid-uv4t2oGLnL .mbr-desc {
  color: #000000;
}
.cid-uv4t2oGLnL .mbr-text {
  color: #000000;
}
.cid-uv4t2pntvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4t2pntvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2pntvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2pntvb .row {
  justify-content: center;
}
.cid-uv4t2pntvb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4t2pntvb .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4t2pntvb .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4t2pntvb .item:hover .item-wrapper .item-img img,
.cid-uv4t2pntvb .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4t2pntvb .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4t2pntvb .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4t2pntvb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4t2pntvb .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4t2pntvb .item-title {
  color: #000000;
}
.cid-uv4t2pntvb .item-text {
  color: #000000;
}
.cid-uv4t2pntvb .item-title,
.cid-uv4t2pntvb .mbr-section-btn {
  text-align: center;
}
.cid-uv4t2q0Q5x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4t2q0Q5x .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4t2q0Q5x .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4t2q0Q5x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4t2q0Q5x .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4t2q0Q5x .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4t2q0Q5x .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4t2q0Q5x .embla__button--next,
.cid-uv4t2q0Q5x .embla__button--prev {
  display: flex;
}
.cid-uv4t2q0Q5x .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4t2q0Q5x .embla__button {
    display: none;
  }
}
.cid-uv4t2q0Q5x .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4t2q0Q5x .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4t2q0Q5x .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4t2q0Q5x .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4t2q0Q5x .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4t2q0Q5x .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4t2q0Q5x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4t2q0Q5x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4t2q0Q5x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4t2q0Q5x .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4t2q0Q5x .item-title {
  color: #ffffff;
}
.cid-uv4t2qWBSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4t2qWBSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4t2qWBSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4t2qWBSI .row {
  justify-content: space-between;
}
.cid-uv4t2qWBSI .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2qWBSI .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2qWBSI .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4t2qWBSI .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4t2qWBSI .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4t2qWBSI .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2qWBSI .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2qWBSI .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4t2qWBSI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4t2qWBSI .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4t2qWBSI .list-wrapper .list .item-wrap:hover,
.cid-uv4t2qWBSI .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4t2qWBSI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4t2qWBSI .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4t2qWBSI .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4t2qWBSI .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4t2qWBSI .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4t2qWBSI .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4t2qWBSI .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4t2qWBSI .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4t2qWBSI .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4t2qWBSI .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4t2qWBSI .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4t2qWBSI .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4t2qWBSI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4t2qWBSI .mbr-section-title {
  color: #000000;
}
.cid-uv4t2qWBSI .mbr-text {
  color: #000000;
}
.cid-uv4t2qWBSI .list {
  color: #000000;
}
.cid-uv4t2qWBSI .mbr-desc {
  color: #000000;
}
.cid-uv4t2qWBSI .mbr-copy {
  color: #000000;
}
.cid-uv4t2qWBSI .mbr-desc,
.cid-uv4t2qWBSI .social-wrapper {
  text-align: center;
}
.cid-uv4t2qWBSI .mbr-copy,
.cid-uv4t2qWBSI .mbr-section-btn-main {
  text-align: center;
}
.cid-uv4Nm35ikL {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uv4Nm35ikL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4Nm35ikL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4Nm35ikL .items-wrapper {
  justify-content: center;
}
.cid-uv4Nm35ikL .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 218px 24px;
}
@media (max-width: 992px) {
  .cid-uv4Nm35ikL .card-wrapper {
    padding: 60px 16px;
  }
}
.cid-uv4Nm35ikL .card-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uv4Nm35ikL .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uv4Nm35ikL .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f96e47, #fcbcaa);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uv4Nm35ikL .card-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uv4Nm35ikL .card-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uv4Nm35ikL .card-wrapper .content-wrap .mbr-desc {
    margin-bottom: 24px;
  }
}
.cid-uv4Nm35ikL .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uv4Nm35ikL .card-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uv4Nm35ikL .card-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uv4Nm35ikL .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uv4Nm35ikL .mbr-section-title {
  color: #ffffff;
}
.cid-uv4Nm35ikL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uv4Nm35ikL .mbr-text,
.cid-uv4Nm35ikL .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uv4Nm35ikL .mbr-section-title,
.cid-uv4Nm35ikL .mbr-section-btn {
  text-align: center;
}
.cid-uv4PpJZoo3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4PpJZoo3 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uv4PpJZoo3 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uv4PpJZoo3 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uv4PpJZoo3 .col-video {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-uv4PpJZoo3 .col-video img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uv4PpJZoo3 .col-video {
    height: 500px;
  }
  .cid-uv4PpJZoo3 .col-video img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-uv4PpJZoo3 .col-video {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-uv4PpJZoo3 .col-video {
    height: 610px;
  }
}
.cid-uv4PpJZoo3 .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uv4PpJZoo3 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-uv4PpJZoo3 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uv4PpJZoo3 .mbr-media {
  position: relative;
}
.cid-uv4PpJZoo3 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uv4PpJZoo3 .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  min-width: 85px;
  min-height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uv4PpJZoo3 .icon-wrap .mbr-iconfont {
  color: #913BFF;
  font-size: 35px;
}
@media (max-width: 1199px) {
  .cid-uv4PpJZoo3 .icon-wrap {
    min-width: 65px;
    min-height: 65px;
    padding: 10px;
  }
  .cid-uv4PpJZoo3 .icon-wrap .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-uv4PpJZoo3 .icon-wrap:hover {
  background-color: #e7ceb1 !important;
}
.cid-uv4PpJZoo3 .icon-wrap:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uv4PpJZoo3 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uv4PpJZoo3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uv4PpJZoo3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uv4PpJZoo3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uv4PpJZoo3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uv4PpJZoo3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uv4PpJZoo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4PpJZoo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4NXWS930 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uv4NXWS930 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uv4NXWS930 .panel-group {
  border: none;
}
.cid-uv4NXWS930 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uv4NXWS930 .card-header {
    padding: 0rem;
  }
}
.cid-uv4NXWS930 .card {
  border: solid 1px #000000;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uv4NXWS930 .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uv4NXWS930 .card {
    padding: 1rem;
  }
}
.cid-uv4NXWS930 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uv4NXWS930 .img-col {
  padding: 0;
}
.cid-uv4NXWS930 .img-item {
  height: 100%;
}
.cid-uv4NXWS930 img {
  height: 100%;
  object-fit: cover;
}
.cid-uv4NXWS930 .collapsed span {
  transform: rotate(0deg);
}
.cid-uv4NXWS930 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uv4NXWS930 p {
  margin-bottom: 0.3rem;
}
.cid-uv4NXWS930 .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uv4NXWS930 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uv4NXWS930 .panel-text {
  color: #000000;
}
.cid-uv4NXWS930 .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uv4NXWS930 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uv4NXWS930 .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uv4NXWS930 .panel-title-edit,
.cid-uv4NXWS930 .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uv4NXWS930 .mbr-section-title,
.cid-uv4NXWS930 .mbr-section-subtitle {
  background: #000000;
  display: inline;
}
.cid-uv4NXWS930 .mbr-section-subtitle,
.cid-uv4NXWS930 .align {
  color: #ffffff;
}
.cid-uv4NXWS930 .mbr-section-title,
.cid-uv4NXWS930 .align {
  color: #ffffff;
}
.cid-uv4NXWS930 .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uv4NXWS930 .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uv4MGJUsqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e6;
}
.cid-uv4MGJUsqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGJUsqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGJUsqa .row {
  justify-content: space-between;
}
.cid-uv4MGJUsqa .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #293241;
}
@media (max-width: 992px) {
  .cid-uv4MGJUsqa .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uv4MGJUsqa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4MGJUsqa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uv4MGJUsqa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uv4MGJUsqa .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uv4MGJUsqa .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uv4MGJUsqa .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uv4MGJUsqa .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uv4MGJUsqa .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uv4MGJUsqa .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uv4MGJUsqa .mbr-section-title {
  color: #000000;
}
.cid-uv4MGJUsqa .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4MGJUsqa .mbr-desc {
  color: #000000;
}
.cid-uv4MGJUsqa .mbr-text {
  color: #ffffff;
}
.cid-uv4MGJUsqa .mbr-section-title,
.cid-uv4MGJUsqa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uv4MGJUsqa .mbr-desc,
.cid-uv4MGJUsqa .logo-wrapper {
  color: #ffffff;
}
.cid-uv4MGJUsqa .mbr-section-subtitle,
.cid-uv4MGJUsqa .logo-wrapper {
  color: #ffffff;
}
.cid-uv4MGEtCza {
  background-color: transparent;
}
.cid-uv4MGEtCza .navbar-dropdown {
  background-color: #293241 !important;
  padding: 0;
}
.cid-uv4MGEtCza .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #293241 !important;
  background: #293241;
}
.cid-uv4MGEtCza .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uv4MGEtCza .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uv4MGEtCza .menu_box .navbar.opened,
  .cid-uv4MGEtCza .menu_box .navbar-collapse {
    background-color: #293241 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uv4MGEtCza .navbar-dropdown {
  position: relative !important;
}
.cid-uv4MGEtCza .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uv4MGEtCza .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uv4MGEtCza .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uv4MGEtCza .btn:hover {
  box-shadow: none;
}
.cid-uv4MGEtCza .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uv4MGEtCza .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .nav-item {
    margin: 0 !important;
  }
}
.cid-uv4MGEtCza .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-uv4MGEtCza .nav-item .nav-link:hover,
.cid-uv4MGEtCza .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-uv4MGEtCza .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uv4MGEtCza .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uv4MGEtCza .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uv4MGEtCza .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-uv4MGEtCza .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uv4MGEtCza .offcanvas_box {
    display: none;
  }
}
.cid-uv4MGEtCza .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uv4MGEtCza .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uv4MGEtCza .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uv4MGEtCza .container {
  display: flex;
  margin: auto;
}
.cid-uv4MGEtCza .iconfont-wrapper {
  color: #000000;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uv4MGEtCza .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uv4MGEtCza .iconfont-wrapper:hover {
  background-color: #000000;
}
.cid-uv4MGEtCza .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uv4MGEtCza .navbar-nav {
    margin: 0;
  }
}
.cid-uv4MGEtCza .dropdown-menu,
.cid-uv4MGEtCza .navbar.opened {
  background-color: false !important;
}
.cid-uv4MGEtCza .nav-item:focus,
.cid-uv4MGEtCza .nav-link:focus {
  outline: none;
}
.cid-uv4MGEtCza .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uv4MGEtCza .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv4MGEtCza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uv4MGEtCza .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uv4MGEtCza .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uv4MGEtCza .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uv4MGEtCza .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uv4MGEtCza .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uv4MGEtCza .navbar.opened {
  transition: all 0.3s;
}
.cid-uv4MGEtCza .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uv4MGEtCza .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uv4MGEtCza .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uv4MGEtCza .navbar.collapsed {
  justify-content: center;
}
.cid-uv4MGEtCza .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uv4MGEtCza .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uv4MGEtCza .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uv4MGEtCza .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uv4MGEtCza .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uv4MGEtCza .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uv4MGEtCza .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uv4MGEtCza .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uv4MGEtCza .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uv4MGEtCza .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uv4MGEtCza .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uv4MGEtCza .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uv4MGEtCza .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uv4MGEtCza .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uv4MGEtCza .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uv4MGEtCza .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uv4MGEtCza .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uv4MGEtCza .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uv4MGEtCza .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uv4MGEtCza .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uv4MGEtCza .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uv4MGEtCza .navbar.navbar-short {
  min-height: 60px;
}
.cid-uv4MGEtCza .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uv4MGEtCza .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uv4MGEtCza .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-uv4MGEtCza .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uv4MGEtCza .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uv4MGEtCza .dropdown-item.active,
.cid-uv4MGEtCza .dropdown-item:active {
  background-color: transparent;
}
.cid-uv4MGEtCza .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uv4MGEtCza .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uv4MGEtCza .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uv4MGEtCza .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv4MGEtCza ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uv4MGEtCza .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uv4MGEtCza button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #293241;
  background: #ffffff;
}
.cid-uv4MGEtCza button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uv4MGEtCza button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uv4MGEtCza button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4MGEtCza button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uv4MGEtCza button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uv4MGEtCza nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4MGEtCza nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uv4MGEtCza nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uv4MGEtCza nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uv4MGEtCza a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uv4MGEtCza .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-uv4MGEtCza .navbar {
    height: 70px;
  }
  .cid-uv4MGEtCza .navbar.opened {
    height: auto;
  }
  .cid-uv4MGEtCza .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uv4MGEtCza .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uv4MGEtCza .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uv4MGEtCza .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uv4MGEtCza .text_widget {
  margin-bottom: 32px;
}
.cid-uv4MGEtCza .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uv4MGEtCza .text_widget a:hover,
.cid-uv4MGEtCza .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uv4MGEtCza .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uv4MGEtCza .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uv4MGEtCza .navbar-caption {
  color: #000000;
}
.cid-uv4MGEtCza .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uv4MGEtCza .mbr-section-subtitle,
.cid-uv4MGEtCza .text_widget,
.cid-uv4MGEtCza .mbr-section-btn {
  text-align: center;
}
.cid-uv4MGEtCza a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uv4MGGKePF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e9e9e6;
}
.cid-uv4MGGKePF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGGKePF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGGKePF .row {
  justify-content: center;
}
.cid-uv4MGGKePF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4MGGKePF .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uv4MGGKePF .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
.cid-uv4MGGKePF .item:hover .item-wrapper .item-img img,
.cid-uv4MGGKePF .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uv4MGGKePF .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
}
.cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-img {
  margin-bottom: 30px;
  border-radius: 2rem !important;
  overflow: hidden;
}
.cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-img img {
  border-radius: 2rem;
  object-fit: cover;
  height: 250px;
  transition: all 0.5s ease-in-out;
}
.cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-content .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-content .item-price {
    margin-bottom: 15px;
  }
}
.cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uv4MGGKePF .item .item-wrapper .item-wrap .item-content .item-text {
  margin-bottom: 10px;
}
.cid-uv4MGGKePF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uv4MGGKePF .item-price {
  color: #000000;
  text-align: center;
}
.cid-uv4MGGKePF .item-title {
  color: #000000;
}
.cid-uv4MGGKePF .item-text {
  color: #000000;
}
.cid-uv4MGGKePF .item-title,
.cid-uv4MGGKePF .mbr-section-btn {
  text-align: center;
}
.cid-uv4MGKswyj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uv4MGKswyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGKswyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGKswyj .row {
  justify-content: space-between;
}
.cid-uv4MGKswyj .text-wrapper .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4MGKswyj .text-wrapper .mbr-text {
    margin-bottom: 35px;
  }
}
.cid-uv4MGKswyj .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4MGKswyj .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uv4MGKswyj .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uv4MGKswyj .mbr-section-title {
  color: #000000;
}
.cid-uv4MGKswyj .mbr-desc {
  color: #000000;
}
.cid-uv4MGKswyj .mbr-text {
  color: #000000;
}
.cid-uv4MGFp07V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #293241;
}
.cid-uv4MGFp07V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uv4MGFp07V .container-fluid {
    padding: 0 16px;
  }
}
.cid-uv4MGFp07V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uv4MGFp07V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uv4MGFp07V .embla__slide .slide-content {
  width: 100%;
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv4MGFp07V .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uv4MGFp07V .embla__button--next,
.cid-uv4MGFp07V .embla__button--prev {
  display: flex;
}
.cid-uv4MGFp07V .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uv4MGFp07V .embla__button {
    display: none;
  }
}
.cid-uv4MGFp07V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uv4MGFp07V .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv4MGFp07V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uv4MGFp07V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uv4MGFp07V .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uv4MGFp07V .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uv4MGFp07V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uv4MGFp07V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uv4MGFp07V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uv4MGFp07V .item-menu-overlay {
  background-color: transparent;
}
.cid-uv4MGFp07V .item-title {
  color: #ffffff;
}
.cid-uv4MGL5qC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cecdc7;
}
.cid-uv4MGL5qC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGL5qC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGL5qC6 .row {
  justify-content: space-between;
}
.cid-uv4MGL5qC6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4MGL5qC6 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uv4MGL5qC6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4MGL5qC6 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-control:hover,
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uv4MGL5qC6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uv4MGL5qC6 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uv4MGL5qC6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uv4MGL5qC6 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4MGL5qC6 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uv4MGL5qC6 .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uv4MGL5qC6 .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4MGL5qC6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uv4MGL5qC6 .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4MGL5qC6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4MGL5qC6 .mbr-section-title {
  color: #000000;
}
.cid-uv4MGL5qC6 .mbr-text {
  color: #000000;
}
.cid-uv4MGL5qC6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uv4MGL5qC6 .list {
  color: #000000;
}
.cid-uv4MGL5qC6 .mbr-desc {
  color: #000000;
}
.cid-uv4MGL5qC6 label {
  color: #000000;
}
.cid-uv4MGLQ1ux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #293241;
}
.cid-uv4MGLQ1ux .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGLQ1ux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGLQ1ux .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uv4MGLQ1ux .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uv4MGLQ1ux .content-wrapper .google-map {
  width: 100%;
}
.cid-uv4MGLQ1ux .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uv4MGLQ1ux .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uv4MGLQ1ux .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #293241;
}
.cid-uv4MGMG6KY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bfbeb7;
}
.cid-uv4MGMG6KY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv4MGMG6KY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv4MGMG6KY .row {
  justify-content: space-between;
}
.cid-uv4MGMG6KY .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4MGMG6KY .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4MGMG6KY .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4MGMG6KY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uv4MGMG6KY .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uv4MGMG6KY .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4MGMG6KY .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4MGMG6KY .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uv4MGMG6KY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uv4MGMG6KY .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uv4MGMG6KY .list-wrapper .list .item-wrap:hover,
.cid-uv4MGMG6KY .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uv4MGMG6KY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uv4MGMG6KY .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uv4MGMG6KY .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uv4MGMG6KY .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uv4MGMG6KY .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uv4MGMG6KY .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uv4MGMG6KY .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uv4MGMG6KY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uv4MGMG6KY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uv4MGMG6KY .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uv4MGMG6KY .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uv4MGMG6KY .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uv4MGMG6KY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uv4MGMG6KY .mbr-section-title {
  color: #000000;
}
.cid-uv4MGMG6KY .mbr-text {
  color: #000000;
}
.cid-uv4MGMG6KY .list {
  color: #000000;
}
.cid-uv4MGMG6KY .mbr-desc {
  color: #000000;
}
.cid-uv4MGMG6KY .mbr-copy {
  color: #000000;
}
.cid-uv4MGMG6KY .mbr-desc,
.cid-uv4MGMG6KY .social-wrapper {
  text-align: center;
}
.cid-uv4MGMG6KY .mbr-copy,
.cid-uv4MGMG6KY .mbr-section-btn-main {
  text-align: center;
}
