.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #205feb !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !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: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #205feb !important;
  border-color: #205feb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #4f81ef !important;
  border-color: #4f81ef !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4f81ef !important;
  border-color: #4f81ef !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #205feb;
  color: #205feb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0f3ea5 !important;
  background-color: transparent !important;
  border-color: #0f3ea5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #205feb !important;
  border-color: #205feb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffd7ef !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #205feb !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !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: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e3897 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #205feb;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbe5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.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: #000000 !important;
  background: #ffd7ef !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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6gsts6J4y {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v6gsts6J4y img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v6gqBrj2NL {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v6gqBrj2NL {
    align-items: center;
  }
  .cid-v6gqBrj2NL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v6gqBrj2NL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v6gqBrj2NL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v6gqBrj2NL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v6gqBrj2NL .content-wrap {
    width: 100%;
  }
}
.cid-v6gqBrj2NL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v6gqBrj2NL .mbr-text,
.cid-v6gqBrj2NL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8Ui2oA1KD {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8Ui2oA1KD img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vccAvOcGwj {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vccAvOcGwj {
    align-items: center;
  }
  .cid-vccAvOcGwj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vccAvOcGwj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vccAvOcGwj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vccAvOcGwj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vccAvOcGwj .content-wrap {
    width: 100%;
  }
}
.cid-vccAvOcGwj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vccAvOcGwj .mbr-text,
.cid-vccAvOcGwj .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vccEWx2DWh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-vccEWx2DWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vccEWx2DWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vccEWx2DWh .container-fluid {
    padding: 0;
  }
}
.cid-vccEWx2DWh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vccEWx2DWh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vccEWx2DWh .embla__button--next,
.cid-vccEWx2DWh .embla__button--prev {
  display: flex;
}
.cid-vccEWx2DWh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vccEWx2DWh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vccEWx2DWh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vccEWx2DWh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vccEWx2DWh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vccEWx2DWh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vccEWx2DWh .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vccEWx2DWh .embla {
  position: relative;
  width: 100%;
}
.cid-vccEWx2DWh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vccEWx2DWh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vccEWx2DWh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vccEWx2DWh .embla__slide a {
  cursor: grab;
}
.cid-vccEWx2DWh .embla__slide a:active {
  cursor: grabbing;
}
.cid-vccEWx2DWh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vccEWx2DWh .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vccEWx2DWh .mbr-section-title {
  color: #2038eb;
}
.cid-vccEWx2DWh .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vccEWx2DWh .mbr-box {
  color: #ffffff;
}
.cid-vccEWx2DWh .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vccEWx2DWh img,
.cid-vccEWx2DWh .item-img {
  width: 100%;
}
.cid-vccEWx2DWh .item-wrapper {
  position: relative;
}
.cid-vccEWx2DWh .content-head {
  max-width: 800px;
}
.cid-v5YYVf12Yz {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dfded7;
}
@media (min-width: 768px) {
  .cid-v5YYVf12Yz {
    align-items: center;
  }
  .cid-v5YYVf12Yz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5YYVf12Yz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5YYVf12Yz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5YYVf12Yz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5YYVf12Yz .content-wrap {
    width: 100%;
  }
}
.cid-v5YYVf12Yz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5YYVf12Yz .mbr-text,
.cid-v5YYVf12Yz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v69lNM1SVR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #dfded7;
}
.cid-v69lNM1SVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v69lNM1SVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v69lNM1SVR .container-fluid {
    padding: 0;
  }
}
.cid-v69lNM1SVR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v69lNM1SVR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v69lNM1SVR .embla__button--next,
.cid-v69lNM1SVR .embla__button--prev {
  display: flex;
}
.cid-v69lNM1SVR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v69lNM1SVR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v69lNM1SVR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v69lNM1SVR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v69lNM1SVR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v69lNM1SVR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v69lNM1SVR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v69lNM1SVR .embla {
  position: relative;
  width: 100%;
}
.cid-v69lNM1SVR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v69lNM1SVR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v69lNM1SVR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v69lNM1SVR .embla__slide a {
  cursor: grab;
}
.cid-v69lNM1SVR .embla__slide a:active {
  cursor: grabbing;
}
.cid-v69lNM1SVR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v69lNM1SVR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v69lNM1SVR .mbr-section-title {
  color: #2038eb;
}
.cid-v69lNM1SVR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v69lNM1SVR .mbr-box {
  color: #ffffff;
}
.cid-v69lNM1SVR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v69lNM1SVR img,
.cid-v69lNM1SVR .item-img {
  width: 100%;
}
.cid-v69lNM1SVR .item-wrapper {
  position: relative;
}
.cid-v69lNM1SVR .content-head {
  max-width: 800px;
}
.cid-v699srlnKt {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfded7;
}
@media (min-width: 768px) {
  .cid-v699srlnKt {
    align-items: center;
  }
  .cid-v699srlnKt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v699srlnKt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v699srlnKt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v699srlnKt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v699srlnKt .content-wrap {
    width: 100%;
  }
}
.cid-v699srlnKt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v699srlnKt .mbr-text,
.cid-v699srlnKt .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v5YO7PMspM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f4ffed;
}
@media (min-width: 768px) {
  .cid-v5YO7PMspM {
    align-items: center;
  }
  .cid-v5YO7PMspM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5YO7PMspM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5YO7PMspM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5YO7PMspM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5YO7PMspM .content-wrap {
    width: 100%;
  }
}
.cid-v5YO7PMspM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v5YO7PMspM .mbr-text,
.cid-v5YO7PMspM .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v5ZCfI5iK6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #f4ffed;
}
.cid-v5ZCfI5iK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZCfI5iK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v5ZCfI5iK6 .container-fluid {
    padding: 0;
  }
}
.cid-v5ZCfI5iK6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v5ZCfI5iK6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5ZCfI5iK6 .embla__button--next,
.cid-v5ZCfI5iK6 .embla__button--prev {
  display: flex;
}
.cid-v5ZCfI5iK6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5ZCfI5iK6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5ZCfI5iK6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5ZCfI5iK6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5ZCfI5iK6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ZCfI5iK6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5ZCfI5iK6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5ZCfI5iK6 .embla {
  position: relative;
  width: 100%;
}
.cid-v5ZCfI5iK6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5ZCfI5iK6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5ZCfI5iK6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5ZCfI5iK6 .embla__slide a {
  cursor: grab;
}
.cid-v5ZCfI5iK6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v5ZCfI5iK6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5ZCfI5iK6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v5ZCfI5iK6 .mbr-section-title {
  color: #2038eb;
}
.cid-v5ZCfI5iK6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v5ZCfI5iK6 .mbr-box {
  color: #ffffff;
}
.cid-v5ZCfI5iK6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v5ZCfI5iK6 img,
.cid-v5ZCfI5iK6 .item-img {
  width: 100%;
}
.cid-v5ZCfI5iK6 .item-wrapper {
  position: relative;
}
.cid-v5ZCfI5iK6 .content-head {
  max-width: 800px;
}
.cid-v69dx3ltc0 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4ffed;
}
@media (min-width: 768px) {
  .cid-v69dx3ltc0 {
    align-items: center;
  }
  .cid-v69dx3ltc0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v69dx3ltc0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v69dx3ltc0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v69dx3ltc0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v69dx3ltc0 .content-wrap {
    width: 100%;
  }
}
.cid-v69dx3ltc0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v69dx3ltc0 .mbr-text,
.cid-v69dx3ltc0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v6gmGLTfQh {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v6gmGLTfQh img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8eVloASJ4 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dfded7;
}
@media (min-width: 768px) {
  .cid-v8eVloASJ4 {
    align-items: center;
  }
  .cid-v8eVloASJ4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8eVloASJ4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8eVloASJ4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8eVloASJ4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8eVloASJ4 .content-wrap {
    width: 100%;
  }
}
.cid-v8eVloASJ4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8eVloASJ4 .mbr-text,
.cid-v8eVloASJ4 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8eW16rWmv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #dfded7;
}
.cid-v8eW16rWmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8eW16rWmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8eW16rWmv .container-fluid {
    padding: 0;
  }
}
.cid-v8eW16rWmv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8eW16rWmv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8eW16rWmv .embla__button--next,
.cid-v8eW16rWmv .embla__button--prev {
  display: flex;
}
.cid-v8eW16rWmv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8eW16rWmv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8eW16rWmv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8eW16rWmv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8eW16rWmv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8eW16rWmv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8eW16rWmv .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8eW16rWmv .embla {
  position: relative;
  width: 100%;
}
.cid-v8eW16rWmv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8eW16rWmv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8eW16rWmv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8eW16rWmv .embla__slide a {
  cursor: grab;
}
.cid-v8eW16rWmv .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8eW16rWmv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8eW16rWmv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8eW16rWmv .mbr-section-title {
  color: #2038eb;
}
.cid-v8eW16rWmv .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8eW16rWmv .mbr-box {
  color: #ffffff;
}
.cid-v8eW16rWmv .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8eW16rWmv img,
.cid-v8eW16rWmv .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8eW16rWmv .item-wrapper {
  position: relative;
}
.cid-v8eW16rWmv .content-head {
  max-width: 800px;
}
.cid-v64G09XCAQ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f4ffed;
}
@media (min-width: 768px) {
  .cid-v64G09XCAQ {
    align-items: center;
  }
  .cid-v64G09XCAQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v64G09XCAQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v64G09XCAQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v64G09XCAQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v64G09XCAQ .content-wrap {
    width: 100%;
  }
}
.cid-v64G09XCAQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v64G09XCAQ .mbr-text,
.cid-v64G09XCAQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v5YNU2SCr6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f4ffed;
}
.cid-v5YNU2SCr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YNU2SCr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v5YNU2SCr6 .container-fluid {
    padding: 0;
  }
}
.cid-v5YNU2SCr6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v5YNU2SCr6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5YNU2SCr6 .embla__button--next,
.cid-v5YNU2SCr6 .embla__button--prev {
  display: flex;
}
.cid-v5YNU2SCr6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v5YNU2SCr6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v5YNU2SCr6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5YNU2SCr6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5YNU2SCr6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5YNU2SCr6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5YNU2SCr6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5YNU2SCr6 .embla {
  position: relative;
  width: 100%;
}
.cid-v5YNU2SCr6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5YNU2SCr6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5YNU2SCr6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5YNU2SCr6 .embla__slide a {
  cursor: grab;
}
.cid-v5YNU2SCr6 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v5YNU2SCr6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v5YNU2SCr6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v5YNU2SCr6 .mbr-section-title {
  color: #2038eb;
}
.cid-v5YNU2SCr6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v5YNU2SCr6 .mbr-box {
  color: #ffffff;
}
.cid-v5YNU2SCr6 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v5YNU2SCr6 img,
.cid-v5YNU2SCr6 .item-img {
  width: 100%;
}
.cid-v5YNU2SCr6 .item-wrapper {
  position: relative;
}
.cid-v5YNU2SCr6 .content-head {
  max-width: 800px;
}
.cid-tJS9NNcTLZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tJS9NNcTLZ .container {
    padding: 0 12px;
  }
}
.cid-tJS9NNcTLZ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tJS9NNcTLZ .social-row .soc-item {
  margin: 8px;
}
.cid-tJS9NNcTLZ .social-row .soc-item a:hover .mbr-iconfont,
.cid-tJS9NNcTLZ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-tJS9NNcTLZ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-tJS9NNcTLZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJS9NNcTLZ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJS9NNcTLZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJS9NNcTLZ .header-menu li p {
  margin: 0;
}
.cid-tJS9NNcTLZ .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tJS9NNcTLZ .mbr-section-title {
  color: #ffffff;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmUR59fuh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ugmUR59fuh img,
.cid-ugmUR59fuh .item-img {
  width: 100%;
}
.cid-ugmUR59fuh .item:focus,
.cid-ugmUR59fuh span:focus {
  outline: none;
}
.cid-ugmUR59fuh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugmUR59fuh .item {
    margin-bottom: 1rem;
  }
}
.cid-ugmUR59fuh .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ugmUR59fuh .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ugmUR59fuh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ugmUR59fuh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ugmUR59fuh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ugmUR59fuh .item-title {
  text-align: center;
}
.cid-ugmUR59fuh .item-subtitle {
  text-align: left;
}
.cid-ugmUR59fuh .mbr-text,
.cid-ugmUR59fuh .item .mbr-section-btn {
  text-align: left;
}
.cid-ugmUR59fuh .content-head {
  max-width: 800px;
}
.cid-ugmUR59fuh .mbr-section-subtitle,
.cid-ugmUR59fuh .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ugmUR634jD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-ugmUR634jD .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-ugmUR634jD .container {
    padding: 0 12px;
  }
}
.cid-ugmUR634jD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ugmUR634jD .social-row .soc-item {
  margin: 8px;
}
.cid-ugmUR634jD .social-row .soc-item a:hover .mbr-iconfont,
.cid-ugmUR634jD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-ugmUR634jD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-ugmUR634jD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugmUR634jD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugmUR634jD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugmUR634jD .header-menu li p {
  margin: 0;
}
.cid-ugmUR634jD .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugmUR634jD .mbr-section-title {
  color: #ffffff;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAhYWO6wL9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAhYWO6wL9 img,
.cid-uAhYWO6wL9 .item-img {
  width: 100%;
}
.cid-uAhYWO6wL9 .item:focus,
.cid-uAhYWO6wL9 span:focus {
  outline: none;
}
.cid-uAhYWO6wL9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAhYWO6wL9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAhYWO6wL9 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uAhYWO6wL9 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uAhYWO6wL9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAhYWO6wL9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAhYWO6wL9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAhYWO6wL9 .item-title {
  text-align: center;
}
.cid-uAhYWO6wL9 .item-subtitle {
  text-align: left;
}
.cid-uAhYWO6wL9 .mbr-text,
.cid-uAhYWO6wL9 .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uAhYWO6wL9 .content-head {
  max-width: 800px;
}
.cid-uAhYWO6wL9 .mbr-section-subtitle,
.cid-uAhYWO6wL9 .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uAhYWOoai7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAhYWOoai7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAhYWOoai7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAhYWOoai7 .item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAhYWOoai7 .item {
    padding-bottom: 1rem;
  }
}
.cid-uAhYWOoai7 .item-wrapper {
  position: relative;
}
.cid-uAhYWOoai7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uAhYWOoai7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uAhYWOoai7 .carousel-control,
.cid-uAhYWOoai7 .close {
  background: #1b1b1b;
}
.cid-uAhYWOoai7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAhYWOoai7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAhYWOoai7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAhYWOoai7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAhYWOoai7 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAhYWOoai7 .close::before {
  content: '\e91a';
}
.cid-uAhYWOoai7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAhYWOoai7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAhYWOoai7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAhYWOoai7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAhYWOoai7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAhYWOoai7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAhYWOoai7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAhYWOoai7 .carousel-indicators li.active,
.cid-uAhYWOoai7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAhYWOoai7 .carousel-indicators li::after,
.cid-uAhYWOoai7 .carousel-indicators li::before {
  content: none;
}
.cid-uAhYWOoai7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAhYWOoai7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAhYWOoai7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAhYWOoai7 .carousel-indicators {
    display: none;
  }
}
.cid-uAhYWOoai7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAhYWOoai7 .carousel-inner > .active {
  display: block;
}
.cid-uAhYWOoai7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAhYWOoai7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAhYWOoai7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAhYWOoai7 .carousel-control,
  .cid-uAhYWOoai7 .carousel-indicators,
  .cid-uAhYWOoai7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAhYWOoai7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAhYWOoai7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAhYWOoai7 .carousel-indicators .active,
.cid-uAhYWOoai7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAhYWOoai7 .carousel-indicators .active {
  background: #fff;
}
.cid-uAhYWOoai7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAhYWOoai7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAhYWOoai7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAhYWOoai7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAhYWOoai7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAhYWOoai7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAhYWOoai7 .carousel {
  width: 100%;
}
.cid-uAhYWOoai7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAhYWOoai7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAhYWOoai7 .modal.fade .modal-dialog,
.cid-uAhYWOoai7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uAhYWOoai7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAhYWOoai7 H6 {
  text-align: center;
}
.cid-uAhYWOoai7 H3 {
  color: #ff8cbc;
}
.cid-uAhYWOTElw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-uAhYWOTElw .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uAhYWOTElw .container {
    padding: 0 12px;
  }
}
.cid-uAhYWOTElw .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uAhYWOTElw .social-row .soc-item {
  margin: 8px;
}
.cid-uAhYWOTElw .social-row .soc-item a:hover .mbr-iconfont,
.cid-uAhYWOTElw .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAhYWOTElw .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uAhYWOTElw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAhYWOTElw .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAhYWOTElw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAhYWOTElw .header-menu li p {
  margin: 0;
}
.cid-uAhYWOTElw .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uAhYWOTElw .mbr-section-title {
  color: #ffffff;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGdJdSGc8l {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGdJdSGc8l img,
.cid-uGdJdSGc8l .item-img {
  width: 100%;
}
.cid-uGdJdSGc8l .item:focus,
.cid-uGdJdSGc8l span:focus {
  outline: none;
}
.cid-uGdJdSGc8l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGdJdSGc8l .item {
    margin-bottom: 1rem;
  }
}
.cid-uGdJdSGc8l .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGdJdSGc8l .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uGdJdSGc8l .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGdJdSGc8l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGdJdSGc8l .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGdJdSGc8l .item-title {
  text-align: center;
}
.cid-uGdJdSGc8l .item-subtitle {
  text-align: left;
}
.cid-uGdJdSGc8l .mbr-text,
.cid-uGdJdSGc8l .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uGdJdSGc8l .content-head {
  max-width: 800px;
}
.cid-uGdJdSGc8l .mbr-section-subtitle,
.cid-uGdJdSGc8l .mbr-section-head .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uU0hp0V6Vo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-uU0hp0V6Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU0hp0V6Vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uU0hp0V6Vo .container-fluid {
    padding: 0;
  }
}
.cid-uU0hp0V6Vo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uU0hp0V6Vo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uU0hp0V6Vo .embla__button--next,
.cid-uU0hp0V6Vo .embla__button--prev {
  display: flex;
}
.cid-uU0hp0V6Vo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uU0hp0V6Vo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uU0hp0V6Vo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU0hp0V6Vo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uU0hp0V6Vo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uU0hp0V6Vo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uU0hp0V6Vo .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uU0hp0V6Vo .embla {
  position: relative;
  width: 100%;
}
.cid-uU0hp0V6Vo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uU0hp0V6Vo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uU0hp0V6Vo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uU0hp0V6Vo .embla__slide a {
  cursor: grab;
}
.cid-uU0hp0V6Vo .embla__slide a:active {
  cursor: grabbing;
}
.cid-uU0hp0V6Vo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uU0hp0V6Vo .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uU0hp0V6Vo .mbr-section-title {
  color: #232323;
}
.cid-uU0hp0V6Vo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uU0hp0V6Vo .mbr-box {
  color: #ffffff;
}
.cid-uU0hp0V6Vo .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uU0hp0V6Vo img,
.cid-uU0hp0V6Vo .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uU0hp0V6Vo .item-wrapper {
  position: relative;
}
.cid-uU0hp0V6Vo .content-head {
  max-width: 800px;
}
.cid-v7RHvpH3ZR {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v7RHvpH3ZR img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v7REP617lh {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v7REP617lh {
    align-items: center;
  }
  .cid-v7REP617lh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v7REP617lh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v7REP617lh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v7REP617lh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v7REP617lh .content-wrap {
    width: 100%;
  }
}
.cid-v7REP617lh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v7REP617lh .mbr-text,
.cid-v7REP617lh .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v7RF7a8nUE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #dfded7;
}
.cid-v7RF7a8nUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7RF7a8nUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v7RF7a8nUE .container-fluid {
    padding: 0;
  }
}
.cid-v7RF7a8nUE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v7RF7a8nUE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v7RF7a8nUE .embla__button--next,
.cid-v7RF7a8nUE .embla__button--prev {
  display: flex;
}
.cid-v7RF7a8nUE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v7RF7a8nUE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v7RF7a8nUE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7RF7a8nUE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v7RF7a8nUE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7RF7a8nUE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7RF7a8nUE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7RF7a8nUE .embla {
  position: relative;
  width: 100%;
}
.cid-v7RF7a8nUE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v7RF7a8nUE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7RF7a8nUE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7RF7a8nUE .embla__slide a {
  cursor: grab;
}
.cid-v7RF7a8nUE .embla__slide a:active {
  cursor: grabbing;
}
.cid-v7RF7a8nUE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7RF7a8nUE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v7RF7a8nUE .mbr-section-title {
  color: #2038eb;
}
.cid-v7RF7a8nUE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v7RF7a8nUE .mbr-box {
  color: #ffffff;
}
.cid-v7RF7a8nUE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v7RF7a8nUE img,
.cid-v7RF7a8nUE .item-img {
  width: 100%;
}
.cid-v7RF7a8nUE .item-wrapper {
  position: relative;
}
.cid-v7RF7a8nUE .content-head {
  max-width: 800px;
}
.cid-v3OqHjlY34 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f4f2ea;
}
.cid-v3OqHjlY34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OqHjlY34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v3OqHjlY34 .container-fluid {
    padding: 0;
  }
}
.cid-v3OqHjlY34 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v3OqHjlY34 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v3OqHjlY34 .embla__button--next,
.cid-v3OqHjlY34 .embla__button--prev {
  display: flex;
}
.cid-v3OqHjlY34 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3OqHjlY34 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3OqHjlY34 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3OqHjlY34 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v3OqHjlY34 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3OqHjlY34 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3OqHjlY34 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3OqHjlY34 .embla {
  position: relative;
  width: 100%;
}
.cid-v3OqHjlY34 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v3OqHjlY34 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v3OqHjlY34 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v3OqHjlY34 .embla__slide a {
  cursor: grab;
}
.cid-v3OqHjlY34 .embla__slide a:active {
  cursor: grabbing;
}
.cid-v3OqHjlY34 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v3OqHjlY34 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v3OqHjlY34 .mbr-section-title {
  color: #232323;
}
.cid-v3OqHjlY34 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v3OqHjlY34 .mbr-box {
  color: #ffffff;
}
.cid-v3OqHjlY34 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v3OqHjlY34 img,
.cid-v3OqHjlY34 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3OqHjlY34 .item-wrapper {
  position: relative;
}
.cid-v3OqHjlY34 .content-head {
  max-width: 800px;
}
.cid-uIXKZ3cbDp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIXKZ3cbDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIXKZ3cbDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIXKZ3cbDp .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-uIXKZ3cbDp .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIXKZ3cbDp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uIXKZ3cbDp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIXKZ3cbDp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uIXKZ3cbDp .row {
  flex-direction: row-reverse;
}
.cid-uIXKZ3cbDp .image-wrapper {
  padding: 0 1rem;
}
.cid-uIXKZ3cbDp img,
.cid-uIXKZ3cbDp .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIXKZ3cbDp img,
  .cid-uIXKZ3cbDp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uIXKZ3cbDp .mbr-section-title {
  color: #000000;
}
.cid-uIXKZ3cbDp .mbr-text {
  color: #000000;
}
.cid-uIXKZ3cbDp .mbr-text,
.cid-uIXKZ3cbDp .mbr-section-btn {
  text-align: left;
}
.cid-uGdPu2HESM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uGdPu2HESM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdPu2HESM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdPu2HESM .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uGdPu2HESM .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGdPu2HESM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uGdPu2HESM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uGdPu2HESM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uGdPu2HESM .row {
  flex-direction: row-reverse;
}
.cid-uGdPu2HESM .image-wrapper {
  padding: 0 1rem;
}
.cid-uGdPu2HESM img,
.cid-uGdPu2HESM .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGdPu2HESM img,
  .cid-uGdPu2HESM .image-wrapper {
    max-height: 350px;
  }
}
.cid-uGdPu2HESM .mbr-section-title {
  color: #000000;
}
.cid-uGdPu2HESM .mbr-text {
  color: #000000;
}
.cid-uGdPu2HESM .mbr-text,
.cid-uGdPu2HESM .mbr-section-btn {
  text-align: left;
}
.cid-uIXKYmQXzU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uIXKYmQXzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIXKYmQXzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIXKYmQXzU .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uIXKYmQXzU .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIXKYmQXzU .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uIXKYmQXzU .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIXKYmQXzU .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uIXKYmQXzU .row {
  flex-direction: row-reverse;
}
.cid-uIXKYmQXzU .image-wrapper {
  padding: 0 1rem;
}
.cid-uIXKYmQXzU img,
.cid-uIXKYmQXzU .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIXKYmQXzU img,
  .cid-uIXKYmQXzU .image-wrapper {
    max-height: 350px;
  }
}
.cid-uIXKYmQXzU .mbr-section-title {
  color: #000000;
}
.cid-uIXKYmQXzU .mbr-text {
  color: #000000;
}
.cid-uIXKYmQXzU .mbr-text,
.cid-uIXKYmQXzU .mbr-section-btn {
  text-align: left;
}
.cid-uKtncByhMg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uKtncByhMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKtncByhMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKtncByhMg .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uKtncByhMg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKtncByhMg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uKtncByhMg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uKtncByhMg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uKtncByhMg .row {
  flex-direction: row-reverse;
}
.cid-uKtncByhMg .image-wrapper {
  padding: 0 1rem;
}
.cid-uKtncByhMg img,
.cid-uKtncByhMg .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKtncByhMg img,
  .cid-uKtncByhMg .image-wrapper {
    max-height: 350px;
  }
}
.cid-uKtncByhMg .mbr-section-title {
  color: #000000;
}
.cid-uKtncByhMg .mbr-text {
  color: #000000;
}
.cid-uKtncByhMg .mbr-text,
.cid-uKtncByhMg .mbr-section-btn {
  text-align: left;
}
.cid-uGdJdTk1eD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-uGdJdTk1eD .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-uGdJdTk1eD .container {
    padding: 0 12px;
  }
}
.cid-uGdJdTk1eD .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGdJdTk1eD .social-row .soc-item {
  margin: 8px;
}
.cid-uGdJdTk1eD .social-row .soc-item a:hover .mbr-iconfont,
.cid-uGdJdTk1eD .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGdJdTk1eD .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-uGdJdTk1eD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGdJdTk1eD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGdJdTk1eD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGdJdTk1eD .header-menu li p {
  margin: 0;
}
.cid-uGdJdTk1eD .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uGdJdTk1eD .mbr-section-title {
  color: #ffffff;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v080ugwXMw {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v080ugwXMw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-v080ugwXMw .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-v080ugBVdj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/b6497c08604731551386921cdc96c7e75f2a23c3-2.webp");
}
.cid-v080ugBVdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080ugBVdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v080ugBVdj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080ugBVdj .row {
  flex-direction: row-reverse;
}
.cid-v080ugBVdj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080ugBVdj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080ugBVdj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080ugBVdj .mbr-section-title {
  color: #000000;
}
.cid-v080ugBVdj .mbr-text,
.cid-v080ugBVdj .mbr-section-btn {
  color: #000000;
}
.cid-v080ugJLhk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
.cid-v080ugJLhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080ugJLhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v080ugJLhk .container-fluid {
    padding: 0;
  }
}
.cid-v080ugJLhk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v080ugJLhk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v080ugJLhk .embla__button--next,
.cid-v080ugJLhk .embla__button--prev {
  display: flex;
}
.cid-v080ugJLhk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v080ugJLhk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v080ugJLhk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v080ugJLhk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v080ugJLhk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v080ugJLhk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v080ugJLhk .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v080ugJLhk .embla {
  position: relative;
  width: 100%;
}
.cid-v080ugJLhk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v080ugJLhk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v080ugJLhk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v080ugJLhk .embla__slide a {
  cursor: grab;
}
.cid-v080ugJLhk .embla__slide a:active {
  cursor: grabbing;
}
.cid-v080ugJLhk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v080ugJLhk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v080ugJLhk .mbr-section-title {
  color: #232323;
}
.cid-v080ugJLhk .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v080ugJLhk .mbr-box {
  color: #ffffff;
}
.cid-v080ugJLhk .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v080ugJLhk img,
.cid-v080ugJLhk .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v080ugJLhk .item-wrapper {
  position: relative;
}
.cid-v080ugJLhk .content-head {
  max-width: 800px;
}
.cid-v080uh7gQI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
.cid-v080uh7gQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080uh7gQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v080uh7gQI .container-fluid {
    padding: 0;
  }
}
.cid-v080uh7gQI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v080uh7gQI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v080uh7gQI .embla__button--next,
.cid-v080uh7gQI .embla__button--prev {
  display: flex;
}
.cid-v080uh7gQI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v080uh7gQI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v080uh7gQI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v080uh7gQI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v080uh7gQI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v080uh7gQI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v080uh7gQI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v080uh7gQI .embla {
  position: relative;
  width: 100%;
}
.cid-v080uh7gQI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v080uh7gQI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v080uh7gQI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v080uh7gQI .embla__slide a {
  cursor: grab;
}
.cid-v080uh7gQI .embla__slide a:active {
  cursor: grabbing;
}
.cid-v080uh7gQI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v080uh7gQI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v080uh7gQI .mbr-section-title {
  color: #232323;
}
.cid-v080uh7gQI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v080uh7gQI .mbr-box {
  color: #ffffff;
}
.cid-v080uh7gQI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v080uh7gQI img,
.cid-v080uh7gQI .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v080uh7gQI .item-wrapper {
  position: relative;
}
.cid-v080uh7gQI .content-head {
  max-width: 800px;
}
.cid-v080uhovSz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v080uhovSz .content-text {
  max-width: 800px;
}
.cid-v080uhovSz .mbr-text,
.cid-v080uhovSz .mbr-section-btn {
  text-align: left;
}
.cid-v080uhxwEh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v080uhxwEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080uhxwEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v080uhxwEh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v080uhxwEh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080uhxwEh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080uhxwEh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080uhxwEh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080uhxwEh .mbr-section-title {
  color: #000000;
}
.cid-v080uhxwEh .mbr-text,
.cid-v080uhxwEh .mbr-section-btn {
  color: #000000;
}
.cid-v080uhFrv1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v080uhFrv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080uhFrv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v080uhFrv1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080uhFrv1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080uhFrv1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080uhFrv1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080uhFrv1 .mbr-section-title {
  color: #000000;
}
.cid-v080uhFrv1 .mbr-text,
.cid-v080uhFrv1 .mbr-section-btn {
  color: #000000;
}
.cid-v080uhMInq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v080uhMInq .content-text {
  max-width: 800px;
}
.cid-v080uhMInq .mbr-text,
.cid-v080uhMInq .mbr-section-btn {
  text-align: left;
}
.cid-v080uhVEvy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v080uhVEvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080uhVEvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v080uhVEvy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v080uhVEvy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080uhVEvy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080uhVEvy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080uhVEvy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080uhVEvy .mbr-section-title {
  color: #000000;
}
.cid-v080uhVEvy .mbr-text,
.cid-v080uhVEvy .mbr-section-btn {
  color: #000000;
}
.cid-v080ui2sKg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v080ui2sKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080ui2sKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v080ui2sKg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080ui2sKg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080ui2sKg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080ui2sKg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080ui2sKg .mbr-section-title {
  color: #000000;
}
.cid-v080ui2sKg .mbr-text,
.cid-v080ui2sKg .mbr-section-btn {
  color: #000000;
}
.cid-v080ui95XV {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v080ui95XV {
    align-items: center;
  }
  .cid-v080ui95XV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v080ui95XV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v080ui95XV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v080ui95XV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v080ui95XV .content-wrap {
    width: 100%;
  }
}
.cid-v080ui95XV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v080ui95XV .mbr-text,
.cid-v080ui95XV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v080uig4hZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v080uig4hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080uig4hZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v080uig4hZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v080uig4hZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v080uig4hZ .item-wrapper {
  position: relative;
}
.cid-v080uig4hZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v080uig4hZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v080uig4hZ .carousel-control,
.cid-v080uig4hZ .close {
  background: #1b1b1b;
}
.cid-v080uig4hZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v080uig4hZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v080uig4hZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v080uig4hZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v080uig4hZ .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v080uig4hZ .close::before {
  content: '\e91a';
}
.cid-v080uig4hZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v080uig4hZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v080uig4hZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v080uig4hZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v080uig4hZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v080uig4hZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v080uig4hZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v080uig4hZ .carousel-indicators li.active,
.cid-v080uig4hZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v080uig4hZ .carousel-indicators li::after,
.cid-v080uig4hZ .carousel-indicators li::before {
  content: none;
}
.cid-v080uig4hZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v080uig4hZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v080uig4hZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v080uig4hZ .carousel-indicators {
    display: none;
  }
}
.cid-v080uig4hZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v080uig4hZ .carousel-inner > .active {
  display: block;
}
.cid-v080uig4hZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v080uig4hZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v080uig4hZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v080uig4hZ .carousel-control,
  .cid-v080uig4hZ .carousel-indicators,
  .cid-v080uig4hZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v080uig4hZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v080uig4hZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v080uig4hZ .carousel-indicators .active,
.cid-v080uig4hZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v080uig4hZ .carousel-indicators .active {
  background: #fff;
}
.cid-v080uig4hZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v080uig4hZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v080uig4hZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v080uig4hZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v080uig4hZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v080uig4hZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v080uig4hZ .carousel {
  width: 100%;
}
.cid-v080uig4hZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v080uig4hZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v080uig4hZ .modal.fade .modal-dialog,
.cid-v080uig4hZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v080uig4hZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v080uig4hZ .content-head {
  max-width: 800px;
}
.cid-v080uig4hZ H3 {
  text-align: center;
}
.cid-v080uig4hZ H4 {
  text-align: center;
}
.cid-v080uiZXlL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-v080uiZXlL .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v080uiZXlL .container {
    padding: 0 12px;
  }
}
.cid-v080uiZXlL .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v080uiZXlL .social-row .soc-item {
  margin: 8px;
}
.cid-v080uiZXlL .social-row .soc-item a:hover .mbr-iconfont,
.cid-v080uiZXlL .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v080uiZXlL .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-v080uiZXlL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v080uiZXlL .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v080uiZXlL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v080uiZXlL .header-menu li p {
  margin: 0;
}
.cid-v080uiZXlL .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v080uiZXlL .mbr-section-title {
  color: #ffffff;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  position: relative !important;
}
.cid-v8TS6w41Bn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8TS6w41Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8TS6w41Bn .dropdown-item:hover,
.cid-v8TS6w41Bn .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8TS6w41Bn .dropdown-item:hover span {
  color: white;
}
.cid-v8TS6w41Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8TS6w41Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8TS6w41Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8TS6w41Bn .nav-link {
  position: relative;
}
.cid-v8TS6w41Bn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8TS6w41Bn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown-menu,
.cid-v8TS6w41Bn .navbar.opened {
  background: #ffffff !important;
}
.cid-v8TS6w41Bn .nav-item:focus,
.cid-v8TS6w41Bn .nav-link:focus {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8TS6w41Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8TS6w41Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8TS6w41Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8TS6w41Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-v8TS6w41Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8TS6w41Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-v8TS6w41Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8TS6w41Bn .navbar.collapsed {
  justify-content: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8TS6w41Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8TS6w41Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8TS6w41Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8TS6w41Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8TS6w41Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8TS6w41Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8TS6w41Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8TS6w41Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8TS6w41Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8TS6w41Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8TS6w41Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8TS6w41Bn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8TS6w41Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8TS6w41Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8TS6w41Bn .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-v8TS6w41Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8TS6w41Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8TS6w41Bn .dropdown-item.active,
.cid-v8TS6w41Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-v8TS6w41Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8TS6w41Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v8TS6w41Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8TS6w41Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8TS6w41Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8TS6w41Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8TS6w41Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8TS6w41Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8TS6w41Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8TS6w41Bn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8TS6w41Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8TS6w41Bn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8TS6w41Bn .navbar {
    height: 70px;
  }
  .cid-v8TS6w41Bn .navbar.opened {
    height: auto;
  }
  .cid-v8TS6w41Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9mLHyd94B {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v9mLHyd94B img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8wUBS191i {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-v8wUBS191i {
    align-items: center;
  }
  .cid-v8wUBS191i .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8wUBS191i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8wUBS191i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8wUBS191i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8wUBS191i .content-wrap {
    width: 100%;
  }
}
.cid-v8wUBS191i .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8wUBS191i .mbr-text,
.cid-v8wUBS191i .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9h3GykKMZ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v9h3GykKMZ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8O2VSRqj1 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3ebb4;
}
@media (min-width: 768px) {
  .cid-v8O2VSRqj1 {
    align-items: center;
  }
  .cid-v8O2VSRqj1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8O2VSRqj1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8O2VSRqj1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8O2VSRqj1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8O2VSRqj1 .content-wrap {
    width: 100%;
  }
}
.cid-v8O2VSRqj1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8O2VSRqj1 .mbr-text,
.cid-v8O2VSRqj1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9h25BoV4N {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f3ebb4;
}
.cid-v9h25BoV4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9h25BoV4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9h25BoV4N .container-fluid {
    padding: 0;
  }
}
.cid-v9h25BoV4N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v9h25BoV4N .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9h25BoV4N .embla__button--next,
.cid-v9h25BoV4N .embla__button--prev {
  display: flex;
}
.cid-v9h25BoV4N .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9h25BoV4N .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9h25BoV4N .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9h25BoV4N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9h25BoV4N .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9h25BoV4N .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9h25BoV4N .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9h25BoV4N .embla {
  position: relative;
  width: 100%;
}
.cid-v9h25BoV4N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9h25BoV4N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9h25BoV4N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9h25BoV4N .embla__slide a {
  cursor: grab;
}
.cid-v9h25BoV4N .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9h25BoV4N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9h25BoV4N .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v9h25BoV4N .mbr-section-title {
  color: #2038eb;
}
.cid-v9h25BoV4N .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9h25BoV4N .mbr-box {
  color: #ffffff;
}
.cid-v9h25BoV4N .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9h25BoV4N img,
.cid-v9h25BoV4N .item-img {
  width: 100%;
}
.cid-v9h25BoV4N .item-wrapper {
  position: relative;
}
.cid-v9h25BoV4N .content-head {
  max-width: 800px;
}
.cid-v8TX0rTlOC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8TX0rTlOC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v9h3oU1q2V {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccdcb;
}
@media (min-width: 768px) {
  .cid-v9h3oU1q2V {
    align-items: center;
  }
  .cid-v9h3oU1q2V .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9h3oU1q2V .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9h3oU1q2V {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9h3oU1q2V .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9h3oU1q2V .content-wrap {
    width: 100%;
  }
}
.cid-v9h3oU1q2V .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v9h3oU1q2V .mbr-text,
.cid-v9h3oU1q2V .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8wKUf94rt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #cccdcb;
}
.cid-v8wKUf94rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8wKUf94rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8wKUf94rt .container-fluid {
    padding: 0;
  }
}
.cid-v8wKUf94rt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8wKUf94rt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8wKUf94rt .embla__button--next,
.cid-v8wKUf94rt .embla__button--prev {
  display: flex;
}
.cid-v8wKUf94rt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8wKUf94rt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8wKUf94rt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8wKUf94rt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8wKUf94rt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8wKUf94rt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8wKUf94rt .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8wKUf94rt .embla {
  position: relative;
  width: 100%;
}
.cid-v8wKUf94rt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8wKUf94rt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8wKUf94rt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8wKUf94rt .embla__slide a {
  cursor: grab;
}
.cid-v8wKUf94rt .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8wKUf94rt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8wKUf94rt .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8wKUf94rt .mbr-section-title {
  color: #2038eb;
}
.cid-v8wKUf94rt .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8wKUf94rt .mbr-box {
  color: #ffffff;
}
.cid-v8wKUf94rt .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8wKUf94rt img,
.cid-v8wKUf94rt .item-img {
  width: 100%;
}
.cid-v8wKUf94rt .item-wrapper {
  position: relative;
}
.cid-v8wKUf94rt .content-head {
  max-width: 800px;
}
.cid-v8NTAKoNi0 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccdcb;
}
@media (min-width: 768px) {
  .cid-v8NTAKoNi0 {
    align-items: center;
  }
  .cid-v8NTAKoNi0 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8NTAKoNi0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8NTAKoNi0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8NTAKoNi0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8NTAKoNi0 .content-wrap {
    width: 100%;
  }
}
.cid-v8NTAKoNi0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8NTAKoNi0 .mbr-text,
.cid-v8NTAKoNi0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9nhZrFs8d {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v9nhZrFs8d img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v9nhMYaTpG {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3ebb4;
}
@media (min-width: 768px) {
  .cid-v9nhMYaTpG {
    align-items: center;
  }
  .cid-v9nhMYaTpG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9nhMYaTpG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9nhMYaTpG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9nhMYaTpG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9nhMYaTpG .content-wrap {
    width: 100%;
  }
}
.cid-v9nhMYaTpG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v9nhMYaTpG .mbr-text,
.cid-v9nhMYaTpG .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v9ngQa4cdN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f3ebb4;
}
.cid-v9ngQa4cdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ngQa4cdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v9ngQa4cdN .container-fluid {
    padding: 0;
  }
}
.cid-v9ngQa4cdN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v9ngQa4cdN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v9ngQa4cdN .embla__button--next,
.cid-v9ngQa4cdN .embla__button--prev {
  display: flex;
}
.cid-v9ngQa4cdN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9ngQa4cdN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9ngQa4cdN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9ngQa4cdN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ngQa4cdN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ngQa4cdN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ngQa4cdN .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9ngQa4cdN .embla {
  position: relative;
  width: 100%;
}
.cid-v9ngQa4cdN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ngQa4cdN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ngQa4cdN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ngQa4cdN .embla__slide a {
  cursor: grab;
}
.cid-v9ngQa4cdN .embla__slide a:active {
  cursor: grabbing;
}
.cid-v9ngQa4cdN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v9ngQa4cdN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v9ngQa4cdN .mbr-section-title {
  color: #2038eb;
}
.cid-v9ngQa4cdN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v9ngQa4cdN .mbr-box {
  color: #ffffff;
}
.cid-v9ngQa4cdN .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ngQa4cdN img,
.cid-v9ngQa4cdN .item-img {
  width: 100%;
}
.cid-v9ngQa4cdN .item-wrapper {
  position: relative;
}
.cid-v9ngQa4cdN .content-head {
  max-width: 800px;
}
.cid-v8NX6aeSLe {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8NX6aeSLe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8NXbXYn8c {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffd7ef;
}
@media (min-width: 768px) {
  .cid-v8NXbXYn8c {
    align-items: center;
  }
  .cid-v8NXbXYn8c .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8NXbXYn8c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8NXbXYn8c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8NXbXYn8c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8NXbXYn8c .content-wrap {
    width: 100%;
  }
}
.cid-v8NXbXYn8c .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8NXbXYn8c .mbr-text,
.cid-v8NXbXYn8c .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8NYZw4oHB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffd7ef;
}
.cid-v8NYZw4oHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8NYZw4oHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8NYZw4oHB .container-fluid {
    padding: 0;
  }
}
.cid-v8NYZw4oHB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8NYZw4oHB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8NYZw4oHB .embla__button--next,
.cid-v8NYZw4oHB .embla__button--prev {
  display: flex;
}
.cid-v8NYZw4oHB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8NYZw4oHB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8NYZw4oHB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8NYZw4oHB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8NYZw4oHB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8NYZw4oHB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8NYZw4oHB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8NYZw4oHB .embla {
  position: relative;
  width: 100%;
}
.cid-v8NYZw4oHB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8NYZw4oHB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8NYZw4oHB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8NYZw4oHB .embla__slide a {
  cursor: grab;
}
.cid-v8NYZw4oHB .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8NYZw4oHB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8NYZw4oHB .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8NYZw4oHB .mbr-section-title {
  color: #2038eb;
}
.cid-v8NYZw4oHB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8NYZw4oHB .mbr-box {
  color: #ffffff;
}
.cid-v8NYZw4oHB .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8NYZw4oHB img,
.cid-v8NYZw4oHB .item-img {
  width: 100%;
}
.cid-v8NYZw4oHB .item-wrapper {
  position: relative;
}
.cid-v8NYZw4oHB .content-head {
  max-width: 800px;
}
.cid-v8TZidysfd {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8TZidysfd img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8TZ2GFMIW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .cid-v8TZ2GFMIW {
    align-items: center;
  }
  .cid-v8TZ2GFMIW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8TZ2GFMIW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8TZ2GFMIW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8TZ2GFMIW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8TZ2GFMIW .content-wrap {
    width: 100%;
  }
}
.cid-v8TZ2GFMIW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8TZ2GFMIW .mbr-text,
.cid-v8TZ2GFMIW .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8TZqUGNHM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
.cid-v8TZqUGNHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TZqUGNHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8TZqUGNHM .container-fluid {
    padding: 0;
  }
}
.cid-v8TZqUGNHM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8TZqUGNHM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8TZqUGNHM .embla__button--next,
.cid-v8TZqUGNHM .embla__button--prev {
  display: flex;
}
.cid-v8TZqUGNHM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8TZqUGNHM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8TZqUGNHM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8TZqUGNHM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8TZqUGNHM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8TZqUGNHM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8TZqUGNHM .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8TZqUGNHM .embla {
  position: relative;
  width: 100%;
}
.cid-v8TZqUGNHM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8TZqUGNHM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8TZqUGNHM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8TZqUGNHM .embla__slide a {
  cursor: grab;
}
.cid-v8TZqUGNHM .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8TZqUGNHM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8TZqUGNHM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8TZqUGNHM .mbr-section-title {
  color: #2038eb;
}
.cid-v8TZqUGNHM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8TZqUGNHM .mbr-box {
  color: #ffffff;
}
.cid-v8TZqUGNHM .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8TZqUGNHM img,
.cid-v8TZqUGNHM .item-img {
  width: 100%;
}
.cid-v8TZqUGNHM .item-wrapper {
  position: relative;
}
.cid-v8TZqUGNHM .content-head {
  max-width: 800px;
}
.cid-v8UNBCIIc3 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8UNBCIIc3 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8UQ37eZvV {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccdcb;
}
@media (min-width: 768px) {
  .cid-v8UQ37eZvV {
    align-items: center;
  }
  .cid-v8UQ37eZvV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8UQ37eZvV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8UQ37eZvV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8UQ37eZvV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8UQ37eZvV .content-wrap {
    width: 100%;
  }
}
.cid-v8UQ37eZvV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8UQ37eZvV .mbr-text,
.cid-v8UQ37eZvV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8UQ89g53f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #cccdcb;
}
.cid-v8UQ89g53f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UQ89g53f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8UQ89g53f .container-fluid {
    padding: 0;
  }
}
.cid-v8UQ89g53f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8UQ89g53f .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8UQ89g53f .embla__button--next,
.cid-v8UQ89g53f .embla__button--prev {
  display: flex;
}
.cid-v8UQ89g53f .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8UQ89g53f .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8UQ89g53f .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8UQ89g53f .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8UQ89g53f .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8UQ89g53f .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8UQ89g53f .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8UQ89g53f .embla {
  position: relative;
  width: 100%;
}
.cid-v8UQ89g53f .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8UQ89g53f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8UQ89g53f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8UQ89g53f .embla__slide a {
  cursor: grab;
}
.cid-v8UQ89g53f .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8UQ89g53f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8UQ89g53f .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8UQ89g53f .mbr-section-title {
  color: #2038eb;
}
.cid-v8UQ89g53f .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8UQ89g53f .mbr-box {
  color: #ffffff;
}
.cid-v8UQ89g53f .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8UQ89g53f img,
.cid-v8UQ89g53f .item-img {
  width: 100%;
}
.cid-v8UQ89g53f .item-wrapper {
  position: relative;
}
.cid-v8UQ89g53f .content-head {
  max-width: 800px;
}
.cid-v8YOVTNAas {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v8YOVTNAas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-v8YTyT1J7z {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .cid-v8YTyT1J7z {
    align-items: center;
  }
  .cid-v8YTyT1J7z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8YTyT1J7z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8YTyT1J7z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8YTyT1J7z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v8YTyT1J7z .content-wrap {
    width: 100%;
  }
}
.cid-v8YTyT1J7z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8YTyT1J7z .mbr-text,
.cid-v8YTyT1J7z .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v8YTHxCHoK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #f7f7f7;
}
.cid-v8YTHxCHoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8YTHxCHoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v8YTHxCHoK .container-fluid {
    padding: 0;
  }
}
.cid-v8YTHxCHoK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v8YTHxCHoK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8YTHxCHoK .embla__button--next,
.cid-v8YTHxCHoK .embla__button--prev {
  display: flex;
}
.cid-v8YTHxCHoK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8YTHxCHoK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8YTHxCHoK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8YTHxCHoK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8YTHxCHoK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8YTHxCHoK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8YTHxCHoK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8YTHxCHoK .embla {
  position: relative;
  width: 100%;
}
.cid-v8YTHxCHoK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8YTHxCHoK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8YTHxCHoK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8YTHxCHoK .embla__slide a {
  cursor: grab;
}
.cid-v8YTHxCHoK .embla__slide a:active {
  cursor: grabbing;
}
.cid-v8YTHxCHoK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8YTHxCHoK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v8YTHxCHoK .mbr-section-title {
  color: #2038eb;
}
.cid-v8YTHxCHoK .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v8YTHxCHoK .mbr-box {
  color: #ffffff;
}
.cid-v8YTHxCHoK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v8YTHxCHoK img,
.cid-v8YTHxCHoK .item-img {
  width: 100%;
}
.cid-v8YTHxCHoK .item-wrapper {
  position: relative;
}
.cid-v8YTHxCHoK .content-head {
  max-width: 800px;
}
.cid-v8wKUgs0dK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f91a1a;
}
@media (max-width: 991px) {
  .cid-v8wKUgs0dK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-v8wKUgs0dK .container {
    padding: 0 12px;
  }
}
.cid-v8wKUgs0dK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8wKUgs0dK .social-row .soc-item {
  margin: 8px;
}
.cid-v8wKUgs0dK .social-row .soc-item a:hover .mbr-iconfont,
.cid-v8wKUgs0dK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-v8wKUgs0dK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffffff;
  color: #2b7a69;
  transition: all 0.3s ease-in-out;
}
.cid-v8wKUgs0dK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v8wKUgs0dK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v8wKUgs0dK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v8wKUgs0dK .header-menu li p {
  margin: 0;
}
.cid-v8wKUgs0dK .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8wKUgs0dK .mbr-section-title {
  color: #ffffff;
}
